[btqueue-users] Btqueue Kill & Start
Status: Beta
Brought to you by:
xgie
From: <ml...@ge...> - 2005-03-11 13:57:07
|
Hi, running "btqueue kill" it usually sends me this error msg: Traceback (most recent call last): File "btqueue/btqueue.py", line 115, in ? elif res and res.geterror(): AttributeError: 'int' object has no attribute 'geterror' However the daemon seems to shut down correctly. Do i use the right comma= nd? I'm trying to put btqueue in init section, but i have some problem becaus= i'm not a linux guru :P start-stop-daemon -t --start --exec $BTQUEUE --chuid $BTUSER -- daemon where $BTQUEUE=3D/path/to/btqueue.py, always assume that btqueue is not r= unning and tries to start it. someone can help me correct it? i've also tried to use -n "btqueue.py" as a condition but it doesn't work= . Thanks! |