Yum update probleme

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
ubik74
New Forum User
New Forum User
Posts: 2
Joined: Wed Oct 10, 2012 3:13 am
Location: france

Yum update probleme

Unread post by ubik74 »

Hello,
i have just update Plesk and got some bug to install SOAP php with yum directory

CentOS 5.6
Plesk 11.0.9

Code: Select all

[root@ns300799 ~]# yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * atomic: mir01.syntis.net
 * base: mirror.ovh.net
 * extras: mirror.ovh.net
 * updates: mirror.ovh.net
PPB_10_4_4-dist                                          |  951 B     00:00
PPB_10_4_4-dist/primary                                  | 1.5 kB     00:00
PPB_10_4_4-dist                                                             2/2
PPB_10_4_4-thirdparty                                    |  951 B     00:00
PPB_10_4_4-thirdparty/primary                            |  227 B     00:00
PSA_10_4_4-thirdparty                                    |  951 B     00:00
PSA_10_4_4-thirdparty/primary                            | 2.0 kB     00:00
PSA_10_4_4-thirdparty                                                       3/3
SITEBUILDER_10_4_4-dist                                  |  951 B     00:00
SITEBUILDER_10_4_4-dist/primary                          | 1.2 kB     00:00
SITEBUILDER_10_4_4-dist                                                     3/3
https://atomicorp.com/channels/asl-3.0/centos/5/x86_64/repodata/repomd.xml: [Err                    no 14] HTTP Error 401: Authorization Required
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: asl-3.0.                     Please verify its path and try again
[root@ns300799 ~]#

plesk.repo :

Code: Select all

[plesk]
name=Plesk Server Administrator
baseurl=http://autoinstall.plesk.com/PSA_10.4.4/dist-rpm-CentOS-$releasever-$basearch
gpgcheck=0
enabled=1
# Plesk RPM bug. Default is to assume postfix
exclude=plesk-mail-qc-driver*
#exclude=plesk-mail-pc-driver*

[PSA_10_4_4-thirdparty]
name=Parallels product PSA_10_4_4 thirdparty
baseurl=http://autoinstall.plesk.com/PSA_10.4.4/thirdparty-rpm-CentOS-$releasever-$basearch
enabled=1
gpgcheck=0


[SITEBUILDER_10_4_4-dist]
name=Parallels product SITEBUILDER_10_4_4 dist
baseurl=http://autoinstall.plesk.com/SITEBUILDER_10.4.4/dist-rpm-RedHat-all-all/
enabled=1
gpgcheck=0

[PPB_10_4_4-dist]
name=Parallels product PPB_10_4_4 dist
baseurl=http://autoinstall.plesk.com/BILLING_10.4.4/dist-rpm-RedHat-all-all/
enabled=1
gpgcheck=0

[PPB_10_4_4-thirdparty]
name=Parallels product PPB_10_4_4 thirdparty
baseurl=http://autoinstall.plesk.com/BILLING_10.4.4/thirdparty-rpm-RedHat-all-all/
enabled=1
gpgcheck=0
atomic repo

Code: Select all

# Name: Atomic Rocket Turtle RPM Repository for CentOS / Red Hat Enterprise Linux 5 - 
# URL: http://www.atomicrocketturtle.com/
# Note: This isn't covered by ASL support. -Scott
[atomic]
name = CentOS / Red Hat Enterprise Linux $releasever - atomicrocketturtle.com
mirrorlist = http://www.atomicorp.com/mirrorlist/atomic/centos-5-$basearch
#mirrorlist = http://www.atomicorp.com/channels/atomic/centos/5/mirrors-atomic
enabled = 1
priority = 1
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
gpgcheck = 1

# Almost Stable, release candidates for [atomic]
# Note these are not supported by anyone. -Scott
[atomic-testing]
name = CentOS / Red Hat Enterprise Linux $releasever - atomicrocketturtle.com - (Testing)
mirrorlist = http://www.atomicorp.com/mirrorlist/atomic-testing/centos-5-$basearch
enabled = 0
priority = 1
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
gpgcheck = 1

# Untested, Unstable, known buggy, and incomplete packages. 
# Note, you shouldn't be here unless you are me. -Scott
#[atomic-bleeding]
#name = CentOS / Red Hat Enterprise Linux $releasever - atomicrocketturtle.com - (Bleeding)
#baseurl = http://www.atomicorp.com/channels/atomic-bleeding/centos/5/$basearch/
#enabled = 0
#priority = 1
#protect = 0
#gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
#gpgcheck = 1
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Yum update probleme

Unread post by scott »

That means your ASL subscription has expired
ubik74
New Forum User
New Forum User
Posts: 2
Joined: Wed Oct 10, 2012 3:13 am
Location: france

Re: Yum update probleme

Unread post by ubik74 »

What did i need to put as mirror url to get the public free version, don't know why it put asl url (i supposed it for purchaded licencing) i didn't mentionned it anywhere it was putting this url by default
Thanks for your replay
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Yum update probleme

Unread post by scott »

You can remove it with /var/asl/lib/uninstall
Post Reply