FS#31340 - [netcfg] cannot start net-auto-wired due to ifplugd path change

Attached to Project: Arch Linux
Opened by Robert Chmielowiec (chml) - Thursday, 30 August 2012, 10:31 GMT
Last edited by Jouke Witteveen (jouke) - Thursday, 30 August 2012, 22:34 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Jouke Witteveen (jouke)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 5
Private No

Details

Description:
# rc.d start net-auto-wired
Please install 'ifplugd' to use net-auto-wired

net-auto-wired checks if ifplugd exists in /usr/sbin/ifplugd insted of /urs/bin/ifplugd

ifplugd change (https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/ifplugd&id=9f779ce5e8792cedb5fb8acaa7c9240365ea7e33):
- ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+ sed 's|/var/run|/run|' -i src/ifplugd.c
+ ./configure --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man --sysconfdir=/etc \

Additional info:
* package version(s)
netcfg 2.8.9-1
ifplugd 0.28-12
* config and/or log files etc.
N/A

Steps to reproduce:
try start net-auto-wired
This task depends upon

Closed by  Jouke Witteveen (jouke)
Thursday, 30 August 2012, 22:34 GMT
Reason for closing:  Fixed
Additional comments about closing:  53a05
Comment by Krzysztof Grygiencz (kfgz) - Thursday, 30 August 2012, 12:08 GMT
I've switched to systemd and this bug exists also in file '/usr/lib/systemd/system/net-auto-wired.service'

...
ExecStart=/usr/sbin/ifplugd -i $WIRED_INTERFACE -r /etc/ifplugd/netcfg.action -fIns
...

It should be /usr/bin/ifplugd

Comment by Thilo Berndt (schlehmil) - Thursday, 30 August 2012, 12:09 GMT
The new location of ifplugd also affects systemd service file /usr/lib/systemd/system/net-auto-wired.service

Loading...