[one-users] oned no stopping completely

Székelyi Szabolcs szekelyi at niif.hu
Wed Jul 21 05:52:20 PDT 2010


Hi,

this may only be a tiny cosmetic bug, but it looks like oned doesn't stop 
completely after 'one stop'; the process stays alive:

$ ps aux | grep one
oneadmin  6159  0.3  0.2 257596  4972 ?        S    Jul18  16:45 
/opt/one/bin/oned -f
cc       19537  0.0  0.0   7540   820 pts/1    R+   13:42   0:00 grep one

The log contains:

Wed Jul 21 13:41:15 2010 [DiM][I]: Stopping Dispatch Manager...
Wed Jul 21 13:41:15 2010 [DiM][I]: Dispatch Manager stopped.
Wed Jul 21 13:41:15 2010 [ReM][I]: XML-RPC server stopped.
Wed Jul 21 13:41:15 2010 [ReM][I]: Request Manager stopped.
Wed Jul 21 13:41:16 2010 [HKM][I]: Hook Manager stopped.
Wed Jul 21 13:41:16 2010 [VMM][I]: Virtual Machine Manager stopped.
Wed Jul 21 13:41:16 2010 [InM][I]: Information Manager stopped.
Wed Jul 21 13:41:19 2010 [TrM][I]: Transfer Manager stopped.
Wed Jul 21 13:41:19 2010 [ONE][I]: All modules finalized, exiting.

And attaching an strace to the oned process:

$ sudo strace -p 6159
Process 6159 attached - interrupt to quit
futex(0x7f7b2400e560, FUTEX_WAIT_PRIVATE, 2, NULL

So it looks to me that it stops every activity normally just "forgets" to 
exit.

Cheers,
-- 
cc




More information about the Users mailing list