deluge --ui web error

General support for problems installing or using Deluge
Post Reply
gottijr
Member
Member
Posts: 10
Joined: Fri Mar 12, 2010 5:43 pm

deluge --ui web error

Post 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
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: deluge --ui web error

Post 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?
gottijr
Member
Member
Posts: 10
Joined: Fri Mar 12, 2010 5:43 pm

Re: deluge --ui web error

Post 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.
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: deluge --ui web error

Post 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.
gottijr
Member
Member
Posts: 10
Joined: Fri Mar 12, 2010 5:43 pm

Re: deluge --ui web error

Post 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
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: deluge --ui web error

Post 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
Post Reply