Bug 838340 - systemctl fails installing a multi-instance service
Summary: systemctl fails installing a multi-instance service
Keywords:
Status: CLOSED DUPLICATE of bug 752774
Alias: None
Product: Fedora
Classification: Fedora
Component: systemd
Version: 16
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: systemd-maint
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-08 14:34 UTC by Richard Neumann
Modified: 2012-07-09 07:52 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-07-09 07:52:01 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Richard Neumann 2012-07-08 14:34:24 UTC
Description of problem:
When trying to enable a system service, for instance 'openvpn', on boot, openvpn fails to do so.

Version-Release number of selected component (if applicable):
systemd 44
fedora
+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETU

How reproducible:
Try to enable a multi intace service, for instance openVPN.

Steps to Reproduce:
1. systemctl enable openvpn
  
Actual results:
Message "Failed to issue method call: No such file or directory"
with a return code of 1

Expected results:
An empty output with return code of 0.

Additional info:
You can enable such services using the workaround
1. ln -s /lib/systemd/system/openvpn\@.service /etc/systemd/system/multi-user.target.wants/openvpn\@myconfig.service

Comment 1 Richard Neumann 2012-07-08 14:36:51 UTC
Sorry, I made a mistake in the description. It should mean:
When trying to enable a system service, for instance 'openvpn', on boot, _systemctl_ fails to do so

Comment 2 Michal Sekletar 2012-07-09 07:52:01 UTC

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


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