You are not logged in.
I have a dedicated server and I want to install archlinux in it.
I have the option to do a netboot to access to my server from the "outside" and I installed debian several times usind debootstrap from the netboot.
I've tried to do the same with arch following this guide http://wiki.archlinux.org/index.php/Ins … ting_Linux , but I've stumbled upon some problems...
1) I can't copy pacman binaries to the bin folder, since it is read-only
2) when I try to run pacman from its temp folder I get this:
root@rescue:/# /tmp/archlinux/usr/bin/pacman.static -Sy base -r /newarch/
:: Synchronizing package databases...
error: failed retrieving file 'core.db.tar.gz' from mirror.lividpenguin.com : No address record
error: failed to update core (No address record)
error: failed retrieving file 'extra.db.tar.gz' from mirror.lividpenguin.com : No address record
error: failed to update extra (No address record)
error: failed retrieving file 'community.db.tar.gz' from mirror.lividpenguin.com : No address record
error: failed to update community (No address record)
error: failed to synchronize any databases
What should I do?
Thanks in advance.
Offline
http://wiki.archlinux.org/index.php/Ins … ost_system
you have to install the required files, like mirrorlist to /etc/pacman.d/mirrorlist
Last edited by wonder (2009-11-27 20:31:42)
Give what you have. To someone, it may be better than you dare to think.
Offline
I did every step in the guide... I will try again anyway, thanks.
Offline
I followed the guide step by step again (except for this command: cp /tmp/archlinux/usr/bin/pacman.static /usr/bin , since, as I said, I can't modify the bin folder) and I have got the same error.
Offline
I did it at hte end. It was a really strange dns problem, I added opendns nameservers to resolv.conf and it worked
Offline