Bug 581650

Summary: Cobbler missing dependency on syslinux
Product: [Fedora] Fedora EPEL Reporter: Phillip Sorensen <pas37>
Component: cobblerAssignee: Scott J Henson <shenson>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: el5CC: awood, dgoodwin, jeckersb, shenson, vanmeeuwen+fedora
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-12-31 06:30:39 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: 583918    

Description Phillip Sorensen 2010-04-12 20:55:43 UTC
Description of problem:

After installing cobbler on a minimal RHEL5 system, running "cobbler sync" caused an error when it tried to rebuild the /tftpboot directory with the error:
'Could not find files matching /usr/lib/syslinux/pxelinux.0'

Installing syslinx package aolved the problem.


Version-Release number of selected component (if applicable):
cobbler-2.0.3.1-3.el5

Comment 1 Scott J Henson 2010-12-31 06:30:39 UTC
There are multiple ways you can provide the pxelinux.0 binary to cobbler.  One way is to install syslinux, the other way is to run 'cobbler get-loaders'.  Running 'cobbler check' will inform you of this.

As such, I don't consider this to be a bug.  Thanks.