Bugzilla – Bug 105436
ifdown gives "Device does not exist"
Last modified: 2005-08-29 14:18:24 UTC
$ ifdown ath0 ath0 device: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01) ath0 configuration: wlan-id-00:05:4e:4e:55:50 Device "ath0" does not exist. Why do I get this last line?
Even stranger: x40:~ # ifdown eth0 eth0 device: Intel Corporation 82541GI Gigabit Ethernet Controller eth0 configuration: eth-id-00:0a:e4:2e:e1:99 Device "eth0" does not exist. x40:~ # ifup eth0 eth0 device: Intel Corporation 82541GI Gigabit Ethernet Controller eth0 configuration: eth-id-00:0a:e4:2e:e1:99 Starting DHCP Client Daemon on eth0... . IP/Netmask: 10.10.102.104 / 255.255.0.0 Device "eth0" does not exist.
That is a bug in /sbin/ip. Try that: ifup eth0 Now eth0 has v6 address ip -6 address flush dev eth0 This works without error, eth0 has no more v6 adress ip -6 address flush dev eth0 Now you get that error. That should not hapen. If you try without '-6' you get the right message "nothing to flush" I now removed these lines from ifup that flush the ipv6 adresses, because it is silly. (We just have it, because i forgot to remove it before master some versions ago). Then you won't s get this message anymore. Nevertheless ip is broken, we already had that problem some time ago.
The problem we had was different but looked the same
Is this problem still there with beta3?
Looks fixed.