Bug 842356

Summary: dhcp server does not stop properly when using "service dhcpd stop
Product: [openSUSE] openSUSE 12.3 Reporter: Mathias Homann <Mathias.Homann>
Component: NetworkAssignee: Marius Tomaschewski <mt>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P5 - None CC: meissner
Version: Final   
Target Milestone: ---   
Hardware: x86-64   
OS: openSUSE 12.3   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 842359    

Description Mathias Homann 2013-09-25 20:00:43 UTC
User-Agent:       Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0

when trying to stop the dhcpd on openSUSE 12.3, "service dhcpd stop" does nothing at all.

Reproducible: Always

Steps to Reproduce:
1. start the dhcp server
2. run "service dhcpd stop"
3. check the process list, dhcpd is still running
Actual Results:  
dhcpd does not get stopped properly

Expected Results:  
dhcpd should be stopped
Comment 1 Marius Tomaschewski 2013-09-26 11:27:41 UTC
systemd does not forward / call "/etc/init.d/dhcpd stop" when it means,
it is not in started state... I guess, this were the case here.
Comment 2 Marius Tomaschewski 2014-01-09 15:49:46 UTC
when the service is not in started, no stop is executed under systemd.
works as designed [upstream]