You are not logged in.
After execute pacman -S xorg, pacman download all dependencies and freeze in 100% when download xorg and only continue with installation after "ctrl + c"
[img]http://www.archlinux.org/logos/button.png[/img]
The poem is the ash of Fênix that the soul of somebody transforms into dream and transforms into body and later into light.
Offline
Then it's a wget freeze.
Offline
If you are using wget with pacman (check your /etc/pacman.conf) you can add -t 0 -T 10 options for better retrying.
The "-t 0" option will tell wget to retry forever and "-T 10" will tell it to timeout after 10 seconds so in this situation wget should retry to download the remaining part of the file after 10 sec automatically. You can of course better adjust these options to your needs. This works for me very well.
Offline