utorrent for X86 2.2.01

Please post questions about ReadyNAS add-ons here.

Re: utorrent for X86 2.2.01

Postby U5tabil » Thu Nov 03, 2011 5:16 pm

Im trying to get this to work. And it seems to be working but under logs for torrents i get this error:

JS error: [807] Uncaught TypeError: Cannot read property '262' of null


What does this mean? And how can i fix it?
U5tabil
ReadyNAS Newbie
 
Posts: 1
Joined: Thu Nov 03, 2011 5:14 pm
ReadyNAS: Ultra

Re: utorrent for X86 2.2.01

Postby valmiki » Sun Nov 13, 2011 8:28 am

At the risk of sounding like a gimp, is there a reason why this isn't posted within the Community Addons section? It's not in beta or anything...

Getting excited as I'm having a Readynas Ultra 2 delivered tomorrow, to replace my Duo. I'm on the kool-aid! lol.
valmiki
ReadyNAS Newbie
 
Posts: 19
Joined: Thu May 27, 2010 6:00 am
ReadyNAS: Ultra

Re: utorrent for X86 2.2.01

Postby Orionos » Tue Nov 15, 2011 1:25 pm

Super seems to have disappeared into the great beyond, so no new uTorrent for me... :(

On top of that, there's a little bug that I have come to believe is related to 4.2.19
I have installed several Ultras for people now, some with SSH, some without, and Frontview seems determined to shuffle the share locations. I think it happens if there's a directory in /c that has no associated share. The ReadyNAS reboots, and there's a chance an existing share has now been pointed to that directory instead of the original one. Still has the original name though to keep things confusing. Yesterday, my downloads share was fine, today it pointed to the truecrypt directory (if only someone could make a plugin for that, encfs just doesn't do it for me...)
Easy enough to change the Samba Shares.conf for me and restart Samba. But for the people with no SSH, they're pooped.
Orionos
ReadyNAS Newbie
 
Posts: 14
Joined: Wed Sep 28, 2011 8:32 am
ReadyNAS: Ultra

Re: utorrent for X86 2.2.01

Postby set0 » Sun Nov 27, 2011 11:49 pm

dsm1212 wrote:Oh, well, I hit the GLIBC_2.11 issue too running 4.2.19 so no joy for now. Sounds like this is a 4.2.19 issue and not a utorrent addon issue?


I looked into this a bit and it appears that uTorrent requires glibc 2.11 to be installed while ReadyNAS only has 2.7 installed. 2.11 is the latest stable version of glibc that comes in the libc6 package. It can be installed using apt-get, but I'm not sure if it would cause the rest of the system to be unstable. I may experiment with this at a later time.

If anyone has a ReadyNAS unit that they're willing to experiment with, here's what you'll need to do to upgrade glibc:

While logged in as root:

Edit /etc/apt/sources.list. Comment out every line by adding a '#' in front of it. Add the following line:
Code: Select all
deb http://ftp.debian.org/debian stable main


Run apt-get update. If you get a GPG error, run these commands and then run apt-get update again:
Code: Select all
gpg --keyserver pgp.mit.edu --recv-keys AED4B06F473041FA
gpg --armor --export AED4B06F473041FA| apt-key add -


Now run apt-get install libc6. This will update libc6 as well as all of its dependencies to the latest stable version (currently 2.11.2-10).

Cross your fingers. Try running utorrent. Also, try rebooting the ReadyNAS unit and making sure it starts up properly. :o
set0
ReadyNAS Newbie
 
Posts: 6
Joined: Sun Feb 15, 2009 2:50 pm

Re: utorrent for X86 2.2.01

Postby tribal » Sun Dec 04, 2011 2:37 am

set0 wrote:
dsm1212 wrote:Oh, well, I hit the GLIBC_2.11 issue too running 4.2.19 so no joy for now. Sounds like this is a 4.2.19 issue and not a utorrent addon issue?


I looked into this a bit and it appears that uTorrent requires glibc 2.11 to be installed while ReadyNAS only has 2.7 installed. 2.11 is the latest stable version of glibc that comes in the libc6 package. It can be installed using apt-get, but I'm not sure if it would cause the rest of the system to be unstable. I may experiment with this at a later time.

If anyone has a ReadyNAS unit that they're willing to experiment with, here's what you'll need to do to upgrade glibc:

While logged in as root:

Edit /etc/apt/sources.list. Comment out every line by adding a '#' in front of it. Add the following line:
Code: Select all
deb http://ftp.debian.org/debian stable main


Run apt-get update. If you get a GPG error, run these commands and then run apt-get update again:
Code: Select all
gpg --keyserver pgp.mit.edu --recv-keys AED4B06F473041FA
gpg --armor --export AED4B06F473041FA| apt-key add -


Now run apt-get install libc6. This will update libc6 as well as all of its dependencies to the latest stable version (currently 2.11.2-10).

Cross your fingers. Try running utorrent. Also, try rebooting the ReadyNAS unit and making sure it starts up properly. :o


I did this on my Ultra 4 and looks good so far. I had to force install the newest dpkg to take out the breaks I was getting when trying to install libc6. Will update if stuff gets really wonky.

Edit: Bleh, maybe premature. Seems that it hangs when a torrent is added.

Edit #2: Yeah, the service uses up the entire processor.

Edit #3: Hmm. OK, maybe it was the one torrent I was using. I downloaded some other ones and they seem to be working. All good here I suppose.
tribal
ReadyNAS Newbie
 
Posts: 1
Joined: Sun Feb 27, 2011 4:55 pm
ReadyNAS: Ultra

Re: utorrent for X86 2.2.01

Postby jklimczak » Wed Dec 21, 2011 8:15 am

Will this be fixed in 2.2.03 i tryed all of this on my Ultra 2 with latest FW and did not work had to use 1.0 ver
jklimczak
ReadyNAS Newbie
 
Posts: 5
Joined: Wed Dec 21, 2011 8:10 am
ReadyNAS: Ultra

Re: utorrent for X86 2.2.01

Postby dsm1212 » Wed Dec 21, 2011 10:23 pm

Note: this will only work for units with 64 bit intel processors

I did manage to get utorrent 3.0 running on 4.2.19. There is a 64 bit version of utorrent 3.0 for linux posted here: http://forum.utorrent.com/viewtopic.php?id=102110. This was linked against an earlier version of glibc, but it needs some 64 bit libs which are were not on my NAS by default. Here are the steps:

# get the 64 bit gcc libs installed
apt-get install libc6-dev-amd64
apt-get install lib64gcc1

# Build 64 bit ssl shared libs
Download the big netgear GPL source archive for 4.2.19 and extract the openssl directory.
cd to the openssl directory
chmod +x util/*.sh
./config shared
make
make test
make install

This will put the ssl package into /usr/local/ssl so you need to create standard links so they can be found/used.

ln -s /usr/local/ssl/lib/libssl.so.0.9.8 /lib64/libssl.so.0.9.8
ln -s /usr/local/ssl/lib/libcrypto.so.0.9.8 /lib64/libcrypto.so.0.9.8

#finally replace the utorrent binary and ui with the new ones
#install the latest addon in this forum if you haven't already.
cd /usr/local/utorrent
mv utserver utserver.addon
mv webui.zip webui.zip.addon

cd <your untarred 64 bit utorrent directory>
cp utserver /usr/local/utorrent
cp webui.zip /usr/local/utorrent

Edit: The webui.zip from https://forum.utorrent.com/viewtopic.php?id=58156 works much better on linux.

Then go to the addon list and start utorrent. The launch button should bring up the UI.

Good luck.

steve
Last edited by dsm1212 on Mon May 21, 2012 6:29 pm, edited 3 times in total.
dsm1212
ReadyNAS Expert
 
Posts: 261
Joined: Mon Aug 15, 2011 2:15 pm
ReadyNAS: Pro

Re: utorrent for X86 2.2.01

Postby jklimczak » Thu Dec 22, 2011 9:25 am

Thanks.... I was Hoping for a quick .bin fix Ill wait a bit (Im Lazy to do the install) But thanks maybe if i have some free time ill get this up
jklimczak
ReadyNAS Newbie
 
Posts: 5
Joined: Wed Dec 21, 2011 8:10 am
ReadyNAS: Ultra

Re: utorrent for X86 2.2.01

Postby geoffnordling » Sat Jan 28, 2012 5:03 am

Hi,

Ok first thing; I AM A COMPLETE NOOB FOR NAS. I scored a RNDU6000 in perfect working condition (no manuals or cables, just the unit in a plastic bag) for $20 at a flood damaged goods sale at a local hardware warehouse. It works perfectly, not a mark on it; score of the century as far as I am concerned. Now I have it running with 3x 2TB WD Green drives and I want utorrent on it. I use uTorrent as my normal client on my PC's but I have never used anything along these lines on a NAS or a server.

I got about as far as DL'ing the .bin and installing it but the rest is making my head spin. I guess like when i got in to installing android ROMs on my Windows phone for the first time there is a lingo and a "standard of knowledge" among all of you guys/girls and I'm just not up to par as yet. Would it be possible for some one to give a step by step guide on how to make this work with out all the fancy acronyms and lingo so I can get up to speed on it all? I have bugger all Linux knowledge, Don't know Java or SQL, just a windows gamer with a but load of media on a NAS with the desire to save money on power as at the present I use a Gaming PC that consumes any where from 200W to 1KW of power just to DL and UL torrents when I'm not gaming, a 80W max NAS would be much better for torrents IMO. That and I really hate leaving my $6k Gaming PC on all day during 40c (I live in Queensland, the tropical north of Australia) temps just to maintain my private tracker ratio.

Any help would be great! Thanks. :D
geoffnordling
ReadyNAS Newbie
 
Posts: 4
Joined: Sat Jan 28, 2012 4:47 am
ReadyNAS: Ultra

Re: utorrent for X86 2.2.01

Postby dsm1212 » Sat Jan 28, 2012 5:05 pm

What bin did you use and what raidiator version are you running ( this is on the web home page)?

Steve
dsm1212
ReadyNAS Expert
 
Posts: 261
Joined: Mon Aug 15, 2011 2:15 pm
ReadyNAS: Pro

Re: utorrent for X86 2.2.01

Postby geoffnordling » Sat Jan 28, 2012 9:01 pm

All good, I worked it out, running Raidiator 4.2.19 and i got uTorrent 2.0.00 running fine now. Had some write issues trying to set the old bittorrent folders as download locations ect. I made new ones in my Media share and its working perfectly.
geoffnordling
ReadyNAS Newbie
 
Posts: 4
Joined: Sat Jan 28, 2012 4:47 am
ReadyNAS: Ultra

Re: utorrent for X86 2.2.01

Postby kc1 » Wed Feb 01, 2012 2:42 am

dsm1212 wrote:I did manage to get utorrent 3.0 running on 4.2.19.

Steve, thanks for your post which I have begun following. I have a few questions:

1. Are this...
dsm1212 wrote:There is a 64 bit version of utorrent 3.0 for linux posted here: http://forum.utorrent.com/viewtopic.php?id=102110

...and these:

dsm1212 wrote:#finally replace the utorrent binary and ui with the new ones
#install the latest addon in this forum if you haven't already....
The webui.zip from https://forum.utorrent.com/viewtopic.php?id=58156


...the same as SuperPoussin's 2.022 release?

2. Is there a quicker/easier way to get these?:
dsm1212 wrote:# Build 64 bit ssl shared libs
Download the big netgear GPL source archive for 4.2.19 and extract the openssl directory.
- I'm 47 minutes into the extraction and still on folders beginning with "d".

3. Do we still need to do the glibc thing referred to in the post 2 above yours?

4. Finally, what is the correct url / port to get the web gui running? The launch button on the addon doesn't work on my v2.2.02 NVX installation.
NV+ Firmware 4.1.7, NVX Firmware 4.2.22, Ultra 4 Plus Firmware 4.2.22, shared with Win7 ethernet network, using Netgear WNDR4000 & Netgear GS108 switch, BT HomeHub v3, DLNA to Samsung UE40ES8000 + Android devices
kc1
Advanced ReadyNAS User
 
Posts: 158
Joined: Thu Jun 26, 2008 6:12 am
ReadyNAS: NVX

Re: utorrent for X86 2.2.01

Postby kc1 » Wed Feb 01, 2012 6:01 am

Well I've done all the steps now except the glib thing. But with no luck apparently.

The launch button opens a page cannot be found.

Anybody have any suggestions?
NV+ Firmware 4.1.7, NVX Firmware 4.2.22, Ultra 4 Plus Firmware 4.2.22, shared with Win7 ethernet network, using Netgear WNDR4000 & Netgear GS108 switch, BT HomeHub v3, DLNA to Samsung UE40ES8000 + Android devices
kc1
Advanced ReadyNAS User
 
Posts: 158
Joined: Thu Jun 26, 2008 6:12 am
ReadyNAS: NVX

Re: utorrent for X86 2.2.01

Postby kc1 » Wed Feb 01, 2012 6:27 am

tribal wrote:... I had to force install the newest dpkg to take out the breaks I was getting when trying to install libc6.


Hi - how did you do that?

I tried: apt-get -f install as suggested by the error message:
Code: Select all
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  libc6: Depends: libc-bin (= 2.11.3-2) but it is not going to be installed
  libc6-amd64: Depends: libc6 (= 2.7-18lenny7) but 2.11.3-2 is to be installed
  libc6-dev: Depends: libc6 (= 2.7-18lenny7) but 2.11.3-2 is to be installed
  locales: Depends: glibc-2.7-1
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).


But it still says:

Code: Select all
 package uses Breaks; not supported in this dpkg
dpkg: error processing /var/cache/apt/archives/libc6_2.11.3-2_i386.deb (--unpack                 ):
 unsupported dependency problem - not installing libc6
Errors were encountered while processing:
 /var/cache/apt/archives/libc-bin_2.11.3-2_i386.deb
 /var/cache/apt/archives/libc6_2.11.3-2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
NV+ Firmware 4.1.7, NVX Firmware 4.2.22, Ultra 4 Plus Firmware 4.2.22, shared with Win7 ethernet network, using Netgear WNDR4000 & Netgear GS108 switch, BT HomeHub v3, DLNA to Samsung UE40ES8000 + Android devices
kc1
Advanced ReadyNAS User
 
Posts: 158
Joined: Thu Jun 26, 2008 6:12 am
ReadyNAS: NVX

Re: utorrent for X86 2.2.01

Postby kc1 » Wed Feb 01, 2012 7:02 am

So I tried manually downloading libc6_2.11.3-2_i386.deb from http://packages.debian.org/squeeze/i386/libc6/download and installing it using:
Code: Select all
dpkg -i --force-depends libc6_2.11.3-2_i386.deb


But still got an error:

Code: Select all
Can't exec "locale": No such file or directory at /usr/share/perl5/Debconf/Encoding.pm line 16.
Use of uninitialized value in scalar chomp at /usr/share/perl5/Debconf/Encoding.pm line 17.
...
/var/lib/dpkg/info/libc6.postinst: line 300: ldconfig: command not found
dpkg: error processing libc6 (--install):
 subprocess post-installation script returned error exit status 127


Rebooted but launch button still fails to launch the interface.

As you can tell I'm floundering here. can anyone tell me if there is a way to reach uTorrent on the NAS remotely, like Transmission Remote?
NV+ Firmware 4.1.7, NVX Firmware 4.2.22, Ultra 4 Plus Firmware 4.2.22, shared with Win7 ethernet network, using Netgear WNDR4000 & Netgear GS108 switch, BT HomeHub v3, DLNA to Samsung UE40ES8000 + Android devices
kc1
Advanced ReadyNAS User
 
Posts: 158
Joined: Thu Jun 26, 2008 6:12 am
ReadyNAS: NVX

PreviousNext

Return to General Discussion on ReadyNAS Add-ons



Who is online

Users browsing this forum: No registered users and 5 guests