=== robbiew is now known as robbiew_ === [1]sassyn is now known as sassyn === [1]sassyn is now known as sassyn === [2]sassyn is now known as sassyn === robbiew_ is now known as robbiew === robbiew is now known as robbiew-afk === robbiew-afk is now known as robbiew [21:54] Keybuk: hi, remember my problem I had with bridge devices on karmic? [21:55] yes [21:55] remember that I said they don't work? :p [21:55] I thought I turn the libvirt-bin sysv init script into an upstart job [21:55] and use start on (net-device-up IFACE=br0 and net-device-up IFACE=br1 and filesystem) [21:55] but that didn't work as expected [21:55] you'd still have the fundamental problem that br0 and br1 won't come up [21:56] /etc/init/networking.conf only seemed to bring up br0 [21:56] although I had both br0 and br1 configured as auto in /e/n/i [21:57] you were lucky it even did that [21:57] what happens is, that "initctl emit" in /etc/network/if-up.d/upstart is blocking [21:57] so ifup -a hangs at that point [21:57] you know how mountall carefully waits for devices, and has code to know that it needs two or more devices, and then only fscks and mounts devices when they are ready? [21:58] we need an equivalent for network devices [21:58] which we don't have [21:58] I used -n in the if-up.d hook and now it works fine for me [21:58] yes, the -n will break other things [21:58] (most particularly, the UEC images iirc) [21:59] the right fix is to get rid of "ifup -a" as a "bring up anything we forgot" tool [21:59] yeah [22:00] the -n hack is just a workaround for my particular setup === robbiew is now known as robbiew_