You are not logged in.
I'm currently running a core installation of Arch on my virtual box. I have Internet connection and Pacman works. I've installed xorg but when I type startx it brings me to a weird DE thats just 3 terminals. I tried installing gnome but I got a bunch of errors. Then I tried again and I get errors like :: Retrieving packages from core...
error: failed retrieving file 'perl-.12.1-3-1686.pkg.tar.xz' from mirrorls.kernel.org : Connection timed out
etc...
Then it says
warning: failed to retrieve some files from core
error: failed to commit transaction (Not Found)
Errors occured, no packages were upgraded.
It's really weird(and annoying). Can anybody offer some help?
Last edited by breaksand30 (2011-01-15 17:39:04)
Offline
Do you have something uncommented at your X startup file?
cat ~/.xinitrc
As for the Gnome thing, try again ( pacman -Sy gnome )
Microshaft delenda est
Offline
Do you have something uncommented at your X startup file?
cat ~/.xinitrc
As for the Gnome thing, try again ( pacman -Sy gnome )
cat: /home/archie/.xinitrc: No such file or directory
Weird. When I type startx is starts some type of DE. Don't know why .xinitrc wouldn't be there.
Offline
Offline
scarecrow wrote:Do you have something uncommented at your X startup file?
cat ~/.xinitrc
As for the Gnome thing, try again ( pacman -Sy gnome )
cat: /home/archie/.xinitrc: No such file or directory
Weird. When I type startx is starts some type of DE. Don't know why .xinitrc wouldn't be there.
Once Xorg is installed you can test it by running startx the funny three windows you see is twm
If you wish to install Gnome then use Arch wiki to guide you, add a login manager of your choice
From the looks of your first post you need to make sure mirrors network and pacman are all set up too
MrG
Mr Green
Offline
breaksand30 wrote:scarecrow wrote:Do you have something uncommented at your X startup file?
cat ~/.xinitrc
As for the Gnome thing, try again ( pacman -Sy gnome )
cat: /home/archie/.xinitrc: No such file or directory
Weird. When I type startx is starts some type of DE. Don't know why .xinitrc wouldn't be there.
Once Xorg is installed you can test it by running startx the funny three windows you see is twm
If you wish to install Gnome then use Arch wiki to guide you, add a login manager of your choice
From the looks of your first post you need to make sure mirrors network and pacman are all set up too
MrG
I'm pretty sure mirrors are set up correctly. I commented out the first two(The mirrors.kernel.org). And pacman can get other packages like sudo correctly.
Offline
Try with a different mirror. Http is usually slightly more reliable than ftp too.
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Mirrors may be setup correctly, but it seems as the connection to your current mirror is unreliable. I would go into /etc/pacman.d/mirrorlist and comment out the current mirror, i.e. the first uncommented mirror in the file (pacman goes top down while trying mirrors). Then save the file and do pacman -Syyu to synch with the next mirror and see if that works.
You may have to repeat the steps above until you have a reliable mirror.
Offline
Alternatively use This page to pick an up to date mirror.
Rauchen verboten
Offline
Alright thanks everyone I figured out the problem. I just had to create a .xinitrc and have it execute gnome-session
Offline