[03:10] hello i am getting some very consistent errors when using cloud init on xenial boxes [03:11] i built 15 xenial boxes that use #cloud-config to set the timezone, local and install one package [03:12] 4 have failed to install the package [03:12] becuase: E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) [03:15] relevant /var/log/cloud-init-output.log output : https://paste.ubuntu.com/25624581/ [03:16] as it say its pretty easy to trigger, i am building 5 servers each time, every time i have done it at least one box has the issue [03:18] s/local/locale/ === Raboo_ is now known as Raboo === holser__ is now known as holser_ [11:49] htaccess: we had a race with automatic updates a while back, could be back. Could you please file a bug? === smatzek_ is now known as smatzek === gin is now known as ginsul === gin is now known as bla_ === bla_ is now known as ginsul === smatzek_ is now known as smatzek [15:41] How in NoCloud datasource in network-config set the default route? [15:42] It is only possible to set the route as cidr, and I need 'default via'... [15:47] kszarlej: you want to add a gateway: value to your subnet configuration, http://cloudinit.readthedocs.io/en/latest/topics/network-config-format-v1.html#network-config-v1 [15:57] rharper: but I have two subnets. [15:58] So the routes are created like: 10.10.1.0/24 dev eth0 proto kernel scope link src 10.10.1.120 [15:59] for each subnet (that one was 10.10.1.0/24). But what about a default(default via 192.168.1.10 dev eth0) [16:06] the gateway adds default route for configured subnet. but when my instance wants to access WAN not LAN it needs default gateway [16:20] ok so the proper way should be adding a static route with destination of '0.0.0.0/0' [16:32] ye but it ofcourse doesnt work :D eh.. cloud-init === smatzek_ is now known as smatzek [17:08] ok - adding route directly to subnet routes: works. Working example: http://paste.ubuntu.com/25628125/