Bug 3188 - systemd dislikes symlinks (networkmanager)
Summary: systemd dislikes symlinks (networkmanager)
Status: RESOLVED WONTFIX
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 2120
  Show dependency treegraph
 
Reported: 2011-10-26 01:01 CEST by Juan Magallon
Modified: 2011-11-03 13:29 CET (History)
3 users (show)

See Also:
Source RPM: systemd-37-4.mga2.src.rpm
CVE:
Status comment:


Attachments

Description Juan Magallon 2011-10-26 01:01:50 CEST
Try to enable/disable networkmanager/NetworkManager:

werewolf:/lib/systemd/system# systemctl enable networkmanager.service
Failed to issue method call: No such file or directory
werewolf:/lib/systemd/system# ll net*
lrwxrwxrwx 1 root root  22 2011.09.28 22:25 networkmanager.service -> NetworkManager.service
-rw-r--r-- 1 root root 348 2011.10.25 15:36 network.target
werewolf:/lib/systemd/system# systemctl enable NetworkManager.service
ln -s '/lib/systemd/system/NetworkManager.service' '/etc/systemd/system/dbus-org.freedesktop.NetworkManager.service'
ln -s '/lib/systemd/system/NetworkManager.service' '/etc/systemd/system/multi-user.target.wants/NetworkManager.service'

It is only in enable/disable ?
Status seems to work:

werewolf:~# systemctl status networkmanager.service
NetworkManager.service - Network Manager
	  Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled)
	  Active: active (running) since Wed, 26 Oct 2011 00:49:13 +0200; 7min ago
	Main PID: 12851 (NetworkManager)
	  CGroup: name=systemd:/system/NetworkManager.service
		  รข 12851 /usr/sbin/NetworkManager --no-daemon
Manuel Hiebel 2011-10-26 18:25:46 CEST

Blocks: (none) => 2120
Summary: systemd dislikes symlinks => systemd dislikes symlinks (networkmanager)

Olav Vitters 2011-10-27 15:08:12 CEST

CC: (none) => olav

Comment 1 D Morgan 2011-10-28 01:39:41 CEST
confirmed here.

status, start, stop works  but not enable

CC: (none) => dmorganec

Comment 2 Colin Guthrie 2011-11-03 13:29:37 CET
OK, so this is apparently expected behaviour and won't be fixed upstream. They did concede that the error message was a bit rubbish tho'. If I get the time, I'll try and patch the error message, but otherwise this bug can be closed.

Status: NEW => RESOLVED
CC: (none) => mageia
Resolution: (none) => WONTFIX


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