=== ajmitch__ is now known as ajmitch [10:43] SpamapS, so, regarding the instances never finishing, it seems to be up, as I can ssh into directly, but juju status will never complete === objectiveous_ is now known as objectiveous [12:16] Goood mornings! [12:23] niemeyer: morning [12:24] andrewsmedina: Hey hey [12:29] niemeyer: yo! [15:12] pindonga: ok, perhaps there is some helpful information in /var/log/cloud-init.log or /var/log/cloud-init-output.log [15:13] SpamapS, those files don't exist [15:19] pindonga: interesting [15:19] pindonga: anything in /var/log with cloud-init in the name? [15:23] no [15:23] SpamapS, this is on the machine running juju, yes? [15:28] SpamapS, I suspect something with zookeeper, as I'm getting timeouts related to it [15:28] 2012-01-24 07:52:34,302:14454(0x7f7c94925700):ZOO_WARN@zookeeper_interest@1461: Exceeded deadline by 12ms [15:28] 2012-01-24 07:52:35,757:14454(0x7f7c94925700):ZOO_ERROR@handle_socket_error_msg@1528: Socket [127.0.0.1:37230] zk retcode=-7, errno=110(Connection timed out): connection timed out (exceeded timeout by 0ms) [15:28] that's just one example === objectiveous_ is now known as objectiveous [16:21] <_mup_> juju/trunk r448 committed by jim.baker@canonical.com [16:21] <_mup_> merge relation-already-exists-error [r=clint-fewbar,hazmat][f=837724] [16:21] <_mup_> Provide a better error message if the relation already exists. [16:22] hi i'm having problems with juju 0.5+bzr447-0ubuntu1 in that config-get returns nothing. previous version worked as does the one in the PPA, also for revno 447. [17:05] bac: I have charms deployed using 447 that use default config values correctly [17:06] lemme spin up something else with passed-in config [17:06] m_3 from ppa or regular repo? [17:06] bac: can you share your config.yaml ? [17:07] bac: ah, right from the ppa [17:07] bac: the precise PPA and precise have the same code [17:23] mornin [17:48] m_3: we're all set for devopsday in Austin [17:51] robbiew: woohoo! thanks for taking care of that [17:53] m_3_: np -> http://devopsdays.org/events/2012-austin/ [17:53] sponsorship, done. [18:08] hi SpamapS, here is config.yaml with transcripts of the failure. this exact charm was previously deployed with the 447 ppa. http://paste.ubuntu.com/815592/ [18:10] <_mup_> juju/bool-and-validate-defaults r448 committed by kapil.thangavelu@canonical.com [18:10] <_mup_> add boolean servcie config type, validate schema defaults when parsing [18:42] <_mup_> juju/bool-and-validate-defaults r449 committed by kapil.thangavelu@canonical.com [18:42] <_mup_> sample configuration is reused by other tests :-(, use a separate config for additional type tests [19:25] hi. I'm trying to run juju with lxc on precise. I have an existing non-juju-related lxc instance on the machine that is working fine. When I try to run juju bootstrap, I get the error here. http://pastebin.ubuntu.com/815678/ hazmat has helped people with this before: http://askubuntu.com/questions/67156/juju-bootstrap-on-local-machine-gives-an-error http://irclogs.ubuntu.com/2011/10/05/%23juju.txt [19:25] I don't have the libvirtd group, even after a restart [19:26] otoh, sudo virsh net-start default fails identically, so that doesn't seem the same to me. [19:27] I suppose I'll go randomly add myself to libvirtd to see if that helps, but I wonder why I'm not a member already [19:27] gary_poster, the libvirt-bin package install normally takes care of that [19:27] If anybody has any ideas, I'd receive them gratefully :-) [19:27] yeah I figured [19:28] I could dpkg-reconfigure and see what happens maybe? [19:29] gary_poster: are you an admin on the machine? [19:29] for u in $(grep "^admin:" /etc/group | sed -e "s/^.*://" -e "s/,/ /g"); do [19:29] adduser "$u" libvirtd >/dev/null || true [19:29] done [19:30] gary_poster, perhaps.. or just work around by hand, there's another pre-requisite related issue i just started working on namely that juju lxc always creates oneiric containers.. regarding the output your seeing, that's a little odd, juju should be detecting the status of the libvirt network.. i'll take a look and see if there's anything obvious [19:31] SpamapS, no. My os had to be created manually--via debootstrap and adduser. I'll addmyself to admin [19:31] uh [19:31] adduser: The group `admin' does not exist. [19:32] nothing obvious, it does check the network status before attempting to start [19:32] gary_poster: oh you're running your own custom mini-buntu? [19:32] my edge appears to be bleeding [19:32] sounds painful [19:32] :-) SpamapS, I guess so [19:33] hazmat: perhaps a wishlist bug to verify that the user is in 'admin' [19:33] SpamapS, sounds good [19:34] ok, so...should I bother rebooting now that I am in libvirtd, or do my other symptoms suggest that it wouldn't help anyway?? [19:35] * gary_poster thought he was running precise as installed a la https://help.ubuntu.com/11.04/installation-guide/hppa/linux-upgrade.html [19:36] Well, I am running precise [19:36] I wasn't aware that doing it this way would make things so customized. [19:36] * gary_poster will try rebooting... [19:39] coulda just relogged in, but anyway... [19:39] that didn't help [19:39] thought I am now a member of libvirtd [19:39] virsh net-start default gives me the same error [19:41] hazmat ^^ any other ideas? [19:43] gary_poster: hppa ? [19:44] gary_poster: you may be a member, but you don't get those groups fully until you log out and back in [19:47] SpamapS, not sure what you mean by hppa. I don't have a group by that name. I rebooted after manually adding myself to libvirtd, and groups now reports that I am a member of it [19:49] gary_poster: groups isn't sufficient though. you won't actually have the permissions of that group until you've logged in again... but rebooting would suffice [19:49] yeah [19:50] gary_poster: and I said hppa because you linked to the 'hppa' install guide.. which I didn't know existed. [19:51] SpamapS, oh, hah. yeah, I was trying to install Precise on a Macbook Pro with a missing optical drive. I tried every USB stick I could find, and then some optical drive replacement tricks, and then...oh some other approach I found. Then I saw the debootstrap approach and figured that ought to work with what I already had (a separate oneiric partition) [19:52] This is the first hint that things might be a little odd for me [19:52] gary_poster: most people just use VMs. :) [19:52] SpamapS, heh. :-) I did that for a long time, but was getting pressure to joing the Ubuntu-on-metal club. [19:53] gary_poster: oh.. and you didn't want to just backup/install/restore ? [19:53] gary_poster: oh sorry now I'm gathering.. your usb sticks all failed [19:53] :-/ [19:53] SpamapS, right :-/ [20:16] Well...for some reason net-list started showing default, without me doing anything. I did a net-destroy default before juju bootstrap (perhaps unnecessarily) and it worked. So...concerning, but it moves me along [20:29] SpamapS: did you see the config.yaml i posted earlier? [20:29] bac: sorry I didn't, backscrolling now [20:30] SpamapS: i know it sounds dubious, but i've verified repeatedly the PPA for r447 works where the one in the repo does not [20:30] bac: weird! so yeah I'd expect it to show you a yaml with at least the default value for the file. that looks like a serious bug [20:31] bac: yeah that is definitely weird [20:31] bac: can you make sure you are deploying with juju-origin: distro in your environment config? [20:32] SpamapS: i do not have that in my enviroment.yaml [20:33] SpamapS: my redacted environment.yaml looks like http://paste.ubuntu.com/815750/ [20:35] bac: do you still have the broken instance running? [20:35] bac: if you do, apt-cache policy juju on it [20:36] SpamapS: i do not. i needed to make some progress so i'm running with the ppa version [20:36] i can easily revert if it'll give you helpful info [20:36] bac: no worries, I can repeat [20:43] SpamapS: http://paste.ubuntu.com/815765/ [20:49] bac: but thats after you installed from the PPA.. [20:49] SpamapS: correct, but it shows the origin of the other. i assumed that might be helpful [20:52] OK, here's another issue. Per Nick Barcet's demo instructions, I checked out the charms. I now have ~/charms/charm-repo with lots of charms [20:52] Then I try the command he gave: [20:52] juju deploy --repository /path/to/charm-repo local:mysql [20:52] I get "ERROR Charm 'local:oneiric/mysql' not found in repository /home/gary/charms/charm-repo" [20:52] bac tells me I can just make an oneiric directory and it will all work out [20:53] (if I link the charms in that directory) [20:53] but it seems like there's a bug in there somewhere [21:02] gary_poster: whats your current working directory [21:03] i had same issue and i remember eating lots of SpamapS time :) [21:03] koolhead17, heh. I did it in the repo dir and in my home dir with same result. on call now tho [21:04] gary_poster: i would try this [21:04] juju deploy --repository /usr/share/doc/juju/examples local:mysql [21:04] to start with :) [21:04] and see if am getting error with it [21:04] gary_poster: should be ~/charms/oneiric as the root of all charms [21:04] gary_poster, juju expects to find the series name under the repo dir.. so it should be repo_directory//mysql [21:05] so gary_poster you have to have directory/oneiric/mysql [21:06] hazmat: in my case i had a bug too, the revision file has to have a non-zero value :) [21:06] :-) ok thanks guys I will adjusrt after call [21:06] koolhead17, that's been improved, it will report charms with error in the repo [21:07] hazmat: will try tommorow from office, i will have to upgrade juju pkg which i am using from PPA [21:18] jcastro: around [21:18] yeah [21:18] did i do something wrong? i don`t see the modified documentation merged :( [21:29] koolhead17: ? I don't know, I don't run the docs [21:29] koolhead17: did you submit a merge proposal? [21:29] yes [21:29] https://code.launchpad.net/~koolhead17/juju/jujudoc [21:38] hazmat: you are watching for docs merge proposals right? [21:40] hspencer: hey there [21:46] jcastro, i am now [21:46] https://code.launchpad.net/~juju/juju/docs/+activereviews [21:47] hmmm, how come his branch doesn't show up there? [21:53] jcastro: hazmat was my path supposed to be https://code.launchpad.net/~koolhead17/juju/docs/jujudoc instead what it is currently ? [21:54] (I don't think you can create that alternate path) [21:54] If I'm wrong that will be mildly embarrassing since I've worked on the LP team for a few years :-) [21:56] gary_poster: :P am total n00b jelmer helped me when i started using it :P [21:56] :-) [21:57] koolhead17, your push path is lp:~koolhead17/juju/ [21:58] yeah, so its correct :) [21:58] koolhead17, jcastro, that branch/merge is against juju trunk not the docs branch [21:59] gosh [22:01] i will need some help === koolhead17 is now known as koolhead17|zzZZ === andrewsmedina_ is now known as andrewsmedina