HolyJaw
October 20th, 2008, 08:49 PM
I posted this in the boxee for mac help section on accident so here's a cut.paste for anyone who might be able to help me.
I got the .frappliance.tar.gz from the atv-usb Google Code Source site, but I can't untar it on my computer, or on the atv.
via Terminal - ssh session:
-bash-2.05b$ tar -xzf ~/BoxeeLauncher.frappliance.tar.gz -C /staging/
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Read 8758 bytes from /Users/frontrow/BoxeeLauncher.frappliance.tar.gz
tar: Error exit delayed from previous errors
Trying to run the install.sh doesn't return anything, even though I changed the code to reflect the fact that I have the tar.gz file directly in the ~ directory of atv.
From install.sh:
# check that staging directory exists
if [ -d "/staging" ]; then
echo " * installing ${PACKAGE}"
Anyways, help would be appreciated.
I got the .frappliance.tar.gz from the atv-usb Google Code Source site, but I can't untar it on my computer, or on the atv.
via Terminal - ssh session:
-bash-2.05b$ tar -xzf ~/BoxeeLauncher.frappliance.tar.gz -C /staging/
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Read 8758 bytes from /Users/frontrow/BoxeeLauncher.frappliance.tar.gz
tar: Error exit delayed from previous errors
Trying to run the install.sh doesn't return anything, even though I changed the code to reflect the fact that I have the tar.gz file directly in the ~ directory of atv.
From install.sh:
# check that staging directory exists
if [ -d "/staging" ]; then
echo " * installing ${PACKAGE}"
Anyways, help would be appreciated.