View Single Post

  #5 (permalink)  
Old 05-31-2006
Jerry Peters
 
Posts: n/a
Default Re: log of boot process

Jim Anderson <ezjab@ieee.org> wrote:
>
> Lew,
>
> Thank you for the help. That clears up at least part of the
> picture, but I'm not sure all of it. I checked and there
> is a file /var/log/dmesg. The reason I did not see it was
> that in my search, I grepped for 'nfs|NFS' and no nfs messages
> not appear in the file.
>
> There must be more to the picture, because I know there
> are some nfs messages that scroll by during the boot process.
>
> Once this is message sent, I'm going to reboot one or more times
> to see if I can confirm seeing nfs messages that are not
> showing up with dmesg.
>
> Jim


AFAIK dmesg is for kernel messages, your errors are in a startup
script so they aren't getting logged anywhere because syslogd has not
yet started.

Find where in the startup scripts NFS is started and put the command
read junk
in there to stop the startup script so you can read the message, or
try invoking the startup script for NFS manually, if you're lucky
you'll get the same error.

Jerry
---snip--
Reply With Quote