Bug 70506

Summary: rhnproc.pl not running
Product: Red Hat Satellite 5 Reporter: Matt Jamison <jamisonm>
Component: ServerAssignee: Adrian Likins <alikins>
Status: CLOSED CURRENTRELEASE QA Contact: Fanny Augustin <fmoquete>
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: cturner, gafton, gdk, mihai.ibanescu, pjones
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-08-09 15:01:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Josef Komenda 2002-08-01 21:18:56 UTC
Description of Problem: rhnproc.pl needs to be started near the end of the
installer, to catch errata updates when satellite-sync runs. 

Version-Release number of selected component (if applicable): see bug 63780

Comment 1 Adrian Likins 2002-08-02 18:13:44 UTC
the what? 

where is it, and how do I start it and
when (specifically...) should I start it?

Comment 2 Josef Komenda 2002-08-05 20:32:41 UTC
This now generates a traceback:

Traceback (innermost last):
  File "/usr/lib/python1.5/site-packages/libglade.py", line 28, in __call__
    ret = apply(self.func, a)
  File "/mnt/cdrom/usr/sbin/satinstall", line 738, in onSslCertInfoPageNext
    except satInstallErrors.restartRhnprocError:
AttributeError: restartRhnprocError

#service rhnproc status 
rhnproc.pl is stopped

It starts ok manually.

Comment 3 Adrian Likins 2002-08-08 19:05:52 UTC
fixed in cvs, 0.99.13

Comment 4 Josef Komenda 2002-08-08 22:15:42 UTC
Throws new and imporved traceback: 

Traceback (innermost last):
  File "/usr/lib/python1.5/site-packages/libglade.py", line 28, in __call__
    ret = apply(self.func, a)
  File "/mnt/cdrom/usr/sbin/satinstall", line 732, in onSslCertInfoPageNext
    satInstall.restartRhnproc()
  File "/mnt/cdrom//usr/share/rhn/satinstall/satInstall.py", line 70, in
restartRhnproc
    stdout = os.open("/etc/init.d/rhnproc restart", "r")
TypeError: illegal argument type for built-in operation



Comment 5 Josef Komenda 2002-08-12 22:01:05 UTC
Fixed in latest. Closing.