Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Tarball installation
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
janlin1975
n00b
n00b


Joined: 13 Nov 2005
Posts: 1

PostPosted: Sun Nov 13, 2005 9:59 am    Post subject: Tarball installation Reply with quote

Addressed to people with more experience.

I am having difficulties with installing tarballs.

I have a pentium 2, 4Gb HD.

Trying to explore Gentoo.

Following instructions on the gentoo handbook.No problem partitioning, date and time and making dir to mount.

livecd gentoo # tar -xvjpf /mnt/cdrom/stages3-x86-2005.1.tar.bz2

It produces a string of error codes

Error
1) Compressed file ends unexpectedly
2) bzip2 Input/output error

tar: Child returned status 2
tar: Error exit delayed from previous errors


I repeated a download from the gentoo site and had a sum check to verify the iso.

Still had the same problem.

Help would be much appreciated.
-jan
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54220
Location: 56N 3W

PostPosted: Sun Nov 13, 2005 12:47 pm    Post subject: Reply with quote

janlin1975,

Code:
livecd gentoo # tar -xvjpf /mnt/cdrom/stages3-x86-2005.1.tar.bz2

your prompt looks a bit strange, as if you are doing the tar in the wrong directory, but your error messages doint tie in that.

Can you try the following please, after you have mouted your partitions.
Code:
cp /mnt/cdrom/stages3-x86-2005.1.tar.bz2 /mnt/gentoo/
cd /mnt/gentoo
tar -xvjpf stages3-x86-2005.1.tar.bz2
this copies the tarball to your install, then you cd to the copy and untar it.
You can remove the tarball when the untar is complete
Code:
rm stages3-x86-2005.1.tar.bz2


I'm coping and pasting from your post - stages3 looks odd. Fix that throughout, as required.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum