Page 1 of 1
Upgrading to 1.3.0_rc1
Posted: Fri May 14, 2010 4:16 am
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

) . 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
Re: Upgrading to 1.3.0_rc1
Posted: Wed May 19, 2010 6:00 pm
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!
Re: Upgrading to 1.3.0_rc1
Posted: Mon May 24, 2010 1:18 am
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 \;
Re: Upgrading to 1.3.0_rc1
Posted: Wed May 26, 2010 11:26 am
by firefly2442
https://launchpad.net/~deluge-team/+archive/ppa
Will the PPA for 1.3 get updated only with the final release?
Re: Upgrading to 1.3.0_rc1
Posted: Wed May 26, 2010 8:59 pm
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:
Re: Upgrading to 1.3.0_rc1
Posted: Wed Jun 09, 2010 2:24 am
by jackobean
Thanks Lysias, you are on the money!
j