Re: [qtmoko] tar and tbz

2009-10-18 Thread Tiago Bortoletto Vaz
Hi Ali,

On Sun, Oct 18, 2009 at 04:46:23PM -0700, Ali wrote:
 Hey list, I'm on qtmoko trying to extract minimoko to the usd card. I
 scp'd the tbz file to the card and attempt to tar xvjf minimoko.tbz and
 get:
 neo:/media/mmcblk0p2# tar xvjf minimoko.tbz 
 tar: bzip2: Cannot exec: No such file or directory
 tar: Error is not recoverable: exiting now
 tar: Child returned status 2
 tar: Error exit delayed from previous errors
 
 same error even if i put the full file location. anyone having the same
 issue on regular debian? I got around it by extracting on my box and
 scp'ing but that's very undesirable. Is it just an outdated version of
 tar? Or am I using the wrong flags?

apt-get install bzip2 :)

Regards,

-- 
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [qtmoko] tar and tbz

2009-10-18 Thread Ali
On Sun, 2009-10-18 at 22:40 -0200, Tiago Bortoletto Vaz wrote:
 Hi Ali,
 

 apt-get install bzip2 :)
 
 Regards,
 
lol, so obvious :( but I'm surprised it's not in debian by default.
Ubuntu spoiled me (I think it's installed by default on it). 


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [qtmoko] tar and tbz

2009-10-18 Thread Matthias Huber
Ali schrieb:
 Hey list, I'm on qtmoko trying to extract minimoko to the usd card. I
 scp'd the tbz file to the card and attempt to tar xvjf minimoko.tbz and
 get:
 neo:/media/mmcblk0p2# tar xvjf minimoko.tbz 
 tar: bzip2: Cannot exec: No such file or directory
 tar: Error is not recoverable: exiting now
 tar: Child returned status 2
 tar: Error exit delayed from previous errors

 same error even if i put the full file location. anyone having the same
 issue on regular debian? I got around it by extracting on my box and
 scp'ing but that's very undesirable. Is it just an outdated version of
 tar? Or am I using the wrong flags?

   
It is a tbz, what means it is .tar.bz2

the command with the real tar is:
tar xvfj minimoko.tbz
or
bzip2 -d  minimoko.tbz | tar xvf -

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community