Here's an example but it says this for all of them.
- Code: Select all
Error Downloading Packages:
xorg-x11-fonts-100dpi-7.2-6.fc9.noarch: failed to retrieve 10/i386/os/Packages/xorg-x11-fonts-100dpi-7.2-6.fc9.noarch.rpm from updates-local
error was [Errno 2] Local file does not exist: /data/www/yum.updates/10/i386/pdate/10/i386/os/Packages/xorg-x11-fonts-100dpi-7.2-6.fc9.noarch.rpm
1:xorg-x11-twm-1.0.3-3.fc10.i386: failed to retrieve 10/i386/os/Packages/xorg-x11-twm-1.0.3-3.fc10.i386.rpm from updates-local
error was [Errno 2] Local file does not exist: /data/www/yum.updates/10/i386/pdate/10/i386/os/Packages/xorg-x11-twm-1.0.3-3.fc10.i386.rpm
openslp-1.2.1-9.fc9.i386: failed to retrieve 10/i386/os/Packages/openslp-1.2.1-9.fc9.i386.rpm from updates-local
error was [Errno 2] Local file does not exist: /data/www/yum.updates/10/i386/pdate/10/i386/os/Packages/openslp-1.2.1-9.fc9.i386.rpm
xorg-x11-fonts-Type1-7.2-6.fc9.noarch: failed to retrieve 10/i386/os/Packages/xorg-x11-fonts-Type1-7.2-6.fc9.noarch.rpm from updates-local
error was [Errno 2] Local file does not exist: /data/www/yum.updates/10/i386/pdate/10/i386/os/Packages/xorg-x11-fonts-Type1-7.2-6.fc9.noarch.rpm
libmal-0.31-8.fc9.i386: failed to retrieve 10/i386/os/Packages/libmal-0.31-8.fc9.i386.rpm from updates-local
error was [Errno 2] Local file does not exist: /data/www/yum.updates/10/i386/pdate/10/i386/os/Packages/libmal-0.31-8.fc9.i386.rpm
xorg-x11-fonts-ISO8859-1-100dpi-7.2-6.fc9.noarch: failed to retrieve 10/i386/os/Packages/xorg-x11-fonts-ISO8859-1-100dpi-7.2-6.fc9.noarch.rpm from updates-local
error was [Errno 2] Local file does not exist: /data/www/yum.updates/10/i386/pdate/10/i386/os/Packages/xorg-x11-fonts-ISO8859-1-100dpi-7.2-6.fc9.noarch.rpm
The files is taken from the Everything dir from a server close to me and i placed under: /data/www/yum.updates/10/i386/
the yum.conf is changed into this:
- Code: Select all
[main]
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
metadata_expire=1800
installonly_limit=10
# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
[base-local]
name=Fedora $releasever - $basearch
failovermethod=priority
baseurl=file:///data/www/yum.updates/$releasever/$basearch
#baseurl=http://192.168.0.250/yum/base/$releasever/$basearch
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-
$releasever&arch=$basearch
enabled=1
gpgcheck=0
[updates-local]
name=Fedora $releasever - $basearch - Updates
failovermethod=priority
baseurl=file:///data/www/yum.updates/$releasever/$basearch/
#baseurl=http://192.168.0.250/yum.updates/$releasever/$basearch/
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-
released-f$releasever&arch=$basearch
enabled=1
gpgcheck=0
I just can't understand where the dir name: '/pdate' comes from.
It looks like a cut name from 'update' but I can no clue anymore


