Siduction Forum

Siduction Forum => Software - Support => Topic started by: dlalias2k1 on 2013/06/15, 19:08:55

Title: Updating to Experimental\Deluge (Solved)
Post by: dlalias2k1 on 2013/06/15, 19:08:55
So I've been a fan of Deluge for a number of years.
It's had alot of features that I find beneficial.
Somehow I've tracked the issue down in bugtrackers to a bug in libtorrent-rasterbar. For some reason libtorrent-rasterbar seems to be stagnant compared to other sources, even when checked in sid repos proper. Is it as simple as the maintainer just hasn't updated the package?

This is more for my personal education than anything else. To resolve the issue, I think I'm just going to switch to Transmission for future needs.

Thanks!
Title: RE: Deluge/libtorrent question
Post by: seasons on 2013/06/17, 02:08:23
Hopefully, Transmission works better for you than it did for me. It had problems making connections (the dialog where you test whether the port is open would often come back 'unknown'). I switched to Deluge and all is well.
Title: RE: Deluge/libtorrent question
Post by: DeepDayze on 2013/06/17, 03:13:24
Think that the maintainer is working on updating the libtorrent-rasterbar6 package as noted in this bug report:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704216

There is an updated package in experimental so why not try it to see if it installs so that you can then try deluge to see if the bugs you encountered are fixed
Title: RE: Deluge/libtorrent question
Post by: dlalias2k1 on 2013/06/17, 18:24:18
Thanks DeepDayze

Using Deluge would be preferable as well. I got libtorrent-raster7 installed from experimental, but because of the way dependencies work, my I believe my Deluge is still using Libtorrent-rasterbar6 and is crashing.

Do i need to pull Deluge AND libtorrent-rasterbar7 from experimental? If not, how do I remove Libtorrent-rasterbar6 and point deluge to libtorrent-rasterbar7 without breaking the dependency issue?

Thanks
-D
Title: Updating to Experimental\Deluge (Solved)
Post by: coruja on 2013/06/17, 23:59:00
coruja@debian:~$ apt-cache -t experimental depends deluge
deluge
 Hängt ab von: python
 Hängt ab von: python-libtorrent
 Hängt ab von: deluge-gtk
 Beschädigt: deluge-common
 Ersetzt: deluge-common
coruja@debian:~$ apt-cache depends -t experimental python-libtorrent
python-libtorrent
 Hängt ab von: libboost-python1.53.0
 Hängt ab von: libboost-system1.53.0
 Hängt ab von: libc6
 Hängt ab von: libgcc1
 Hängt ab von: libstdc++6
 Hängt ab von: libtorrent-rasterbar7
 Hängt ab von: python
 Hängt ab von: python
 Hängt ab von (vorher): dpkg


So, apt-get -t experimental install deluge should upgrade both deluge and libtorrent-rasterbar7.
Title: Re: RE: Deluge/libtorrent question
Post by: DeepDayze on 2013/06/18, 18:14:52
Quote from: "dlalias2k1"Thanks DeepDayze

Using Deluge would be preferable as well. I got libtorrent-raster7 installed from experimental, but because of the way dependencies work, my I believe my Deluge is still using Libtorrent-rasterbar6 and is crashing.

Do i need to pull Deluge AND libtorrent-rasterbar7 from experimental? If not, how do I remove Libtorrent-rasterbar6 and point deluge to libtorrent-rasterbar7 without breaking the dependency issue?

Thanks
-D

hmm thought libtorrent-rasterbar7 would replace the broken -6 version. If the version of deluge is not liking the new libtorrent then maybe try the new version of deluge in experimental.
Title: RE: Re: RE: Deluge/libtorrent question
Post by: dlalias2k1 on 2013/06/18, 18:48:55
Indeed, I added the experimental repo and
went the "apt-get -t experimental install deluge" route.

The newest version of the deluge and libtorrent is now working on my system. However the joke is on me, cause apparently the crash issue still isn't resolved as of experiemental yet.

Thanks for the information though guys!
Title: RE: Re: RE: Deluge/libtorrent question
Post by: dlalias2k1 on 2013/06/18, 18:53:04
I did just think of a question. By using the experimental version, will my system always use the experimental version of deluge now, or will it upgrade back to sid as the sid version rolls forward.

I'm assuming that the experimental version will always be installed until i were to remove it and roll it back to sid.

Thanks
Title: RE: Re: RE: Deluge/libtorrent question
Post by: michaaa62 on 2013/06/18, 18:54:25
Somewhere i read the crashing issue will be resolved  in version 1.36, but that is not in Debian yet. Let's wait ... and do not try to stop those damned torrents!!!
Title: Re: RE: Re: RE: Deluge/libtorrent question
Post by: DeepDayze on 2013/06/18, 19:01:54
Quote from: "dlalias2k1"I did just think of a question. By using the experimental version, will my system always use the experimental version of deluge now, or will it upgrade back to sid as the sid version rolls forward.

I'm assuming that the experimental version will always be installed until i were to remove it and roll it back to sid.

Thanks

No, if there's a version in Sid that's newer than the one you have installed from experimental then it will get installed (provided all deps are met which could change in the new version)