Comment 4 for bug 83715

Revision history for this message
EricDHH (ericdhh) wrote :

Confirmed on Feisty-Beta.

root@ingerimm:/home/eric# more /etc/network/interfaces
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto eth1
iface eth1 inet dhcp

root@ingerimm:/home/eric# ifconfig
eth1 Protokoll:Ethernet Hardware Adresse 00:1A:92:22:31:C5
          inet Adresse:192.168.1.101 Bcast:192.168.1.255 Maske:255.255.255.0
          inet6 Adresse: fe80::21a:92ff:fe22:31c5/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:136 errors:0 dropped:0 overruns:0 frame:0
          TX packets:129 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:1000
          RX bytes:12248 (11.9 KiB) TX bytes:18622 (18.1 KiB)
          Interrupt:23

The loopback is not up at boot, that mess up the gnome-session start here. This will take several minutes with error dialog "gnome-session problem" at the end.

Bye
Eric