Kodi Community Forum

Full Version: Error Installing XBMC via PuTTY
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

Can someone tell me what has gone wrong with my install below and if this is an issue or should I just continue entering the next command to install XBMC.

I am following the guide on XBMCHub for iOS5 installation.

Thanks in anticipation.



login as: root
[email protected]'s password:
Apple-TV:~ root# apt-get install wget
Reading package lists... Done
Building dependency tree... Done
wget is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Apple-TV:~ root#
Apple-TV:~ root# wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key a dd -
/usr/bin/apt-key: line 161: run-parts: command not found
--2012-09-21 09:47:32-- http://apt.awkwardtv.org/awkwardtv.pub
Resolving apt.awkwardtv.org... 74.208.201.94
Connecting to apt.awkwardtv.org|74.208.201.94|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1698 (1.7K)
Saving to: `STDOUT'

100%[=======================================>] 1,698 --.-K/s in 0s

2012-09-21 09:47:33 (21.3 MB/s) - `-' saved [1698/1698]

OK
Apple-TV:~ root#
Apple-TV:~ root# echo "deb http://apt.awkwardtv.org/ stable main" > /etc/apt /sources.list.d/awkwardtv.list
Apple-TV:~ root#
Apple-TV:~ root# echo "deb http://mirrors.xbmc.org/apt/atv2 ./" > /etc/apt/s ources.list.d/xbmc.list
Apple-TV:~ root#
Apple-TV:~ root# apt-get update
Ign http://mirrors.xbmc.org ./ Release.gpg
Ign http://mirrors.xbmc.org ./ Release
Get:1 http://mirrors.xbmc.org ./ Packages [522B]
Get:2 http://cydia.zodttd.com stable Release.gpg [189B]
Get:3 http://apt.saurik.com tangelo-3.7 Release.gpg [189B]
Get:4 http://apt.modmyi.com stable Release.gpg [189B]
Get:5 http://nitosoft.com Release.gpg [487B]
Get:6 http://apt.awkwardtv.org stable Release.gpg [198B]
Get:7 http://apt.saurik.com tangelo-3.7 Release [630B]
Get:8 http://apt.modmyi.com stable Release [1341B]
Get:9 http://cydia.zodttd.com stable Release [1619B]
Get:10 http://nitosoft.com Release [295B]
Get:11 http://apt.awkwardtv.org stable Release [2082B]
Get:12 http://apt.saurik.com tangelo-3.7/main Packages [23.8kB]
Get:13 http://apt.modmyi.com stable/main Packages [2364kB]
Get:14 http://nitosoft.com Packages [3847B]
Get:15 http://apt.awkwardtv.org stable/main Packages [23.7kB]
Get:16 http://cydia.zodttd.com stable/main Packages [1498kB]
Err http://apt.thebigboss.org stable Release.gpg
POSIX: Operation timed out
99% [Connecting to apt.thebigboss.org]

Ign http://apt.thebigboss.org stable Release
99% [Connecting to apt.thebigboss.org]^C
Apple-TV:~ root# apt-get update
Ign http://mirrors.xbmc.org ./ Release.gpg
Ign http://mirrors.xbmc.org ./ Release
Hit http://cydia.zodttd.com stable Release.gpg
Ign http://mirrors.xbmc.org ./ Packages/DiffIndex
Hit http://apt.saurik.com tangelo-3.7 Release.gpg
Hit http://nitosoft.com Release.gpg
Hit http://mirrors.xbmc.org ./ Packages
Hit http://apt.modmyi.com stable Release.gpg
Hit http://apt.awkwardtv.org stable Release.gpg
Hit http://cydia.zodttd.com stable Release
Hit http://apt.saurik.com tangelo-3.7 Release
Hit http://nitosoft.com Release
Hit http://apt.awkwardtv.org stable Release
Get:1 http://apt.modmyi.com stable Release [1341B]
Get:2 http://cydia.zodttd.com stable/main Packages/DiffIndex [53.0kB]
Ign http://apt.saurik.com tangelo-3.7/main Packages/DiffIndex
Ign http://nitosoft.com Packages/DiffIndex
Get:3 http://apt.awkwardtv.org stable/main Packages/DiffIndex [1212B]
Get:4 http://apt.modmyi.com stable/main Packages/DiffIndex [53.3kB]
Hit http://apt.saurik.com tangelo-3.7/main Packages
Hit http://nitosoft.com Packages
Err http://apt.thebigboss.org stable Release.gpg
POSIX: Operation timed out
Ign http://apt.thebigboss.org stable Release
Get:5 http://apt.thebigboss.org stable/main Packages [991kB]
Fetched 1100kB in 3min 47s (4837B/s)
W: Failed to fetch http://apt.thebigboss.org/repofiles/cydi...elease.gpg POSIX: Operation timed out

E: Some index files failed to download, they have been ignored, or old ones used instead.
Apple-TV:~ root#
Apple-TV:~ root#
The Big Boss repo probably was down for a little bit. Looks like it's working now, so try it from the "apt-get update" step.
Cheers Ned.

Just done that following your reply and all is well again.

Thanks!