All Scripts Failing
#1
Hi everyone,

I tried reading up on my problem, but have been unable to find a solution to my specific problem. I bought an already jailbroken apple tv 2 on 4.3. It had nitotv and xbmc already installed. Im not new to XBMC (I've had it on my Mac for a bit), but for the life of me can't figure out why every addon I have comes up with a script failed notice. In particular Icefilms and Navigator X- but also any add-on I add (even ones I download through XBMC). I tried reinstalling XBMC through nitotv but got an error saying something along the lines of this must be done manually. Should I post logs? Any help would be greatly appreciated. I guess this is what I get for not jailbreaking myself.
Reply
#2
if you want help, post xbmc.log to http://www.pastebin.com, we are not mind readers nor does the crystal ball work anymore so we don't have a clue which version you are running.
Reply
#3
First step is to make sure you are updated to the latest nightly build: http://wiki.xbmc.org/index.php?title=HOW...htly_build

If you still have issues then always post your debug log: http://wiki.xbmc.org/index.php?title=HOW...og_for_iOS

and include as much of this information as you can: http://forum.xbmc.org/showthread.php?tid=92480
Reply
#4
Thank you, I just thought that maybe it was something stupid I was doing. I will post my debug logs asap. Thank you all for your responses.
Reply
#5
Ok, so when I try to update in terminal I get these errors:


2011-10-13 20:05:07 (0.03 B/s) - `xbmc-20111013-21de7b8-master-atv2.deb.1' saved [43396346/43396346]

Apple-TV:/private/var/tmp root# dpkg -i xbmc-20111013-21de7b8-master-atv2.deb
Selecting previously deselected package org.xbmc.xbmc-atv2.
(Reading database ... 3784 files and directories currently installed.)
Preparing to replace org.xbmc.xbmc-atv2 10.0-9 (using xbmc-20111013-21de7b8-master-atv2.deb) ...
^Cdpkg: warning - old pre-removal script killed by signal (Interrupt: 2)
dpkg - trying script from the new package instead ...
dpkg: ... it looks like that went OK.
Unpacking replacement org.xbmc.xbmc-atv2 ...
dpkg-deb (subprocess): short read in buffer_copy (failed to write to pipe in copy)
dpkg-deb: subprocess paste returned error exit status 2
dpkg: error processing xbmc-20111013-21de7b8-master-atv2.deb (--install):
short read in buffer_copy (backend dpkg-deb during `./Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/skin.confluence/backgrounds/network.jpg')
Errors were encountered while processing:
xbmc-20111013-21de7b8-master-atv2.deb
Apple-TV:/private/var/tmp root# dpkg -i xbmc-20111013-21de7b8-master-atv2.deb
(Reading database ... 3784 files and directories currently installed.)
Preparing to replace org.xbmc.xbmc-atv2 10.0-9 (using xbmc-20111013-21de7b8-master-atv2.deb) ...
Unpacking replacement org.xbmc.xbmc-atv2 ...
dpkg-deb (subprocess): short read in buffer_copy (failed to write to pipe in copy)
dpkg-deb: subprocess paste returned error exit status 2
dpkg: error processing xbmc-20111013-21de7b8-master-atv2.deb (--install):
short read in buffer_copy (backend dpkg-deb during `./Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/skin.confluence/backgrounds/network.jpg')
Errors were encountered while processing:
xbmc-20111013-21de7b8-master-atv2.deb
Apple-TV:/private/var/tmp root# rm -r/Applications/XBMC.frappliance
rm: invalid option -- /
Try `rm --help' for more information.
Apple-TV:/private/var/tmp root# rm -r /Applications/XBMC.frappliance
rm: cannot remove `/Applications/XBMC.frappliance': No such file or directory
Apple-TV:/private/var/tmp root# rm -r /Applications/XBMC.frappliance
rm: cannot remove `/Applications/XBMC.frappliance': No such file or directory
Apple-TV:/private/var/tmp root# rm -r /Applications/XBMC.frappliance
rm: cannot remove `/Applications/XBMC.frappliance': No such file or directory
Apple-TV:/private/var/tmp root# rm -r /Applications/org.xbmc.xbmc-atv2 10.0-9
rm: cannot remove `/Applications/org.xbmc.xbmc-atv2': No such file or directory
rm: cannot remove `10.0-9': No such file or directory
Apple-TV:/private/var/tmp root# dpkg -i xbmc-20111013-21de7b8-master-atv2.deb
(Reading database ... 3784 files and directories currently installed.)
Preparing to replace org.xbmc.xbmc-atv2 10.0-9 (using xbmc-20111013-21de7b8-master-atv2.deb) ...
Unpacking replacement org.xbmc.xbmc-atv2 ...
dpkg-deb (subprocess): short read in buffer_copy (failed to write to pipe in copy)
dpkg-deb: subprocess paste returned error exit status 2
dpkg: error processing xbmc-20111013-21de7b8-master-atv2.deb (--install):
short read in buffer_copy (backend dpkg-deb during `./Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/skin.confluence/backgrounds/network.jpg')
Errors were encountered while processing:
xbmc-20111013-21de7b8-master-atv2.deb
Apple-TV:/private/var/tmp root# rm -r /Applications/XBMC.frappliance
rm: cannot remove `/Applications/XBMC.frappliance': No such file or directory
Apple-TV:/private/var/tmp root# rm -r /Applications/XBMC.frappliance/
rm: cannot remove `/Applications/XBMC.frappliance/': No such file or directory
Apple-TV:/private/var/tmp root#


Can someone help me out? Thanks, I really appreciate the help. I know people have better things to do. Thanks again.
Reply
#6
df -h ?
Reply
#7
I'm sorry, just type in that command? or...?
Reply
#8
Also, logs: http://pastebin.com/JzrWSwza
Reply
#9
Wannawanna Wrote:I'm sorry, just type in that command? or...?

Yes; Without the question mark. It displays how much space is being used on the ATV2. Post the results in this thread.
Reply
#10
You are trying to install a partially downloaded copy of XBMC.
The first line says "....deb.1 saved"
You then try to install ".deb" which is probably not all there rather than the .1 version you just downloaded.

Type
dpkg -i xbmc-20111013-21de7b8-master-atv2.deb.1
and continue the process

Wannawanna Wrote:Ok, so when I try to update in terminal I get these errors:


2011-10-13 20:05:07 (0.03 B/s) - `xbmc-20111013-21de7b8-master-atv2.deb.1' saved [43396346/43396346]

Apple-TV:/private/var/tmp root# dpkg -i xbmc-20111013-21de7b8-master-atv2.deb
Selecting previously deselected package org.xbmc.xbmc-atv2.
(Reading database ... 3784 files and directories currently installed.)
Preparing to replace org.xbmc.xbmc-atv2 10.0-9 (using xbmc-20111013-21de7b8-master-atv2.deb) ...
^Cdpkg: warning - old pre-removal script killed by signal (Interrupt: 2)
dpkg - trying script from the new package instead ...
dpkg: ... it looks like that went OK.
Unpacking replacement org.xbmc.xbmc-atv2 ...
dpkg-deb (subprocess): short read in buffer_copy (failed to write to pipe in copy)
dpkg-deb: subprocess paste returned error exit status 2
dpkg: error processing xbmc-20111013-21de7b8-master-atv2.deb (--install):
short read in buffer_copy (backend dpkg-deb during `./Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/skin.confluence/backgrounds/network.jpg')
Errors were encountered while processing:
xbmc-20111013-21de7b8-master-atv2.deb
Apple-TV:/private/var/tmp root# dpkg -i xbmc-20111013-21de7b8-master-atv2.deb
(Reading database ... 3784 files and directories currently installed.)
Preparing to replace org.xbmc.xbmc-atv2 10.0-9 (using xbmc-20111013-21de7b8-master-atv2.deb) ...
Unpacking replacement org.xbmc.xbmc-atv2 ...
dpkg-deb (subprocess): short read in buffer_copy (failed to write to pipe in copy)
dpkg-deb: subprocess paste returned error exit status 2
dpkg: error processing xbmc-20111013-21de7b8-master-atv2.deb (--install):
short read in buffer_copy (backend dpkg-deb during `./Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/skin.confluence/backgrounds/network.jpg')
Errors were encountered while processing:
xbmc-20111013-21de7b8-master-atv2.deb
Apple-TV:/private/var/tmp root# rm -r/Applications/XBMC.frappliance
rm: invalid option -- /
Try `rm --help' for more information.
Apple-TV:/private/var/tmp root# rm -r /Applications/XBMC.frappliance
rm: cannot remove `/Applications/XBMC.frappliance': No such file or directory
Apple-TV:/private/var/tmp root# rm -r /Applications/XBMC.frappliance
rm: cannot remove `/Applications/XBMC.frappliance': No such file or directory
Apple-TV:/private/var/tmp root# rm -r /Applications/XBMC.frappliance
rm: cannot remove `/Applications/XBMC.frappliance': No such file or directory
Apple-TV:/private/var/tmp root# rm -r /Applications/org.xbmc.xbmc-atv2 10.0-9
rm: cannot remove `/Applications/org.xbmc.xbmc-atv2': No such file or directory
rm: cannot remove `10.0-9': No such file or directory
Apple-TV:/private/var/tmp root# dpkg -i xbmc-20111013-21de7b8-master-atv2.deb
(Reading database ... 3784 files and directories currently installed.)
Preparing to replace org.xbmc.xbmc-atv2 10.0-9 (using xbmc-20111013-21de7b8-master-atv2.deb) ...
Unpacking replacement org.xbmc.xbmc-atv2 ...
dpkg-deb (subprocess): short read in buffer_copy (failed to write to pipe in copy)
dpkg-deb: subprocess paste returned error exit status 2
dpkg: error processing xbmc-20111013-21de7b8-master-atv2.deb (--install):
short read in buffer_copy (backend dpkg-deb during `./Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/skin.confluence/backgrounds/network.jpg')
Errors were encountered while processing:
xbmc-20111013-21de7b8-master-atv2.deb
Apple-TV:/private/var/tmp root# rm -r /Applications/XBMC.frappliance
rm: cannot remove `/Applications/XBMC.frappliance': No such file or directory
Apple-TV:/private/var/tmp root# rm -r /Applications/XBMC.frappliance/
rm: cannot remove `/Applications/XBMC.frappliance/': No such file or directory
Apple-TV:/private/var/tmp root#


Can someone help me out? Thanks, I really appreciate the help. I know people have better things to do. Thanks again.
Reply
#11
Thank you, I will try that and post results. Again thank you
Reply
#12
Apple-TV:~ root# dpkg -i xbmc-20111013-21de7b8-master-atv2.deb.1
dpkg: error processing xbmc-20111013-21de7b8-master-atv2.deb.1 (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
xbmc-20111013-21de7b8-master-atv2.deb.1
Apple-TV:~ root#



Also, i get:

Apple-TV:~ root# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/disk0s1s1 750M 439M 304M 60% /
devfs 27K 27K 0 100% /dev
/dev/disk0s1s2 6.7G 850M 5.9G 13% /private/var
<above>:/private/var/null/Applications
7.4G 1.6G 5.9G 22% /Applications
<above>:/private/var/null/Library
7.4G 1.6G 5.9G 22% /Library
<above>:/private/var/null/System
7.4G 1.6G 5.9G 22% /System
<above>:/private/var/null/usr
7.4G 1.6G 5.9G 22% /usr
<above>:/private/var/null/private/etc
7.4G 1.6G 5.9G 22% /private/etc


Does it make a difference nitoTV is installed?
Reply
#13
Double post
Reply
#14
rm *deb*

wget http://mirrors.xbmc.org/nightlies/darwin...r-atv2.deb

Don't type any "..." stuff - just cut and paste from here.

It will tell you the name of the file it downloaded. If the file already existed it will add a number to the end. Use the name it saved it to.

dpkg -i xbmc-20111015-56d8d46-master-atv2.deb

if it hangs for more than 5 minutes press ctrl-c

Optional
rm xbmc-20111015-56d8d46-master-atv2.deb
Reply

Logout Mark Read Team Forum Stats Members Help
All Scripts Failing0