Bug 481236
| Summary: | CentOS and Fedora kickstarts don't re-register to Spacewalk | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Mike McCune <mmccune> |
| Component: | WebUI | Assignee: | Justin Sherrill <jsherril> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 0.5 | CC: | erik-fedora, johannes.russek, matteo.concilio, mdehaan |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-09-17 07:09:38 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 456553, 480094 | ||
|
Description
Mike McCune
2009-01-22 22:50:17 UTC
You have to add "repo" lines to your kickstart to make this work. Was a problem with the apache configuration, a virtual host wasn't configured to inherit rewrites, so package downloads would only work for https. commit 95af15d3f25fd0762b39be584a242f73bb7c0af0 tree 664568d34d42fad26df72ffb438e582fc20ff86a tree | snapshot parent 6007eb76a3f3ddf5021f9259b7fa6c47d0e3812b commit | diff Spacewalk 0.5 released. I recently installed Spacewalk 0.5.4 and I had a similar issue.
The autogenerated kickstart is wrong: rhnlib is in /tmp/rhn_rpms/ and not in /tmp/rhn_rpms/optional/
< rpm -Uvh --replacepkgs --replacefiles /tmp/rhn_rpms/optional/pyOpenSSL* /tmp/rhn_rpms/optional/rhnlib* /tmp/rhn_rpms/optional/libxml2-python*
---
> rpm -Uvh --replacepkgs --replacefiles /tmp/rhn_rpms/optional/pyOpenSSL* /tmp/rhn_rpms/optional/libxml2-python*
Spacewalk 0.5 has been released for long time ago. |