Tuesday, April 27, 2010

terminal hangs on logout

#/etc/init.d/netvault start
#exit
$logout

Then it hangs.

Cause: the netvault daemon is attached to the terminal.

Fix: append " < /dev/null > /dev/null 2>&1" like thus in that script.

$NV_HOME/bin/nvpmgr startup < /dev/null > /dev/null 2>&1

No comments: