LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-20-2003, 10:00 PM   #1
Tarential
LQ Newbie
 
Registered: Feb 2003
Distribution: Too Many To List
Posts: 29

Rep: Reputation: 15
Gentoo install


I am currently at Step 9:
9.Getting the Current Portage Tree using sync

Now, you will need to run emerge sync. This command tells Portage to download the most recent copy of the Gentoo Linux Portage tree. The Portage tree contains all the scripts (called ebuilds) used to build every package under Gentoo Linux. Currently, we have ebuild scripts for close to 4000 packages. Once emerge sync completes, you will have a complete Portage tree in /usr/portage.

The URL is http://www.gentoo.org/doc/en/gentoo-x86-install.xml

Long story short, I am chroot inside my gentoo system.

When I type "emerge sync" it gives me an error of:
rsync: getaddrinfo: rsync.gentoo.org 873: Temporary failure in name resolution
rsync error: error in socket IO (code 10) at clientserver.c(97)

Now, the "temporary" makes me hope it is a server problem and that it will be ok again in a bit. I just figured I'd post while waiting... just in case.

Oh and to stop the obvious, yes my network is set up properly.
 
Old 07-20-2003, 10:07 PM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
DNS servers in /etc/resolv.conf?

Code listing 4.7: /etc/resolv.conf template

Last edited by fancypiper; 07-20-2003 at 10:09 PM.
 
Old 07-20-2003, 10:09 PM   #3
Tarential
LQ Newbie
 
Registered: Feb 2003
Distribution: Too Many To List
Posts: 29

Original Poster
Rep: Reputation: 15
Yes, it is. That was the first thing I checked.
 
Old 07-20-2003, 10:16 PM   #4
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
I put this in my /etc/make.conf to limit servers to north america, but it sounds as if your ISP nameserver isn't responding if your numbers are correct.

SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"

Are you chroot from the live CD or from another distro?
 
Old 07-20-2003, 10:20 PM   #5
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
You can save a lot of download time and you can install without networking with Cheap CDs with portage tree and source tarballs.
 
Old 07-20-2003, 10:40 PM   #6
Tarential
LQ Newbie
 
Registered: Feb 2003
Distribution: Too Many To List
Posts: 29

Original Poster
Rep: Reputation: 15
I am chrooted from the live cd. I have no vi or anything with which to edit files.

I suppose I could mount my network share, copy the file over, edit it, and copy it back. I'll try that.
 
Old 07-20-2003, 10:43 PM   #7
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
I'm sure you have nano.
 
Old 07-20-2003, 10:43 PM   #8
Tarential
LQ Newbie
 
Registered: Feb 2003
Distribution: Too Many To List
Posts: 29

Original Poster
Rep: Reputation: 15
Well that didn't work, smbfs isn't supported. As for the other cds option, I have the i686 cd, but I want to do a stage one install.
 
Old 07-20-2003, 10:45 PM   #9
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
You can do a stage one install up to date as of the date you order the Gentoo Essentials CDs. It has the portage tree and the source code tarballs for almost all the apps you could want, at least as many as with any distro, already for you to compile for your box. Just the downloading has been done for you, no compiling.

Last edited by fancypiper; 07-20-2003 at 10:48 PM.
 
Old 07-20-2003, 10:50 PM   #10
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
You haven't mentioned how you connect to the internet, btw.
 
Old 07-20-2003, 11:00 PM   #11
Tarential
LQ Newbie
 
Registered: Feb 2003
Distribution: Too Many To List
Posts: 29

Original Poster
Rep: Reputation: 15
I'm on a cable connection, through a router (192.168.2.1). Small town, uncapped, I get about 70 KB/s up and about 1.5 MB/s down (yes, 1.5 megaBytes).

Ordering a CD isn't an option, reason one being time, reason two being I am underage and don't have a credit card.

Don't get me wrong, I've nothing against paying for linux, and buy boxed sets every few months even when I don't need them, just to support the OSS movement.

So any other suggestions?
 
Old 07-20-2003, 11:16 PM   #12
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Configure the router to let the linux box through, I would guess.

Look through the Networking HOWTOs and Cable Modem Providers HOWTO.

I got 56K dialup and about 6 more days to go before Red Hat 9 is finished downloading.

Last edited by fancypiper; 07-20-2003 at 11:24 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I install gentoo? jon_k Linux - Software 6 07-02-2005 02:12 PM
Dual G5 PowerPC: Install Gentoo/Gentoo on OSX? MadSkillzMan General 9 06-29-2005 03:17 PM
gentoo file manager install issues (not Gentoo) windeath Fedora 2 03-01-2004 08:17 PM
How to install pppd on new Gentoo install. l0f33t Linux - Distributions 2 09-06-2003 08:53 AM
gentoo install Shak Linux - Distributions 3 07-06-2002 11:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration