log of boot process

This is a discussion on log of boot process within the Linux Administration forums, part of the Linux Forums category; I'm running kubutu, a derivative of debian and NFS is not starting up for me. During the boot process, ...


Go Back   Usenet Forums > Linux Forums > Linux Administration

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 05-31-2006
Jim Anderson
 
Posts: n/a
Default log of boot process


I'm running kubutu, a derivative of debian and NFS is not starting
up for me. During the boot process, I'm pretty sure I see an error
message, but it scrolls by too fast to read.

I've looked at syslog.conf and seen that most of my log files
are in /var/log. When I look for NFS errors, I cannot find any.
Is there a standard location for the log created when the PC
reboots?

Thanks for any help in advance.

Jim Anderson
Reply With Quote
  #2 (permalink)  
Old 05-31-2006
Lew Pitcher
 
Posts: n/a
Default Re: log of boot process

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jim Anderson wrote:
>
> I'm running kubutu, a derivative of debian and NFS is not starting
> up for me. During the boot process, I'm pretty sure I see an error
> message, but it scrolls by too fast to read.
>
> I've looked at syslog.conf and seen that most of my log files
> are in /var/log. When I look for NFS errors, I cannot find any.
> Is there a standard location for the log created when the PC
> reboots?
>
> Thanks for any help in advance.


dmesg | more

The dmesg messages should also be captured in one of the logs in /var/log


- --

Lew Pitcher, IT Specialist, Corporate Technology Solutions,
Enterprise Technology Solutions, TD Bank Financial Group

(Opinions expressed here are my own, not my employer's)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEfdjkagVFX4UWr64RAomgAKDSnvoOun6RfxrWxU3QtZ 931Uye3QCgmACh
fWlAB3TSZ8Fcz7tgMfCJ7j0=
=mzKl
-----END PGP SIGNATURE-----
Reply With Quote
  #3 (permalink)  
Old 05-31-2006
Jim Anderson
 
Posts: n/a
Default Re: log of boot process


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

Lew Pitcher wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Jim Anderson wrote:
>
>>I'm running kubutu, a derivative of debian and NFS is not starting
>>up for me. During the boot process, I'm pretty sure I see an error
>>message, but it scrolls by too fast to read.
>>
>>I've looked at syslog.conf and seen that most of my log files
>>are in /var/log. When I look for NFS errors, I cannot find any.
>>Is there a standard location for the log created when the PC
>>reboots?
>>
>>Thanks for any help in advance.

>
>
> dmesg | more
>
> The dmesg messages should also be captured in one of the logs in /var/log
>
>
> - --
>
> Lew Pitcher, IT Specialist, Corporate Technology Solutions,
> Enterprise Technology Solutions, TD Bank Financial Group
>
> (Opinions expressed here are my own, not my employer's)
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.3 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFEfdjkagVFX4UWr64RAomgAKDSnvoOun6RfxrWxU3QtZ 931Uye3QCgmACh
> fWlAB3TSZ8Fcz7tgMfCJ7j0=
> =mzKl
> -----END PGP SIGNATURE-----

Reply With Quote
  #4 (permalink)  
Old 05-31-2006
Jim Anderson
 
Posts: n/a
Default Re: log of boot process


As I suspected there was an NFS error message that something
about NFS not starting because there were no files to export.

I add my export file and then lots of NFS messages showed up
in dmesg. I consider it a bug that the error message fails
to show up in the log.

Jim

Lew Pitcher wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Jim Anderson wrote:
>
>>I'm running kubutu, a derivative of debian and NFS is not starting
>>up for me. During the boot process, I'm pretty sure I see an error
>>message, but it scrolls by too fast to read.
>>
>>I've looked at syslog.conf and seen that most of my log files
>>are in /var/log. When I look for NFS errors, I cannot find any.
>>Is there a standard location for the log created when the PC
>>reboots?
>>
>>Thanks for any help in advance.

>
>
> dmesg | more
>
> The dmesg messages should also be captured in one of the logs in /var/log
>
>
> - --
>
> Lew Pitcher, IT Specialist, Corporate Technology Solutions,
> Enterprise Technology Solutions, TD Bank Financial Group
>
> (Opinions expressed here are my own, not my employer's)
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.3 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFEfdjkagVFX4UWr64RAomgAKDSnvoOun6RfxrWxU3QtZ 931Uye3QCgmACh
> fWlAB3TSZ8Fcz7tgMfCJ7j0=
> =mzKl
> -----END PGP SIGNATURE-----

Reply With Quote
  #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
  #6 (permalink)  
Old 06-02-2006
Moe Trin
 
Posts: n/a
Default Re: log of boot process

On Wed, 31 May 2006, in the Usenet newsgroup comp.os.linux.admin, in article
<0lnfg.120$Cw3.14@trndny01>, Jim Anderson wrote:

[Please do not post the same article in multiple news groups. If you feel
you absolutely _must_ do so, include all newsgroup name as a comma separated
list in the newsgroup header, AND SET A "Followup-To:" header.]

>I add my export file and then lots of NFS messages showed up
>in dmesg. I consider it a bug that the error message fails
>to show up in the log.


Error messages are sent to stderr, which during the boot process is the
console. You are apparently using some GUI login manager, which prevents
you from scrolling back through the frame buffer (using the left shift and
page-up keys together) BEFORE login, or starting a display manager.

Remember that during a boot (at least during the early stages) there is no
writable file system to write to.

Old guy
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 08:31 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0