werner siemens wrote: > Hi > > i have some Trouble with YUM. > > [EMAIL PROTECTED] yum.repos.d]# yum update > Setting up Update Process > Setting up repositories > base 100% |=========================| 951 B 00:00 > update 100% |=========================| 951 B 00:00 > extras 100% |=========================| 951 B 00:00 > plugins 100% |=========================| 951 B 00:00 > Reading repository metadata in from local files > primary.xml.gz 100% |=========================| 5.9 kB 00:00 > http://manage.openfiler.com/repo/2/os/i386/repodata/primary.xml.gz > <http://manage.openfiler.com/repo/2/os/i386/repodata/primary.xml.gz>: > [Errno -1] Metadata file does not match checksum > Trying other mirror. > Error: failure: repodata/primary.xml.gz from base: [Errno 256] No more > mirrors to try. >
Couple of things : 1. have you setup the proxy ? details on howto do so are included in the yum.conf and yum man pages. 2. run this : yum clean metadata it should clean out the metadata cache that might be sitting on your machine, and force yum re download the metadata files 3. disable caching of content for your openfiler machine in the ISA proxy. 4. Ensure that the proxy is capable of doing http1.1 requests and part gets, or open a firewall rule that allows your openfiler machine access to manage.openfiler.com:80 without going through the proxy. There is very little that anyone can do if its a bad proxy setup, the only route around this is to allow direct access ( even if its a NAT'd link ). let us know how you get along. - KB -- Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED] _______________________________________________ Openfiler-users mailing list [email protected] https://lists.openfiler.com/mailman/listinfo/openfiler-users
