ASL and Centos 3.7 ?

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
Botham
Forum User
Forum User
Posts: 24
Joined: Sun Jun 18, 2006 2:34 am

ASL and Centos 3.7 ?

Unread post by Botham »

Has anyone here successfully yum updated to ASL kernel while running current Centos 3.7?

We have tried this but receive dependency errors:

.....Unable to satisfy dependencies
Package psa-api-rpc needs psa-agent = 1.3.5-75050930.11, this is not
available.
Package kernel-smp needs module-init-tools, this is not available.
Package kernel needs module-init-tools, this is not available.
Package psa-agent needs psa-api-rpc = 7.5.4-centos3.3.build75060322.08, this
is not available.
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 »

make sure you're using 3ES instead of $releasever in your yum.conf, otherwise you're really trying to connect to the Fedore Core 3 archive.
Botham
Forum User
Forum User
Posts: 24
Joined: Sun Jun 18, 2006 2:34 am

Unread post by Botham »

Bingo - there they are. My bad!
Botham
Forum User
Forum User
Posts: 24
Joined: Sun Jun 18, 2006 2:34 am

Unread post by Botham »

Well it found the glibc libaries this time but it still failed with:

Package psa-api-rpc needs psa-agent = 1.3.5-75050930.11, this is not available.
Package psa-agent needs psa-api-rpc = 7.5.4-centos3.3.build75060322.08, this is not available.


This is my yum.conf

[main]
exclude=mod_ssl* httpd* perl php* spamassassin*
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
installonlypkgs=kernel kernel-smp kernel-hugemem kernel-enterprise kernel-debug kernel-unsupported kernel-smp-unsupported kernel-hugemem-unsupported
tolerant=1
exactarch=1

[asl]
name=Atomicorp - 3ES - Atomic Secured Linux (ASL)
baseurl=http://simonb:jazz222@atomicorp.com/channels/asl/3ES/

[atomic]
name=Atomic Rocket Turtle - 3ES - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/3ES/

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

[psa-7.5]
name=Atomic Rocket Turtle - 3ES - SW-Soft PSA 7.5 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-7.5/3ES/

[base]
name=Atomic Rocket Turtle - 3ES - Base OS RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-party/base/3ES/

[updates]
name=Atomic Rocket Turtle - 3ES - OS Update RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-p ... dates/3ES/

[base]
name=CentOS-$releasever - Base
baseurl=http://mirror.centos.org/centos/$releas ... $basearch/
gpgcheck=1

#released updates
[update]
name=CentOS-$releasever - Updates
baseurl=http://mirror.centos.org/centos/$releas ... $basearch/
gpgcheck=1

#packages used/produced in the build but not released
[addons]
name=CentOS-$releasever - Addons
baseurl=http://mirror.centos.org/centos/$releas ... $basearch/
gpgcheck=1

#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
baseurl=http://mirror.centos.org/centos/$releas ... $basearch/
gpgcheck=1
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 »

Looks like sw-soft changed naming conventions on me, you need to remove those packages.
Post Reply