Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: cobbler kssendmac and breed suse
https://bugzilla.redhat.com/show_bug.cgi?id=479470
Summary: cobbler kssendmac and breed suse Product: Fedora Hosted Projects Version: unspecified Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: Deployment_Guide AssignedTo: mhideo@redhat.com ReportedBy: quenzler@us.ibm.com QAContact: rlerch@redhat.com CC: fedora-docs-list@redhat.com Classification: Fedora Target Release: ---
Description of problem: breed = suse /boot/grub/menu.lst contains kssendmac
Version-Release number of selected component (if applicable): cobbler-1.2.9-1.fc9.noarch
How reproducible: Install a SuSE client
Actual results: kssendmac exists as a boot parameter on a SuSE client
Expected results: No kssendmac boot parameter
Additional info: Find a way to avoid adding kssendmac to the kernel_options string if it's not applicable to the breed.
Hack (since I'm only installing SuSE clients): # diff utils.py utils.py.ori 478,479c478,479 < # if len(kernel_txt) < 244: < # results["kernel_options"]["kssendmac"] = None ---
if len(kernel_txt) < 244: results["kernel_options"]["kssendmac"] = None
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=479470
Ricky Zhou rzhou@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mdehaan@redhat.com, | |rzhou@redhat.com Component|Deployment_Guide |cobbler Version|unspecified |10 AssignedTo|mhideo@redhat.com |mdehaan@redhat.com Product|Fedora Hosted Projects |Fedora QAContact|rlerch@redhat.com |extras-qa@fedoraproject.org
--- Comment #1 from Ricky Zhou rzhou@redhat.com 2009-08-05 12:39:00 EDT --- Moving this to the cobbler component, Fedora product.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=479470
Ricky Zhou rzhou@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|10 |9
--- Comment #2 from Ricky Zhou rzhou@redhat.com 2009-08-05 12:41:16 EDT --- Oops, I misread the release - can you check if this is still a bug in F10 or F11 and close this if it's fixed?
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=479470
--- Comment #3 from David Quenzler quenzler@us.ibm.com 2009-08-05 13:32:20 EDT --- I just checked the 1.6.8 source, utils.py still has the same code. It's not fixed yet.
+===+ # determine if we have room to add kssendmac to the kernel options line kernel_txt = hash_to_string(results["kernel_options"]) if len(kernel_txt) < 244: results["kernel_options"]["kssendmac"] = None +===+
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=479470
Eric Christensen eric@christensenplace.us changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|fedora-docs-list@redhat.com |