search for: repomirror

Displaying 3 results from an estimated 3 matches for "repomirror".

2006 Feb 17
2
OT: Local Mirror problems, wrong paths to RPMs with yum update
...m update from a workstation. I'm installing a fresh copy of centos 4.2 right now so I can test the centos mirror, but I definitely have problems with my FC3 and 4 ones. One example, if I include atrpms in my repo file, it's looking for the RPMs in this directory: http://mirror.myserver.com/repomirror/fedora/linux/4/i386/atrpms/ BUT it should be looking here: http://mirror.myserver.com/repomirror/fedora/linux/4/i386/atrpms/packages/ Can anyone tell me where this is screwed up at? The directory structure looks like this: repomirror/fedora/linux/4/i386/atrpms/headers/ repomirror/fedora/linux/4/i...
2006 Feb 14
2
httpd permissions question
...that runs the script and the files are stored in that user's home directory. I'm trying to make that directory available with httpd. The user owns all the files and subdirs and the rights on all the files is: -rw-r--r-- I added this to the bottom of httpd.conf and restarted httpd. Alias /repomirror /home/user1/YumRepo <Directory /home/user1/YumRepo> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny #Allow from 172.16 127.0.0.1 #Deny from all </Directory> When I try to access http://servername/repomirror I get a 403 permission denied. What permi...
2007 Nov 15
1
Yum update fails
...self.plugins.run('postreposetup') File "/usr/lib/python2.4/site-packages/yum/plugins.py", line 153, in run func(conduitcls(self, self.base, conf, **kwargs)) File "/usr/lib/yum-plugins/fastestmirror.py", line 78, in postreposetup_hook repo.set('urls', repomirrors[str(repo)]) AttributeError: 'YumRepository' object has no attribute 'set' Any suggestions, Google has not been my friend today. Thanks, Aron