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" &

Reply via email to