=== racedo_ is now known as racedo === coreycb` is now known as coreycb === rbasak_ is now known as rbasak === racedo_ is now known as racedo === jfarschman is now known as MilesDenver === roadmr is now known as roadmr_afk [15:49] can someone point me to the maas dhcp server logs? im curious if my node is trying to obtain a lease at all when trying PXE [15:49] i cant seem to locate them [15:56] ah just in syslog [16:06] im getting maas dhcpd: No subnet declaration for eth0:0 (no IPv4 addresses). in the log…but /etc/maas/dhcpd.conf has the following contents…https://gist.github.com/hugespoon/f72b711724e36403aec1 eth0:0 is configured with 172.16.1.x address [16:07] am i missing something? === roadmr_afk is now known as roadmr [18:55] hugespoon: where you abel to figure out the issue? [19:02] no [19:02] ran into some other more pressing things [19:03] but it seems curious that it would complain about a lack of subnet stanza for the interface, when it seemingly exists (and the config was created by maas itself) [19:11] i wonder if it just doesnt like the eth0:0 interface? [19:13] hugespoon: maybe, so dhcp server is not starting because of the issue? [19:14] right [19:14] it says no subnet declaration, ignoring requests on eth0:0 and then says not configed to listen on any interfaces and terminates [19:14] hugespoon: can you paste the log for /var/log/upstart/maas-dhcpd.log [19:15] blake_r: only contains errors from me trying to manually add a config directive [19:16] otherwise its empty [19:16] ill paste the syslog verbatim [19:16] hugespoon: okay [19:16] https://gist.github.com/hugespoon/f24896b7e8c34083d000 [19:17] did you configure the eth0:0 interface on the clusters settings page? [19:17] yep [19:18] and the subnet is the same as the eth0:0 interface? [19:18] yes [19:18] it says eth0:0 has no ip address [19:18] did you set a static ip address on eth0:0 [19:19] ifconfig eth0:0 should show an ip address, if not then you need to set one in /etc/network/interfaces [19:20] yeah it has an IP [19:20] can you provide the output of the following [19:20] ifconfig eth0:0 [19:21] /etc/maas/dhcpd.conf [19:21] /var/lib/maas/dhcpd-interfaces [19:21] yeah one sec [19:24] https://gist.github.com/hugespoon/44ff5487c6025854e558 [19:28] does eth0 have an address? [19:28] yes [19:28] just trying to use an overlay since my nodes are all on the same vlan [19:29] and eth0 is a 10.x network [19:29] looks like isc-dhcp is wierd with alias [19:29] add a emtpy subnet decleration for eth0 and see if it starts [19:29] example like this [19:29] http://unix.stackexchange.com/questions/64092/dhcpd-on-interface-with-multiple-address-and-link-labels-aliases [19:29] try that, might work [19:29] dont know [19:33] hrm seemingly does not [19:34] complains that eth0 matches multiple shared networks.. [19:34] is eth0 on the same subnet? [19:34] eth0 is 10.x and eth0:0 is 172.16.1.x [19:35] maybe i need to be more specific... [19:36] i dont think MAAS is going to be able to support this configuration at the moment [19:37] i think its going to require shared subnet stanza [19:37] please file a bug at launchpad.net/maas so we can track this issue [19:38] ah yeah just found the same info [19:39] i can just use it without an alias interface, was just hoping to be bit lazier :D [19:40] ill sign up for an account to report the bug this week [19:40] thanks for your help [19:41] no problem, let me know if you need anything else === roadmr is now known as roadmr_afk [22:32] Hello all [22:33] I try to submit a Windows image to maas which weights nearly 5Go. Postgres, then, falls apart. Do you know a way to avoid this problem ? [22:47] solis_, blake_r might now as he is the one that introduced the Windows image capability. === roadmr_afk is now known as roadmr [22:53] Thanks newell. I'll ask him so