Page 1 of 1

delugewebui in shellscript

Posted: Sat Jan 23, 2010 11:33 pm
by DR.c5bl3
hi
I'm writing a shell script to be executed on startup (ie in '/etc/init.d') on my Ubuntu server.
i want deluge to run silently and leave the command line free to do other things (ie not do this:

Code: Select all

$ deluge -u web -q
/usr/lib/pymodules/python2.6/deluge/ui/webui/lib/webpy022/utils.py:138: DeprecationWarning: the sets module is deprecated
  from sets import Set
/usr/lib/pymodules/python2.6/deluge/ui/webui/utils.py:45: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  from md5 import md5

i need no loggig/output at all
any ideas on how to implement this?
thanks
DR.c4bl3

Re: delugewebui in shellscript

Posted: Sun Jan 24, 2010 3:10 am
by johnnyg

Re: delugewebui in shellscript

Posted: Sun Jan 24, 2010 8:53 am
by DR.c5bl3
thanks- sorry i missed it