Kodi Community Forum

Full Version: Installing eden on atv2 issue with apt-get update
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Does anyone know of a way around this problem

I installed eden on one atv2 yesterday and was ll ok

when i try and do it on another today it gets stuck during the apt-get update process (straight after jailbrake)

2 files take an age to try and download (2000b/s) then i get this failure



Code:
apt-get update && apt-get upgrade
Hit http://apt.awkwardtv.org stable Release.gpg
Hit http://apt.saurik.com tangelo-3.7 Release.gpg
Hit http://apt.thebigboss.org stable Release.gpg
Hit http://apt.modmyi.com stable Release.gpg
Hit http://nitosoft.com  Release.gpg
Hit http://apt.awkwardtv.org stable Release
Hit http://apt.thebigboss.org stable Release
Hit http://apt.saurik.com tangelo-3.7 Release
Get:1 http://apt.modmyi.com stable Release [1331B]
Hit http://nitosoft.com  Release
Hit http://cydia.zodttd.com stable Release.gpg
Hit http://apt.thebigboss.org stable/main Packages/DiffIndex
Hit http://apt.awkwardtv.org stable/main Packages/DiffIndex
Hit http://apt.modmyi.com stable/main Packages/DiffIndex
Ign http://nitosoft.com  Packages/DiffIndex
Ign http://apt.saurik.com tangelo-3.7/main Packages/DiffIndex
Hit http://apt.saurik.com tangelo-3.7/main Packages
Hit http://nitosoft.com  Packages
Hit http://cydia.zodttd.com stable Release
Ign http://mirrors.xbmc.org ./ Release.gpg
Get:2 http://cydia.zodttd.com stable/main Packages [1345kB]
Ign http://mirrors.xbmc.org ./ Release
Ign http://mirrors.xbmc.org ./ Packages/DiffIndex
Hit http://mirrors.xbmc.org ./ Packages
99% [2 Packages bzip2 4489kB]                                       47.7kB/s 0s
bzip2: Compressed file ends unexpectedly;
        perhaps it is corrupted?  *Possible* reason follows.
bzip2: Inappropriate ioctl for device
        Input file = (stdin), output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.

Err http://cydia.zodttd.com stable/main Packages
  Sub-process /bin/bzip2 returned an error code (2)
Fetched 1346kB in 35min 21s (634B/s)
W: Failed to fetch http://cydia.zodttd.com/repo/cydia/dists/stable/main/binary-iphoneos-arm/Packages.bz2  Sub-process /bin/bzip2 returned an error code (2)

E: Some index files failed to download, they have been ignored, or old ones used instead.
Dito here...Same results
grrr - i hope it starts working soon or im going to get it from the wife!!
Worked for me but was awful slow, my bet is those mirrors are getting hit with a lot of people trying to update to beta 2.
same here
slow mirror i think
Anyone know any other mirror?
What happens when you press on in the install instructions? XBMC doesn't need anything from the ZodTTD repo.
pretty sure its something to do with http://mirrors.xbmc.org ./
how do you use those if installing from command line?
this is the line i use
echo "deb http://apt.awkwardtv.org ./" > /etc/apt/sources.list.d/awkwardtv.list
so do i just echo "deb......" that address instead?
Try this:

Code:
rm -f xbmc*.deb

wget http://mirror.netcologne.de/xbmc/apt/atv2/deb/org.xbmc.xbmc-atv2_11.0-0~b2_iphoneos-arm.deb

dpkg -i xbmc*.deb

rm xbmc*.deb
dpkg: error processing xbmc*.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
xbmc*.deb
Bigfisher Wrote:dpkg: error processing xbmc*.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
xbmc*.deb
try dpkg -i org.xbmc.xbmc*.deb



Still doesnt work though Ned Sad
comes up with some dependancy errors
Is it possible to install the deb file over ssh then go to nito and install the dependencies? This would be for a fresh install.
Will it resolve itself later? Lets say later today, i meen if the problem is overload on mirror.xbmc.
This is my first jailbreak, and i dont really understand much of these commands to install xbmc so if there is another way to get it to work a detailed description would be nice...
Pages: 1 2