Issue replacing Atlantis 8.10 with earlier version
#1
So I've been trying to replace my 8.10 version with Beta 1, but everytime I try to move it into /Applications, I get a bunch of "No space left on device" issues.

Unfortunately, I'm extremely novice when it comes to terminal, so I don't know how to go in and lose things and such. And I certainly don't put things in Applications at all. I always use the space in frontrow. When I go to add an app like Boxee from the launcher I have no issue, but when I ssh in and try to move my xbmc.app to /Applications, it throws a hissy fit.

Help is appreciated.
Reply
#2
This thread is always good to read. Very similar problem.

http://forum.awkwardtv.org/viewtopic.php?f=2&t=2191

This will should you sizes
Code:
DIRECTORY=/Applications/XBMC.app; sum=0; for i in `find $DIRECTORY -type f -exec ls -l {} \; | cut -d ' ' -f 9`; do ((sum+=$i)) ; done; echo $sum

You need to find where the disk space has gone.
Reply
#3
Okay, I actually reformatted my Apple TV and went to do it and it worked. But now when I go to start XBMC it loads 8.10. I'm just simply using the instructions from this thread: http://forum.xbmc.org/showthread.php?tid=40572 (reply #7)
Reply
#4
Nevermind, figured it all out. It seems I need to set permissions on the actual XBMC file

ex: sudo chmod 755 /Applications/XBMC.app/Contents/MacOS/XBMC
Reply

Logout Mark Read Team Forum Stats Members Help
Issue replacing Atlantis 8.10 with earlier version0