[06:24] perrito666: OCR PTAL http://reviews.vapour.ws/r/1434/ [06:26] jw4: I am so no OCR, not even in my own tz :p but ill take a look [06:26] oh axw_ already stamped it [06:27] perrito666: you're a gem - thanks axw_ [06:46] jw4: contrary to what you said, there is no actions doc [06:46] perrito666: one typo bugfix and you get all antagonistic with me [06:46] lol [06:50] perrito666: https://jujucharms.com/docs/1.20/actions [06:52] perrito666: better link: https://jujucharms.com/docs/stable/actions [07:04] jw4: I was for some reason looking for that in github.com/juju/juju/docs === kadams54 is now known as kadams54-away [07:29] jw4: so, whenever I want to action get, I need to do agivenparam.name [07:29] ? === Guest87529 is now known as mwhudson [07:46] perrito666: no, the .name was just an example to show how to retrieve nested values [07:47] that is a misleading example, we should add some more info there [07:47] btw, very useful docs, cheers === kadams54 is now known as kadams54-away [07:50] perrito666: congrats to bodie_ who did most of the docs [07:51] I did mostly state server, API's and back end stuff in the uniter, etc. [07:51] so I'm a little fuzzy on the command line, action-set, action-get, etc. === kadams54-away is now known as kadams54 [07:59] Bug #1444333 was opened: subordinate relation removed still shows on the subordinate side [08:59] Bug #1444333 changed: subordinate relation removed still shows on the subordinate side [08:59] Bug #1444353 was opened: juju backups/restore does not support local provider, but doesn't warn user [08:59] Bug #1444354 was opened: juju backups includes previous backups in saved file [09:08] jam, ping [09:08] jam, we're in the same hangout btw === kadams54 is now known as kadams54-away [12:15] gsamfira_, ping? [12:15] mattyw: pong [12:16] gsamfira_, hey there, have you ever tried installing vim with choclatey? I've followed the instructions on your wiki and thought I'd try installing vim at the end and it doesn't work - but I don't understand the error. Just wondered if you'd tried it? [12:17] gsamfira_, this is what I get: vim : The term 'vim' is not recognized as the name of a cmdlet [12:17] ahh yes [12:18] mattyw: you are not embracing the proper spirit man [12:18] use notepad [12:18] mattyw: windows has this bad habbit of installing apps in its own folder [12:18] mattyw: those folders are rarely in $PATH [12:18] mattyw: so you end up having to type out the absolute path to it [12:19] gsamfira_, there's a vim74 in Program Files x86 that looks like it - but that gives me the same problem [12:19] gsamfira_, although maybe my powershall skills are failing me [12:19] perrito666, is this the start of a notepad <-> vim flamewar ;) [12:20] &mattyw: 'C:\Program Files (x86)\vim\vim74\vim.exe' [12:20] try: & 'C:\Program Files (x86)\vim\vim74\vim.exe' C:\test.txt [12:20] ampersand is important if running from powershell [12:20] gsamfira_, ah yes - vim74 is a folder - I feel like an idiot! [12:20] mattyw: it may very well be, we just need someone to take notepad's end [12:20] gsamfira_, got it - thanks very much [12:21] perrito666, lolz [12:21] mattyw: here gsamfira showed me (he is afk btw) that a nice way to do things is to create a bin folder, add it to your path and then add a lot of files called yourcommand.cmd with a call to the full path inside [12:21] and that puts the command in the path [12:21] isn't it super easy and user friendly? [12:22] * perrito666 rejoices while running the testsuite in windows to fix it [12:23] notepad rulez === tasdomas is now known as domas [12:23] perrito666, I used to do that in my old windows days - just trying to remember it all - it's all hidden at the back of my brain [12:24] mattyw: in my old windows days I used desktop icons [12:24] I was never a power hacker of windows [12:24] perrito666, same - but I had the custom folder with my own bins [12:25] * perrito666 thinks that he should now install vim and add it to his bin folder [12:25] mattyw: thats how the brain protects itself from traumatic memories. It berries memories deep in the back of your mind [12:26] just like windows does with binaries, apparently [12:28] perrito666, haha [12:33] ericsnow, hey - I'm struggling to build juju from source right now to testout your fixes [12:33] go install -v github.com/juju/juju/... [12:34] ericsnow, http://paste.ubuntu.com/10826372/ [12:34] any ideas? [12:43] jamespage: looks like you may need to run godeps [12:44] go install launchpad.net/godeps [12:44] pushd github.com/juju/juju && godeps -u dependencies.tsv [12:45] jw4: do you know about the Makefile? [12:45] ah [12:45] yesh [12:45] jamespage: make install-dependencies [12:45] thumper: but I don't think that runs godeps does it? [12:45] if you have export JUJU_MAKE_GODEPS=true [12:45] ooooh [12:45] then make check runs godeps then the tests [12:46] o/ jamespage [12:46] * jw4 needs to read the docs again now that it's not all new [12:46] hey thumper [12:46] ... to me [12:54] wallyworld: I am u here, next to the elevator [12:54] wallyworld: looking at your status feedback [12:54] does that mean "juju status > out.txt" is going to switch to UTC vs "juju status" is going to use localtime? [12:54] perrito666: i'm already in mark's room [12:54] jam: yes [12:55] wallyworld: sounds bad to me [12:55] was a strong preference from IS [12:55] k just fetch me out after you finish [12:55] having the output change because I try to save it [12:55] is bad [12:55] now, having a flag, or "-o" or something else would be semi ok [12:55] jam: i understand and made the same arguments [12:56] but eventually caved in [12:56] wallyworld: so I think we push back/elevate this to someone else [12:56] ok [12:56] i'll add a --utc flag [12:56] to the status command [12:57] jam: would you be happy with a --utc flag? [12:57] wallyworld: I'm fine with it [12:57] ok, thanks, i'll do that [12:57] I can understand the "use UTC if I'm scripting/documenting this for posterity" [12:57] i do agree with you [12:58] but doing "juju status" [12:58] hmm [12:58] "juju status | vim" [12:58] and I get something different [12:58] jam: actually, this is for status-history [12:58] and with status [12:58] it is only for the Since timestamp [12:58] I am + 1 with same command should give consistent output [12:58] in the yaml [12:58] wallyworld: ^ === domas is now known as tasdomas === tasdomas is now known as domas === domas is now known as tasdomas === kadams54 is now known as kadams54-away [13:50] sinzui: can you run grep-dctrl -FBuild-Depends golang-go -sPackage /var/lib/apt/lists/*Sources on your trusty system? === kadams54-away is now known as kadams54 [13:56] mwhudson, https://pastebin.canonical.com/129629/ [13:57] sinzui: thats a bit more than just docker :/ [14:52] yeah, the DWIM when piping status has bitten me before === kadams54 is now known as kadams54-away [15:05] ericsnow: https://bugs.launchpad.net/juju-core/+bug/1444354 [15:05] Bug #1444354: juju backups includes previous backups in saved file [15:05] :) enjoy [15:05] mattyw: did your 'cannot retrieve meter status' fix get pushed to master yet, or just 1.23? [15:06] jw4, I there was definately a pr for it - tasdomas is the guy to speak to [15:06] mattyw: k, thanks - I just triggered the bug again just upgrading from 1.24 to 1.24 [15:10] jw4, it did land in master, can you send a paste of the error? [15:16] mattyw: http://paste.ubuntu.com/10827323/ [15:18] tasdomas, can you take a quick look ^^ I thought this would have been fixed by monday's change === kadams54 is now known as kadams54-away [15:31] mattyw, looking [15:32] tasdomas, thanks very much [15:34] jw4, the PR landed in master this morning [15:35] jw4 - action hero, on now [15:47] cherylj, mattyw, wallyworld_: icon time https://plus.google.com/+GustavoNiemeyer/posts/UpjgWHbpjCU [15:49] mwhudson, awesome [15:49] mwhudson: I'm on it! [15:50] cherylj, mwhudson I'm working on the amulet tests at the moment, hope to get them done by the end of our charm comp session tomorrow [15:51] mgz: aww :) [16:02] jw4, seems to be working fine for me [16:02] hmm; upgrade from 1.24 to 1.24? [16:02] I'll try again in a clean env [16:02] jw4, yes [16:03] basically I deployd from master... deployed a charm... modified juju.... did juju upgrade-juju --upload-tools [16:04] i ran my ec2 out of disk space testing my fixes :-) [16:04] jw4, did the same - git checkout master; git checkout HEAD^; [build,bootstrap,deploy];git checkout master;[build, upgrade] [16:05] tasdomas: okay - thanks - I'll verify that it wasn't an issue with my env. [16:07] jw4, do you have the gitref you were upgrading from ? [16:07] tasdomas: aa1532b [16:08] tasdomas: one step I didn't see in your upgrade... go install ./... before juju upgrade [16:09] jw4, yeah, that's what I mean when I said "build" [16:09] kk [16:21] jw4, did an upgrade from aa1532b to HEAD, did not see any problems [16:21] jw4, if you manage to reproduce me, do ping or email or find me [16:30] Bug #1444037 changed: juju-core 1.22.1 is not packaged in Ubuntu [16:42] Bug #1444576 was opened: Skipped TestUpgradeSteps* in cmd/jujud/agent/upgrade_test.go [17:18] Bug #1434555 changed: ppc64el unit test timeout [17:30] Bug #1434555 was opened: ppc64el unit test timeout [17:36] Bug #1434555 changed: ppc64el unit test timeout === kadams54 is now known as kadams54-away [22:14] marcoceppi_: you around? [22:14] or lazyPower_ ? [22:15] natefinch: whats up? [22:16] marcoceppi_: looking at the mongodb charm.... does it only provide username, port, and hostname in its rels as a database? [22:16] natefinch: probably. its an old ass charm [22:17] Am I supposed to be able to find out what it sets from its documentation? [22:20] natefinch: in a perfect world yes. in the near future: yes, at this moment nothing like this exists [22:20] marcoceppi_: fair enough [22:21] natefinch: it actually looks like it just sets hostname, port, type, and replset [22:21] authenticated acces was experimental at the time [22:22] marcoceppi_: heh === \b is now known as benonsoftware