Upgrading to 1.3.0_rc1

General support for problems installing or using Deluge
Post Reply
jackobean
New User
New User
Posts: 9
Joined: Mon Jan 18, 2010 12:38 pm
Location: Melbourne, Australia

Upgrading to 1.3.0_rc1

Post by jackobean »

Hi folks

I am having a bit of trouble upgrading to the new release. I usually install from apt using the PPA, but i'm so keen for this upgrade that i can't wait (nice job btw :D) . So i installed from source. However the init script continues to load v 1.2.3 instead of 1.3.0. Also deluge-web seems to have dissapeared! What am i doing wrong? Perhaps i should be patient and wait till someone more competent than myself puts a build on the ppa.

Running Karmic with initscript.

Thanks
j
primus
New User
New User
Posts: 8
Joined: Fri Mar 19, 2010 1:07 am
Location: Norway

Re: Upgrading to 1.3.0_rc1

Post by primus »

I'm having the same problem on OpenSuse 11.2 with init script.

Installed 1.3.0_rc1 from the 1-click install from packman repos.

Deluge daemon and web daemon are both running fine, but as 1.2.2!
k-rog
Member
Member
Posts: 18
Joined: Sat Apr 17, 2010 2:51 pm

Re: Upgrading to 1.3.0_rc1

Post by k-rog »

You could check if you are calling the right version. You could check all deluged files for versions with:

Code: Select all

find / -name deluged -print -exec {} --version \;
firefly2442
New User
New User
Posts: 4
Joined: Wed May 26, 2010 11:23 am

Re: Upgrading to 1.3.0_rc1

Post by firefly2442 »

https://launchpad.net/~deluge-team/+archive/ppa

Will the PPA for 1.3 get updated only with the final release?
Lysias
Member
Member
Posts: 12
Joined: Thu Jan 14, 2010 9:34 pm

Re: Upgrading to 1.3.0_rc1

Post by Lysias »

I'm not sure if this helps but I changed these lines in the init script:

Code: Select all

DAEMON1=/usr/bin/deluged
DAEMON2=/usr/bin/deluge-web
to

Code: Select all

DAEMON2=/usr/local/bin/deluged
DAEMON2=/usr/local/bin/deluge-web
That's where the binaries were installed after building them. You can find out where deluged resides by using:

Code: Select all

whereis -b deluged
jackobean
New User
New User
Posts: 9
Joined: Mon Jan 18, 2010 12:38 pm
Location: Melbourne, Australia

Re: Upgrading to 1.3.0_rc1

Post by jackobean »

Thanks Lysias, you are on the money!

j
Post Reply