You are not logged in.
Pages: 1
Recently installed Arch and tried to run pacman -Sy and got the following error:
:: Synchronizing package databases...
error: failed retrieving file 'core.db.tar.gz' from mir.archlinux.fr : Transient resolver failure
error: failed retrieving file 'core.db.tar.gz' from ftp.heanet.ie : Transient resolver failure
error: failed retrieving file 'core.db.tar.gz' from mirror.leaseweb.com : Transient resolver failure
error: failed retrieving file 'core.db.tar.gz' from mirror.archlinux.com.ve : Transient resolver failure
error: failed retrieving file 'extra.db.tar.gz' from mir.archlinux.fr : Transient resolver failure
error: failed retrieving file 'extra.db.tar.gz' from ftp.heanet.ie : Transient resolver failure
error: failed retrieving file 'extra.db.tar.gz' from mirror.leaseweb.com : Transient resolver failure
error: failed retrieving file 'extra.db.tar.gz' from mirror.archlinux.com.ve : Transient resolver failure
error: failed retrieving file 'community.db.tar.gz' from mir.archlinux.fr : Transient resolver failure
error: failed retrieving file 'community.db.tar.gz' from ftp.heanet.ie : Transient resolver failure
error: failed retrieving file 'community.db.tar.gz' from mirror.leaseweb.com : Transient resolver failure
error: failed retrieving file 'community.db.tar.gz' from mirror.archlinux.com.ve : Transient resolver failure
I am using adsl connection to connect to internet with pppoe.
ifconfig eth0 returns link up status with no packet loss.
ip address is dynamic and provided by the service provider.
/etc/resolv.conf has no name servers inserted.
I think the error lies in resolv.conf.
Please advise.
Linux learner and admirer - ALWAYS
Regd Linux User : 431318
Offline
Try editing the mirrors in your /etc/pacman.d/mirrorlist file take out the ones that aren't working
Offline
Made all the mirror active, still the problem persists.
ping command (ping www.yahoo.com) returns 100 % packet loss.
Seems some problem with resolv.conf / pppoe.
Linux learner and admirer - ALWAYS
Regd Linux User : 431318
Offline
I think the error lies in resolv.conf.
Do you mean that resolv.conf is empty? If so, that is your problem. Your DNS servers should be in that file. I don't know how pppoe works though, so I cannot advice on how to configure stuff, but I think it should be possible to obtain the DNS servers from your ISP (because you get your IP from them too).
Offline
Even if I populate the nameserver details in /etc/resolv.conf, ping command fails to work and I get 100 % packet loss.
Linux learner and admirer - ALWAYS
Regd Linux User : 431318
Offline
Pages: 1