Bug 726313 - disable dhcpd ,but after reboot ,dhcpd also started
Summary: disable dhcpd ,but after reboot ,dhcpd also started
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: dhcp
Version: rawhide
Hardware: i386
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Jiri Popelka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-28 07:52 UTC by frank ling
Modified: 2012-04-02 10:14 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-04-02 10:14:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description frank ling 2011-07-28 07:52:06 UTC
Description of problem:


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


How reproducible:


Steps to Reproduce:
1. /bin/systemctl disable dhcpd.service
2. reboot
3. ps -ef | grep dhcpd
  
Actual results:
have dhcpd process

Expected results:
no dhcpd process

Additional info:

Comment 1 frank ling 2011-07-29 09:21:55 UTC
i think maybe 
/etc/NetworkManager/dispatcher.d/12-dhcp have error

Comment 2 Jiri Popelka 2011-08-11 14:20:57 UTC
(In reply to comment #1)
> i think maybe 
> /etc/NetworkManager/dispatcher.d/12-dhcp have error

Thanks for the report, however it works for me.

There was a bug #699027 in systemd when systemctl reported service as enabled while it was disabled. But this problem should be fixed already.

What does 'rpm -q systemd' say ?

And what show these commands:
 systemctl disable dhcpd.service; echo $?
 systemctl is-enabled dhcpd.service; echo $?

Comment 3 Jiri Popelka 2012-04-02 10:14:10 UTC
I'm closing this ticket because it has not been updated by the submitter for almost 8 months. If the issue still requires resolution, please re-open.


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