bbclone-0.48-7508.noarch.rpm is not signed error.

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
Mr.Jester
New Forum User
New Forum User
Posts: 3
Joined: Tue Oct 25, 2005 10:55 pm

bbclone-0.48-7508.noarch.rpm is not signed error.

Unread post by Mr.Jester »

I am building a test box on a virtual server. I have a clean, up-to-date, install of CentOS4.2. I have my repos configured as follows.

Code: Select all

[root@centof4 etc]# cat yum.repos.d/file.repo
[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/4ES/

[atomic-app-vault]
name=Atomic Rocket Turtle - $releasever - Atomic PSA App Vault RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/app-vault/

[psa-7.5]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 7.5 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-7.5/CentOS4/
and when trying to run

Code: Select all

yum install atomic-psa
I get the following.

Code: Select all

Setting up Install Process
Setting up repositories
[snip]
=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
[snip]
 bbclone                 noarch     0.48-7508        psa-7.5           797 k
[snip]
Transaction Summary
=============================================================================
Install    135 Package(s)
Update       0 Package(s)
Remove       0 Package(s)
Total download size: 229 M
Is this ok [y/N]: y
Downloading Packages:


Package bbclone-0.48-7508.noarch.rpm is not signed
I have tried deleting the local copy of the bbclone rpm and hdr files. I have done an rpm --resign and --nosginature. All resulting in the downloading of the same file and the same error. I have tried doing an exclude package resulting in a required dep error.

Any suggestions for how to fix or bypass? Or is this simply something that needs to be fixed in the Repo?

EDIT: I am not getting the error with another package.

Code: Select all

[root@centof4 ~]# yum upgrade
Setting up Upgrade Process
Setting up repositories
update                    100% |=========================|  951 B    00:00
psa-7.5                   100% |=========================|  951 B    00:00
base                      100% |=========================| 1.1 kB    00:00
atomic                    100% |=========================|  951 B    00:00
addons                    100% |=========================|  951 B    00:00
atomic-app-vault          100% |=========================|  951 B    00:00
extras                    100% |=========================| 1.1 kB    00:00
Reading repository metadata in from local files
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package psa-qmail.i586 0:1.03-rhel4.build75050824.12 set to be updated
--> Running transaction check

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 psa-qmail               i586       1.03-rhel4.build75050824.12  psa-7.5           2.2 M
     replacing  sendmail.i386 8.13.1-2


Transaction Summary
=============================================================================
Install      1 Package(s)
Update       0 Package(s)
Remove       0 Package(s)
Total download size: 2.2 M
Is this ok [y/N]: y
Downloading Packages:


Package psa-qmail-1.03-rhel4.build75050824.12.i586.rpm is not signed
Maybe this is an error with something that has been upgraded in 4.2.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Yeah SW-Soft doesnt sign their packages, I try and do it for you, but Ive got an automated archive update event that sometimes breaks (lets just say its sun's fault. Java rpms suck). What you need to do is set that channels gpg settings to:

[psa-7.5]
....
gpgcheck=0
Mr.Jester
New Forum User
New Forum User
Posts: 3
Joined: Tue Oct 25, 2005 10:55 pm

Unread post by Mr.Jester »

scott wrote:Yeah SW-Soft doesnt sign their packages, I try and do it for you, but Ive got an automated archive update event that sometimes breaks (lets just say its sun's fault. Java rpms suck). What you need to do is set that channels gpg settings to:

[psa-7.5]
....
gpgcheck=0
Please don't worry about trying to sign it. I am more than happy to turn off the gpgcheck. Thank you for the tip.
Poof
New Forum User
New Forum User
Posts: 1
Joined: Fri Apr 27, 2007 5:47 am

Unread post by Poof »

Granted... I'm digging up an OLD post...

But any way for gpgcheck=0 to work on up2date? Or does it only work on Yum?

Been having this issue on the PSA packages. >.<
Post Reply