Bug 627108 - installed default config file contains systemd incompatible command option
Summary: installed default config file contains systemd incompatible command option
Keywords:
Status: CLOSED DUPLICATE of bug 652116
Alias: None
Product: Fedora
Classification: Fedora
Component: inadyn-mt
Version: 14
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jochen Schmitt
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-08-25 06:18 UTC by Bryan Hoover
Modified: 2010-11-29 21:46 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2010-11-29 21:46:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


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