=== jseutter_ is now known as jseutter === allenap_ is now known as allenap === CyberJacob|Away is now known as CyberJacob === CyberJacob is now known as CyberJacob|Away [10:09] morning folks [10:40] Morning onicrom. [11:19] is there an upgrade guide for maas? or if i pin in to a newer version and apt-get install would that 'break' things? === karltk_ is now known as karltk === jfarschman is now known as MilesDenver [13:23] allenap: could I get review of https://code.launchpad.net/~blake-rouse/maas/large-object-store/+merge/229938 [13:38] blake_r: Sure, I’ll take a look :) [13:40] allenap: thanks [14:35] #ubuntu-kernel is so quiet [14:38] rvba`: could you review this https://code.launchpad.net/~blake-rouse/maas/largefile-model/+merge/229949 [14:39] i think rvba is on vacation [14:40] oh okay [14:40] jhobbs: maybe you then? [14:42] blake_r: he is [14:44] i'm looking now blake_r but i think stuff stuff should go through core team too [14:45] stuff stuff [14:57] blake_r: Sorry for a very slow review; I’ve been dealing with a terrible builder via email. [14:58] allenap: haha I remember you telling me about your builder [14:59] jhobbs: nah, you good enough for me! [14:59] ;-) [15:18] blake_r: done, have some questions inline === matsubara is now known as matsubara-lunch [16:52] are there examples of how one customizes the partition layout using fastpath installer? === sfeole` is now known as sfeole === roadmr is now known as roadmr_afk [18:09] does curtin execute everything that's in preseed_master as well === matsubara-lunch is now known as matsubara [18:20] hrms found some stuf fin /usr/lib/curtin/helpers... [18:38] we really need more documentation around curtin [18:39] blake_r: I’m looking at large-object-store again. Just waiting for Launchpad to scan the branch. === CyberJacob|Away is now known as CyberJacob === chuck_ is now known as zul_ === jfarschman is now known as MilesDenver [19:27] allenap: thansk for the review [19:27] blake_r: You’re welcome. === roadmr_afk is now known as roadmr [19:52] jhobbs: fixed the branch you reviewed, if you can give it another look [19:52] anyone have an issue with a newly installed system being unable to apt-get update because its looking to download files named Packages instead of Packages.gz or Sources/Sources.gz? [20:03] i think i found the problem..../etc/apt/apt.conf.d/90curtin-aptproxy [20:04] Acquire::HTTP::Proxy "http://10.211.25.101:8000/"; [20:05] onicrom: there is a squid-deb-prxoy running on the maas server [20:05] just found that [20:06] it seems to be doing something to the apt-get update request [20:06] which stops it from downloading the Packages.gz/bz2 file and makes it look for an uncompressed file [20:07] onicrom: don't know much about squid-deb-proxy but that seems wierd [20:07] refresh_pattern \/(Packages|Sources)(|\.bz2|\.gz|\.xz)$ 0 0% 0 [20:13] yyyup [20:13] its a bug... [20:13] it you change Main archive (required) , you need to update /etc/squid-deb-proxy/mirror-dstdomain.acl [20:13] and restart the squid proxy [21:11] following along with http://maas.ubuntu.com/docs1.5/install.html#post-install - I do the createadmin, and then I say "maas my-maas-session node-groups import-boot-images" and it says: /usr/lib/python2.7/dist-packages/maascli/__main__.py: error: argument COMMAND: invalid choice: u'my-maas-session' (choose from u'list', u'login', u'logout', u'refresh', u'root') [21:12] 1.5.2+bzr2282-0ubuntu0.2~ctools0 [21:12] what's the right command there? [21:15] http://paste.ubuntu.com/7982829/ <-- that's what maas-import-pxe-files gives me [21:16] ah, s/my-maas-session/root in my case