Plesk 8.1 PHP upgrade GPG key problem

Support/Development for PHP
Panaitov
New Forum User
New Forum User
Posts: 2
Joined: Mon Jan 15, 2007 7:46 pm

Plesk 8.1 PHP upgrade GPG key problem

Unread post by Panaitov »

Hey guys, can you help me with the upgrade process?

I have Plesk 8.1 and PHP 5.0.4 on FC4, need to install something like 5.1.4 or higher.

Steps performed:

1.
wget http://www.atomicrocketturtle.com/RPM-GPG-KEY.art.txt
rpm --import RPM-GPG-KEY.art.txt

2.
wget http://3es.atomicrocketturtle.com/installers/atomic.sh
sh ./atomic.sh

3. yum.conf:
[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomi ... eleasever/

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

[atomic-bleeding]
name=Atomic Rocket Turtle - $releasever - Atomic bleeding RPMS
baseurl=http://3es.atomicrocketturtle.com/atomi ... eleasever/
enabled=1

[psa-8.1]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 8.0 RPMS
#baseurl=http://3es.atomicrocketturtle.com/atomi ... eleasever/
baseurl=http://3es.atomicrocketturtle.com/atomi ... ra/4/i386/

4.
yum check-update
yum update php.i386
then it resolves all deps and downloads packages. The stop is here:

warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID db42a60e
Public key for autoconf-2.59-5.noarch.rpm is not installed
Retrieving GPG key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
GPG key at file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora (0x4F2A6FD2) is already installed


The GPG keys listed for the "Fedora Core 4 - i386 - Base" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.


Any ideas? What am I doing wrong?
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 »

On my side, skip steps 1 and 3. You only need the installer script for the atomic channels. Did you modify your base/updates channels or something? Their key should have been installed when you installed the OS.
Panaitov
New Forum User
New Forum User
Posts: 2
Joined: Mon Jan 15, 2007 7:46 pm

Unread post by Panaitov »

How can I roll back step 1? Is there any way to extract installed key from repository?

Also Fedora was installed by our hosting provider, I'm not sure does it contain appropriate keys.

If I delete these lines from yum.conf, yum will not see any new php packages to use for upgrade.
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 »

Chill man, you dont need to modify anything. You just duplicated effort 3 times over doing that. Talk to your hoster to see what they did to break your system like that.
Post Reply