Bug 67636
| Summary: | SSL rpms not available for download | ||
|---|---|---|---|
| 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: | benl, 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-07-10 17:45:26 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-06-28 15:46:06 UTC
fixed Hmm.. does not seem to work. I get this 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 698, in onSslCertInfoPageNext
self.satHostname)
File "/mnt/cdrom//usr/share/rhn/satinstall/satInstall.py", line 372, in
genSslCerts
sslCertGen.genCAKey(passwd)
File "/mnt/cdrom//usr/share/rhn/satinstall/sslCertGen.py", line 26, in
genCAKey
out = stdout.read()
IOError: [Errno 4] Interrupted system call
Also, the directory is not in /var/www/html/, and the traceback seems to bork the install in general - httpd does not start, for example. Hmm, the above doesnt make any sense.
Probabaly something related to trying to do
a status window for the schema load. I'll
take a look...
>Also, the directory is not in /var/www/html/
eh? I dont understand? what directory isnt in
/var/www/html.
I'm assuming that means client-certs isnt
in /var/www/html?
cvs code should fix it.
The current installer.iso (09-Jul-2002 11:52) completes with the following
traceback. The RPMS are in '/etc/sysconfig/rhn', but are not copied to
'/var/www/html/client-certs'.
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 716, in onSslCertInfoPageNext
self.satHostname)
File "/mnt/cdrom//usr/share/rhn/satinstall/satInstall.py", line 401, in
genSslCerts
sslCertGen.deployClientCertRPMS()
File "/mnt/cdrom//usr/share/rhn/satinstall/sslCertGen.py", line 174, in
deployClientCertRPMS
shutil.copy(filenames[0], "/var/www/html/client-certs/")
IndexError: list index out of range
this should be fixed now in cvs Fixed in latest installer (installer_10jul02_1521.iso). Closing. |