You are not logged in.
Pages: 1
I installed archlinux using VirtualBox on Ubuntu 10.10
After installation when I try to install sudo using pacman I get an error
# pacman -S sudo
error: could not open file /var/lib/pacman/sync/community.db: Failed to open '/var/lib/pacman/sync.community.db
error :target not found sudo
Offline
Offline
Result
#pacman -Syy
error :failed retrieving file 'community.db' from mirror.rit.edu : No address record
error : failed to update community (No address record)
error :failed to synchronise any database
Offline
Is general network connectivity working from within your Arch install in virtualbox? Try to wget http://mirror.rit.edu/archlinux/communi … mmunity.db
Burninate!
Offline
#wget http://mirror.rit.edu/archlinux/community.db
wget : unable to resolve hostaddress 'mirror.rit.edu'
Offline
Obviously you ain't got any network at all.
You can verify it by
ping www.google.de
Ain't sure about VirtualBox and ArchLinux, but you might need the vbox's networking module or the guest additions
Try
# modprobe vboxnetflt
Offline
Could you post the output from the following commands?
#ip addr
#cat /etc/resolv.conf
Burninate!
Offline
I wasnt able to ping but then I ran
$ dhcpcd
$ pacman -Syy
This worked for me and am able to use pacman though I dint understand what the dhcpcd actually did
Last edited by manish411 (2012-02-11 09:57:41)
Offline
Pages: 1