* アズマ <[email protected]> [2009-11-03 17:05]: > Error was happened when "tar -xjvf ~/base.tar.bz2" was excuted. > The error logs was as follows. > > debian-plug:/mnt# tar -xjvf ~/base.tar.bz2 > tar: bzip2: Cannot exec: No such file or directory
You have to install bzip2 for this to work:
apt-get install bzip2
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

