Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]Can't emerge anything
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
Zanethefallen
n00b
n00b


Joined: 29 May 2010
Posts: 21
Location: Southeastern United States

PostPosted: Tue Jun 08, 2010 6:29 pm    Post subject: [SOLVED]Can't emerge anything Reply with quote

I cannot emerge anything on the Gentoo install or the System Rescue CD. This is what outputs:

Quote:
emerge dhcpcd
Calculating dependencies... done!

>>> Verifying ebuild manifests

>> Emerging (1 of 1) net-misc/dhcpcd-5.2.2
openpty failed: 'out of pty devices'
>>> Downloading 'http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/distfiles/dhcpcd-5.2.2.tar.b2'
--2010-06-08 14:11:17-- http://mirror.csclub.uwaterloo.ca/gentoo-disfiles/distfiles/dhcpcd-5.2.2.tar.bz2
Resolving mirror.csclub.uwaterloo.ca... failed: Temporary failure in name resolution.
wget: unable to resolve host address "mirror.csclub.uwaterloo.ca"
(It repeats this output until it has attempted all of my mirrors, then:)
!!! Couldn't download 'dhcpcd-5.2.2.tar.bz2'. Aborting.
* Fetch failed for 'net-misc/dhcpcd-5.2.2', Log file:
* '/var/tmp/portage/net-misc/dhcpcd-5.2.2/temp/build.log'

>>> Failed to emerge net-misc/dhccd-5.2.2, Log file:

>>> '/var/tmp/portage/net-misc/dhcpcd-5.2.2/temp/build.log'

* Messages for package net-misc/dhcpcd-5.2.2:

* Fetch failed for 'net-misc/dhcpcd-5.2.2', Log file:
* '/var/tmp/portage/net-misc/dhcpcd-5.2.2/temp/build.log


Last edited by Zanethefallen on Wed Jun 09, 2010 4:16 am; edited 1 time in total
Back to top
View user's profile Send private message
Jimini
l33t
l33t


Joined: 31 Oct 2006
Posts: 601
Location: Germany

PostPosted: Tue Jun 08, 2010 7:52 pm    Post subject: Reply with quote

The easiest way will be copying the resolv.conf from your installation-cd into /etc:
- Change the terminal via Alt+F
- cp -L /etc/resolv.conf /mnt/gentoo/etc/

Afterwards, portage should be able to emerge the packages (resolv.conf contains dns-servers). Of course you can put your own dns-information into that file, too:
Code:
echo "nameserver ip.of.your.server" >> /mnt/gentoo/etc/resolv.conf
before chrooting or
Code:
echo "nameserver ip.of.your.server" >> /etc/resolv.conf
after chrooting.

Best regards,
Jimini
_________________
"The most merciful thing in the world, I think, is the inability of the human mind to correlate all its contents." (H.P. Lovecraft: The Call of Cthulhu)
Back to top
View user's profile Send private message
Zanethefallen
n00b
n00b


Joined: 29 May 2010
Posts: 21
Location: Southeastern United States

PostPosted: Tue Jun 08, 2010 8:56 pm    Post subject: Reply with quote

No change. I can't emerge in the chrooted environment or in the actual install even though I modified that .conf file.
Back to top
View user's profile Send private message
Jimini
l33t
l33t


Joined: 31 Oct 2006
Posts: 601
Location: Germany

PostPosted: Tue Jun 08, 2010 9:01 pm    Post subject: Reply with quote

Can you ping anything? Please post your /etc/resolv.conf here.

Best regards,
Jimini
_________________
"The most merciful thing in the world, I think, is the inability of the human mind to correlate all its contents." (H.P. Lovecraft: The Call of Cthulhu)
Back to top
View user's profile Send private message
Zanethefallen
n00b
n00b


Joined: 29 May 2010
Posts: 21
Location: Southeastern United States

PostPosted: Tue Jun 08, 2010 9:18 pm    Post subject: Reply with quote

While chrooted in the System Rescue CD:
Code:
(chroot) sysresccd / # ping -c 3 http://www.google.com/
ping: unknown host http://www.google.com/


/etc/resolv.conf (while chrooted)
Quote:
# Generated by net-scripts for interface lo
nameserver 10.42.43.1
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Tue Jun 08, 2010 9:35 pm    Post subject: Reply with quote

Quote:
# Generated by net-scripts for interface lo
nameserver 10.42.43.1
Looks like you did not setup networking on the cd. Boot the cd and run net-setup or pppoe-setup or pptpclient (see section 3b of the handbook).

Code:
ping -c 3 http://www.google.com/
should be
Code:
ping -c 3 google.com
retry with the valid domain name to prove the chroot setup works
how are you connected? modem? ethernet router -> modem? adsl(ppp)? ppptp?
Back to top
View user's profile Send private message
Zanethefallen
n00b
n00b


Joined: 29 May 2010
Posts: 21
Location: Southeastern United States

PostPosted: Wed Jun 09, 2010 12:39 am    Post subject: Reply with quote

It's connected to a router which uses my other laptop's wireless card.

Now resolv.conf looks like this:
Quote:
# Generated by dhcpcd from eth0
# /etc/resolv.conf.head can replace this line
nameserver 10.42.43.1
# /etc/resolv.conf.tail can replace this line


That did it apparently. I was able to install dhcpcd by chrooting in the liveCD. Thank you, everyone.
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