Hi Milan,

I used the steps you told me and that worked!
Thanks a bunch! :)
When I go to the upgrade package step and run the semanage commando I get:


[r...@devmx01 ~]# semanage port -d -t cobbler_port_t -p tcp 25152
/usr/sbin/semanage: Port tcp/25152 is not defined

Did I miss something with upgrading or installing before?
(btw selinux is disabled)

Kind Regards,

Michiel
________________________________________
From: spacewalk-list-boun...@redhat.com [spacewalk-list-boun...@redhat.com] On 
Behalf Of Milan Zazrivec [mzazri...@redhat.com]
Sent: Tuesday, August 25, 2009 7:19 PM
To: spacewalk-list@redhat.com
Subject: Re: [Spacewalk-list] trouble upgrading sw 0.5 to 0.6

On Tuesday 25 August 2009 17:44:58 Michiel van Es wrote:
> Hi,
<snip>
>
> Certificate RPM regeneration failed:
>
> Can anyone tell what I am doing wrong?

Well, nothing really. Your problem here is that you are upgrading jabberd 2.0
to jabberd 2.2.8.

Given that you have deleted jabberd user already, what you gotta do now is:

# getent group jabber || groupadd -r jabber
# getent passwd jabber || \
   useradd -r -g jabber -d /var/lib/jabberd -s /sbin/nologin \
   -c "Jabber Server" jabber
# sh scrippie.sh

Now do what scrippie.sh tells you to do and then start with the 0.5 -> 0.6
upgrade again, from the very beginning, no steps skipped.

-Milan

_______________________________________________
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

_______________________________________________
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

Reply via email to