View Full Version : no signed package for update rawhide
chepioq
19th June 2009, 08:37 PM
I have installed F12 rawhide for testing, and there have a few update I have installed.
But yesterday, there are an update of 150 package, when I do an yum update, after the control of package, I have the error message "Package is not signed". I test with different packages for same result...
What happen?
SlowJet
19th June 2009, 09:27 PM
I have installed F12 rawhide for testing, and there have a few update I have installed.
But yesterday, there are an update of 150 package, when I do an yum update, after the control of package, I have the error message "Package is not signed". I test with different packages for same result...
What happen?
The gpgcheck=0 equates to --nogpgcheck in yum
(it s/b 0 by default).
The repokey will get installed the fist time the repo is used (Y,N)
There will be more updates later today, and there are some deps to --exclude.
These updates will change the landscape a bit.
SJ
# cd /etc/yum.repos.d
[root@Jovette-14 yum.repos.d]# ls
fedora-rawhide.repo fedora-updates.repo
fedora.repo fedora-updates-testing.repo
[root@Jovette-14 yum.repos.d]# cat rawhide.repo
<snip>
[rawhide]
name=Fedora - Rawhide - Developmental packages for the next Fedora release
failovermethod=priority
baseurl=http://download.fedoraproject.org/pub/fedora/linux/development/$basearch/os/
#baseurl=http://mirrors.kernel.org/fedora/linux/development/$basearch/os/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-$basearch file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
chepioq
20th June 2009, 06:41 AM
ok...
I update with --nogpgcheck option and that's work.
Thank
chepioq
20th June 2009, 06:38 PM
Hi
There are an update today, and same issue: package no signed...
[root@localhost ~]# cd /etc/yum.repos.d
[root@localhost yum.repos.d]# ls
adobe-linux-i386.repo rpmfusion-free-updates.repo~
adobe-linux-i386.repo~ rpmfusion-free-updates.repo.rpmnew
fedora-rawhide.repo rpmfusion-free-updates-testing.repo
fedora.repo rpmfusion-nonfree-rawhide.repo
fedora.repo~ rpmfusion-nonfree-rawhide.repo~
fedora-updates.repo rpmfusion-nonfree-rawhide.repo.rpmnew
fedora-updates-testing.repo rpmfusion-nonfree-rawhide.repo.rpmsave
kde-redhat.repo rpmfusion-nonfree.repo
kde-redhat.repo~ rpmfusion-nonfree.repo~
rpmfusion-free-rawhide.repo rpmfusion-nonfree.repo.rpmnew
rpmfusion-free-rawhide.repo~ rpmfusion-nonfree-updates.repo
rpmfusion-free-rawhide.repo.rpmnew rpmfusion-nonfree-updates.repo~
rpmfusion-free.repo rpmfusion-nonfree-updates.repo.rpmnew
rpmfusion-free.repo~ rpmfusion-nonfree-updates.repo.rpmsave
rpmfusion-free.repo.rpmnew rpmfusion-nonfree-updates-testing.repo
rpmfusion-free-updates.repo
[root@localhost yum.repos.d]#
[rawhide]
name=Fedora - Rawhide - Developmental packages for the next Fedora release
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/development/$basearch/os/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-$basearch file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
And as you see I have "gpgcheck=0" in fedora-rawhide.repo...
What is changed?
nirik
20th June 2009, 09:55 PM
Looks like you have a number of repos enabled...
make sure gpgcheck is off on all rawhide related ones.
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.