Bug 713432 - And (auto nice deamon) never starts under systemd; with patch
Summary: And (auto nice deamon) never starts under systemd; with patch
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: and
Version: 15
Hardware: All
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Jochen Schmitt
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-06-15 12:41 UTC by Bert DeKnuydt
Modified: 2011-07-12 21:56 UTC (History)
1 user (show)

Fixed In Version: and-1.2.2-13.fc15
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-07-12 21:56:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bert DeKnuydt 2011-06-15 12:41:38 UTC
Description of problem:

The file '/lib/systemd/system/and.service' is broken, so that 'and' 
   1) does not read its /etc/sysconfig/and file, and
   2) immediately exits (forks, but doesn't tell systemd it does so)

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

and-1.2.2-12.fc15.i686

How reproducible:

Always

Steps to Reproduce:
1. Install and
2. Boot
3. See with e.g. "ps -ef | grep and " that there is NO and daemon running
  
Actual results:

No 'and' running'

Expected results:

An 'and' running with flags picked up from /etc/sysconfig/and

Additional info:

Suggested patch:

'/lib/systemd/system/and.service' should e.g. look like:

[Unit]
Description=Auto nice daemon
After=syslog.target

[Service]
EnvironmentFile=/etc/sysconfig/and
ExecStart=/usr/sbin/and $AND_FLAGS
Type=forking

[Install]
WantedBy=multi-user.target

Comment 1 Fedora Update System 2011-06-15 19:41:44 UTC
and-1.2.2-13.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/and-1.2.2-13.fc15

Comment 2 Fedora Update System 2011-06-15 23:53:31 UTC
Package and-1.2.2-13.fc15:
* should fix your issue,
* was pushed to the Fedora 15 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing and-1.2.2-13.fc15'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/and-1.2.2-13.fc15
then log in and leave karma (feedback).

Comment 3 Fedora Update System 2011-07-12 21:56:47 UTC
and-1.2.2-13.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.


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