Gunther Mayer wrote:

> > Don't use "reboot", use shutdown -r now. I also had the same problem
> > once
> > (had to get physical access to the box to fix it) and it was because
> > of
> > the "reboot".
> >   
> 
> Thanks. I guess I'll use shutdown -r now then in future. If it still 
> happens then I'll post again...

What's this stuff? shutdown -r is implemented using reboot.

if (doreboot) {
                        execle(_PATH_REBOOT, "reboot", "-l", nosync, 
                         ^^^^^                ^^^^^^
                                (char *)NULL, empty_environ);
                        syslog(LOG_ERR, "shutdown: can't exec %s: %m.",
                                _PATH_REBOOT);
                        warn(_PATH_REBOOT);
                }




-- 

Michel TALON

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to