Bug 572510
| Summary: | RHN Satellite 5.3 kernel options are not included correctly | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Issue Tracker <tao> |
| Component: | WebUI | Assignee: | Justin Sherrill <jsherril> |
| Status: | CLOSED ERRATA | QA Contact: | Petr Sklenar <psklenar> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 530 | CC: | cperry, pep, psklenar, tao, vgaikwad |
| 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: | 2010-06-22 14:04:55 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: | 518256 | ||
|
Comment 3
Vishal Gaikwad
2010-03-11 12:28:52 UTC
So I don't think the specified patch will actually work, since XMLRPC does not have a notion of Null/None (and would throw and error if passed a null value). Might have to make a cobbler change. So this was fixed upstream in cobbler: https://fedorahosted.org/pipermail/cobbler/2010-March/005463.html OLD:
there is string 'mpath=' in ks:
.qa.[root@satellite-1 tps]# cat /tftpboot/pxelinux.cfg/default | grep mpath
append initrd=/images/old-pkgs:1:SomeOrg/initrd.img ksdevice=bootif lang= kssendmac mpath= text ks=http://satellite-1.brq.redhat.com/cblr/svc/op/ks/profile/test-old:1:SomeOrg
NEW:
cobbler-1.6.6-8.el5sat.x86_64
spacewalk-java-0.5.44-77.el5sat.noarch
spacewalk-base-0.5.23-35.el5sat.noarch
when new packages was installed sign '=' was removed:
.qa.[root@satellite-1 tps]# cat /tftpboot/pxelinux.cfg/default | grep mpath
append initrd=/images/old-pkgs:1:SomeOrg/initrd.img ksdevice=bootif lang= kssendmac mpath text ks=http://satellite-1.brq.redhat.com/cblr/svc/op/ks/profile/test-old:1:SomeOrg
new ks with my own distribution was also without '='
cat /tftpboot/pxelinux.cfg/default | grep nostorage
append initrd=/images/new-pkgs:1:SomeOrg/initrd.img ksdevice=bootif lang= mpath text nostorage kssendmac ks=http://satellite-1.brq.redhat.com/cblr/svc/op/ks/profile/new-ks-1:1:SomeOrg
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2010-0498.html |