Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
03-17-2004, 06:49 AM
|
#1
|
|
Member
Registered: Aug 2003
Location: Edinburgh
Distribution: Server: Gentoo2004; Desktop: Ubuntu
Posts: 720
Rep:
|
gentoo install: untarring Stage 3 problems
Hey
I'm trying to install Gentoo 2004.0. Have got the the stage of downloading stage3-athlon-xp-20040218.tar.bz2.
When I do:
# tar -xvjpf stage3-athlon-xp-20040218.tar.bz2
I get problems:
"tar: Error exit delayed from previous errors".
Does anyone have any ideas?
Also, where should I be untarring to? I'm doing it to what i think is / but the install manual say to and and mount some stuff to /mnt/gentoo. Should I be untarring into /mnt/gentoo?
Thanks
Hamish
|
|
|
|
03-17-2004, 09:36 AM
|
#2
|
|
Member
Registered: Aug 2003
Location: .bh
Distribution: Gentoo
Posts: 188
Rep:
|
you should mount your root partition (e.g. /dev/hda1) on /mnt/gentoo , then untar to /mnt/gentoo , then chroot bash to /mnt/gentoo and continue from there.
As for the error, do you get any "previous errors" ? or is that the only error you get ?
|
|
|
|
03-17-2004, 10:29 AM
|
#3
|
|
Member
Registered: Aug 2003
Location: Edinburgh
Distribution: Server: Gentoo2004; Desktop: Ubuntu
Posts: 720
Original Poster
Rep:
|
OK, i'll try that now.
What does "chrooting" mean?
Hamish
|
|
|
|
03-17-2004, 11:40 AM
|
#4
|
|
Member
Registered: Aug 2003
Location: .bh
Distribution: Gentoo
Posts: 188
Rep:
|
When you change root to a directory, you are getting "inside" that directory which will become your root.
e.g. when you chroot /bin/bash to be /mnt/gentoo, the directory /mnt/gentoo will become / for /bin/bash
this will allow configuration processes to reference e.g. /etc instead of /mnt/gentoo/etc
chroot is also handy for FTP accounts, when you want to "lock" users into their own home directories, since their home directories will become / for them, they cannot go anywhere else in the system.
|
|
|
|
03-17-2004, 01:22 PM
|
#5
|
|
Member
Registered: Aug 2003
Location: Edinburgh
Distribution: Server: Gentoo2004; Desktop: Ubuntu
Posts: 720
Original Poster
Rep:
|
Ah. I was actually just thinking of a way to lock someone in a specific directory on my conputer. That seems like a good way to do it. Thanks.
I have now installed Gentoo but I'm having some problems mounting my CD rom. When I installed, I had a "/dev/cdroms/cdrom0" but that is no longer is /dev. This means that I cant mount stuff.
Any ideas on what the problem could be?
Thanks
Hamish
|
|
|
|
03-17-2004, 08:24 PM
|
#6
|
|
Member
Registered: Aug 2003
Location: .bh
Distribution: Gentoo
Posts: 188
Rep:
|
Are you using Devfs ? if so it should be /dev/cdroms/cdrom0, otherwise, look under /dev/ide. you might see it there.
I have /dev/cdroms/cdrom0, /dev/hdc, and /dev/ide/host0/bus1/target0/lun0/cd all for my cdrom drive.
|
|
|
|
03-18-2004, 11:45 AM
|
#7
|
|
Member
Registered: Aug 2003
Location: Edinburgh
Distribution: Server: Gentoo2004; Desktop: Ubuntu
Posts: 720
Original Poster
Rep:
|
Hey,
I don't have /dev/cdroms/cdrom0. The cdroms folder is empty.
I don't hvae /dev/hdc either.
/dev/ide/host0/bus1/target0/lun0/ is also empty.
I have no idea what I did to screw everything up. It didn't work as soon as I rebooted after my install.
Any more suggestions?
Thanks
Hamish
|
|
|
|
03-20-2004, 07:35 AM
|
#8
|
|
Member
Registered: Aug 2003
Location: .bh
Distribution: Gentoo
Posts: 188
Rep:
|
try browsing your kernel config, you might have missed ATA / IDE devices or something.
|
|
|
|
03-21-2004, 01:52 PM
|
#9
|
|
Member
Registered: Dec 2002
Location: China
Distribution: Arch
Posts: 359
Rep:
|
Re: gentoo install: untarring Stage 3 problems
Quote:
Originally posted by hamish
When I do:
# tar -xvjpf stage3-athlon-xp-20040218.tar.bz2
I get problems:
"tar: Error exit delayed from previous errors".
Does anyone have any ideas?
|
In my experience this is caused by either a faulty download (run md5sum on the file and see if it's the same as on the server you d/l from) or a faulty target filesystem.
|
|
|
|
03-23-2004, 04:09 PM
|
#10
|
|
Member
Registered: Aug 2003
Location: Edinburgh
Distribution: Server: Gentoo2004; Desktop: Ubuntu
Posts: 720
Original Poster
Rep:
|
Fixed!
Hey, I found out that it would only work when I had the ide-scsi module loaded. I didn't realise that this would affect the situation.
Hamish
|
|
|
|
09-27-2004, 02:52 PM
|
#11
|
|
LQ Newbie
Registered: Sep 2004
Posts: 1
Rep:
|
Can you tell me how load the iel-scsi module?
Can you tell me how load the ide-scsi module,please?
I do not know how...
Help me I have your same error!!
LK 
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:34 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|