Bug 860837

Summary: Unit cupsd.service failed to load: No such file or directory. See system logs and 'systemctl status cupsd.service' for details
Product: [Fedora] Fedora Reporter: xset1980
Component: systemdAssignee: systemd-maint
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: johannbg, lnykryn, metherid, msekleta, notting, plautrba, systemd-maint, vpavlin, xset1980
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: 2012-09-26 20:31:39 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:

Description xset1980 2012-09-26 20:25:46 UTC
Description of problem:

systemd bad report about the status of cupsd.
Cupsd is running but systemd no can stop, start or show status, only report Active: inactive (dead)

# service cupsd start
Redirecting to /bin/systemctl start  cupsd.service
Failed to issue method call: Unit cupsd.service failed to load: No such file or directory. See system logs and 'systemctl status cupsd.service' for details.

# systemctl status cupsd.service
cupsd.service
          Loaded: error (Reason: No such file or directory)
          Active: inactive (dead)

rpm -q cups
cups-1.5.4-5.fc18.i686

ps aux |grep -i cupsd
root      1419  0.0  0.1  13280  3364 ?        Ss   16:41   0:00 /usr/sbin/cupsd -f
root      1906  0.0  0.0   6032   936 pts/2    S+   17:21   0:00 grep --color=auto -i cupsd

# systemctl stop cupsd.service
Failed to issue method call: Unit cupsd.service not loaded.

# systemctl start cupsd.service
Failed to issue method call: Unit cupsd.service failed to load: No such file or directory. See system logs and 'systemctl status cupsd.service' for details.

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

Fedora 18 Alpha KDE spin up to date
cups-1.5.4-5.fc18.i686
systemd-188-3.fc18.i686
How reproducible:
Always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Kay Sievers 2012-09-26 20:31:39 UTC
It just has no 'd' in it. :)

$ systemctl status cups.service
cups.service - CUPS Printing Service
...