macsat.com OpenWrt and ASUS WL Forum
March 12, 2010, 16:14:44 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?
Login with username, password and session length
News: Back to macsat.com
 
   Home   Help Search Login Register  
Pages: [1] 2   Go Down
  Print  
Author Topic: Deluge on Airlive WMU-6500FS  (Read 5498 times)
0 Members and 1 Guest are viewing this topic.
Aqualung
Jr. Member
**
Offline Offline

Posts: 78


Socialite


View Profile
« on: January 09, 2009, 10:58:22 AM »

(This thread is a continuation of the Deluge-related discussion on http://www.macsat.com/forum/index.php/topic,690.0.html.)

I have succeeded to install and run Deluge 1.0.5, at long last. Time permitting, I will attempt to post an algorithm for Linux newbies. Suffice, for now, to say that it will be nothing but a slight specification of Filodej's algorithm posted on his blog, with slight corrections that a seasoned Linux veteran might gloss over without paying much attention, but which turn out to be quite important for Linux virgins.

Issues I've come across so far when running the Deluge thin client: (a) uPnP doesn't seem to be working (the Deluge port doesn't automatically open in my router); (b) blocklist doesn't seem to be working either.

Any comments?
« Last Edit: January 09, 2009, 10:59:55 AM by Aqualung » Logged
Georgousopoulos Christos
Newbie
*
Offline Offline

Posts: 37



View Profile WWW
« Reply #1 on: January 10, 2009, 00:12:37 AM »

Hi again,

I will like to report something that I have just find out with respect to a problem that I had in the past with deluge - others may have also faced it.

Initially, I have installed deluge 0.5 in Airlive (thanks to Filodej) and 0.6 in Vista, and everything was ok. Then I upgraded deluge (on Vista) from 0.6 to 0.7 and again everything was running smoothly. Though, when I upgraded it to 1.00 problems started!
Although, deluge could start in Vista, when I was remotely connecting to the Airlive nothing was appearing in the list of torrent files. Then I decided to downgrade it to 0.6. I tried 0.6, 0.7 but nothing !!! the deluge was not even able of loading.

Any how, the solution to this problem is related to a clean uninstalling! Apart from uninstalling deluge from 'control panel-programs and features' you also have to:
i)  remove the directory of deluge e.g. c:\program files\deluge (since some files are not automatically deleted),and
ii)  remove the 'deluge' directory that is created inside the following path: C:\Users\<username>\AppData\Roaming\Deluge

After performing the above steps I could downgrade deluge without any problems (and run ok, as before). I will try to report this to deluge team and let's hope that these bugs will be corrected on next release.

Christos
Logged
Aqualung
Jr. Member
**
Offline Offline

Posts: 78


Socialite


View Profile
« Reply #2 on: January 12, 2009, 11:18:16 AM »

Alright, it looks like Deluge 1.1.0 final has arrived! Filodej, please do the honors and build it for the rest of us lame ass bastards. Grin

Otherwise, I may have found the answer to one of my previously posted grievances, namely (b): the Deluge 1.1.0_RC2 (29 December 2008) log contains this line: "Fix never-ending import in Blocklist on Windows," which looks like it will get the blocklist movin'.
Logged
filodej
Newbie
*
Offline Offline

Posts: 21


View Profile WWW
« Reply #3 on: January 18, 2009, 01:15:47 AM »

Hello all, finally the Deluge 1.1.0 package is ready.

Dear Aqualung, if you are still so eager for the web gui - and ajax gui template now looks very good, I think - now you have an opportunity. Since you are the only owner of TWO wmu boxes, I know, I encourage you to install deluge on both boxes and use first as a deluge daemon and second as a deluge client/http server and let us know how smoothly such a box-farm works.

Just as an experiment, if I were you, I'd definitely give it a try :-)

You can find the configuration details in the post.

Regards,
Filodej
Logged

Filodej's Linux groping:
http://filodej.blogspot.com/
Georgousopoulos Christos
Newbie
*
Offline Offline

Posts: 37



View Profile WWW
« Reply #4 on: January 18, 2009, 11:50:52 AM »

Great work Filodej,
Thank you once again !

just 2 simple questions....
1) do you know if it is possible of installing the new version on top of the old one without any problems? OR uninstall the previous version i.e. 0.5, with "filopack.sh" even if it has not been used for installing it ?

2) is it possible to transfer the state of the files to the new version - possible the files that represent the status? The point is that now I am seeding almost 50Gb and if I try to re-seed them again (to the new version) it will take ages for the box to read all of this files.

All the best,
Christos
Logged
filodej
Newbie
*
Offline Offline

Posts: 21


View Profile WWW
« Reply #5 on: January 18, 2009, 20:49:48 PM »

Hello Christos,

1) I would not recommend installing deluge over the old one. If you did not use the filopack.sh for the installation, following should do the magic:

# cd /mnt/C
# wget http://filodej.ic.cz/filopack/.filopack/deluge-1.0.5.lst
# xargs rm -f < deluge-1.0.5.lst

2) I did not need to transfer any state and so I performed a clean installation. So I frankly don't know. I would presume that they will hold the state somewhere in the .config directory, there is a state sub-directory, try to look there. (The deluge-1.0.5.lst file does not contain anything from the root's home directory and so the rm command should not make any harm to any of your personal state files).

Good luck and let me know how it went as I can update the post appropriately.

Cheers,
Filodej
Logged

Filodej's Linux groping:
http://filodej.blogspot.com/
Georgousopoulos Christos
Newbie
*
Offline Offline

Posts: 37



View Profile WWW
« Reply #6 on: January 20, 2009, 23:15:19 PM »

thanks a lot Filodej for the assistance and your magics :-)

Once I upgrade deluge I will let you know...
BR,
C.
Logged
Georgousopoulos Christos
Newbie
*
Offline Offline

Posts: 37



View Profile WWW
« Reply #7 on: January 24, 2009, 23:47:37 PM »

PERFECT news !!!

I can report the following:

1) based on your trick with xargs, I managed to uninstall the previous version successfully.

After installing 1.1.0 version:

2) in the 'deluge.sh' & 'deluged.sh' scripts I had to add the /usr/lib/libgcc_s.so library, otherwise I was getting the usual error-message "/usr/bin/python: Can't resolve symbol '_Unwind_SjLj_Register'"

3) the "echo -n -e "\n<username>:<password>" >> ~/.config/deluge/auth" line that you have at your post for configuring the authentication didn't worked for me. Probably the "\n" was not understood or I had to leave a space after that. Any how...I manually edited the "auth" file and everything went ok.

4) so the bonus is .... that if you transfer the state files of your torrents from the previous version to the new one you do not have to re-check them again !!!  which means that by doing so you safe a lot of time :-)

Once again, excellent work Filodej - you made a lot of people happy.
All the best,
Christos
Logged
Aqualung
Jr. Member
**
Offline Offline

Posts: 78


Socialite


View Profile
« Reply #8 on: January 26, 2009, 17:34:29 PM »

Anybody feel like compiling the newest Deluge (1.1.1)?  Grin

Otherwise, the Transmission people seem to be making progress toward explaining how to get the WebUI running, so why don't you Linux aficionados head on over there and see what's what please. (Yeah, still hoping to get Transmission workin', as it may be less taxing on resources. Plus, it doesn't need that many dependencies.)
Logged
Georgousopoulos Christos
Newbie
*
Offline Offline

Posts: 37



View Profile WWW
« Reply #9 on: January 26, 2009, 19:30:38 PM »

Dear Aqualung,

you know there is a saying in Greek: 'if you stress a lot the string is going to break'...
I think Joker & Filodej and all people here trying to share knowledge are doing their best, and this is for free!!!

there are over 5 different BT clients available for our box and almost all of them are complied at their latest versions.
I think we should be great to them rather than asking for too much - new version of deluge was released a few days ago with nothing special in particular i.e. it is x.x.1 version !!! give them a break :-)

Don't get it wrong yeah ?!
regards,
Christos
Logged
Aqualung
Jr. Member
**
Offline Offline

Posts: 78


Socialite


View Profile
« Reply #10 on: January 26, 2009, 20:47:43 PM »

there are over 5 different BT clients available for our box and almost all of them are complied at their latest versions. I think we should be great to them rather than asking for too much - new version of deluge was released a few days ago with nothing special in particular i.e. it is x.x.1 version !!! give them a break :-)

Well, my query was nothing but a friendly question  Cheesy I certainly did not put the gun to anyone's head  Grin They can just choose to ignore me, no hard feelings.
Logged
Aqualung
Jr. Member
**
Offline Offline

Posts: 78


Socialite


View Profile
« Reply #11 on: March 19, 2009, 20:56:50 PM »

For those of you running Deluge on the WMU-6500FS box, I have a question: I am not very happy with the download speed of my Deluge/WMU-6500FS combination, and I suspect that this is due to my sub-optimal Deluge configuration--mainly the Preferences/Bandwidth and Preferences/Queue menus. Can I get those of you happy enough with their BT experience to post the relevant settings?

Many thanks.
Logged
Georgousopoulos Christos
Newbie
*
Offline Offline

Posts: 37



View Profile WWW
« Reply #12 on: March 24, 2009, 12:29:55 PM »

I believe that this is irrelevant to the BT installed on the box. Personally I have not seen tr.speed greater to 450Kb/s
Logged
Aqualung
Jr. Member
**
Offline Offline

Posts: 78


Socialite


View Profile
« Reply #13 on: March 24, 2009, 13:15:38 PM »

I believe that this is irrelevant to the BT installed on the box.

Thanks, thought I am not really sure what you mean by "this." The Preferences? How could these be irrelevant for the BT on box?

Quote
Personally I have not seen tr.speed greater to 450Kb/s

I have yet to see speeds greater than 200Kb/s, though I get mostly 30-50 cumulated speed on an average with well seeded torrents. As a rule, no single torrent, however well seeded, seems to be overly eager to go over 25Kb/s.

Here are my bandwidth settings, and I'd appreciate comments:
Logged
filodej
Newbie
*
Offline Offline

Posts: 21


View Profile WWW
« Reply #14 on: April 14, 2009, 00:03:25 AM »

Finally I built the deluge 1.1.5. Before I managed to finish it (there were many obstacles along the way) the deluge team published the 1.1.6 version, apparently these guys are pretty fast moving target for me  Cry
Anyway, I hope the 1.1.5 is worth the upgrade for you, the next version I am going to build is 1.2.0 (if there is any).

Regards,
Filodej
Logged

Filodej's Linux groping:
http://filodej.blogspot.com/
Pages: [1] 2   Go Up
  Print  
 
Jump to:  

English Steel 1.6 © Saxon North Technologies
Powered by MySQL Powered by PHP Powered by SMF 1.1.10 | SMF © 2006-2009, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.11 seconds with 25 queries.