i updated the bug descriuption/title ... please check that that this
nails your symptoms.

** Summary changed:

- [intrepid] network manager must be restarted after every boot
+ [intrepid] network manager does not blacklist/unmanage mapped devices in 
managed=false mode

** Description changed:

+ The following configuration in /etc/network/interfaces will only
+ blacklist eth1 ... eth0 will still be in managed mode and hence we get
+ issues when ifupdown and NM try to manage that device at the same time.
+ 
+ auto eth0
+ mapping eth0
+         script /usr/local/sbin/detect-network
+         map eth0-muc ping 10.1.100.10    255.255.255.0 10.1.100.254
+         map eth0-pdx ping 134.242.64.175 255.255.252.0 134.242.64.254
+         map eth0-haj ping 192.168.0.6    255.255.255.0 192.168.0.1
+         map eth0-dhcp fallback
+ 
+ iface eth0-muc inet static
+       address 10.1.100.10
+       netmask 255.255.255.0
+       network 10.1.100.0
+       broadcast 10.1.100.255
+       gateway 10.1.100.254
+         dns-nameservers 195.50.140.114 195.50.140.252
+ 
+ iface eth0-off inet static
+       address 192.168.255.6
+       netmask 255.255.255.0
+       network 192.168.255.0
+       broadcast 192.168.255.255
+ 
+ iface eth0-dhcp inet dhcp
+ 
+ auto eth1
+ iface eth1 inet dhcp
+ #       wireless-essid incline/public
+       wireless-essid nCUBE
+       wireless-nick stephan-lap
+       wireless-mode Managed
+ 
+ 
  Binary package hint: network-manager
  
  Network manager must be restarted before nm-applet will show. Then it'll
  display the different iface lines called from the mapping, and a mapping
  can manually be selected.  The main issue is, that a system boot leave
  the system unusable, as there is no non-root activity that can revive
  the system
  
  This is on intrepid, as of 2008-10-31

** Changed in: network-manager (Ubuntu)
   Importance: Undecided => Medium
       Status: Incomplete => Triaged

-- 
[intrepid] network manager does not blacklist/unmanage mapped devices in 
managed=false mode
https://bugs.launchpad.net/bugs/291564
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to