You are not logged in.
Hello Arch people,
I'm running Debian and successfully installed Arch32 using this wiki page:
http://wiki.archlinux.org/index.php/Ins … her_distro
Everything went smooth.
Now I want to install Arch64. When I run:
pacman.static -Sy -r /mnt/arch64
pacman states:
error: failed retrieving file 'core.db.tar.gz' from ftp.archlinux.org : No address record
...
# the same for all other servers
...
error: failed to synchronize core: No address record
error: failed to synchronize any databases
Hints anyone?
Salamander
Last edited by Salamander1978 (2007-10-24 19:58:15)
Offline
OK, I found a workaround.
I copied x86_64 config files
pacman-3.0.6-1-x86_64.pkg/etc/pacman.conf
pacman-3.0.6-1-x86_64.pkg/etc/pacman.d/*
to my host
/etc/pacman.conf
/etc/pacman.d/*
and ran the x86 pacman binary
./pacman-3.0.6-1-i686.pkg/usr/bin/pacman.static -Sy -r /mnt/arch64
This works!
Another problem was that the kernel26.img installed via chroot wasn't able to find its root partition (/dev/sdb2 in this case). The solution was to start with kernel26-fallback.img and to reinstall the kernel.
Crazy problems, if I find time I'll spend some to do a bug report.
Salamander
Offline
Offline