Re: upsd

1998-11-20 Thread Kenneth Scharf
---Mitch Blevins <[EMAIL PROTECTED]> wrote: > > Kenneth Scharf wrote: > > [snipped long and interesting tale of ups woes..] > > > > Have you tried redirecting the output of shutdown or backgrounding it? > Do something like > > shutdown -c >/dev/null 2>&1 > or > shutdown -h +2 "message

Re: upsd

1998-11-20 Thread Kenneth Scharf
---Mitch Blevins <[EMAIL PROTECTED]> wrote: > > Kenneth Scharf wrote: > > [snipped long and interesting tale of ups woes..] > > > > Have you tried redirecting the output of shutdown or backgrounding it? > Do something like > > shutdown -c >/dev/null 2>&1 > or > shutdown -h +2 "message

Re: upsd

1998-11-19 Thread Mitch Blevins
Kenneth Scharf wrote: > [snipped long and interesting tale of ups woes..] > Have you tried redirecting the output of shutdown or backgrounding it? Do something like shutdown -c >/dev/null 2>&1 or shutdown -h +2 "message" &