[00:58] . === frankban|afk is now known as frankban === frankban is now known as frankban|afk === frankban|afk is now known as frankban [10:50] Bug #1713695 opened: QueryDict error when creating an iprange via the API [10:53] Bug #1713695 changed: QueryDict error when creating an iprange via the API [10:59] Bug #1713695 opened: QueryDict error when creating an iprange via the API [14:59] Anyone having trouble with MaaS 1.9.5 not downloading a working copy of Ubuntu 14.04 ? [14:59] On new installs, I end up with a ton of snapshot directories in /var/lib/maas/boot-resources: https://gist.github.com/zdw/064fa5c2eea2dbfb3747fd6fdcd8bd23 [15:00] Compared to a working system, where there is one of these, and a `current` that symlinks to it, which doesn't seem to be happening. [15:23] zdw: do you have any logs ? the clusterd.log should shed more light [15:24] zdw: maas 1.9 has not changed at all, so if there's a problem, the problem is with the image publication [15:26] clusterd.log: https://gist.github.com/zdw/e9840346da93fbf5e9a5d7db1ed008b9 [15:27] Looks like the `usr/lib/shim/shim.efi.signed` can't be found in something that was downloaded? [15:30] zdw: could be that a recent update of grub has removed such file [15:32] zdw: have ytou upgraded your machine recently ? what packages have been upgraded? [15:33] This is a fresh install, as of yesterday. Installs from previous days worked fine. [15:35] I'm thinking you're right about the image publication being the issue. [15:36] Who publishes those images? [15:36] zdw: https://launchpad.net/ubuntu/+source/shim-signed/1.32~14.04.2 [15:36] zdw: it is not the issue [15:36] zdw: the issue is that update I think [15:40] zdw: replied to your ML email for record [15:41] zdw: but just copy shimx64.efi.signed to shim.efi.signed in /var/lib/shim/ === frankban is now known as frankban|afk [15:49] Still getting this error in clusterd.log: `exceptions.IOError: [Errno 2] No such file or directory: u'/tmp/maas-xRIMS6/usr/lib/shim/shim.efi.signed'` [15:50] My process: https://gist.github.com/zdw/ab4f730011550ac72c97c623a17bd70d [16:01] Looks like the path might need to be `/usr/lib/shim` not `/var/lib/shim` ? [16:09] Tried with `/usr/lib/shim/shim.efi.signed` and still no joy. [16:10] Is the `/tmp/maas-xxxx` a tempdir that is downloaded/decompressed to? [16:16] i need to look into that [16:16] i dont have a 1.9 in hand since that's pretty old now [16:53] Bug #1713771 opened: [2.2, CLI] "vlans create" should allow space assignment (as "vlan update") <4010> [17:16] can i run wordpress blogging system on maas [17:53] aru... [18:14] Bug #1713788 opened: [2.x] When adding a custom image filetype needs to be overwriten when it could be determined [18:44] zdw: i have a patch if you wanna try it [18:44] Bug #1713795 opened: [1.9] Unable to install 14.04, shim.efi.signed renamed [18:45] Bug #1713795 opened: [1.9] Unable to install 14.04, shim.efi.signed renamed [18:46] zdw: http://paste.ubuntu.com/25426656/ -> apply that to /usr/lib/python2.7/dist-packages/.... [18:47] zdw: http://paste.ubuntu.com/25426656/ -> apply that to /usr/lib/python2.7/dist-packages/provisioningserver/boot/uefi.py and restart maas-clusterd [18:57] roaksoax: Trying it now, thanks [20:27] Hi MAAS people :) I was wondering if someone was around to help with what I hope is some simple mistake I'm making... [20:28] I have just set up MAAS on ubuntu server 16.04 as per the docs, but cannot select a rack controller when I'm trying to set up DHCP. no rack controller is showing in the dropdown. [20:29] I have successfully registered the rack controller and the Nodes page 'controllers' tab shows the controller as "Region and rack controller" [21:12] do people use the yaml machien details produced by maas to do asset management? (when new device was installed / moved to another server / decommission, what version of firmware were in the past etc...) [21:13] at this point I can only say: probably :) [21:14] I'd like suggestion of what tool could just ingest the yaml/json and allow me to do search easily [21:15] ed___: thanks :) [21:15] depends hugely on what you want to represent the data as, what you'd want to search and probably more factors I can't think of... [21:17] we use elasticsearch and prometheus in logging/monitoring capacities, but I fear your data is not well suited to either. Eg not a log message (unless you somehow emit **changes** that were made), and it's not a time-series type metric etiher [21:18] probably dump it into a text file for a while when you make a change, see what sort of searches become common ;) [21:20] yes. I'll look into what can index json stuff fairly easily out of the box... avoiding mongo if possible. [22:02] using maas 2.2.2 and testing on a maas-deployed host a bunch of lxd containers. the host has an eth0 (static) and a br0, attached to eth1 (DHCP). LXD has been configured to use br0 [22:03] the container start correctly and they acquire DHCP addresses from MAAS (the dhcp offer shows up in syslog) [22:04] But when I query which IPs maas knows (maas admin subnet ip-addresses) the IP addresses allocated to LXD do not show up [22:41] roaksoax: The patch you provided earlier today works properly [22:41] roaksoax: Thanks!