step 2 Wiki install instructions
#1
I am receiving an error on step 2 of the wiki install instructions for my JB'd ATV2 running 4.3 software.

Using Terminal on my mac running Snow Leopard, I enter this:

wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -

I get this:

/usr/bin/apt-key: line 161: run-parts: command not found
--2011-12-29 10:42:26-- http://apt.awkwardtv.org/awkwardtv.pub
Resolving apt.awkwardtv.org... 74.208.75.216
Connecting to apt.awkwardtv.org|74.208.75.216|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1698 (1.7K) [text/plain]
Saving to: `STDOUT'

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

2011-12-29 10:42:27 (12.0 MB/s) - `-' saved [1698/1698]

gpg: renaming `/etc/apt/trusted.gpg' to `/etc/apt/trusted.gpg~' failed: Cross-device link
gpg: error writing keyring `/etc/apt/trusted.gpg': file rename error
gpg: error reading `-': file rename error
gpg: import from `-' failed: file rename error

How do I fix this? Am I doing something wrong?
Reply
#2
Try it again from the start of the XBMC instructions (or just use NitoTV to install XBMC).

The last few days there's been issues getting XBMC to install, but it seems (still not sure) to be related to certain servers getting overloaded. Although it doesn't sound like that is the case for you, for now I would just try again and see if it gives you the same error.
Reply
#3
Upon trying it several times again today, I am getting the same error message.

I have installed via nitoTV, as per your suggestion and it worked fine.

Thank you very much!
Reply
#4
Try them separate. It's trying to read stdio but it's actually looking for a "-" file.

And personally I like curl.


curl -O http://apt.awkwardtv.org/awkwardtv.pub
apt-key-add awkwardtv.pub
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#5
darkscout Wrote:Try them separate. It's trying to read stdio but it's actually looking for a "-" file.

And personally I like curl.


curl -O http://apt.awkwardtv.org/awkwardtv.pub
apt-key-add awkwardtv.pub

The issue was solved already.

however, I agree about curl, ontop I think curl comes per default on JB, so maybe i'll change the wiki, saves us from downloading/installing wget

ill look at it later, back to compile duties Smile
Reply

Logout Mark Read Team Forum Stats Members Help
step 2 Wiki install instructions0