[Touch-packages] [Bug 1442837] Re: "ifdown wlan0" brings down multiple interfaces, not just the specified one

2016-01-07 Thread Tessa Lau
I've discovered that this is actually a bug (or badly designed "feature") in the isc-dhcp package. I upstreamed the bug here: https://bugs.launchpad.net/ubuntu/+source /isc-dhcp/+bug/1524093 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1524093] Re: dhclient operates on incorrect interface

2016-01-07 Thread Tessa Lau
FYI if anyone is also affected by this bug, I was able to find a workaround. See the last comment by idallen here: http://ubuntuforums.org/showthread.php?t=1431860=12313662#post12313662 Essentially you want to do this: * Remove all references to interfaces from the /etc/dhcp/dhclient.conf file

[Touch-packages] [Bug 1399888] Re: Wireless network connection terminates and won't reconnect

2015-12-18 Thread Tessa Lau
I have a similar symptom although I don't know if it's for the same cause. My wireless connection will drop (disconnected from the access point) and never reconnect unless I manually ifdown/ifup the interface. I'm using wpa_supplicant but since this is a headless server, I'm not using Network

[Touch-packages] [Bug 1524093] [NEW] dhclient operates on incorrect interface

2015-12-08 Thread Tessa Lau
Public bug reported: I have a system with two internet connections, both configured using DHCP. They are specified in /etc/network/interfaces roughly as follows: iface lte0 inet dhcp iface wlan0 inet dhcp wpa-ssid wpa-psk I also have defined custom options for each interface

[Touch-packages] [Bug 1442837] [NEW] ifdown wlan0 brings down multiple interfaces, not just the specified one

2015-04-10 Thread Tessa Lau
Public bug reported: I have a server with multiple internet connections using several different network interfaces (e.g. wlan0 for wireless and lte0 for an LTE dongle). Both are configured in /etc/network/interfaces to use DHCP like so: allow-hotplug lte0 iface lte0 inet dhcp iface wlan0 inet