Kodi Community Forum
Errors while processing during install - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: iOS & tvOS (https://forum.kodi.tv/forumdisplay.php?fid=137)
+---- Thread: Errors while processing during install (/showthread.php?tid=208878)

Pages: 1 2


RE: Errors while processing during install - Memphiz - 2015-01-20

Code:
E: Write error - write (28: No space left on device)

Even when trying to remove something you need a bit free space (for all the internal packaging database handling). Have a look into the iOS FAQ (wiki) and try to free up some space.


RE: Errors while processing during install - TMountainHigh - 2015-01-27

Hi again Wink okay I had a look at the suggested link. and followed all the commands it said to do. But once there I used du -h / ..... but I don't know how to empty the ones that are too large using terminal. I was able to use FileZilla and empty the 4 folders suggested in help section. But I still don't have enough space to delete the old xbmc. I don't mean to be such a pain.... but I'm really stuck. please help.... please..... Smile


RE: Errors while processing during install - Memphiz - 2015-01-27

post the output of df -h


RE: Errors while processing during install - TMountainHigh - 2015-01-29

....thank you! Smile

Apple-TV:~ root# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/disk0s1s1 681M 621M 54M 93% /
devfs 26K 26K 0 100% /dev
/dev/disk0s1s2 6.8G 6.8G 4.9M 100% /private/var

Do you need the du -h as well?


RE: Errors while processing during install - Memphiz - 2015-01-29

/private/var is full ... you didn't successful follow the FAQ for freeing up the space. This is still filled up with your rented itunes movies...


RE: Errors while processing during install - TMountainHigh - 2015-01-29

I just finished reading "Farewell to future Apple TV2 development" .... is that your article?

http://kodi.tv/farewell-to-future-appletv2-development/


RE: Errors while processing during install - TMountainHigh - 2015-01-29

No I wasn't successful....Confused I don't know the how to delete files via terminal. My coding skills are copy/ paste only.... Sad And I don't remember renting itunes movies...?? But how do I get rid of them if they are there?


RE: Errors while processing during install - Memphiz - 2015-01-30

1. yes the article is from me - my name is printed there as "author" not for fun Wink

2. free the space - ssh into the atv2 and issue the following commands:

Code:
rm -r /private/var/cache/apt/archives/*
rm -r /private/var/mobile/Library/Caches/AppleTV/Video/LocalAndRental/*
rm -r /private/var/mobile/Library/Caches/AppleTV/Video/Other/*