[Bug 844317] Re: Killing all remaining processes... [failed]

itzeme launchacc at emailn.de
Tue Feb 18 22:32:32 UTC 2014


Workaround:

change the wait time from 10 seconds to 5 seconds:

/etc/init.d/sendsigs

[...]
# Kill all processes.
log_action_begin_msg "Asking all remaining processes to terminate"
killall5 -15 $OMITPIDS # SIGTERM
log_action_end_msg 0
alldead=""
OMITPIDS0="$OMITPIDS"
for seq in 1 2 3 4 5 ; do
	OMITPIDS="$OMITPIDS0"
        [...]

Notice: do not change the time to a lower time, as this might cause more
problems

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rpcbind in Ubuntu.
https://bugs.launchpad.net/bugs/844317

Title:
  Killing all remaining processes... [failed]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rpcbind/+bug/844317/+subscriptions



More information about the Ubuntu-server-bugs mailing list