Page 1 of 1

deluge --ui web error

Posted: Tue Mar 16, 2010 11:16 pm
by gottijr
I'm trying this http://havetheknowhow.com/Install-the-s ... ss-RC.html tutorial to install deluge with webui

I'm getting this error on both Ubuntu 9.10 servers when running the command : "deluge --ui web"

Code: Select all

[ERROR   ] 16:13:29 config:293 Error backing up old config..
/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

Re: deluge --ui web error

Posted: Tue Mar 16, 2010 11:44 pm
by Cas
are you using latest version 1.2.1 from PPA?

if you have an init script why are you trying to run web ui separately? have you tried the Deluge init script

deluge --ui web, you should really use deluge-web instead.

have you read the FAQ and ThinClient guide?

Re: deluge --ui web error

Posted: Wed Mar 17, 2010 12:02 am
by gottijr
Cas wrote:are you using latest version 1.2.1 from PPA?

if you have an init script why are you trying to run web ui separately? have you tried the Deluge init script

deluge --ui web, you should really use deluge-web instead.

have you read the FAQ and ThinClient guide?
how can i make sure i get the last version 1.2.1?

i don't know why is so hard to fix that this time.

Re: deluge --ui web error

Posted: Wed Mar 17, 2010 12:12 am
by johnnyg

Code: Select all

[ERROR   ] 16:13:29 config:293 Error backing up old config..
This is normal the first time you run deluge-web (as the old config doesn't exist)

Code: Select all

/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
Those are just warnings and can be ignored.

Also I'm pretty sure you're running 1.1.9.

Re: deluge --ui web error

Posted: Wed Mar 17, 2010 12:16 am
by gottijr
can i read somewhere how to install the v 1.2.1

or maybe you could tell me how to?

i would really like to make this one running is one of my home server projects i need to have it working.

(linux newbie)

thank you

Re: deluge --ui web error

Posted: Wed Mar 17, 2010 12:29 am
by Cas
At a minimum you should learn about what the PPA repositories are by googling.

The simplest way to add a PPA is to run the following command:

Code: Select all

sudo add-apt-repository ppa:deluge-team/ppa
Then you can update Deluge. These are the main components for 1.2.1: deluged, deluge-common, deluge-console, deluge-web, deluge-gtk