You are not logged in.
I keep hitting this timeout because of some silly corporate network shenanigans. However, if I manually download the file from the mirror then it (eventually) completes. I don't mind typing 'pacman -Syu' and then waiting a few extra minutes for the update to go through. I just hate having to manually download each file.
Could this maybe be an option in pacman.conf?
Last edited by nathanb (2012-11-06 23:23:25)
Offline
You could use wget or something like this with pacman. Just look into the manpages or .conf file. I do this when I'm in my coorporate network because of proxy servers.
Offline
man pacman.conf
Look for XferCommand
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
I tried that (and I did read the manpage before posting), but even using wget or curl it still seems to time out. Am I maybe doing something wrong?
Offline
The command line options for wget/curl (try aria2c as well) should enable you to specify a timeout.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
That worked. I used wget -O %o %u and it now succeeds.
Offline