[Touch-packages] [Bug 1569064] Re: ifupdown wants to configure interfaces it shouldn't (lxdbr0)

2016-04-14 Thread Martin Pitt
So based on Serge's observation that removing /etc/network/interfaces.d/* fixes this, and the log message [CLOUDINIT] stages.py[INFO]: Applying network configuration from fallback: {'version': 1, 'config': [{'name': 'lxdbr0', 'mac_address': 'fe:68:41:8c:e7:dc', 'subnets': [{'type': 'dhcp'}], 'type

[Touch-packages] [Bug 1569064] Re: ifupdown wants to configure interfaces it shouldn't (lxdbr0)

2016-04-12 Thread Serge Hallyn
Removing /etc/network/interfaces.d/* and putting eth0 into /etc/network/interfaces fixes it. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ifupdown in Ubuntu. https://bugs.launchpad.net/bugs/1569064 Title: ifupdown wants

Re: [Touch-packages] [Bug 1569064] Re: ifupdown wants to configure interfaces it shouldn't (lxdbr0)

2016-04-12 Thread Serge Hallyn
http://paste.ubuntu.com/15800537/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ifupdown in Ubuntu. https://bugs.launchpad.net/bugs/1569064 Title: ifupdown wants to configure interfaces it shouldn't (lxdbr0) Status in if

Re: [Touch-packages] [Bug 1569064] Re: ifupdown wants to configure interfaces it shouldn't (lxdbr0)

2016-04-12 Thread Serge Hallyn
I cannot. I have not been able to get a console on the systems where I can reproduce the bug. Ok, I guess what I need to do is script a systemd job which detects that lxd is configured; reboots after 5 minutes with lxd disabled. Then I'll be able to log in. -- You received this bug notificati

[Touch-packages] [Bug 1569064] Re: ifupdown wants to configure interfaces it shouldn't (lxdbr0)

2016-04-12 Thread Ryan Harper
Can you attach cloud-init*.log to the bug? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ifupdown in Ubuntu. https://bugs.launchpad.net/bugs/1569064 Title: ifupdown wants to configure interfaces it shouldn't (lxdbr0) Sta

[Touch-packages] [Bug 1569064] Re: ifupdown wants to configure interfaces it shouldn't (lxdbr0)

2016-04-12 Thread Serge Hallyn
Of course there is still the q of why it is trying to deal with lxdbr0 at all. ifquery --read-environment --list, before reboot, only shows eth0 and lo -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ifupdown in Ubuntu. https:

[Touch-packages] [Bug 1569064] Re: ifupdown wants to configure interfaces it shouldn't (lxdbr0)

2016-04-12 Thread Serge Hallyn
Thanks, Martin, this is showing: [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started ifup for lxdbr0. [[0;32m OK [0m] Found device /sys/subsystem/net/devices/lxdbr0. [ 18.541352] ifup[1931]: /sbin/ifup: waiting for lock on /r

[Touch-packages] [Bug 1569064] Re: ifupdown wants to configure interfaces it shouldn't (lxdbr0)

2016-04-11 Thread Martin Pitt
This will make networking's output go to the console as well: sudo mkdir -p /etc/systemd/system/networking.service.d printf '[Service]\nStandardOutput=journal+console\nStandardError=journal+console\n' | sudo tee /etc/systemd/system/networking.service.d/debug.conf (I. e. do this before you set u