Comment 2 for bug 751939

Revision history for this message
Barry Warsaw (barry) wrote : Re: [Bug 751939] Re: Wired-only machine has empty volcano icon

On Apr 13, 2011, at 02:14 PM, Mathieu Trudel-Lapierre wrote:

>Do you have any connections configured in /etc/network/interfaces?

Hi Mathieu,

Here's the contents of /etc/network/interfaces:

% cat /etc/network/interfaces
# 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 eth0
#iface eth0 inet dhcp

# Bridged networking for virtual machines
auto br0
iface br0 inet dhcp
      bridge_ports eth0
      bridge_stp off
      bridge_fd 0
      bridge_maxwait 0

This has not changed since Maverick, so I think this is a regression.

Cheers,
-Barry