You are not logged in.

#1 2011-08-20 20:39:06

DaemonOfChaos
Member
From: Austin, TX
Registered: 2011-08-16
Posts: 12

pacman - works using ethernet but not wireless

Here is an interesting item that I'm encountering and haven't been able to find anything using Google, unless I'm using the wrong search keywords.

When my laptop is connected via ethernet all of my pacman commands run fine. However when I am connected via wireless I get the following:

[root@jim-arch jim]# pacman -S apache php php-apache mysql
warning: apache-2.2.19-1 is up to date -- reinstalling
warning: mysql-5.5.15-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...

Targets (4): apache-2.2.19-1  php-5.3.6-5  php-apache-5.3.6-5  mysql-5.5.15-1

Total Download Size:    4.52 MB
Total Installed Size:   89.99 MB

Proceed with installation? [Y/n] y
:: Retrieving packages from extra...
error: failed retrieving file 'php-5.3.6-5-x86_64.pkg.tar.xz' from mirrors.kernel.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'php-5.3.6-5-x86_64.pkg.tar.xz' from mirror.rit.edu : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'php-5.3.6-5-x86_64.pkg.tar.xz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'php-5.3.6-5-x86_64.pkg.tar.xz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'php-apache-5.3.6-5-x86_64.pkg.tar.xz' from mirrors.kernel.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'php-apache-5.3.6-5-x86_64.pkg.tar.xz' from mirror.rit.edu : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'php-apache-5.3.6-5-x86_64.pkg.tar.xz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'php-apache-5.3.6-5-x86_64.pkg.tar.xz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
warning: failed to retrieve some files from extra
error: failed to commit transaction (File unavailable (e.g., file not found, no access))
Errors occurred, no packages were upgraded.

I am able to connect to the internet without issue. In fact, that is how I am posting this message.

Any idea what am I doing wrong?

Offline

#2 2011-08-21 11:36:11

Spider.007
Member
Registered: 2004-06-20
Posts: 1,175

Re: pacman - works using ethernet but not wireless

Try accessing the same files using wget (using the mirrors that fail). If that fails, you have a pointer. If it works, you can further debug pacman, or configure pacman to use wget to fix it smile

Offline

Board footer

Powered by FluxBB