You are not logged in.

#1 2013-12-26 18:47:39

bbao5
Member
Registered: 2013-12-26
Posts: 3

error: failed tetrieving file 'core.db'

I'm trying to install Arch on a VM and after I do a

pacstrap -i /mnt base

I get

error: failed tetrieving file 'core.db' from archlinux.cu.be : Resolving timed out after 10520 milliseconds

and it's the same for all the other mirrors.
I tried to Google an answer for no avail. Any hint?
Thanks

Offline

#2 2013-12-26 18:51:32

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: error: failed tetrieving file 'core.db'

Do you have a working internet connection?

Offline

#3 2013-12-26 18:51:52

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,725

Re: error: failed tetrieving file 'core.db'

Do you have an internet connection inside the VM?

Offline

#4 2013-12-26 18:59:49

bbao5
Member
Registered: 2013-12-26
Posts: 3

Re: error: failed tetrieving file 'core.db'

Yes, I can wget the page it should fetch.

Offline

#5 2013-12-26 19:04:20

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: error: failed tetrieving file 'core.db'

Offline

#6 2013-12-26 19:09:55

bbao5
Member
Registered: 2013-12-26
Posts: 3

Re: error: failed tetrieving file 'core.db'

Thanks for the reply. In that thread the solution is:

I added a ipv6.disable=1 to the boot parameters and a noipv6rs to the /etc/dhcpcd file, and everything turned ou to work ok!

But I don't know how it's possible to boot with parameters a live CD.
I tried booting with

-ipv6.disable=1

but I don't know how I'm supposed to add a "noipv6rs" to the /etc/dhcpcd file"...

Last edited by bbao5 (2013-12-26 19:31:47)

Offline

#7 2013-12-26 19:49:43

teateawhy
Member
From: GER
Registered: 2012-03-05
Posts: 1,138
Website

Re: error: failed tetrieving file 'core.db'

I don't know how I'm supposed to add a "noipv6rs" to the /etc/dhcpcd file"

Editing the file from the running archiso, and restarting dhcpcd afterwards should work out.

Offline

#8 2013-12-26 20:26:20

fkol-k4
Member
From: Greece
Registered: 2013-12-25
Posts: 9
Website

Re: error: failed tetrieving file 'core.db'

bbao5 wrote:

In that thread the solution is:

I added a ipv6.disable=1 to the boot parameters and a noipv6rs to the /etc/dhcpcd file, and everything turned ou to work ok!

But I don't know how it's possible to boot with parameters a live CD.

Press [Tab] on the Live CD menu to edit the selected boot options, and then add 'ipv6.disable=1' (with no quotes) to the end of the line that appears.

bbao5 wrote:

I tried booting with

-ipv6.disable=1

but I don't know how I'm supposed to add a "noipv6rs" to the /etc/dhcpcd file"...

Give an

echo "noipv6rs" >> /etc/dhcpcd.conf

from the live cd. Mind the double redirection (>>), a single one will overwrite the whole file.
Alternatively, you can give a

echo "noipv6rs" | tee -a /etc/dhcpcd.conf

Mind the '-a' (--add) option.

You'll have to do this again for the new installation, otherwise you'll have the same problem.

Last edited by fkol-k4 (2013-12-26 20:42:29)

Offline

Board footer

Powered by FluxBB