Great nighly build xbmc-20110831-b7436bd-master-atv2.deb

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
deanmv Online
Posting Freak
Posts: 906
Joined: Jun 2011
Reputation: 9
Location: UK
Post: #61
adioukrou Wrote:I am lost here! where do I have to put this file. I did not downloaded that file when I started to ssh the nightly build process bcause I did not know.So do I have to download it unzip it or not and put it where? Please tell me. Thank you.Confused

From terminal on your Mac you need to SSH into your ATV2.

Code:
ssh root@IP ADDRESS

With IP ADDRESS being the IP of your ATV2. It will then ask your for a password (default being: alpine) or whatever you have changed it to if you have.

Then run:

Code:
wget http://mirrors.xbmc.org/nightlies/darwin/atv2/
and then the build you want from this list. So if you wanted the build from 8th of september you would write:

Code:
wget http://mirrors.xbmc.org/nightlies/darwin/atv2/xbmc-20110908-9592c12-master-atv2.deb

This will then download the file to your ATV2 (progress can be checked by watching the terminal screen).

When it has finished you then need to run: dpkg -i and the file name that you just got, so if we are using the example above it would be:

Code:
dpkg -i xbmc-20110908-9592c12-master-atv2.deb

This will then install the update onto your ATV2, after this is done you can then remove the file by typing: rm and then the file name, again as an example with the same file from above.

Code:
rm xbmc-20110908-9592c12-master-atv2.deb

Set Up
Raspberry Pi running Raspbmc - XBMC 12.2
40" Samsung ES6800 LED Smart 3D 1080P TV
Onkyo HTS3405 5.1 DD True HD and DTS-HD Surround Sound
ReadyNAS Duo with 4TB (2 x 2TB X-RAID) Western Digital Caviar Green using NFS
find quote
Majestic Offline
Member
Posts: 54
Joined: Jan 2011
Reputation: 0
Post: #62
Since the Version of the 6th i have Problems with crashes. If i Switch between Database entries it often jumps to lowtide.
find quote
dieselboy27 Offline
Fan
Posts: 350
Joined: Aug 2008
Reputation: 0
Location: Canada
Post: #63
I am getting this error. I am on the latest firmware jailbroken with seasonpass.


dpkg: status database area is locked by another process
find quote
jd2157 Offline
Fan
Posts: 641
Joined: Jan 2011
Reputation: 0
Location: Nova Scotia
Post: #64
dieselboy27 Wrote:I am getting this error. I am on the latest firmware jailbroken with seasonpass.


dpkg: status database area is locked by another process

I'd reboot the atv2, to make sure it kills any processes that may be lingering. Then I'd try the dpkg command again, if it freezes use CTRL+C to get it to use the removal script from the new package.

If you're still getting the same error, there might be a stale lock file hanging around that you'll need to manually delete. I'm guessing it'd be in /var/lock.

If that doesn't fix it, take a look in /var/log/syslog to see if there's any clues in there as to what's going on.
find quote
adioukrou Offline
Senior Member
Posts: 177
Joined: Jul 2011
Reputation: 0
Post: #65
deanmv Wrote:From terminal on your Mac you need to SSH into your ATV2.

Code:
ssh root@IP ADDRESS

With IP ADDRESS being the IP of your ATV2. It will then ask your for a password (default being: alpine) or whatever you have changed it to if you have.

Then run:

Code:
wget http://mirrors.xbmc.org/nightlies/darwin/atv2/
and then the build you want from this list. So if you wanted the build from 8th of september you would write:

Code:
wget http://mirrors.xbmc.org/nightlies/darwin/atv2/xbmc-20110908-9592c12-master-atv2.deb

This will then download the file to your ATV2 (progress can be checked by watching the terminal screen).

When it has finished you then need to run: dpkg -i and the file name that you just got, so if we are using the example above it would be:

Code:
dpkg -i xbmc-20110908-9592c12-master-atv2.deb

This will then install the update onto your ATV2, after this is done you can then remove the file by typing: rm and then the file name, again as an example with the same file from above.

Code:
rm xbmc-20110908-9592c12-master-atv2.deb

Thank you so much DeanMV from UK. This is what I call clear explaination. I got it now.Big Grin
find quote
Scott R Offline
Fan
Posts: 300
Joined: Feb 2008
Reputation: 0
Post: #66
adioukrou Wrote:Thank you for your reply this is what I have whenn ssh "dpkg..."
Apple-TV:~ root# dpkg -i xbmc-20110904-a2098db-master-atv2.deb
dpkg: error processing xbmc-20110904-a2098db-master-atv2.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
xbmc-20110904-a2098db-master-atv2.deb
Confused
In case anyone else gets this error...

I got this error as well. I suspect that adioukrou, like me, was following jshay's instructions from page 4 of this thread. He listed the URL to the nightlies as http://www.nl.kernel.org/pub/xbmc/nightl...rwin/atv2/

That URL doesn't work. As indicated in deanmv's instructions, the URL you need is http://mirrors.xbmc.org/nightlies/darwin/atv2/
find quote
mique Offline
Senior Member
Posts: 102
Joined: Jan 2005
Reputation: 0
Post: #67
Are you typing 'dpkg -i' ?
find quote
jd2157 Offline
Fan
Posts: 641
Joined: Jan 2011
Reputation: 0
Location: Nova Scotia
Post: #68
Scott R Wrote:In case anyone else gets this error...

I got this error as well. I suspect that adioukrou, like me, was following jshay's instructions from page 4 of this thread. He listed the URL to the nightlies as http://www.nl.kernel.org/pub/xbmc/nightl...rwin/atv2/

That URL doesn't work. As indicated in deanmv's instructions, the URL you need is http://mirrors.xbmc.org/nightlies/darwin/atv2/

Ideally everyone would follow the official instructions here.

Any reason you didn't use those? If there is I'm sure someone will take your feedback and try to improve the instructions.

Things get very confusing when everyone is writing their own instructions in the forums. Especially when things change and those unofficial instructions don't get updated.
find quote
Post Reply