Bug 1096049

Summary: -D option used in service file does not exist
Product: [Fedora] Fedora Reporter: David Benfell <dbenfell>
Component: nsdAssignee: Paul Wouters <pwouters>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: pkrul, pwouters, vonsch
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-28 14:29:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch for /lib/systemd/system/nsd.service none

Description David Benfell 2014-05-09 07:31:30 UTC
Description of problem: The new service file for nsd uses -D, which the daemon itself does not support.


Version-Release number of selected component (if applicable): 3.2.17-1.fc20


How reproducible: 100%


Steps to Reproduce:
1. systemctl start nsd
2. systemctl status nsd
3.

Actual results: nsd prints a help message specifying allowable options


Expected results: nsd starts


Additional info: -D option is not supported by nsd. The service file needs to specify a forking type and omit the -D

Comment 1 Pieter D.J. Krul 2014-05-24 14:09:48 UTC
Created attachment 898896 [details]
Patch for /lib/systemd/system/nsd.service

Patch to fix nsd version 3 startup problems. Note that systemd might complain about a PID file not readable (yet?) after start, but this does not affect the nsd nor the systemd processes. IMHO a systemd legacy issue still requiring a PID file.

Comment 2 Pieter D.J. Krul 2014-05-24 14:11:05 UTC
Type=forking ofcourse..

Comment 3 Paul Wouters 2014-07-28 14:29:57 UTC

*** This bug has been marked as a duplicate of bug 1089505 ***