Bug 513359 - Path to dhcpd.conf in /etc/cobbler/settings is wrong
Summary: Path to dhcpd.conf in /etc/cobbler/settings is wrong
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: cobbler
Version: 11
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michael DeHaan
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-07-23 09:44 UTC by cleygraf
Modified: 2009-08-10 22:06 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-08-10 22:06:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description cleygraf 2009-07-23 09:44:01 UTC
Description of problem:
In /etc/cobbler/settings the line

dhcpd_conf: /etc/dhcpd.conf

is wrong, it needs to be

dhcpd_conf: /etc/dhcp/dhcpd.conf


Version-Release number of selected component (if applicable):

$ rpm -qa|grep cobbler
cobbler-1.6.6-1.fc11.x86_64
$ 

# rpm -qa|grep cobbler
cobbler-1.6.6-1.fc11.i586
# 


How reproducible:

Default install.

Steps to Reproduce:
1.
2.
3.
  
Actual results:

dhcpd does not start or does use the wrong configuration after issueing a cobbler sync 

Expected results:

dhcpd is started and uses the updated dhcpd.conf.

Additional info:

Comment 1 Michael DeHaan 2009-07-23 14:22:04 UTC
That's why it's a path in settings, so you can change it to match your install if it's different.  But yeah, there's no reason we shouldn't be laying it down right.

In the 2.0 version I think we'll probably just pay attention to the OS and write the file in the correct location based on that -- and make the setting go away.

Regardless, we do have a Trac item opened on this, so it won't be forgotten.

Leaving this open because I hate stuff closed as "WONTFIX" when it's not like it should be :)

Comment 2 Michael DeHaan 2009-08-10 22:06:03 UTC
Fixed in 2.0


Note You need to log in before you can comment on or make changes to this bug.