Page 1 of 1
ASL and Centos 3.7 ?
Posted: Sun Jun 18, 2006 2:38 am
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.
Posted: Sun Jun 18, 2006 9:18 am
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.
Posted: Sun Jun 18, 2006 9:54 am
by Botham
Bingo - there they are. My bad!
Posted: Sun Jun 18, 2006 10:21 am
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
Posted: Mon Jun 19, 2006 9:15 am
by scott
Looks like sw-soft changed naming conventions on me, you need to remove those packages.