|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] wont shut down properly
|
"Michael W. Ryan" wrote:
> On Fri, 4 Feb 2000, Michael Whitman wrote:
>
> > One part of the error says ' unable to handle kernel null pointer
> > dereference at virtual address 0000011c'.
>
> Ah... that wouldn't be a normal message to expect.
>
> You could try to redirect the output of your shutdown command to a file
> with: shutdown -h now > shutdown.out
>
> I'm not sure if shutdown outputs stdout or stderr.
Then use shutdown -h now &2> shutdown.out to catch stdout and stderr
______________________________________________________________________
Philadelphia Linux Users Group - http://plug.nothinbut.net
Announcements - http://lists.nothinbut.net/mail/listinfo/plug-announce
General Discussion - http://lists.nothinbut.net/mail/listinfo/plug
|
|