From jhallum at umich.edu Thu Mar 1 18:56:31 2007 From: jhallum at umich.edu (Jeremy Hallum) Date: Thu, 1 Mar 2007 13:56:31 -0500 Subject: [rhn-satellite-beta-users] PAM_auth issues. Message-ID: We are testing the satellite server out, and we would like to use pam_auth to authenticate people using our kerberos server. We find that we can log in fine, but when we attempt to run the rhn_register command from an RHEL 4 or an RHEL 5 machine, we get the following error: [Tue Feb 13 10:37:26 2007] rhn_register Traceback (most recent call last): File "/usr/share/rhn/up2date_client/rhnregGui.py", line 1712, in callAndFilterExceptions return function() File "/usr/share/rhn/up2date_client/rhnregGui.py", line 477, in _loginPageApply self.loginPw.get_text()) File "/usr/share/rhn/up2date_client/rhnreg.py", line 211, in reserveUser return s.registration.reserve_user(username, password) File "/usr/share/rhn/up2date_client/rhnserver.py", line 62, in __call__ message = pieces[2].strip(" '") exceptions.IndexError: list index out of range Anyone seen this problem? -jeremy -- Jeremy Hallum, Department System Administrator Department of Astronomy, University of Michigan jhallum at umich.edu From cperry at redhat.com Fri Mar 2 16:29:33 2007 From: cperry at redhat.com (Clifford Perry) Date: Fri, 02 Mar 2007 11:29:33 -0500 Subject: [rhn-satellite-beta-users] PAM_auth issues. In-Reply-To: References: Message-ID: <45E850ED.5030408@redhat.com> I have not seen this error message before, and have seen in the past PAM authentication and system registration by those users work. This could be a server side bug introduced into the RHN 5 Beta Satellite by mistake, which is sending bad data to the client. If you wish, please open a support ticket reporting this, so we can track this issue. I have created a bugzilla reporting this and asking to make sure to re-test Pam authenticated users with RHN 5 Satellite before it is released. This bugzilla is: Unable to register systems with users who are PAM enabled https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230739 A test to perform, it to remove the pam option from the user and indeed verify that registration then works (which it should). Thanks, Cliff. Jeremy Hallum wrote: > We are testing the satellite server out, and we would like to use > pam_auth to authenticate people using our kerberos server. > > We find that we can log in fine, but when we attempt to run the > rhn_register command from an RHEL 4 or an RHEL 5 machine, we get the > following error: > > [Tue Feb 13 10:37:26 2007] rhn_register > Traceback (most recent call last): > File "/usr/share/rhn/up2date_client/rhnregGui.py", line 1712, in > callAndFilterExceptions > return function() > File "/usr/share/rhn/up2date_client/rhnregGui.py", line 477, in > _loginPageApply > self.loginPw.get_text()) > File "/usr/share/rhn/up2date_client/rhnreg.py", line 211, in reserveUser > return s.registration.reserve_user(username, password) > File "/usr/share/rhn/up2date_client/rhnserver.py", line 62, in __call__ > message = pieces[2].strip(" '") > exceptions.IndexError: list index out of range > > > Anyone seen this problem? > > -jeremy > > > -- > Jeremy Hallum, Department System Administrator > Department of Astronomy, > University of Michigan > jhallum at umich.edu > > > > _______________________________________________ > rhn-satellite-beta-users mailing list > rhn-satellite-beta-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-satellite-beta-users -- Clifford Perry Team Lead, RHN Sustaining Engineering Red Hat, Inc. http://www.redhat.com/ +1 919 754 4403 RHCE# 803004507210710 From jhallum at umich.edu Fri Mar 2 17:07:19 2007 From: jhallum at umich.edu (Jeremy Hallum) Date: Fri, 2 Mar 2007 12:07:19 -0500 Subject: [rhn-satellite-beta-users] PAM_auth issues. In-Reply-To: <45E850ED.5030408@redhat.com> References: <45E850ED.5030408@redhat.com> Message-ID: Hi, Yep, it does work when the pam_auth is unselected just fine. Let me know if you want any more info on this. I'll submit a support ticket as well. Thanks -jeremy On Mar 2, 2007, at 11:29 AM, Clifford Perry wrote: > I have not seen this error message before, and have seen in the > past PAM authentication and system registration by those users > work. This could be a server side bug introduced into the RHN 5 > Beta Satellite by mistake, which is sending bad data to the client. > > If you wish, please open a support ticket reporting this, so we can > track this issue. I have created a bugzilla reporting this and > asking to make sure to re-test Pam authenticated users with RHN 5 > Satellite before it is released. This bugzilla is: > > > Unable to register systems with users who are PAM enabled > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230739 > > > A test to perform, it to remove the pam option from the user and > indeed verify that registration then works (which it should). > > Thanks, > Cliff. > > Jeremy Hallum wrote: >> We are testing the satellite server out, and we would like to use >> pam_auth to authenticate people using our kerberos server. >> We find that we can log in fine, but when we attempt to run the >> rhn_register command from an RHEL 4 or an RHEL 5 machine, we get >> the following error: >> [Tue Feb 13 10:37:26 2007] rhn_register >> Traceback (most recent call last): >> File "/usr/share/rhn/up2date_client/rhnregGui.py", line 1712, in >> callAndFilterExceptions >> return function() >> File "/usr/share/rhn/up2date_client/rhnregGui.py", line 477, in >> _loginPageApply >> self.loginPw.get_text()) >> File "/usr/share/rhn/up2date_client/rhnreg.py", line 211, in >> reserveUser >> return s.registration.reserve_user(username, password) >> File "/usr/share/rhn/up2date_client/rhnserver.py", line 62, in >> __call__ >> message = pieces[2].strip(" '") >> exceptions.IndexError: list index out of range >> Anyone seen this problem? >> -jeremy >> -- >> Jeremy Hallum, Department System Administrator >> Department of Astronomy, >> University of Michigan >> jhallum at umich.edu >> _______________________________________________ >> rhn-satellite-beta-users mailing list >> rhn-satellite-beta-users at redhat.com >> https://www.redhat.com/mailman/listinfo/rhn-satellite-beta-users > > -- > Clifford Perry > Team Lead, RHN Sustaining Engineering > Red Hat, Inc. > http://www.redhat.com/ > +1 919 754 4403 > RHCE# 803004507210710 > > -- Jeremy Hallum, Department System Administrator Department of Astronomy, University of Michigan jhallum at umich.edu From Matt_Domsch at Dell.com Fri Mar 2 17:13:14 2007 From: Matt_Domsch at Dell.com (Matt_Domsch at Dell.com) Date: Fri, 2 Mar 2007 11:13:14 -0600 Subject: [rhn-satellite-beta-users] PAM_auth issues. In-Reply-To: References: <45E850ED.5030408@redhat.com> Message-ID: I'm using PAM authentication against kerberos as suggested in the manuals, and that's working fine for me. -- Matt Domsch Software Architect Dell Linux Solutions linux.dell.com & www.dell.com/linux Linux on Dell mailing lists @ http://lists.us.dell.com -----Original Message----- From: rhn-satellite-beta-users-bounces at redhat.com [mailto:rhn-satellite-beta-users-bounces at redhat.com] On Behalf Of Jeremy Hallum Sent: Friday, March 02, 2007 11:07 AM To: Clifford Perry Cc: rhn-satellite-beta-users at redhat.com Subject: Re: [rhn-satellite-beta-users] PAM_auth issues. Hi, Yep, it does work when the pam_auth is unselected just fine. Let me know if you want any more info on this. I'll submit a support ticket as well. Thanks -jeremy On Mar 2, 2007, at 11:29 AM, Clifford Perry wrote: > I have not seen this error message before, and have seen in the past > PAM authentication and system registration by those users work. This > could be a server side bug introduced into the RHN 5 Beta Satellite by > mistake, which is sending bad data to the client. > > If you wish, please open a support ticket reporting this, so we can > track this issue. I have created a bugzilla reporting this and asking > to make sure to re-test Pam authenticated users with RHN 5 Satellite > before it is released. This bugzilla is: > > > Unable to register systems with users who are PAM enabled > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230739 > > > A test to perform, it to remove the pam option from the user and > indeed verify that registration then works (which it should). > > Thanks, > Cliff. > > Jeremy Hallum wrote: >> We are testing the satellite server out, and we would like to use >> pam_auth to authenticate people using our kerberos server. >> We find that we can log in fine, but when we attempt to run the >> rhn_register command from an RHEL 4 or an RHEL 5 machine, we get the >> following error: >> [Tue Feb 13 10:37:26 2007] rhn_register Traceback (most recent call >> last): >> File "/usr/share/rhn/up2date_client/rhnregGui.py", line 1712, in >> callAndFilterExceptions >> return function() >> File "/usr/share/rhn/up2date_client/rhnregGui.py", line 477, in >> _loginPageApply >> self.loginPw.get_text()) >> File "/usr/share/rhn/up2date_client/rhnreg.py", line 211, in >> reserveUser >> return s.registration.reserve_user(username, password) >> File "/usr/share/rhn/up2date_client/rhnserver.py", line 62, in >> __call__ >> message = pieces[2].strip(" '") >> exceptions.IndexError: list index out of range Anyone seen this >> problem? >> -jeremy >> -- >> Jeremy Hallum, Department System Administrator Department of >> Astronomy, University of Michigan jhallum at umich.edu >> _______________________________________________ >> rhn-satellite-beta-users mailing list >> rhn-satellite-beta-users at redhat.com >> https://www.redhat.com/mailman/listinfo/rhn-satellite-beta-users > > -- > Clifford Perry > Team Lead, RHN Sustaining Engineering > Red Hat, Inc. > http://www.redhat.com/ > +1 919 754 4403 > RHCE# 803004507210710 > > -- Jeremy Hallum, Department System Administrator Department of Astronomy, University of Michigan jhallum at umich.edu _______________________________________________ rhn-satellite-beta-users mailing list rhn-satellite-beta-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-satellite-beta-users From marlinw at umich.edu Fri Mar 2 19:00:33 2007 From: marlinw at umich.edu (Marlin Whitaker) Date: Fri, 2 Mar 2007 14:00:33 -0500 Subject: [rhn-satellite-beta-users] PAM_auth issues. In-Reply-To: References: <45E850ED.5030408@redhat.com> Message-ID: Matt, does rhnpush work for you as well? I found that when I tried to use rhnpush with "Use PAM" enabled, it failed with "ERROR: unhandled exception occurred: ()". After de-selecting PAM and relying on local authentication, rhnpush worked fine. (Note that I'm using the same server that Jeremy is reporting about, so there is very likely a connection.) -- Marlin Whitaker Physics OCS University of Michigan On Mar 2, 2007, at 12:13 PM, wrote: > I'm using PAM authentication against kerberos as suggested in the > manuals, and that's working fine for me. > > > -- > Matt Domsch > Software Architect > Dell Linux Solutions linux.dell.com & www.dell.com/linux > Linux on Dell mailing lists @ http://lists.us.dell.com > > -----Original Message----- > From: rhn-satellite-beta-users-bounces at redhat.com > [mailto:rhn-satellite-beta-users-bounces at redhat.com] On Behalf Of > Jeremy > Hallum > Sent: Friday, March 02, 2007 11:07 AM > To: Clifford Perry > Cc: rhn-satellite-beta-users at redhat.com > Subject: Re: [rhn-satellite-beta-users] PAM_auth issues. > > Hi, > > Yep, it does work when the pam_auth is unselected just fine. > > Let me know if you want any more info on this. I'll submit a support > ticket as well. > > Thanks > -jeremy > > On Mar 2, 2007, at 11:29 AM, Clifford Perry wrote: > >> I have not seen this error message before, and have seen in the past >> PAM authentication and system registration by those users work. This >> could be a server side bug introduced into the RHN 5 Beta >> Satellite by > >> mistake, which is sending bad data to the client. >> >> If you wish, please open a support ticket reporting this, so we can >> track this issue. I have created a bugzilla reporting this and asking >> to make sure to re-test Pam authenticated users with RHN 5 Satellite >> before it is released. This bugzilla is: >> >> >> Unable to register systems with users who are PAM enabled >> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230739 >> >> >> A test to perform, it to remove the pam option from the user and >> indeed verify that registration then works (which it should). >> >> Thanks, >> Cliff. >> >> Jeremy Hallum wrote: >>> We are testing the satellite server out, and we would like to use >>> pam_auth to authenticate people using our kerberos server. >>> We find that we can log in fine, but when we attempt to run the >>> rhn_register command from an RHEL 4 or an RHEL 5 machine, we get the >>> following error: >>> [Tue Feb 13 10:37:26 2007] rhn_register Traceback (most recent call >>> last): >>> File "/usr/share/rhn/up2date_client/rhnregGui.py", line 1712, in >>> callAndFilterExceptions >>> return function() >>> File "/usr/share/rhn/up2date_client/rhnregGui.py", line 477, in >>> _loginPageApply >>> self.loginPw.get_text()) >>> File "/usr/share/rhn/up2date_client/rhnreg.py", line 211, in >>> reserveUser >>> return s.registration.reserve_user(username, password) >>> File "/usr/share/rhn/up2date_client/rhnserver.py", line 62, in >>> __call__ >>> message = pieces[2].strip(" '") >>> exceptions.IndexError: list index out of range Anyone seen this >>> problem? >>> -jeremy >>> -- >>> Jeremy Hallum, Department System Administrator Department of >>> Astronomy, University of Michigan jhallum at umich.edu >>> _______________________________________________ >>> rhn-satellite-beta-users mailing list >>> rhn-satellite-beta-users at redhat.com >>> https://www.redhat.com/mailman/listinfo/rhn-satellite-beta-users >> >> -- >> Clifford Perry >> Team Lead, RHN Sustaining Engineering >> Red Hat, Inc. >> http://www.redhat.com/ >> +1 919 754 4403 >> RHCE# 803004507210710 >> >> > > -- > Jeremy Hallum, Department System Administrator Department of > Astronomy, > University of Michigan > jhallum at umich.edu -------------- next part -------------- An HTML attachment was scrubbed... URL: From Matt_Domsch at dell.com Fri Mar 2 19:21:47 2007 From: Matt_Domsch at dell.com (Matt Domsch) Date: Fri, 2 Mar 2007 13:21:47 -0600 Subject: [rhn-satellite-beta-users] PAM_auth issues. In-Reply-To: References: Message-ID: <20070302192146.GB15926@humbolt.us.dell.com> On Fri, Mar 02, 2007 at 02:00:33PM -0500, Marlin Whitaker wrote: > Matt, does rhnpush work for you as well? > I found that when I tried to use rhnpush with "Use PAM" enabled, it failed > with > "ERROR: unhandled exception occurred: ()". > After de-selecting PAM and relying on local authentication, rhnpush worked > fine. I can't say I've tried to rhnpush in a while, probably not since I got PAM working. -- Matt Domsch Software Architect Dell Linux Solutions linux.dell.com & www.dell.com/linux Linux on Dell mailing lists @ http://lists.us.dell.com From mdavis at redhat.com Fri Mar 2 20:48:31 2007 From: mdavis at redhat.com (Matthew Davis) Date: Fri, 2 Mar 2007 15:48:31 -0500 Subject: [rhn-satellite-beta-users] PAM_auth issues. In-Reply-To: References: Message-ID: <20070302204830.GB23044@bigdog.rdu.redhat.com> On Fri, Mar 02, 2007 at 02:00:33PM -0500, Marlin Whitaker wrote: > I found that when I tried to use rhnpush with "Use PAM" enabled, it > failed with > "ERROR: unhandled exception occurred: ()". > > After de-selecting PAM and relying on local authentication, rhnpush > worked fine. > > (Note that I'm using the same server that Jeremy is reporting about, > so there is > very likely a connection.) I was able to track down this bugzilla: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=219357 Seems to fix this, install pam-devel on the satellite per comment #3. > >>>[Tue Feb 13 10:37:26 2007] rhn_register Traceback (most recent call > >>>last): > >>> File "/usr/share/rhn/up2date_client/rhnregGui.py", line 1712, in > >>>callAndFilterExceptions > >>> return function() > >>> File "/usr/share/rhn/up2date_client/rhnregGui.py", line 477, in > >>>_loginPageApply > >>> self.loginPw.get_text()) > >>> File "/usr/share/rhn/up2date_client/rhnreg.py", line 211, in > >>>reserveUser > >>> return s.registration.reserve_user(username, password) > >>> File "/usr/share/rhn/up2date_client/rhnserver.py", line 62, in > >>>__call__ > >>> message = pieces[2].strip(" '") > >>>exceptions.IndexError: list index out of range Anyone seen this > >>>problem? > >>>-jeremy And since its the same satellite, you or jeremy can install that rpm and let us know if that solves your problem. Thanks to Matt Domsch for pointing out this bug. -- Matthew Davis, RHCE RHN Sustaining Engineer From dxh at yahoo.com Mon Mar 12 12:59:27 2007 From: dxh at yahoo.com (Don Hoover) Date: Mon, 12 Mar 2007 05:59:27 -0700 (PDT) Subject: [rhn-satellite-beta-users] Stuck near end of Beta 5 install Message-ID: <254762.91826.qm@web60714.mail.yahoo.com> FYI.. I installed a new RHEL4U4 system, and I am trying to install the Beta 5 sat server on it, and I am getting stuck at the end with this: >Where is your satellite certificate file? The installer never went through a process to generate a certfificate or anything. I tried putting in the apache ssl key, but it bombed out something about "parser error". I guess somehow the install is expecting a certificate to already exist but I can't find any info on the docs on what it expects and how to create what it wants. Any ideas? From tsanders at redhat.com Mon Mar 12 13:33:44 2007 From: tsanders at redhat.com (Todd Sanders) Date: Mon, 12 Mar 2007 09:33:44 -0400 Subject: [rhn-satellite-beta-users] Stuck near end of Beta 5 install In-Reply-To: <254762.91826.qm@web60714.mail.yahoo.com> References: <254762.91826.qm@web60714.mail.yahoo.com> Message-ID: <45F556B8.6050007@redhat.com> Don: I just sent a 5.0 beta satellite certificate to the email address you registered under. Let me know if you don't receive it. -Todd Don Hoover wrote: > FYI.. I installed a new RHEL4U4 system, and I am > trying to install the Beta 5 sat server on it, and I > am getting stuck at the end with this: > >> Where is your satellite certificate file? > > The installer never went through a process to generate > a certfificate or anything. I tried putting in the > apache ssl key, but it bombed out something about > "parser error". > > > I guess somehow the install is expecting a certificate > to already exist but I can't find any info on the docs > on what it expects and how to create what it wants. > > > Any ideas? > > _______________________________________________ > rhn-satellite-beta-users mailing list > rhn-satellite-beta-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-satellite-beta-users From dxh at yahoo.com Mon Mar 12 13:46:04 2007 From: dxh at yahoo.com (Don Hoover) Date: Mon, 12 Mar 2007 06:46:04 -0700 (PDT) Subject: [rhn-satellite-beta-users] Stuck near end of Beta 5 install In-Reply-To: <254762.91826.qm@web60714.mail.yahoo.com> Message-ID: <630223.18219.qm@web60715.mail.yahoo.com> --- Don Hoover wrote: > FYI.. I installed a new RHEL4U4 system, and I am > trying to install the Beta 5 sat server on it, and I > am getting stuck at the end with this: > > >Where is your satellite certificate file? Ok. I figured it out. In my INBOX this morning was a nice email containing a certificate for me to use. Too bad, the docs were not that clear on this stuff. From KKukrer at collegeboard.org Mon Mar 19 20:42:40 2007 From: KKukrer at collegeboard.org (Kukrer, Koray) Date: Mon, 19 Mar 2007 16:42:40 -0400 Subject: [rhn-satellite-beta-users] Certificate Message-ID: <3ED24201A685FA4DA04FEC99BFED652A0EFF814B@ecogenemld50.Org.Collegeboard.local> How can we get an extension certificate for our Satellite 5 Beta product? Thanks, Koray -------------- next part -------------- An HTML attachment was scrubbed... URL: From KKukrer at collegeboard.org Thu Mar 22 14:01:54 2007 From: KKukrer at collegeboard.org (Kukrer, Koray) Date: Thu, 22 Mar 2007 10:01:54 -0400 Subject: [rhn-satellite-beta-users] Problem after the certificate expiration Message-ID: <3ED24201A685FA4DA04FEC99BFED652A0EFF833E@ecogenemld50.Org.Collegeboard.local> We have an issue with the satellite 5.0 beta server, the database is not coming up. Here is the info; After the certificate expired, we received a new one from our sales team. In between and during the troubleshooting session, we rebooted the server. We issued manual database startup but the DB is not cooperating. How can we resolve this issue? > /etc/init.d/rhn-database start > Starting rhn-database: [FAILED] Thanks, Koray -------------- next part -------------- An HTML attachment was scrubbed... URL: From mdavis at redhat.com Thu Mar 22 14:12:59 2007 From: mdavis at redhat.com (Matthew Davis) Date: Thu, 22 Mar 2007 10:12:59 -0400 Subject: [rhn-satellite-beta-users] Problem after the certificate expiration In-Reply-To: <3ED24201A685FA4DA04FEC99BFED652A0EFF833E@ecogenemld50.Org.Collegeboard.local> References: <3ED24201A685FA4DA04FEC99BFED652A0EFF833E@ecogenemld50.Org.Collegeboard.local> Message-ID: <20070322141258.GA31729@bigdog.rdu.redhat.com> On Thu, Mar 22, 2007 at 10:01:54AM -0400, Kukrer, Koray wrote: > We have an issue with the satellite 5.0 beta server, the database is not > coming up. Here is the info; > > After the certificate expired, we received a new one from our sales > team. In between and during the troubleshooting session, we rebooted the > server. We issued manual database startup but the DB is not cooperating. > How can we resolve this issue? > > > /etc/init.d/rhn-database start > > Starting rhn-database: [FAILED] What's getting thrown to /var/log/rhn/rhn_database.log? Or what gets thrown back to the term with: su - oracle db-control stop db-control start -- Matthew Davis, RHCE RHN Sustaining Engineer From mmicene at agentrics.com Thu Mar 22 17:27:17 2007 From: mmicene at agentrics.com (Matt Micene) Date: Thu, 22 Mar 2007 13:27:17 -0400 Subject: [rhn-satellite-beta-users] Need to remove sync'd channels Message-ID: <1174584437.12638.26.camel@HER-SD-LNX01.WWRE.ORG> I am currently evaluating the beta on a system that I know does not have the disk capacity to hold all of the channels we need. However, it looks like several aborted sync attempts and two successful attempts have filled up the local disk. I am looking at about 6GB for the DB and 8GB in /var/rhn. Is there a way I can "reset" the sync'd channels and remove all of the downloaded packages to try to get 1 clean channel to play with? I saw no way in the UI to delete any of the entitled channels, only channels created by the user. Thanks, Matt -- Senior UNIX System Administrator Agentrics (www.agentrics.com) (o) 703-234-5194 (c) 703-926-8763 From tcameron at redhat.com Thu Mar 22 22:10:50 2007 From: tcameron at redhat.com (Thomas Cameron (Red Hat)) Date: Thu, 22 Mar 2007 17:10:50 -0500 Subject: [rhn-satellite-beta-users] Need to remove sync'd channels In-Reply-To: <1174584437.12638.26.camel@HER-SD-LNX01.WWRE.ORG> References: <1174584437.12638.26.camel@HER-SD-LNX01.WWRE.ORG> Message-ID: <4602FEEA.9010404@redhat.com> Matt Micene wrote: > I am currently evaluating the beta on a system that I know does not have > the disk capacity to hold all of the channels we need. However, it > looks like several aborted sync attempts and two successful attempts > have filled up the local disk. I am looking at about 6GB for the DB and > 8GB in /var/rhn. Is there a way I can "reset" the sync'd channels and > remove all of the downloaded packages to try to get 1 clean channel to > play with? > > I saw no way in the UI to delete any of the entitled channels, only > channels created by the user. > > Thanks, > Matt cd /usr/share/rhn export PYTHONPATH=/usr/share/rhn python satellite_tools/satrm.py -c [channel] -c [channel] You can also run python satellite_tools/satrm.py -l to list the channels. -- Thomas Cameron, RHCE, CNE, MCSE, MCT Enterprise Solutions Architect - Red Hat 512.241.0774 office 512.585.5631 cell 512.857.1345 fax From mmicene at agentrics.com Thu Mar 22 22:37:49 2007 From: mmicene at agentrics.com (Matt Micene) Date: Thu, 22 Mar 2007 18:37:49 -0400 Subject: [rhn-satellite-beta-users] Need to remove sync'd channels In-Reply-To: <4602FEEA.9010404@redhat.com> References: <1174584437.12638.26.camel@HER-SD-LNX01.WWRE.ORG> <4602FEEA.9010404@redhat.com> Message-ID: <1174603069.12638.33.camel@HER-SD-LNX01.WWRE.ORG> On Thu, 2007-03-22 at 17:10 -0500, Thomas Cameron (Red Hat) wrote: > cd /usr/share/rhn > export PYTHONPATH=/usr/share/rhn > python satellite_tools/satrm.py -c [channel] -c [channel] > > You can also run > > python satellite_tools/satrm.py -l That worked great to remove the channels, but I am left with 6G of rpms in /var/satellite/redhat. Can I just nuke that directory and start over with the sync? Thanks, Matt -- Senior UNIX System Administrator Agentrics (www.agentrics.com) (o) 703-234-5194 (c) 703-926-8763 From tcameron at redhat.com Thu Mar 22 22:55:18 2007 From: tcameron at redhat.com (Thomas Cameron (Red Hat)) Date: Thu, 22 Mar 2007 17:55:18 -0500 Subject: [rhn-satellite-beta-users] Need to remove sync'd channels In-Reply-To: <1174603069.12638.33.camel@HER-SD-LNX01.WWRE.ORG> References: <1174584437.12638.26.camel@HER-SD-LNX01.WWRE.ORG> <4602FEEA.9010404@redhat.com> <1174603069.12638.33.camel@HER-SD-LNX01.WWRE.ORG> Message-ID: <46030956.1060200@redhat.com> Matt Micene wrote: > On Thu, 2007-03-22 at 17:10 -0500, Thomas Cameron (Red Hat) wrote: >> cd /usr/share/rhn >> export PYTHONPATH=/usr/share/rhn >> python satellite_tools/satrm.py -c [channel] -c [channel] >> >> You can also run >> >> python satellite_tools/satrm.py -l > > That worked great to remove the channels, but I am left with 6G of rpms > in /var/satellite/redhat. Can I just nuke that directory and start over > with the sync? Yup. Do you have a single directory in there called NULL, or do you have others? -- Thomas Cameron, RHCE, CNE, MCSE, MCT Enterprise Solutions Architect - Red Hat 512.241.0774 office 512.585.5631 cell 512.857.1345 fax From mmicene at agentrics.com Thu Mar 22 22:57:25 2007 From: mmicene at agentrics.com (Matt Micene) Date: Thu, 22 Mar 2007 18:57:25 -0400 Subject: [rhn-satellite-beta-users] Need to remove sync'd channels In-Reply-To: <46030956.1060200@redhat.com> References: <1174584437.12638.26.camel@HER-SD-LNX01.WWRE.ORG> <4602FEEA.9010404@redhat.com> <1174603069.12638.33.camel@HER-SD-LNX01.WWRE.ORG> <46030956.1060200@redhat.com> Message-ID: <1174604245.12638.35.camel@HER-SD-LNX01.WWRE.ORG> On Thu, 2007-03-22 at 17:55 -0500, Thomas Cameron (Red Hat) wrote: > Yup. Do you have a single directory in there called NULL, or do you > have others? Just NULL. Matt -- Senior UNIX System Administrator Agentrics (www.agentrics.com) (o) 703-234-5194 (c) 703-926-8763 From tcameron at redhat.com Thu Mar 22 23:02:52 2007 From: tcameron at redhat.com (Thomas Cameron (Red Hat)) Date: Thu, 22 Mar 2007 18:02:52 -0500 Subject: [rhn-satellite-beta-users] Need to remove sync'd channels In-Reply-To: <1174604245.12638.35.camel@HER-SD-LNX01.WWRE.ORG> References: <1174584437.12638.26.camel@HER-SD-LNX01.WWRE.ORG> <4602FEEA.9010404@redhat.com> <1174603069.12638.33.camel@HER-SD-LNX01.WWRE.ORG> <46030956.1060200@redhat.com> <1174604245.12638.35.camel@HER-SD-LNX01.WWRE.ORG> Message-ID: <46030B1C.5090501@redhat.com> Matt Micene wrote: > On Thu, 2007-03-22 at 17:55 -0500, Thomas Cameron (Red Hat) wrote: >> Yup. Do you have a single directory in there called NULL, or do you >> have others? > > Just NULL. Blast it, then. You'll need to re-sync. -- Thomas Cameron, RHCE, CNE, MCSE, MCT Enterprise Solutions Architect - Red Hat 512.241.0774 office 512.585.5631 cell 512.857.1345 fax From mmicene at agentrics.com Fri Mar 23 14:00:23 2007 From: mmicene at agentrics.com (Matt Micene) Date: Fri, 23 Mar 2007 10:00:23 -0400 Subject: [rhn-satellite-beta-users] Need to remove sync'd channels In-Reply-To: <46030B1C.5090501@redhat.com> References: <1174584437.12638.26.camel@HER-SD-LNX01.WWRE.ORG> <4602FEEA.9010404@redhat.com> <1174603069.12638.33.camel@HER-SD-LNX01.WWRE.ORG> <46030956.1060200@redhat.com> <1174604245.12638.35.camel@HER-SD-LNX01.WWRE.ORG> <46030B1C.5090501@redhat.com> Message-ID: <1174658424.17146.0.camel@HER-SD-LNX01.WWRE.ORG> On Thu, 2007-03-22 at 18:02 -0500, Thomas Cameron (Red Hat) wrote: > Blast it, then. You'll need to re-sync. Excellent help! That got me back to square one and resync'd with only the channels we will use in the current test set. Thanks, Matt -- Senior UNIX System Administrator Agentrics (www.agentrics.com) (o) 703-234-5194 (c) 703-926-8763 From Peter.Kwan at hk.nomura.com Sat Mar 24 04:15:48 2007 From: Peter.Kwan at hk.nomura.com (Kwan, Peter (Hong Kong S.A.R.)) Date: Sat, 24 Mar 2007 12:15:48 +0800 Subject: [rhn-satellite-beta-users] rhn satelliete v5 beta installation error Message-ID: Dear all, I am using IBM p-series (PowerPPC 64bit) Redhat Enterprise Lunix AS version 3 with up2date patches but when running install.pl of rhn satellite v5 beta gives the following error, does anyone encounter it before? Error message: Could not load required perl modules: Params::Validate, Mail::RFC822::Address, T erm::ReadKey, DBI, XML::LibXML, DateTime at ./install.pl line 42. P.S. I have enter the rhn satellite v5 beta programe via rhn registration but still not receive the certificate. Thank you for your attention. Best Regards, Peter Kwan. Securities Systems, Nomura Research Institute HK Ltd. Tel: (852)-25361454 Fax: (852)-25361903 PLEASE READ: The information contained in this e-mail is confidential and intended for the named recipient(s) only. If you are not an intended recipient of this e-mail you must not copy, distribute or take any further action in reliance upon it and you should delete it and notify the sender immediately. E-mail is not a secure method of communication. Nomura International (Hong Kong) Limited cannot accept responsibility for the accuracy or completeness of this message or any attachment(s). This transmission could contain viruses, be corrupted, destroyed, incomplete, intercepted, lost or arrive late. If verification of this e-mail is sought then please request a hard copy. Unless otherwise stated any views or opinions presented are solely those of the author and do not represent those of Nomura International (Hong Kong) Limited. This e-mail is intended for information purposes only and is not a solicitation or offer to buy or sell securities or related financial instruments. From cperry at redhat.com Sat Mar 24 14:21:28 2007 From: cperry at redhat.com (Clifford Perry) Date: Sat, 24 Mar 2007 10:21:28 -0400 Subject: [rhn-satellite-beta-users] rhn satelliete v5 beta installation error In-Reply-To: References: Message-ID: <460533E8.3020102@redhat.com> Hi I am pretty certain that the RHN Satellite 5.0 Beta release was for Enterprise Linux 4 AS i386/x86 and not for any 64bit architectures. Also, I not think it was for version 3, only 4. So, please try installing Enterprise Linux 4 AS i386/x86 (32bit) and try again. It should then work. Regards, Clifford. Kwan, Peter (Hong Kong S.A.R.) wrote: > Dear all, > > I am using IBM p-series (PowerPPC 64bit) Redhat Enterprise Lunix AS version 3 with up2date patches but when running install.pl of rhn satellite v5 beta gives the following error, does anyone encounter it before? > > Error message: > Could not load required perl modules: Params::Validate, Mail::RFC822::Address, T > erm::ReadKey, DBI, XML::LibXML, DateTime at ./install.pl line 42. > > > P.S. I have enter the rhn satellite v5 beta programe via rhn registration but still not receive the certificate. > > Thank you for your attention. > > Best Regards, > Peter Kwan. > Securities Systems, > Nomura Research Institute HK Ltd. > Tel: (852)-25361454 > Fax: (852)-25361903 > > > > > PLEASE READ: The information contained in this e-mail is confidential and intended for the named recipient(s) only. If you are not an intended recipient of this e-mail you must not copy, distribute or take any further action in reliance upon it and you should delete it and notify the sender immediately. E-mail is not a secure method of communication. Nomura International (Hong Kong) Limited cannot accept responsibility for the accuracy or completeness of this message or any attachment(s). This transmission could contain viruses, be corrupted, destroyed, incomplete, intercepted, lost or arrive late. If verification of this e-mail is sought then please request a hard copy. Unless otherwise stated any views or opinions presented are solely those of the author and do not represent those of Nomura International (Hong Kong) Limited. This e-mail is intended for information purposes only and is not a solicitation or offer to buy or sell securities or related financial instruments. > > > _______________________________________________ > rhn-satellite-beta-users mailing list > rhn-satellite-beta-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-satellite-beta-users -- Clifford Perry Team Lead, Satellite Sustaining Engineering Red Hat, Inc. http://www.redhat.com/ +1 919 754 4403 RHCE# 803004507210710 From snibber at riptown.com Sat Mar 24 23:00:01 2007 From: snibber at riptown.com (Sandeep Nibber) Date: Sat, 24 Mar 2007 16:00:01 -0700 Subject: [rhn-satellite-beta-users] rhn satelliete v5 beta installationerror In-Reply-To: <460533E8.3020102@redhat.com> Message-ID: Same error was received by me too. This beta version is not for 64bit. Try only 32bit RHEL AS4. it worked staright out of box. BTW did u guys get the keys in mail, I didn't get that. Sandeep -----Original Message----- From: rhn-satellite-beta-users-bounces at redhat.com [mailto:rhn-satellite-beta-users-bounces at redhat.com] On Behalf Of Clifford Perry Sent: Saturday, March 24, 2007 7:21 AM To: Kwan, Peter (Hong Kong S.A.R.) Cc: rhn-satellite-beta-users at redhat.com Subject: Re: [rhn-satellite-beta-users] rhn satelliete v5 beta installationerror Hi I am pretty certain that the RHN Satellite 5.0 Beta release was for Enterprise Linux 4 AS i386/x86 and not for any 64bit architectures. Also, I not think it was for version 3, only 4. So, please try installing Enterprise Linux 4 AS i386/x86 (32bit) and try again. It should then work. Regards, Clifford. Kwan, Peter (Hong Kong S.A.R.) wrote: > Dear all, > > I am using IBM p-series (PowerPPC 64bit) Redhat Enterprise Lunix AS version 3 with up2date patches but when running install.pl of rhn satellite v5 beta gives the following error, does anyone encounter it before? > > Error message: > Could not load required perl modules: Params::Validate, > Mail::RFC822::Address, T erm::ReadKey, DBI, XML::LibXML, DateTime at ./install.pl line 42. > > > P.S. I have enter the rhn satellite v5 beta programe via rhn registration but still not receive the certificate. > > Thank you for your attention. > > Best Regards, > Peter Kwan. > Securities Systems, > Nomura Research Institute HK Ltd. > Tel: (852)-25361454 > Fax: (852)-25361903 > > > > > PLEASE READ: The information contained in this e-mail is confidential and intended for the named recipient(s) only. If you are not an intended recipient of this e-mail you must not copy, distribute or take any further action in reliance upon it and you should delete it and notify the sender immediately. E-mail is not a secure method of communication. Nomura International (Hong Kong) Limited cannot accept responsibility for the accuracy or completeness of this message or any attachment(s). This transmission could contain viruses, be corrupted, destroyed, incomplete, intercepted, lost or arrive late. If verification of this e-mail is sought then please request a hard copy. Unless otherwise stated any views or opinions presented are solely those of the author and do not represent those of Nomura International (Hong Kong) Limited. This e-mail is intended for information purposes only and is not a solicitation or offer to buy or sell securities or related financial instruments. > > > _______________________________________________ > rhn-satellite-beta-users mailing list > rhn-satellite-beta-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-satellite-beta-users -- Clifford Perry Team Lead, Satellite Sustaining Engineering Red Hat, Inc. http://www.redhat.com/ +1 919 754 4403 RHCE# 803004507210710 _______________________________________________ rhn-satellite-beta-users mailing list rhn-satellite-beta-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-satellite-beta-users From Bob.Huisman at filterworks.com Mon Mar 26 13:06:25 2007 From: Bob.Huisman at filterworks.com (Bob Huisman) Date: Mon, 26 Mar 2007 15:06:25 +0200 Subject: [rhn-satellite-beta-users] Updates installed, but still listed in satellite Message-ID: <9313697AF97C424595D8040FE226731E16956B@TINY.socs.lan> Hi, Today I've been trying to install a Red Hat Enterprise Linux (v. 5 for 32-bit x86) clean install on a test machine. After installing (using the satellite as a kickstart host), 12 updates are listed as critical. I can schedule them for installation, but according to the console (after running rhn_check manually) they are already installed. The event history for that particular machine displays 'Update Succeeded', however the updates are still showing up as critical. I've tried reinstalling the machine from scratch, but the same problem occurs. Also, when rhn_check is run, rpm/yum/up2date is fired up again. As all 12 updates fail, the console output looks a bit strange after the last update. (Due to length, ive added only a part of it below). Has anyone encountered this before? Were you able to fix it? Thanks, Bob Huisman -- Filterworks BV www.filterworks.com (snip) Package file - 4.17-8.i386 already installed and latest version Package file - 4.17-8.i386 already installed and latest version Package file - 4.17-8.i386 already installed and latest version Package file - 4.17-8.i386 already installed and latest version Package file - 4.17-8.i386 already installed and latest version Package file - 4.17-8.i386 already installed and latest version Package file - 4.17-8.i386 already installed and latest version Package file - 4.17-8.i386 already installed and latest version Package file - 4.17-8.i386 already installed and latest version Package file - 4.17-8.i386 already installed and latest version Package file - 4.17-8.i386 already installed and latest version Loading "installonlyn" plugin Loading "installonlyn" plugin Loading "installonlyn" plugin Loading "installonlyn" plugin Loading "installonlyn" plugin Loading "installonlyn" plugin Loading "installonlyn" plugin Loading "installonlyn" plugin Loading "installonlyn" plugin Loading "installonlyn" plugin Loading "installonlyn" plugin Loading "installonlyn" plugin Loading "rhnplugin" plugin Loading "rhnplugin" plugin Loading "rhnplugin" plugin Loading "rhnplugin" plugin Loading "rhnplugin" plugin Loading "rhnplugin" plugin Loading "rhnplugin" plugin Loading "rhnplugin" plugin Loading "rhnplugin" plugin Loading "rhnplugin" plugin Loading "rhnplugin" plugin Loading "rhnplugin" plugin Package tzdata - 2006m-2.fc6.noarch already installed and latest version Package tzdata - 2006m-2.fc6.noarch already installed and latest version Package tzdata - 2006m-2.fc6.noarch already installed and latest version Package tzdata - 2006m-2.fc6.noarch already installed and latest version Package tzdata - 2006m-2.fc6.noarch already installed and latest version Package tzdata - 2006m-2.fc6.noarch already installed and latest version Package tzdata - 2006m-2.fc6.noarch already installed and latest version Package tzdata - 2006m-2.fc6.noarch already installed and latest version Package tzdata - 2006m-2.fc6.noarch already installed and latest version Package tzdata - 2006m-2.fc6.noarch already installed and latest version Package tzdata - 2006m-2.fc6.noarch already installed and latest version Package tzdata - 2006m-2.fc6.noarch already installed and latest version (/snip) -------------- next part -------------- An HTML attachment was scrubbed... URL: From KKukrer at collegeboard.org Mon Mar 26 17:58:01 2007 From: KKukrer at collegeboard.org (Kukrer, Koray) Date: Mon, 26 Mar 2007 13:58:01 -0400 Subject: [rhn-satellite-beta-users] Satellite 5 Beta and new RHEL5 GA Message-ID: <3ED24201A685FA4DA04FEC99BFED652A0EFF8529@ecogenemld50.Org.Collegeboard.local> I am having tough time to provision the RHEL5 GA thorough the new satellite. I did not change anything but pointing the kickstart profile and activation key to the new RHEL5 channel. I am having trouble to push all the managed files when I use RHEL5 GA Channel. In the ks-post logs I noticed this error; error: /etc/pki/rpm-gpg/RPM-GPG-KEY: import read failed I believe it should not change from channel to channel. I am also attaching the ks-post.log. Can you guide me? Thanks, Koray -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ks-post.log Type: application/octet-stream Size: 4002 bytes Desc: ks-post.log URL: From cperry at redhat.com Tue Mar 27 00:06:06 2007 From: cperry at redhat.com (Clifford Perry) Date: Mon, 26 Mar 2007 20:06:06 -0400 Subject: [rhn-satellite-beta-users] Updates installed, but still listed in satellite In-Reply-To: <9313697AF97C424595D8040FE226731E16956B@TINY.socs.lan> References: <9313697AF97C424595D8040FE226731E16956B@TINY.socs.lan> Message-ID: <46085FEE.9060802@redhat.com> Bob Huisman wrote: > Hi, > No - I have not seen this specific behavior, but then most of my testing of Satellite 4.2 functionality with RHEL 5 client was before there was any Errata released. It sounds to me like the client is not sending back changes to package profiles to the Satellite. Cliff. > > Has anyone encountered this before? Were you able to fix it? > > > -- Clifford Perry Team Lead, Satellite Sustaining Engineering Red Hat, Inc. http://www.redhat.com/ +1 919 754 4403 RHCE# 803004507210710 From cperry at redhat.com Tue Mar 27 00:11:37 2007 From: cperry at redhat.com (Clifford Perry) Date: Mon, 26 Mar 2007 20:11:37 -0400 Subject: [rhn-satellite-beta-users] Satellite 5 Beta and new RHEL5 GA In-Reply-To: <3ED24201A685FA4DA04FEC99BFED652A0EFF8529@ecogenemld50.Org.Collegeboard.local> References: <3ED24201A685FA4DA04FEC99BFED652A0EFF8529@ecogenemld50.Org.Collegeboard.local> Message-ID: <46086139.1040409@redhat.com> RHN Satellite 5.0 Beta was written last year and released just after RHEL 5 Beta 2 went public. As such the code base used the RHEL 5 Beta 2 path for the 'RPM-GPG-KEY', which changed for RHEL 5 GA. So, the bug is real, and nothing you can do to fix it really. You can create a manual post script to import the right file for the Beta Satellite product. This is fixed in 4.2 Satellite and will also be fixed in the RHN 5.0 Sat GA version when released. [root at dhcp231-182 rpm-gpg]# pwd /etc/pki/rpm-gpg [root at dhcp231-182 rpm-gpg]# ls RPM-GPG-KEY-fedora RPM-GPG-KEY-redhat-beta RPM-GPG-KEY-fedora-test RPM-GPG-KEY-redhat-former RPM-GPG-KEY-redhat-auxiliary RPM-GPG-KEY-redhat-release [root at dhcp231-182 rpm-gpg]# Something like: rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release Note, for RHEL 5 Red Hat changed the key used to sign RPMS. All RHEL 2.1, 3 & 4 rpms are signed with the RPM-GPG-KEY-redhat-former key. Cliff. Kukrer, Koray wrote: > I am having tough time to provision the RHEL5 GA thorough the new > satellite. I did not change anything but pointing the kickstart profile > and activation key to the new RHEL5 channel. I am having trouble to push > all the managed files when I use RHEL5 GA Channel. In the ks-post logs I > noticed this error; error: /etc/pki/rpm-gpg/RPM-GPG-KEY: import read failed > > I believe it should not change from channel to channel. I am also > attaching the ks-post.log. Can you guide me? > > Thanks, > > Koray > > > ------------------------------------------------------------------------ > > _______________________________________________ > rhn-satellite-beta-users mailing list > rhn-satellite-beta-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-satellite-beta-users -- Clifford Perry Team Lead, Satellite Sustaining Engineering Red Hat, Inc. http://www.redhat.com/ +1 919 754 4403 RHCE# 803004507210710 From Bob.Huisman at filterworks.com Tue Mar 27 14:28:18 2007 From: Bob.Huisman at filterworks.com (Bob Huisman) Date: Tue, 27 Mar 2007 16:28:18 +0200 Subject: [rhn-satellite-beta-users] Updates installed, but still listed in satellite In-Reply-To: <46085FEE.9060802@redhat.com> Message-ID: <9313697AF97C424595D8040FE226731E1695C2@TINY.socs.lan> Today I noticed something else regarding this problem: The problem only occurs when the menu options Software -> Errata -> Apply Errata is used. When I pick Software -> Packages -> Upgrade, all goes well. This also applies to errata in Custom Software Channels. Bob -----Original Message----- From: Clifford Perry [mailto:cperry at redhat.com] Sent: dinsdag 27 maart 2007 2:06 To: Bob Huisman Cc: rhn-satellite-beta-users at redhat.com Subject: Re: [rhn-satellite-beta-users] Updates installed, but still listed in satellite Bob Huisman wrote: > Hi, > No - I have not seen this specific behavior, but then most of my testing of Satellite 4.2 functionality with RHEL 5 client was before there was any Errata released. It sounds to me like the client is not sending back changes to package profiles to the Satellite. Cliff. > > Has anyone encountered this before? Were you able to fix it? > > > -- Clifford Perry Team Lead, Satellite Sustaining Engineering Red Hat, Inc. http://www.redhat.com/ +1 919 754 4403 RHCE# 803004507210710 From KKukrer at collegeboard.org Tue Mar 27 15:16:57 2007 From: KKukrer at collegeboard.org (Kukrer, Koray) Date: Tue, 27 Mar 2007 11:16:57 -0400 Subject: [rhn-satellite-beta-users] Satellite 5 Beta and new RHEL5 GA In-Reply-To: <46086139.1040409@redhat.com> References: <3ED24201A685FA4DA04FEC99BFED652A0EFF8529@ecogenemld50.Org.Collegeboard.local> <46086139.1040409@redhat.com> Message-ID: <3ED24201A685FA4DA04FEC99BFED652A0EFF85E7@ecogenemld50.Org.Collegeboard.local> Since I don't have Satellite 4.2 installed in our environment and I am testing this in the lab. Could you provide me new RPM-GPG-KEY-redhat-release file? Thanks, Koray -----Original Message----- From: Clifford Perry [mailto:cperry at redhat.com] Sent: Monday, March 26, 2007 8:12 PM To: Kukrer, Koray Cc: rhn-satellite-beta-users at redhat.com Subject: Re: [rhn-satellite-beta-users] Satellite 5 Beta and new RHEL5 GA RHN Satellite 5.0 Beta was written last year and released just after RHEL 5 Beta 2 went public. As such the code base used the RHEL 5 Beta 2 path for the 'RPM-GPG-KEY', which changed for RHEL 5 GA. So, the bug is real, and nothing you can do to fix it really. You can create a manual post script to import the right file for the Beta Satellite product. This is fixed in 4.2 Satellite and will also be fixed in the RHN 5.0 Sat GA version when released. [root at dhcp231-182 rpm-gpg]# pwd /etc/pki/rpm-gpg [root at dhcp231-182 rpm-gpg]# ls RPM-GPG-KEY-fedora RPM-GPG-KEY-redhat-beta RPM-GPG-KEY-fedora-test RPM-GPG-KEY-redhat-former RPM-GPG-KEY-redhat-auxiliary RPM-GPG-KEY-redhat-release [root at dhcp231-182 rpm-gpg]# Something like: rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release Note, for RHEL 5 Red Hat changed the key used to sign RPMS. All RHEL 2.1, 3 & 4 rpms are signed with the RPM-GPG-KEY-redhat-former key. Cliff. Kukrer, Koray wrote: > I am having tough time to provision the RHEL5 GA thorough the new > satellite. I did not change anything but pointing the kickstart > profile and activation key to the new RHEL5 channel. I am having > trouble to push all the managed files when I use RHEL5 GA Channel. In > the ks-post logs I noticed this error; error: > /etc/pki/rpm-gpg/RPM-GPG-KEY: import read failed > > I believe it should not change from channel to channel. I am also > attaching the ks-post.log. Can you guide me? > > Thanks, > > Koray > > > ---------------------------------------------------------------------- > -- > > _______________________________________________ > rhn-satellite-beta-users mailing list > rhn-satellite-beta-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-satellite-beta-users -- Clifford Perry Team Lead, Satellite Sustaining Engineering Red Hat, Inc. http://www.redhat.com/ +1 919 754 4403 RHCE# 803004507210710 From cperry at redhat.com Wed Mar 28 01:34:49 2007 From: cperry at redhat.com (Clifford Perry) Date: Tue, 27 Mar 2007 21:34:49 -0400 Subject: [rhn-satellite-beta-users] Updates installed, but still listed in satellite In-Reply-To: <9313697AF97C424595D8040FE226731E1695C2@TINY.socs.lan> References: <9313697AF97C424595D8040FE226731E1695C2@TINY.socs.lan> Message-ID: <4609C639.70403@redhat.com> Hi there, Another member in the RHN team indicated that this indeed is most likely an issue with the Satellite 5.0 Beta product which should be addressed within the current RHN (rhn.redhat.com) and future 5.0 Satellite product. Cliff. Bob Huisman wrote: > Today I noticed something else regarding this problem: > > The problem only occurs when the menu options Software -> Errata -> > Apply Errata is used. When I pick Software -> Packages -> Upgrade, all > goes well. This also applies to errata in Custom Software Channels. > > Bob > > -----Original Message----- > From: Clifford Perry [mailto:cperry at redhat.com] > Sent: dinsdag 27 maart 2007 2:06 > To: Bob Huisman > Cc: rhn-satellite-beta-users at redhat.com > Subject: Re: [rhn-satellite-beta-users] Updates installed, but still > listed in satellite > > > > Bob Huisman wrote: >> Hi, >> > > No - I have not seen this specific behavior, but then most of my testing > > of Satellite 4.2 functionality with RHEL 5 client was before there was > any Errata released. It sounds to me like the client is not sending back > > changes to package profiles to the Satellite. > > Cliff. > > >> Has anyone encountered this before? Were you able to fix it? >> >> >> > -- Clifford Perry Team Lead, Satellite Sustaining Engineering Red Hat, Inc. http://www.redhat.com/ +1 919 754 4403 RHCE# 803004507210710 From cperry at redhat.com Wed Mar 28 01:36:44 2007 From: cperry at redhat.com (Clifford Perry) Date: Tue, 27 Mar 2007 21:36:44 -0400 Subject: [rhn-satellite-beta-users] Satellite 5 Beta and new RHEL5 GA In-Reply-To: <3ED24201A685FA4DA04FEC99BFED652A0EFF85E7@ecogenemld50.Org.Collegeboard.local> References: <3ED24201A685FA4DA04FEC99BFED652A0EFF8529@ecogenemld50.Org.Collegeboard.local> <46086139.1040409@redhat.com> <3ED24201A685FA4DA04FEC99BFED652A0EFF85E7@ecogenemld50.Org.Collegeboard.local> Message-ID: <4609C6AC.1050202@redhat.com> You should find it on the file system of any RHEL 5 system you have installed: /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release Or download and install the RHEL5 'redhat-release' package to get the file. Cliff. Kukrer, Koray wrote: > > Since I don't have Satellite 4.2 installed in our environment and I am > testing this in the lab. Could you provide me new > RPM-GPG-KEY-redhat-release file? > > Thanks, > > Koray > -----Original Message----- > From: Clifford Perry [mailto:cperry at redhat.com] > Sent: Monday, March 26, 2007 8:12 PM > To: Kukrer, Koray > Cc: rhn-satellite-beta-users at redhat.com > Subject: Re: [rhn-satellite-beta-users] Satellite 5 Beta and new RHEL5 > GA > > RHN Satellite 5.0 Beta was written last year and released just after > RHEL 5 Beta 2 went public. As such the code base used the RHEL 5 Beta 2 > path for the 'RPM-GPG-KEY', which changed for RHEL 5 GA. So, the bug is > real, and nothing you can do to fix it really. You can create a manual > post script to import the right file for the Beta Satellite product. > This is fixed in 4.2 Satellite and will also be fixed in the RHN 5.0 Sat > GA version when released. > > [root at dhcp231-182 rpm-gpg]# pwd > /etc/pki/rpm-gpg > [root at dhcp231-182 rpm-gpg]# ls > RPM-GPG-KEY-fedora RPM-GPG-KEY-redhat-beta > RPM-GPG-KEY-fedora-test RPM-GPG-KEY-redhat-former > RPM-GPG-KEY-redhat-auxiliary RPM-GPG-KEY-redhat-release > [root at dhcp231-182 rpm-gpg]# > > > Something like: > > rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release > > Note, for RHEL 5 Red Hat changed the key used to sign RPMS. All RHEL > 2.1, 3 & 4 rpms are signed with the RPM-GPG-KEY-redhat-former key. > > Cliff. > > > Kukrer, Koray wrote: >> I am having tough time to provision the RHEL5 GA thorough the new >> satellite. I did not change anything but pointing the kickstart >> profile and activation key to the new RHEL5 channel. I am having >> trouble to push all the managed files when I use RHEL5 GA Channel. In >> the ks-post logs I noticed this error; error: >> /etc/pki/rpm-gpg/RPM-GPG-KEY: import read failed >> >> I believe it should not change from channel to channel. I am also >> attaching the ks-post.log. Can you guide me? >> >> Thanks, >> >> Koray >> >> >> ---------------------------------------------------------------------- >> -- >> >> _______________________________________________ >> rhn-satellite-beta-users mailing list >> rhn-satellite-beta-users at redhat.com >> https://www.redhat.com/mailman/listinfo/rhn-satellite-beta-users > > -- > Clifford Perry > Team Lead, Satellite Sustaining Engineering Red Hat, Inc. > http://www.redhat.com/ > +1 919 754 4403 > RHCE# 803004507210710 > > _______________________________________________ > rhn-satellite-beta-users mailing list > rhn-satellite-beta-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-satellite-beta-users -- Clifford Perry Team Lead, Satellite Sustaining Engineering Red Hat, Inc. http://www.redhat.com/ +1 919 754 4403 RHCE# 803004507210710