You are not logged in.

#1 2009-05-20 02:38:02

chiefsittingduck
Member
Registered: 2009-05-20
Posts: 3

Pacman troubles

This is my first installation of Arch.  I followed the begginers guide and got the base system installed.  Then I started in on downloading python in order to run the server ranking script, but every package I try to download using pacman gives me this error:

error: failed retrieving file 'core.db..tar.gz from (name of server here) : Transient resolver failure

for every server in my mirror list.

Offline

#2 2009-05-20 02:47:49

jwcxz
Member
Registered: 2008-09-23
Posts: 239
Website

Re: Pacman troubles

Looks like you didn't setup your network properly.

Edit /etc/rc.conf.  Chances are you're using a DHCP server to get your IP address, so change that eth0 line to be eth0="dhcp".


-- jwc
http://jwcxz.com/ | blog
dotman - manage your dotfiles across multiple environments
icsy - an alarm for powernappers

Offline

#3 2009-05-20 02:56:00

chiefsittingduck
Member
Registered: 2009-05-20
Posts: 3

Re: Pacman troubles

I set eth0="dhcp" and it still did not work.  The same error results when I try to download packages.

Offline

#4 2009-05-20 03:00:10

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,222
Website

Re: Pacman troubles

Try changing your 'XferCommand' in pacman.conf to use wget (the line is already there, just uncomment it)

If that still doesn't work, what is the output of the following commands?

ifconfig
route -n
cat /etc/resolv.conf

Offline

#5 2009-05-20 12:05:07

Rumor
Member
From: Albany, NY
Registered: 2006-07-07
Posts: 638

Re: Pacman troubles

Would you be chiefsittingduck from Quake3 and AGQx? If so, I've spent many an hour fragging with you big_smile

A couple other possibilities to check would be to make sure that your HOSTNAME="yourhost" equals the host specified in /etc/hosts

127.0.0.1        localhost.localdomain    localhost yourhost

Also, if your PC has more than one ethernet port, like an onboard AND a pci card, (output of lspci | grep Ethernet) Arch may have assigned the unused port the designation of eth0

Both of these are long shots, but they have both tripped me up in past installs on various machines.


Smarter than a speeding bullet
My Goodreads profile

Offline

#6 2009-05-20 13:03:48

Lexion
Member
Registered: 2008-03-23
Posts: 510

Re: Pacman troubles

Make sure your ethernet port is plugged in and also try leaving eth0 as static but run 'sudo dhcpcd eth0' instead.  If it still doesn't work, then the output would be helpful.


urxvtc / wmii / zsh / configs / onebluecat.net
Arch will not hold your hand

Offline

#7 2009-05-20 13:04:26

rusty99
Member
Registered: 2009-03-18
Posts: 253

Re: Pacman troubles

Misread 1st post

Last edited by rusty99 (2009-05-20 13:05:09)

Offline

Board footer

Powered by FluxBB