WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Any default boot log file?  (Read 5552 times)

Offline willowdan

  • Newbie
  • *
  • Posts: 34
Any default boot log file?
« on: September 26, 2012, 01:44:04 AM »
Greetings!

I can't seem to find any boot log file from which to trace certain error about ipv6 concerns when my customized firewall and xampp starts.

Please help.

Many thanks and cheers!

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Any default boot log file?
« Reply #1 on: September 26, 2012, 02:02:09 AM »
Use bootcode "syslog"
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline willowdan

  • Newbie
  • *
  • Posts: 34
Re: Any default boot log file?
« Reply #2 on: September 26, 2012, 02:19:56 AM »
Thant was a quick reply ...

Cheers!

 ;)


Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
Re: Any default boot log file?
« Reply #3 on: September 26, 2012, 02:48:30 AM »
hi tinypoodle,

i booted with syslog and the boot-messages reported a started syslogd and klogd.
Sep 26 06:44:28 box syslog.info syslogd started: BusyBox v1.20.2
Sep 26 06:44:28 box user.notice kernel: klogd started: BusyBox v1.20.2 (2012-08-07 01:31:01 UTC)

under /var/log are just these three files...
root@box:/var/log# ls
autologin  messages   wtmp

are there more log-files at some place?
are these additional informations provided by syslogd and klogd included in /var/log/messages?

thank you for your help.
« Last Edit: September 26, 2012, 02:56:55 AM by netnomad »

Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
Re: Any default boot log file?
« Reply #4 on: September 26, 2012, 02:58:03 AM »
Quote
are these additional informations provided by syslogd and klogd included in /var/log/messages?

yes, it's in messages  :)

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11500
Re: Any default boot log file?
« Reply #5 on: September 26, 2012, 10:16:45 AM »
Hi willowdan
You can also open a terminal and execute:
Code: [Select]
dmesg | lessto see if anything of interest was logged there. Use the PageUp/PageDown buttons to navigate.