JS error: [807] Uncaught TypeError: Cannot read property '262' of null
What does this mean? And how can i fix it?
JS error: [807] Uncaught TypeError: Cannot read property '262' of null
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?
deb http://ftp.debian.org/debian stable maingpg --keyserver pgp.mit.edu --recv-keys AED4B06F473041FA
gpg --armor --export AED4B06F473041FA| apt-key add -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.
dsm1212 wrote:I did manage to get utorrent 3.0 running on 4.2.19.
dsm1212 wrote:There is a 64 bit version of utorrent 3.0 for linux posted here: http://forum.utorrent.com/viewtopic.php?id=102110
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
- I'm 47 minutes into the extraction and still on folders beginning with "d".dsm1212 wrote:# Build 64 bit ssl shared libs
Download the big netgear GPL source archive for 4.2.19 and extract the openssl directory.
tribal wrote:... I had to force install the newest dpkg to take out the breaks I was getting when trying to install libc6.
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). 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)
dpkg -i --force-depends libc6_2.11.3-2_i386.debCan'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 127Return to General Discussion on ReadyNAS Add-ons
Users browsing this forum: JarnoG and 0 guests