I've searched pretty thoroughly but haven't been able to find a solution to this. I'm running LS Live New with the latest firmware (2.21):
Code:
:~# uname -a
Linux Mybox 2.6.22.7 #15 Tue Sep 8 18:32:54 JST 2009 armv5tejl unknown
I've managed to get ssh going and ipkg installed with bootstrap. I was able to install transmission yesterday.
But now when I attempt to install packages I get this:
Code:
:~# ipkg install mt-daapd-svn
Installing mt-daapd-svn (1696-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/cross/stable/mt-daapd-svn_1696-1_arm.ipk
Nothing to be done
An error ocurred, return value: 22.
Collected errors:
ipkg_download: ERROR: Command failed with return value 8: `wget --passive-ftp -q -P /opt/ipkg-x4yoQ7 http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/cross/stable/mt-daapd-svn_1696-1_arm.ipk'
Failed to download mt-daapd-svn. Perhaps you need to run 'ipkg update'?
What does
return value 8 mean?
So I run 'ipkg update':
Code:
:~# ipkg update
Downloading http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/cross/stable/Packages.gz
Inflating http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/cross/stable/Packages.gz
Updated list of available packages in /opt/lib/ipkg/lists/cross
Successfully terminated.
No problems.
I thought it could be a dns error as the LS has a static ip, however:
Code:
:~# nslookup www.google.com.au
Server: 208.67.222.222
Address: 208.67.222.222#53
Non-authoritative answer:
www.google.com.au canonical name = www.google.com.
www.google.com canonical name = google.navigation.opendns.com.
Name: google.navigation.opendns.com
Address: 208.67.219.230
Name: google.navigation.opendns.com
Address: 208.67.219.231
Code:
:~# cat /etc/resolv.conf
nameserver 208.67.222.222
nameserver 208.67.220.220
(I changed it to OpenDNS just in case somehow my ISP's server was the issue)
So I am really at a loss to what is going on here. Can anyone help?
EDIT: I'm logging in as root with ssh from Ubuntu if that is of any consequence.