Airport Extreme support?

Harvey Ussery yellowdog-general@lists.terrasoftsolutions.com
Thu Dec 4 22:34:01 2003


Machina wrote:

>Also... is anyone having hellacious issues with yum?  I keep getting
>
>IOError: [Errno 104] Connection reset by peer
>
>constantly.  The updating is taking a long time (since it'll get about 4 or so
>headers before the error).
>
>  
>
I had the same prob w yum update, Ryan, as have others. Below is the 
post that enabled me to get past the problem. I followed the advice 
exactly & haven't had any prob's w yum since. Hope it's the same for 
you.  Good luck.    --Harvey

**********************************************************

Are you sure you don't just have the same problem that Stephen Gross had a few digests ago which may have been the same as a problem I had? 

If so - check my reply - 

"I had exactly this problem for a while. I solved it (seemingly) in the end by editing /etc/yum.conf and changing the default location for downloads to my local (fairly local anyway) ftp mirror.

here's mine - (in the uk)
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest

[base]
name=Yellow Dog Linux 3.0 base
baseurl=ftp://ftp.mirror.ac.uk/sites/ftp.yellowdoglinux.com/pub/yellowdog/yum/3.0/RPMS.main/

[updates]
name=Yellow Dog Linux 3.0 updates
baseurl=ftp://ftp.mirror.ac.uk/sites/ftp.yellowdoglinux.com/pub/yellowdog/yum/3.0/RPMS.updates/


It's the 'baseurl' lines tht need editing - make sure that whatever url you put in points to content equivalent to the url you are overwriting - I just did this with two browser windows open making sure that what I saw was the same and that the directories had the same content.
That solved my problem. Before I made the change even small files made yum get reset but since then (fingers crossed) I've had no trouble and not one connection reset.



>  
>