General support for problems installing or using Deluge
gottijr
Member
Posts: 10 Joined: Fri Mar 12, 2010 5:43 pm
Post
by gottijr » Tue Mar 16, 2010 11:16 pm
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
Posts: 3681 Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland
Post
by Cas » Tue Mar 16, 2010 11:44 pm
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
Posts: 10 Joined: Fri Mar 12, 2010 5:43 pm
Post
by gottijr » Wed Mar 17, 2010 12:02 am
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
Posts: 1522 Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia
Post
by johnnyg » Wed Mar 17, 2010 12:12 am
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
Posts: 10 Joined: Fri Mar 12, 2010 5:43 pm
Post
by gottijr » Wed Mar 17, 2010 12:16 am
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
Posts: 3681 Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland
Post
by Cas » Wed Mar 17, 2010 12:29 am
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