Bug 857975 - systemctl reload nscd.service is broken
Summary: systemctl reload nscd.service is broken
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: glibc
Version: 16
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Jeff Law
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-17 16:27 UTC by Ion Badulescu
Modified: 2016-11-24 15:53 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-09-17 17:59:56 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Ion Badulescu 2012-09-17 16:27:24 UTC
Description of problem:
On reload, the nscd.service script tries to execute an invalid command:

ExecReload=/usr/sbin/nscd -i service

It's a typo, the above should be:

ExecReload=/usr/sbin/nscd -i services


Version-Release number of selected component (if applicable):
glibc-2.15-56.fc17.x86_64
nscd-2.15-56.fc17.x86_64

How reproducible:
Always

Steps to Reproduce:
1.  run 'systemctl reload nscd.service'
2.
3.
  
Actual results:
# systemctl reload nscd.service
Job failed. See system logs and 'systemctl status' for details.

and in syslog:
nscd[28439]: nscd: 'service' is not a known database
nscd[28439]: Try `nscd --help' or `nscd --usage' for more information.
systemd[1]: nscd.service: control process exited, code=exited status=64


Expected results:
After fixing the above typo, it succeeds with no output.

Additional info:
Fedora 17 is already fixed (or maybe it was never broken in the first place).

Comment 1 Jeff Law 2012-09-17 17:59:56 UTC
This was fixed in f17 and beyond.  There are currently no plans to backport the patch to f16 or earlier releases.


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