[Bug 1046029] Re: Network device not configured correctly

Brad Figg brad.figg at canonical.com
Tue Sep 4 20:39:56 UTC 2012


$ dpkg -l | grep biosdevname

ii  biosdevname                        0.4.1-0ubuntu2
amd64        apply BIOS-given names to network devices


** Description changed:

+ This is not 100% reproducible. Sometimes the server comes up this way and other
+ times it comes up just as you'd expect with em2 properly configured and up.
+ 
  Upon initial bootup of a server after provisioning via orchestra server
  I have no network device configured. My /etc/network/interfaces file
  looks like:
- 
  
  # This file describes the network interfaces available on your system
  # and how to activate them. For more information, see interfaces(5).
  
  # The loopback network interface
  auto lo
  iface lo inet loopback
  
  # The primary network interface
  auto rename3
  iface rename3 inet dhcp
  
- 
  This server has em1, em2, em3 and em4:
  
+ em1       Link encap:Ethernet  HWaddr 60:eb:69:21:2c:6c
+           UP BROADCAST MULTICAST  MTU:1500  Metric:1
+           RX packets:13 errors:0 dropped:0 overruns:0 frame:0
+           TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
+           collisions:0 txqueuelen:1000
+           RX bytes:1866 (0.0 B)  TX bytes:0 (0.0 B)
+           Memory:95b20000-95b40000
  
- em1       Link encap:Ethernet  HWaddr 60:eb:69:21:2c:6c  
-           UP BROADCAST MULTICAST  MTU:1500  Metric:1
-           RX packets:13 errors:0 dropped:0 overruns:0 frame:0
-           TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
-           collisions:0 txqueuelen:1000 
-           RX bytes:1866 (0.0 B)  TX bytes:0 (0.0 B)
-           Memory:95b20000-95b40000 
+ em2       Link encap:Ethernet  HWaddr 60:eb:69:21:2c:6d
+           BROADCAST MULTICAST  MTU:1500  Metric:1
+           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
+           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
+           collisions:0 txqueuelen:1000
+           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
+           Memory:95b00000-95b20000
  
- em2       Link encap:Ethernet  HWaddr 60:eb:69:21:2c:6d  
-           BROADCAST MULTICAST  MTU:1500  Metric:1
-           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
-           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
-           collisions:0 txqueuelen:1000 
-           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
-           Memory:95b00000-95b20000 
+ em3       Link encap:Ethernet  HWaddr 60:eb:69:21:2c:6e
+           BROADCAST MULTICAST  MTU:1500  Metric:1
+           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
+           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
+           collisions:0 txqueuelen:1000
+           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
+           Memory:95a20000-95a40000
  
- em3       Link encap:Ethernet  HWaddr 60:eb:69:21:2c:6e  
-           BROADCAST MULTICAST  MTU:1500  Metric:1
-           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
-           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
-           collisions:0 txqueuelen:1000 
-           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
-           Memory:95a20000-95a40000 
+ em4       Link encap:Ethernet  HWaddr 60:eb:69:21:2c:6f
+           BROADCAST MULTICAST  MTU:1500  Metric:1
+           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
+           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
+           collisions:0 txqueuelen:1000
+           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
+           Memory:95a00000-95a20000
  
- em4       Link encap:Ethernet  HWaddr 60:eb:69:21:2c:6f  
-           BROADCAST MULTICAST  MTU:1500  Metric:1
-           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
-           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
-           collisions:0 txqueuelen:1000 
-           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
-           Memory:95a00000-95a20000 
- 
- lo        Link encap:Local Loopback  
-           inet addr:127.0.0.1  Mask:255.0.0.0
-           inet6 addr: ::1/128 Scope:Host
-           UP LOOPBACK RUNNING  MTU:16436  Metric:1
-           RX packets:16 errors:0 dropped:0 overruns:0 frame:0
-           TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
-           collisions:0 txqueuelen:0 
-           RX bytes:1184 (1.1 KB)  TX bytes:1184 (1.1 KB)
+ lo        Link encap:Local Loopback
+           inet addr:127.0.0.1  Mask:255.0.0.0
+           inet6 addr: ::1/128 Scope:Host
+           UP LOOPBACK RUNNING  MTU:16436  Metric:1
+           RX packets:16 errors:0 dropped:0 overruns:0 frame:0
+           TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
+           collisions:0 txqueuelen:0
+           RX bytes:1184 (1.1 KB)  TX bytes:1184 (1.1 KB)

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to debian-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1046029

Title:
  Network device not configured correctly

Status in “debian-installer” package in Ubuntu:
  New

Bug description:
  This is not 100% reproducible. Sometimes the server comes up this way and other
  times it comes up just as you'd expect with em2 properly configured and up.

  Upon initial bootup of a server after provisioning via orchestra
  server I have no network device configured. My /etc/network/interfaces
  file looks like:

  # This file describes the network interfaces available on your system
  # and how to activate them. For more information, see interfaces(5).

  # The loopback network interface
  auto lo
  iface lo inet loopback

  # The primary network interface
  auto rename3
  iface rename3 inet dhcp

  This server has em1, em2, em3 and em4:

  em1       Link encap:Ethernet  HWaddr 60:eb:69:21:2c:6c
            UP BROADCAST MULTICAST  MTU:1500  Metric:1
            RX packets:13 errors:0 dropped:0 overruns:0 frame:0
            TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
            collisions:0 txqueuelen:1000
            RX bytes:1866 (0.0 B)  TX bytes:0 (0.0 B)
            Memory:95b20000-95b40000

  em2       Link encap:Ethernet  HWaddr 60:eb:69:21:2c:6d
            BROADCAST MULTICAST  MTU:1500  Metric:1
            RX packets:0 errors:0 dropped:0 overruns:0 frame:0
            TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
            collisions:0 txqueuelen:1000
            RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
            Memory:95b00000-95b20000

  em3       Link encap:Ethernet  HWaddr 60:eb:69:21:2c:6e
            BROADCAST MULTICAST  MTU:1500  Metric:1
            RX packets:0 errors:0 dropped:0 overruns:0 frame:0
            TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
            collisions:0 txqueuelen:1000
            RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
            Memory:95a20000-95a40000

  em4       Link encap:Ethernet  HWaddr 60:eb:69:21:2c:6f
            BROADCAST MULTICAST  MTU:1500  Metric:1
            RX packets:0 errors:0 dropped:0 overruns:0 frame:0
            TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
            collisions:0 txqueuelen:1000
            RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
            Memory:95a00000-95a20000

  lo        Link encap:Local Loopback
            inet addr:127.0.0.1  Mask:255.0.0.0
            inet6 addr: ::1/128 Scope:Host
            UP LOOPBACK RUNNING  MTU:16436  Metric:1
            RX packets:16 errors:0 dropped:0 overruns:0 frame:0
            TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
            collisions:0 txqueuelen:0
            RX bytes:1184 (1.1 KB)  TX bytes:1184 (1.1 KB)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1046029/+subscriptions




More information about the foundations-bugs mailing list