On Mon, 2007-01-22 at 22:59 +0100, Aad Rijnberg wrote: > > 2. you're almost undoubtedly behind a proxy,I'd bet, and it is giving > > you fits about the byte-range requests. > > That is a difference between the 2 machines: one is at home and the other is > at work (behind a proxy). I did set up a proxy in /etc/yum.conf at work (that > worked for Fedora Core 3, 4, and 5). BTW: what are byte-range requests?
you have a file on a web server. you can ask for specific byte-ranges in the file - so I want the file named /foo/bar and I want bytes 3000 throught bytes 4500. some proxies like to ignore the byte-range part and hand you back the whole thing. -sv _______________________________________________ Yum-devel mailing list [email protected] https://lists.dulug.duke.edu/mailman/listinfo/yum-devel
