ich bin gerade dabei ein wenig frei zu drehen.. ich hab fedora core 3 und wollte eine yum reposi durchführen.
ist eigentlich auch alles io soweit wenn nicht ständig folgender EQ auftauchen würde :
Code: Alles auswählen
# yum update
Repository extras already added, not adding again
You have enabled checking of packages via GPG keys. This is a good thing.
However, you do not have any GPG public keys installed. You need to download
the keys for packages you wish to install and install them.
You can do that by running the command:
rpm --import public.gpg.key
For more information contact your distribution or package provider.
hier mal mein repofile:
Code: Alles auswählen
# vi fedora-core.repo
[core]
enabled=1
name=Fedora Core $releasever - $basearch
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-$releasever.de
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY
[updates-released]
enabled=1
name=Fedora Core $releasever - $basearch - Released Updates
mirrorlist=http://fedora.redhat.com/download/mirrors/updates-released-fc$release
ver.de
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY
[extras]
enabled=1
name=Fedora Extras $releasever - $basearch
baseurl=
http://ftp-stud.fht-esslingen.de/pub/Mirrors/fedora.redhat.com/linux/ext
ras/$releasever/$basearch/
http://download.fedora.redhat.com/pub/fedora/linux/extras//$releasever/$
basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras
gpgcheck=1
failovermethod=priority
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
in gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY
geändert allerdings wie gesagt ohne erfolg..
ich weiss nicht mehr weiter wäre nett wenn ihr mir helfen könntet.
danke schon mal ... da WhiTeY