Was playing with tftp and screwed up something in boot sequence. Eth2 fails to start at boot but allows to be restarted manually. Can not find error message in logs... so, which log file on ubuntu server would show why network interface (eth2) failed to up during boot process?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

The file /var/log/dmesg contains diagnostic information on what happened during the last boot-up and initialisation of the system. You may find what you are looking for there. You could also use the dmesg command to quickly look through the dmesg log.

link|improve this answer
I've checked dmesg and syslog - nothing there... – alexm Apr 30 '10 at 3:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.