Comment 2 for bug 257687

Revision history for this message
Denis Rut'kov (dendron2000) wrote :

Hi. Yes, I understand this isn't too helpful, but I have no idea what else I can tell about this bug. It happens every time when system boots up with wi-fi switched off and ethernet cable is physically disconnected. It's 100% reproducible.

Here is my /etc/network/interfaces file

auto lo
iface lo inet loopback

auto airnet
iface airnet inet ppp
pre-up ip link set eth0 up
provider airnet

iface eth0 inet static
address 192.168.128.161
netmask 255.255.0.0

auto eth0

As you can see I have a pptp connection named airnet set up at start up. Maybe the problem is somehow concerned with that.