[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] How do I reboot a Raq 2 through telnet, this is urgent!
- Subject: Re: [cobalt-users] How do I reboot a Raq 2 through telnet, this is urgent!
- From: flash22@xxxxxxx
- Date: Fri Dec 1 12:24:25 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Wed, 29 Nov 2000, Brian Curtis wrote:
> > The linux command shutdown -r now isn't recognized...
> >
> > Please help!
> >
> > Thanks
>
> /sbin/reboot -f
>
> Though I don't really see why the shutdown command will not work? How about
> some details? Did you try:
You need the full path....(as above)
as an aside, shotdown and reboot are linked to a shared library, i have
seen cases where lib corruption made them unrunnable, as a LAST resort
you can do kill 1
this kills init which effectively kills everything else and reboots, but
it doesn't sync the disks, so you may loose some data...(thus it's an act
of desperation ;)
g.