Page 1 of 1
Problems with up2date and RedHat ES3
Posted: Tue Jan 04, 2005 9:52 am
by AA
Hello,
I would use the ART packages to upgrade PHP Engine into my RH ES3 server with Plesk 7.1.1. So I red this guide:
http://www.atomicrocketturtle.com/modul ... =18&page=1
and I did all and after I imported the ART PGP-Key but I receive this error:
[root@svr01 root]# up2date --list
This system may not be updated until it is associated with a channel.
What Should I do to use up2date?
Thank's at all,
AA.
Posted: Tue Jan 04, 2005 12:09 pm
by scott
Did you add the yum channel to the sources file?
Posted: Tue Jan 04, 2005 12:26 pm
by AA
scott wrote:Did you add the yum channel to the sources file?
I did that into: /etc/sysconfig/rhn/sources
# THIS CONTAINS ONLY SW-SOFT's PSA 7.1.x RPMS
# USE THIS CHANNEL IF YOU USE PSA 7.1.x
yum atomic-psa71
http://www.atomicrocketturtle.com/atomic/psa71/3ES/
but I also tried using: up2date atomic-psa71
http://www.atomicrocketturtle.com/atomic/psa71/3ES/
but it doesn't work

Posted: Tue Jan 04, 2005 12:36 pm
by scott
how about up2date -u?
Posted: Tue Jan 04, 2005 12:49 pm
by AA
scott wrote:how about up2date -u?
This is the output:
[root@svr01 root]# up2date -u
This system may not be updated until it is associated with a channel.
[root@svr01 root]#

This is /etc/sysconfig/rhn/sources
### this describes the various package repos up2date will look into
### for packages. It currently supports apt-rpm repos, yum repos,
### and "dir" repos
### format is one repo entry per line, # starts comments, the
### first word on each line is the type of repo.
### the defalt rhn (using "default" as the url means
### use the one in the up2date config file
### This is required.
up2date default
# THIS CONTAINS ONLY SW-SOFT's PSA 7.1.x RPMS
# USE THIS CHANNEL IF YOU USE PSA 7.1.x
up2date atomic-psa71
http://www.atomicrocketturtle.com/atomic/psa71/3ES/
### When a channel-label is required for the non up2date repo's,
### the label is soley used as an internal identifier and is not
### based on the url or any other info from the repo.
### an apt style repo, this time arjanv's 2.6 kernel repo
### format is:
### type channel-label service:server path repo name
#apt arjan-2.6-kernel-i386
http://people.redhat.com ~arjanv/2.5/ kernel
### Note that for apt repos, there can be multiple repo names specificed
### space seperated.
### an yum style repo
### format:
### type channel-label url
#yum fedora-9-i386-stable
http://download.fedora.us/fedora/redhat ... yum/stable
### an local directory full of packages
### format
#dir my-favorite-rpms-i386-9 /var/spool/RPMS/
What should I do?
Posted: Tue Jan 04, 2005 3:15 pm
by scott
The fast way is to use yum, I forsee 3es users having problems like this forever unfortunately. Centos and Whitebox folks wont have these problems though.
Posted: Tue Jan 04, 2005 3:26 pm
by AA
scott wrote:The fast way is to use yum, I forsee 3es users having problems like this forever unfortunately. Centos and Whitebox folks wont have these problems though.
So,
How can I update the PHP engine with your packages?

Posted: Tue Jan 04, 2005 3:42 pm
by scott
yum update generally does the trick
Posted: Tue Jan 04, 2005 3:44 pm
by AA
When I try to use yum command the shell said me: Command not Found.

Posted: Tue Jan 04, 2005 3:47 pm
by scott
heh, you actually have to install it

Posted: Tue Jan 04, 2005 3:49 pm
by AA
Doh...
Sorry,
I'm going to install it.
EDIT:
http://www.atomicrocketturtle.com/modul ... =18&page=1
here I'm reading yum isn't for ES3

Posted: Tue Jan 04, 2005 4:21 pm
by AA