While Ubuntu is starting up, the init rc commands are run. Is there a way to see their full output after the system has started?
Asked
Active
Viewed 1,697 times
3 Answers
2
Ubuntu stores the output of the rc commands run at boot in /var/log/boot.log.
Starfish
- 1,055
- 10
- 15
0
The default system log location in Ubuntu 13.04 is /var/log/syslog.
Log location settings are configured in /etc/rsyslog.d/50-default.conf
See man rsyslog.conf for more information.
audiomason
- 253
0
dmesg is a ring buffer, so it can be that messages from the top can be overwritten by newer messages, although at 16384 messages I doubt it.
Have you tried /var/log/boot.log or /var/log/kernel.log
Daniël W. Crompton
- 2,074