[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-04-11 Thread m...@papersolve.com
*** This bug is a duplicate of bug 1439109 *** https://bugs.launchpad.net/bugs/1439109 I did not have to create the symlink, but once I separated my /etc/network/interfaces into 3 separate files in /etc/network/interfaces.d (along with an /etc/network/interfaces that sourced them) my bridge

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-04-08 Thread Martin Pitt
See also bug 1439109 which is about the missing networking symlink. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1430675 Title: fails to set up a bridged network

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-04-08 Thread Martin Pitt
Sorry, I typoed. The correct commands are: sudo update-rc.d networking remove sudo update-rc.d networking defaults -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-04-08 Thread zoolook
*** This bug is a duplicate of bug 1439109 *** https://bugs.launchpad.net/bugs/1439109 Fixed for me. zoolook@venkman:~$ ls /etc/rcS.d/ | grep net zoolook@venkman:~$ sudo update-rc.d networking remove zoolook@venkman:~$ sudo update-rc.d networking defaults zoolook@venkman:~$ ls /etc/rcS.d/ |

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-04-08 Thread Martin Pitt
*** This bug is a duplicate of bug 1439109 *** https://bugs.launchpad.net/bugs/1439109 Timo confirmed as well, so confirming as a duplicate of bug 1439109. ** This bug has been marked a duplicate of bug 1439109 Network interface not coming up due to missing /etc/rcS.d/*networking -- You

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-04-08 Thread Martin Pitt
Vincent Ladeuil reported this on IRC as well, and for him the problem was that /etc/init.d/networking was disabled. I. e. there is no /etc/rcS.d/*networking symlink. Timo, Philip, zoolook, can you please check this? If you don't have such a symlink, please run sudo update-r.cd networking

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-04-08 Thread Vincent Ladeuil
Re-creating the symlink with the command above was enough to fix the issue for me. Thanks ! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1430675 Title: fails to set up

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-03-30 Thread Martin Pitt
I tried this with Philip's config, but I still can't reproduce this, I'm afraid. I launch a VM with two network cards, like this: qemu-system-x86_64 -enable-kvm -m 2048 -snapshot -drive file=/srv/vm /adt-vivid-amd64-cloud.img,if=virtio -net nic,model=virtio -net user -net

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-03-30 Thread Timo Aaltonen
And I only have the builtin eth0 on the motherboard, nothing else. Nothing in interfaces.d either. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1430675 Title: fails to

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-03-30 Thread Timo Aaltonen
all my interfaces has besides br0 is: -- # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback -- it's an old installation.. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-03-30 Thread zoolook
Mine is an old install too. In my case, I have 3 nics. Nothing in interfaces.d/ br0 is my lan br1 wan (behind router) br2 is not connected, and no, I don't want an ip address there unless is really necessary . Here is my interfaces: auto lo iface lo inet loopback auto eth0 iface eth0 inet

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-03-29 Thread Timo Aaltonen
nope, I don't have separate /usr -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1430675 Title: fails to set up a bridged network interface Status in systemd package in

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-03-28 Thread Philip Muškovac
I tried again on current vivid, br0 is still not auto-starting. Here's the logs ** Attachment added: iflogs.log https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1430675/+attachment/4358701/+files/iflogs.log -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-03-28 Thread zoolook
I found this in dmesg: [ 10.604132] systemd[1]: /usr appears to be on its own filesystem and is not already mounted. This is not a supported setup. Some things will probably break (sometimes even silently) in mysterious ways. Consult

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-03-26 Thread Timo Aaltonen
I'll do that. Here's the debug output anyway, which I forgot to attach sooner.. ** Attachment added: debug info https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1430675/+attachment/4356510/+files/br0-debug.txt -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-03-26 Thread Martin Pitt
Can you please try with current vivid? There were some ifup@ fixes recently. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1430675 Title: fails to set up a bridged

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-03-11 Thread Martin Pitt
OK, as we don't have a reproducer, I need some further logs. Right after booting, can you please give me the output of systemctl --all|grep ifup journalctl -u ifup-wait-all-auto.service systemctl status ifup@br0.service Thanks! ** Changed in: systemd (Ubuntu) Status: New =

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-03-11 Thread Timo Aaltonen
hrm, though on the vm 'ifup br0' says 'no such device' when the same worked on my desktop/server. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1430675 Title: fails to

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-03-11 Thread Martin Pitt
** Changed in: systemd (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1430675 Title: fails to set up a bridged network interface

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-03-11 Thread Timo Aaltonen
Ok after installing bridge-utils I get br0 _and_ eth0 devices show up on ifconfig, and br0 was started fine. But it didn't start on my workstation.. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-03-11 Thread Martin Pitt
** Tags added: systemd-boot -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1430675 Title: fails to set up a bridged network interface Status in systemd package in