error on 01ifupdown script
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
One Hundred Papercuts |
Confirmed
|
High
|
Unassigned | ||
network-manager (Ubuntu) |
Confirmed
|
High
|
Unassigned |
Bug Description
When bring the interface up or down I see this message on the logs
May 18 10:03:36 count0 nm-dispatcher[
May 18 10:03:36 count0 NetworkManager[
Tracing the problem I see that the call to /usr/sbin/fanctl is done with incorrect parameters.
If I execute
/etc/NetworkMan
I get this error
run-parts: /etc/network/
ubuntu-fan is doing the call in following way
/usr/sbin/fanctl net "$MODE" "$IFACE"
and the parameters passed by ubuntu-fan are
$MODE=stop
$IFACE=enp2s0
but fanctl expect other parameters as showed on the script's header
--------------
details
lsb_release -rd
Description: Ubuntu 16.04 LTS
Release: 16.04
$ apt-cache policy network-manager
network-manager:
Installed: 1.1.93-0ubuntu4
Candidate: 1.1.93-0ubuntu4
Version table:
*** 1.1.93-0ubuntu4 500
500 http://
100 /var/lib/
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: network-manager 1.1.93-0ubuntu4
ProcVersionSign
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Wed May 18 10:50:24 2016
IfupdownConfig:
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
InstallationDate: Installed on 2016-04-23 (24 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
IpRoute:
default via 192.168.1.1 dev enp2s0 proto static metric 100
169.254.0.0/16 dev enp2s0 scope link metric 1000
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown
172.18.0.0/16 dev br-76f79dfb13e0 proto kernel scope link src 172.18.0.1 linkdown
192.168.1.0/24 dev enp2s0 proto kernel scope link src 192.168.1.8 metric 100
NetworkManager.
[main]
NetworkingEnab
WirelessEnable
WWANEnabled=true
RfKill:
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-dev:
DEVICE TYPE STATE DBUS-PATH CONNECTION CON-UUID CON-PATH
br-76f79dfb13e0 bridge connected /org/freedeskto
docker0 bridge connected /org/freedeskto
enp2s0 ethernet connected /org/freedeskto
lo loopback unmanaged /org/freedeskto
nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 2: Error: Object 'nm' is unknown, try 'nmcli help'.
Changed in network-manager (Ubuntu): | |
importance: | Undecided → High |
Changed in hundredpapercuts: | |
status: | New → Confirmed |
importance: | Undecided → High |
Status changed to 'Confirmed' because the bug affects multiple users.