On 5/08/2010 11:10 AM, Dakota wrote:
On 8/4/2010 8:19 PM, Bill Kenworthy wrote:
Is there a way to log the boot messages - dmesg after booting up doesnt
show module load failures and they scroll off the screen and I can find
what they are.
BillK
/var/log/messages doesn't contain anything relevant? I thought that's
where stuff like that got logged.
Also, have you checked /var/log/kern.log?
You'd possibly find that /var/log/everything/current is the Gentoo
logging location I have a symlink from there to /var/log/messages
There is a backup of dmesg stored in /var/log/dmesg
I use a combination of dmesg | less and /var/log/everything/current
and lsmod for module testing (if they load and don't load)