Bug 627108

Summary: installed default config file contains systemd incompatible command option
Product: [Fedora] Fedora Reporter: Bryan Hoover <bhoover>
Component: inadyn-mtAssignee: Jochen Schmitt <jochen>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 14CC: jochen
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-11-29 21:46:19 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:

Description Bryan Hoover 2010-08-25 06:18:54 UTC
Description of problem:

Default, installed configuration file, /etc/inadyn-mt.conf contains 'background' command which is incompatible with systemd -- as a result, the command, 'systemctl start inadyn-mt.service' fails to start service.  Since there is no init script installed for deprecated startup compatibility, the config file should not contain the background command.

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

inadyn-mt.v.02.18.36

How reproducible:

Edit default installed configuration file according to dynamic dns system requirements, but do not remove background command option.  Attempt to start inadyn-mt.service.  Issue systemctl status command to view failed start status.

Steps to Reproduce:

1.  See that /etc/inadyn-mt.conf configuration file contains single line command
option, 'background'.

2.  Attempt to start service with systemctl command.

3.  Check service status with systemctl command.
  
Actual results:

Service status check returns:

Loaded: loaded (/lib/systemd/system/inadyn-mt.service)
Active: inactive (dead)
Exited: 2019 (/usr/sbin/inadyn, code=exited, status=0)
CGroup: name=systemd:/systemd-1/inadyn-mt.service

Expected results:

Loaded: loaded (/lib/systemd/system/inadyn-mt.service)
Active: active (running)
Main:   2027 (inadyn)
CGroup: name=systemd:/systemd-1/inadyn-mt.service
        └ 2027 /usr/sbin/inadyn

Additional info:

Comment 1 Bryan Hoover 2010-11-29 21:46:19 UTC
Accomodated by init script addition.  See bug:

https://bugzilla.redhat.com/show_bug.cgi?id=652116

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