Invalid /etc/network/if-up.d/aoe-discover symlink in aoetools
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
aoetools (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
In aoetools package in Ubuntu 16.10 (yakkety)
there is invalid symlink: /etc/network/
The symlink points to /usr/sbin/
script but I gues should point to /sbin/aoe-discover
After instalation aoetools, when I try to restart network subsystem:
root@igor:~# systemctl restart networking.service
Job for networking.service failed because the control process exited with error code.
See "systemctl status networking.service" and "journalctl -xe" for details.
Part of `journalctl -xe` log:
--cut---
-- Unit networking.service has begun starting up.
Dec 16 23:16:31 igor ifup[23679]: run-parts: failed to stat component /etc/network/
Dec 16 23:16:31 igor ifup[23679]: /sbin/ifup: post-up script failed.
Dec 16 23:16:31 igor systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE
Dec 16 23:16:31 igor systemd[1]: Failed to start Raise network interfaces.
-- Subject: Unit networking.service has failed
-- Defined-By: systemd
-- Support: http://
--
-- Unit networking.service has failed.
--
-- The result is failed.
--cut---
Afected:
$ LC_ALL=C apt-cache policy aoetools
aoetools:
Installed: 36-1.1
Candidate: 36-1.1
Version table:
*** 36-1.1 500
500 http://
100 /var/lib/
$ lsb_release -rd
Description: Ubuntu 16.10
Release: 16.10
Kernel: 4.8.0-26-generic
Arch: x86_64 GNU/Linux
Status changed to 'Confirmed' because the bug affects multiple users.