Bug 70506
| Summary: | rhnproc.pl not running | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Matt Jamison <jamisonm> |
| Component: | Server | Assignee: | Adrian Likins <alikins> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fanny Augustin <fmoquete> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | CC: | 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
the what? where is it, and how do I start it and when (specifically...) should I start it? 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.
fixed in cvs, 0.99.13 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
Fixed in latest. Closing. |