=== freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === freeflying is now known as freeflying_away [07:37] hello all [07:37] rvba thanks alot [07:37] it worked [07:38] I just had to assign which distro [07:38] and worked fine [07:38] now Im getting this error with juju [07:39] http://paste.ubuntu.com/6560024/plain/ [07:45] MAASSIVE: empty environment name? That doesn't sound right. Do you have your juju environment configured on the machine you're doing that on? === CyberJacob|Away is now known as CyberJacob [08:06] yes I didn configure it [08:06] but one thing I noticed [08:06] I ran juju bootstrap [08:06] then it got interrupted [08:07] tried again [08:07] I started getting this error [08:08] I tried juju destoy-environment [08:09] jtv: could you please have a look at https://bugs.launchpad.net/maas-test/+bug/1259972 [08:09] Ubuntu bug 1259972 in maas-test "maas-test errors when the interface given on the command line has no IP address " [High,Triaged] [08:09] ? [08:10] I got this http://paste.ubuntu.com/6560108/plain/ [08:11] also just to note that I installed juju [08:11] then added juju-core [08:11] and removed juju [08:11] kept juju-core [08:11] MAASSIVE: I think the "conflict" error means that Juju tries to deallocate a machine when it's in a state where that makes no sense... I think there's a known bug about that. [08:12] MAASSIVE: can you give us the version of maas and juju? (apt-cache policy maas / apt-cache policy juju-core) [08:12] rvba: that bug looks pretty easy (provided all you want is a better error). [08:13] jtv: well, not really a better error. The check must not fail in this case… and it does. [08:13] Why? The interface must have an IP address for the tests to work. [08:15] Well, the check is about detecting DHCP servers on the network. In my case, the NIC is connected to a completely unconfigured network. And the interface connected has no IP yet. So I'd expect the check to let maas-test run instead of blowing up in my face. [08:16] http://paste.ubuntu.com/6560133/plain/ [08:16] rvba: it's a bit awkward if we can't do the DHCP check at all, but we could log a warning about it... [08:17] that was output for apt-cache policy maas / apt-cache policy juju-core / apt-cache policy juju [08:17] jtv: I think that would be better than blowing up. Again, in my case, there is no DHCP server at all. The check is just unable to perform the detection, which is fine, but this should not prevent me from running maas-test. [08:18] Then we can check for the result from get_interface_IP(). [08:21] MAASSIVE: yeah, like jtv said, you're hitting some bugs that where present in the package released in precise. As stated in the documentation (http://maas.ubuntu.com/docs/install.html), you should really use the cloud-archive:tools ppa on precise. [08:21] MAASSIVE: see the "Note" on that doc page. [08:23] ??? [08:23] A more up-to-date MAAS is available for the most recent Ubuntu LTS release in the Canonical cloud archive. You can activate the archive with sudo add-apt-repository cloud-archive:tools. Using packages from this archive is recommended as it contains important fixes and new features that are not always available in the Ubuntu archive. [08:24] shall I just run sudo add-apt-repository cloud-archive:tools [08:24] MAASSIVE: yes [08:24] then re-install juju-core [08:24] And maas [08:24] ? [08:26] The ppa in question contains backported versions of maas and juju-core. i.e. versions from later releases backported into precise. [08:26] what do u mean by and Maas? [08:26] So, you need to run the add-apt-repository, then 'sudo apt-get update' to refresh your local cache, then install juju-core and maas (and you should see them being downloaded from that ppa) [08:27] You need to reinstall maas as well. [08:27] Once the ppa is set up. [08:27] apt-get install maas ? [08:27] Yeah [08:28] MAASSIVE: http://paste.ubuntu.com/6560199/ [08:30] juju-core didnt change [08:30] http://paste.ubuntu.com/6560202/plain/ [08:30] output of the commands [08:30] shall I now bootstratp? [08:35] Yeah, it should be fine. [08:35] The ppa from which you installed juju-core contains a very up-to-date version of juju-core. [08:35] That's why it did not get upgraded. [08:36] shall i do $ juju bootstrap --upload-tools [08:36] or $ juju bootstrap [08:39] rvba: by the way, does your branch for creating zones include an edit form for zones? [08:40] jtv: let me check… (doing so many things in parallel I'm a bit confused right now) [08:40] Understandable. [08:40] jtv: http://paste.ubuntu.com/6560244/ [08:40] I just didn't want to implement my own and then discover that we had massive conflicts. [08:41] jtv: your branch seems to be more advanced than mine (in fact, I just started working on it). [08:41] which command is the correct one [08:41] $ juju bootstrap [08:41] I guess that form you just posted would be enough if we change the foreign key? [08:41] jtv: yes [08:41] or $ juju bootstrap --upload-tools [08:42] MAASSIVE: this has been changed very recently so I'm not sure if the version of juju you're using requires '--upload-tools' or not… hang on. [08:44] MAASSIVE: you should be fine without '--upload-tools'. [08:46] MAASSIVE: the "uploading of the tools" step is not done with "juju --sync-tools". [08:47] s/not/now [08:47] oops :) [08:47] oops [08:47] ERROR environment is already bootstrapped [08:48] lbgmaas@lbgmaas1:~$ juju bootstrap ERROR environment is already bootstrapped [08:48] shall destroy [08:48] ??? [08:48] Yes. [08:49] ERROR gomaasapi: got error back from server: 409 CONFLICT [08:49] after tryung to run destroy-env [08:52] Can you go to the MAAS UI and "release" the allocated node(s)? [08:54] oops here is the strange thing, I wen tot MAAS I fond two nodes being off [08:54] just powered them [08:54] After that, re-destroy the env (it should work this time). [08:54] dunno how they got powered off [08:54] In what state are your nodes? [08:54] shall I destoy or bootstrap first [08:56] If the IPMI is configured correctly, you shouldn't have to power your nodes up or down manually. At all. [08:56] So, destroy first. If it work, bootstrap. [08:56] works* [09:18] ooops [09:18] destroy give this [09:18] ERROR gomaasapi: got error back from server: 409 CONFLICT [09:21] this is strange [09:21] when I try to destroy I get the error : ERROR gomaasapi: got error back from server: 409 CONFLICT [09:21] and my nodes get powered off [09:38] ?? [09:39] We need to know in what state your nodes are to help you. [09:39] here is a more strange one [09:41] one of my nodes keep on reverting to install mode [09:41] as if its the 1st time [09:41] this happened after I added the new repo [10:00] rvba: i think the update has messed maas [10:00] everytime I try to power on a node it reverts to the install mode [10:01] as if its doing it fresh [10:01] any clue why this behaviour? [10:01] when destroying the juju, one node gets powered off [10:01] ERROR gomaasapi: got error back from server: 409 CONFLICT [10:02] do you recommend that I start from scratch? [10:02] MAASSIVE: can you tell me in what state the nodes are when you run the juju destroy-env command? [10:03] one of them goes to ready [10:03] it was allocated to root then goto ready [10:05] so it reverts to ready. [10:05] is this normal? [10:05] So all the nodes are ready when you run the command? [10:05] yes [10:05] but I get ERROR gomaasapi: got error back from server: 409 CONFLICT [10:06] This is really weird, if all your nodes are ready, you shouldn't get that. [10:06] MAASSIVE: I'm sorry, I'll have to recommend that you delete all the nodes from MAAS and re-enlist/re-commission them. [10:07] allenap, is the task for pymongo on bug 1237615 still valid? [10:07] bug 1237615 in pymongo (Ubuntu) "python-bson-ext does not encode binary in Apache with mod_wsgi" [Undecided,New] https://launchpad.net/bugs/1237615 [10:09] * allenap looks [10:10] jamespage: Are you wondering if it’s been fixed in saucy by a recent upload? [10:11] allenap, I was trying to figure out whether it was a configuration issue or an actual bug [10:13] jamespage: I’m not actually sure which side of the fence this falls on. I’m inclined to say that the pymongo task can be marked invalid. [10:13] allenap, done [10:13] thanks [10:13] jamespage: Cool :) [10:19] MAASSIVE: By any chance did you allocate the nodes to yourself in MAAS before using Juju? [13:29] rvba: I did delete all nodes and added one node now [13:29] still same issue [13:30] allenap: pls explain more on allocating to myself [13:44] hey is there a workaround of the maas-import-pxe-files bug? [13:45] I have the latest maas on a 13.10 [14:47] how comes that the latest version is basically unusable out of the box without manual fixes? Does everybody use 12.x or is the userbase so small? === freeflying_away is now known as freeflying [15:17] Hi there [15:17] sorry if I missed something [15:22] any know if bug 1238390 will be addressed by 14.04? [15:22] bug 1238390 in maas (Ubuntu) "maas-region-controller debconf config has a non-existent 'dbc_go'" [Low,Triaged] https://launchpad.net/bugs/1238390 [15:23] i think its purely cosmetic === freeflying is now known as freeflying_away === matsubara_ is now known as matsubara [21:47] So, correct me if i'm wrong, but you can use MAAS to provision LXC containers on a single server?