rick_h_ | Makyo: that error happens once in a blue moon and seems saucelabs related | 00:31 |
---|---|---|
frankban | guihelp: anyone available for reviewing/QAing https://codereview.appspot.com/83880044 (quickstart)? thanks! | 13:22 |
bac | frankban: i will shortly | 13:32 |
frankban | bac: thanks | 13:32 |
hatch | morning | 13:56 |
rick_h_ | morning hatch | 13:57 |
hatch | hey rick_h_ when you did the nr_cpus=1 did you just put that in the list of the commands when editing the startup? | 13:57 |
rick_h_ | hatch: have to put it in the right place | 13:57 |
rick_h_ | where it says splash and such | 13:57 |
hatch | oh ok, I thought that might have been the case - I coudlnt' find any docs online about it | 13:58 |
rick_h_ | change those to noslash noxxxx and add nr_cpus=1 | 13:58 |
rick_h_ | nosplash that is | 13:58 |
hatch | ok thanks - man I just want this darn thing on Ubuntu lol | 13:59 |
rick_h_ | lol yea | 14:00 |
rick_h_ | thanks for following up and trying | 14:00 |
rick_h_ | I've been knocked out dead early this week | 14:00 |
hatch | https://bugzilla.kernel.org/show_bug.cgi?id=60635 | 14:00 |
hatch | I am using redfind already....not sure how else to do an efi boot | 14:00 |
rick_h_ | yea, I think we need to make that clear | 14:01 |
rick_h_ | the bug linked might not be valid because he's missed we're using refind already | 14:01 |
hatch | I wish I knew -anything- about kernels lol | 14:01 |
kadams54 | Anyone know why MachineList is a LazyModelList and not just a ModelList? | 14:05 |
kadams54 | Doesn't seem like the performance advantage of LazyModelList would be needed here | 14:06 |
kadams54 | And I'm depending on change events firing on the machines in the list in order to keep the MachineView up-to-date, which LazyModelList makes less likely. | 14:07 |
hatch | kadams54 there could be thousands of machines | 14:09 |
hatch | s/could/will | 14:09 |
kadams54 | hatch: scratching my head over YUI stuff - could I have you take a quick look? | 14:17 |
hatch | 2 mins just gota grab my breaky | 14:18 |
kadams54 | np | 14:18 |
hatch | ohh kay link? | 14:20 |
kadams54 | http://pastie.org/private/hu1ljam1js0lhdtxozxdbw | 14:21 |
hatch | yep | 14:21 |
hatch | that's right | 14:21 |
hatch | :) | 14:21 |
kadams54 | When I create a Machine and add it to MachineList, the raw object that I get back out of the list has a null displayName | 14:21 |
hatch | try foos.create() | 14:22 |
hatch | are the returned values actually strings? or is that just in your paste? | 14:24 |
kadams54 | yes | 14:24 |
kadams54 | actually strings | 14:24 |
kadams54 | Paste is taken directly from web inspector console | 14:25 |
hatch | does create help? | 14:25 |
kadams54 | No | 14:25 |
hatch | hmm ok lemme look at the lml code | 14:25 |
kadams54 | http://pastie.org/private/qgxsrjhx5canncqqdqn7ug | 14:25 |
hatch | ok I'm going to fire up a jsfiddle here | 14:26 |
hatch | or jsbin for that matter | 14:26 |
rick_h_ | kadams54: foos.items(0).get('displayName') | 14:26 |
hatch | it a pojo | 14:26 |
* rick_h_ is guessing displayName is an ATTR? | 14:27 | |
rick_h_ | oh nvm then :) | 14:27 |
rick_h_ | bad guess | 14:27 |
hatch | so'ok! | 14:27 |
kadams54 | LazyModelList stores the objects as POJOs instead of full Models for performance reasons | 14:27 |
frankban | kadams54: the displayName is added to machine objects by MachineList.add | 14:27 |
frankban | kadams54: it calls _setDefaultsAndCalculatedValues | 14:27 |
kadams54 | Ah | 14:27 |
kadams54 | And that's probably overwriting my "0" with a calculated value | 14:28 |
hatch | oh there we go :) I was just writing a repro with raw YUI | 14:28 |
hatch | heh :) | 14:28 |
kadams54 | Which is why we get a "null" string | 14:28 |
kadams54 | Instead of null | 14:28 |
hatch | thanks for stepping in frankban | 14:28 |
hatch | bleh lifestyle changes taste so bad... | 14:29 |
hatch | #dietingisforsuckers | 14:29 |
kadams54 | heh | 14:29 |
kadams54 | Thanks frankban - that was the missing piece | 14:30 |
frankban | welcome | 14:31 |
Makyo | jujugui call in 10 | 14:50 |
rick_h_ | I think Makyo has his alarm set for 11min vs 10 :P | 14:50 |
Makyo | 10 minutes by my phone, just whenever that goes off. | 14:52 |
Makyo | (but now I'm totally doing that. Thanks rick_h_ :D ) | 14:52 |
luca__ | rick_h_: Makyo hatch can we have a call once your off your call? :) | 14:58 |
hatch | we can | 14:59 |
rick_h_ | luca__: rgr | 14:59 |
luca__ | thanks | 14:59 |
frankban | bac: http://bazaar.launchpad.net/~go-bot/juju-core/trunk/view/head:/doc/bazaar-usage.txt | 15:01 |
bac | thanks frankban | 15:04 |
rick_h_ | luca__: https://plus.google.com/hangouts/_/canonical.com/daily-standup | 15:11 |
luca__ | just saving my doc | 15:12 |
* frankban biab | 15:22 | |
hatch__ | brb | 15:54 |
frankban | rick_h_: so, should we keep joyent support out for now? I know our exception is for fixing quickstart on newer juju-core. I wonder if that's to be intended as exclusive i.e. only the buf fix, no other developments/changes added in the meanwhile | 15:58 |
kadams54 | I was just getting ready to submit a pull request, but after rebasing to latest on develop, I can't get to the machine view anymore | 15:58 |
rick_h_ | kadams54: hit the machine view tab in the nav | 15:59 |
kadams54 | Yeah, I did. | 15:59 |
kadams54 | Nothing | 15:59 |
rick_h_ | kadams54: oh hmm, that works in comingsoon | 15:59 |
rick_h_ | http://comingsoon.jujucharms.com/:flags:/il/mv/ | 15:59 |
rick_h_ | hit machine view button? | 15:59 |
rick_h_ | kadams54: if it doesn't work locally make clean-all maybe? Or check for errors in console/etc | 16:00 |
kadams54 | Will do | 16:00 |
kadams54 | *sigh* | 16:01 |
kadams54 | Error in my code | 16:01 |
rick_h_ | frankban: can you write up an email about the joyent provider now landing and our wish to have that in quickstart to james page and robie and copy me? | 16:01 |
rick_h_ | frankban: we'll ask if it'll be possible, if not. Let's hold on landing that branch until the bugs land first | 16:01 |
rick_h_ | so we can release just what we promised them, a bugfix release | 16:01 |
rick_h_ | frankban: and if so, then we can follow up with the joyent under whatever rules we can get that in under | 16:02 |
rick_h_ | frankban: and if not, then landing joyent in quickstart will be the start of the new ppa releases, but not in trusty | 16:02 |
frankban | rick_h_: sounds good | 16:02 |
kadams54 | guihelp https://github.com/juju/juju-gui/pull/222 is ready for review and QA (list machines in machine view) | 16:10 |
Makyo | kadams54, on it | 16:11 |
kadams54 | thanks | 16:14 |
rick_h_ | jujugui going to go afk for some lunchable. biab | 16:21 |
hatch | enjoy | 16:21 |
frankban | kadams54: so, do we display both top level machines and containers in that part of the machine view? | 16:22 |
kadams54 | Not entirely sure. There's a machine column and a container column, so I'd guess so? | 16:23 |
kadams54 | My card was for listing the machines in the machine column, so the container column is still non-functional | 16:23 |
frankban | kadams54: if I read your diff correctly, you are listing all the machines (db.machines.toArray()). That would include also the containers. It is possible to only list top level machines by using machines.filterByParent(null) | 16:26 |
kadams54 | Ah, did not realize the collection contained both machines and containers… | 16:27 |
kadams54 | Is there a reason containers aren't in a separate collection? | 16:27 |
frankban | kadams54: it's not a separate entity in juju-core itself, and also they share almost all the properties. it's a tree, where a phisical machine can host containers and containers can host other containers etc. | 16:28 |
hatch | rick_h_ “Arguing with an engineer is like wrestling with a pig in mud – you realise far too late it is enjoying it” rofl | 16:38 |
kadams54 | frankban: got it. Will modify the code accordingly. | 16:45 |
frankban | kadams54: cool thanks | 16:45 |
kadams54 | hatch: Nice. I'll have to remember that one. | 16:46 |
hatch | I want a tattoo of that haha | 16:46 |
kadams54 | Your wife might argue with you about that. | 16:46 |
hatch | what if it's in Japanese? Chinese? Then I'd be part of the cool kids | 16:47 |
hatch | I'd just tell everyone it means "Love" | 16:47 |
hatch | lol | 16:47 |
hatch | Makyo I just booted up vagrant and it's creating a new image..... | 16:49 |
hatch | any idea how I would point it to the old one again? | 16:49 |
Makyo | Um. | 16:49 |
Makyo | I think it's in a .vagrant or something folder in ~? | 16:50 |
rick_h_ | hatch: :) | 16:51 |
frankban | rick_h_: had a chat with robie in #juju, joyent is out, the other parts of the plan sound great to him. I think landing joyent later next week is fine. | 16:52 |
rick_h_ | frankban: rgr thanks | 16:52 |
hatch | rick_h_ want to have a quick discussion about this branch | 17:00 |
rick_h_ | hatch: sure link | 17:10 |
hatch | https://plus.google.com/hangouts/_/7ecpj9soau6943l97kuv7qnknc?authuser=1&hl=en | 17:10 |
bac | hi frankban, when bootstrapping joyent, after creating an environment with quickstart, i get http://paste.ubuntu.com/7199671/ | 17:23 |
frankban | bac: uhm, is this the 1.18 branch? | 17:24 |
bac | i think so. let me double check | 17:24 |
bac | frankban: yes, it is using the version i built using the 1.18 branch. however, 'juju version' shows 1.19.0-trusty-amd64 | 17:25 |
bac | frankban: i merged 1.18 into my lw checkout of juju-core trunk. is that correct? | 17:26 |
frankban | bac: I don't think so, you should just branch the 1.18 branch and switch to that. I guess trunk includes other changes | 17:28 |
frankban | bac: my 1.18 branch is 1.17.8-saucy-amd64, bzr revno 2257 | 17:28 |
bac | frankban: i'm unsure how to do that with lightweight checkouts. usually i do a 'bzr switch -b', which gives me a copy of trunk. how would i get a checkout of 1.18 in place? | 17:29 |
frankban | bac: also, before compiling "godeps -u dependencies.tsv" can be a good sanity check (go get launchpad.net/godeps) | 17:30 |
hatch | poor bws-icon | 17:32 |
hatch | delete! | 17:32 |
frankban | bac: I followed the bzr docs in trunk, and so I created a shared repo outside the $GOPATH, in ~/devel/juju-core. There I can just bzr branch some-branch. at that point you can "bzr switch {target}" from the juju-core in $GOPATH/src/... | 17:32 |
bac | frankban: ah, gotcha. i'm used to just working in the other workspace | 17:33 |
frankban | bac: yeah the configuration in that doc is cool because you have both the structure go requires ($GOPATH/src/launchpad.net/juju-core) and a real shared repo to work on, given that the former is bound to the real repo as a lightweight checkout. So, basically, $GOPATH/src/launchpad.net/juju-core is just what we usually call "sandbox" | 17:35 |
bac | frankban: right. i just didn't know you could manually insert a different branch in ~/src/juju-core | 17:36 |
frankban | time to go, have a nice evening | 17:36 |
bac | frankban: wait! | 17:37 |
* frankban waits | 17:37 | |
bac | frankban: for joyent are the sdc user/keys the same ones for manta? | 17:37 |
frankban | bac: yes | 17:37 |
bac | ok. perhaps we can make that clearer in the field descriptions | 17:37 |
bac | or maybe make the manta ones optional and force them to be the same if blank | 17:38 |
frankban | bac: yes, that can be an improvement. FWIW my envs.yamls looks like http://pastebin.ubuntu.com/7199750/ | 17:39 |
bac | frankban: if you're still around have you seen this before http://paste.ubuntu.com/7199773/ | 17:46 |
kadams54 | Makyo, frankban: FYI, updated https://github.com/juju/juju-gui/pull/222 to only pull top-level machines. Also realized I had one commit that didn't get pushed. | 17:47 |
frankban | bac: no, but I guess your previous attempt left something there, and juju-core got confused by the binary change. | 17:47 |
Makyo | kadams54, cool, thanks. Was having trouble on this comp, switched to Air to find vagrant out of date. Will switch back. | 17:47 |
bac | frankban: huh. ok, i'll poke around. thanks. won't bug you again. good night. | 17:48 |
frankban | bac: you can try "juju destroy-environment joyent -y --force" and check nothing is in ~/.juju/environments/ | 17:48 |
rick_h_ | kadams54: tossed a few comments in for fun | 17:48 |
rick_h_ | kadams54: which might be out of date now it sounds like | 17:48 |
=== lazyPower is now known as lazyPower-travel | ||
frankban | bac: cool, there is no rush in landing this branch, so if you are blocked we can take a look at that together tomorrow | 17:52 |
kadams54 | rick_h_: yeah, saw those. I caught the constructor one early enough, but will update the tests as requested on the next pass through the code (after another other reviews). | 17:53 |
rick_h_ | kadams54: cool | 17:53 |
rick_h_ | kadams54: remind me in the call I'll mention how the initializer and some other 'magic' methods work | 17:53 |
hatch | think C classes | 17:54 |
hatch | that's how initializers work :P\\ | 17:54 |
kadams54 | hatch: I haven't programmed in C since college, over a decade ago :-) | 17:56 |
rick_h_ | hatch: right but other things like render and such can be cascaded (at least for widgets/etc) | 17:56 |
hatch | base derrived classes yeah | 17:56 |
hatch | kadams54 haha yeah same here | 17:56 |
kadams54 | Yeah, I was thinking that constructors needed to cascade when I wrote that | 17:56 |
kadams54 | Then I remembered this is YUI, not plain JS. | 17:57 |
rick_h_ | there's a good yuiconf talk on video for how base works | 17:57 |
kadams54 | And this was an initialize method, not a constructor | 17:57 |
kadams54 | Hit me with the link | 17:57 |
hatch | rick_h_ kadams54 https://docs.google.com/file/d/0By84yWo_5i6LYXNsdnhHV2Z2TUU aww yeah C++ | 17:59 |
hatch | see that one has a 3.5" floppy on it! | 18:00 |
hatch | lol | 18:00 |
rick_h_ | kadams54: https://www.youtube.com/watch?v=_zhQIfT7g58&index=6&list=PLF49A40DA7A11F08A ftw | 18:18 |
kadams54 | Woot | 18:19 |
hatch | ohh yeah I remember that talk | 18:19 |
rick_h_ | one of my fav yui talks | 18:19 |
hatch | yeah luke is great | 18:19 |
hatch | at smugmug now | 18:19 |
bac | rick_h_: just a heads up, manage.jujucharms.com/heartbeat currently shows an API2 failure. it is a false positive caused by us currently not featuring any charms, just bundles. | 18:54 |
Makyo | No plumber yet, but we did get our new doors delivered. Bonus. | 18:57 |
hatch | Makyo might be time to fire this guy | 18:59 |
hatch | :) | 18:59 |
bac | Makyo: so you've had this leak at the meter for weeks now? | 18:59 |
Makyo | Yep. | 18:59 |
bac | yowza | 18:59 |
Makyo | I just got a water bill, actually. | 18:59 |
Makyo | $286.04 | 19:00 |
Makyo | https://www.dropbox.com/s/jregju31mdzuuhc/IMG_20140403_130049.jpg | 19:01 |
hatch | ouch! | 19:02 |
hatch | rick_h_ https://github.com/juju/juju-gui/pull/223 WIP | 19:06 |
hatch | this doesn't have the tests fixed but I'd like some third party input | 19:06 |
Makyo | hatch, ping when you have a second. | 19:18 |
Makyo | Want to get a good ECS card. | 19:19 |
hatch | hmm I'm just cooking lunch atm | 19:19 |
hatch | can we do it in 45mins or are you not doing anything now? | 19:20 |
Makyo | Will do lunch too, finish this review. | 19:20 |
Makyo | 45 mins is fine | 19:20 |
hatch | sounds good | 19:20 |
bac | rick_h_: i'm stuck working with the juju guys trying to get the joyent provider to work. that's kind of like QA, isn't it? :) | 19:35 |
rick_h_ | bac: hah, sorry catching up | 19:47 |
rick_h_ | bac: oh lol for your qa day, yea we'll call it | 19:49 |
hatch | Makyo whenever you're ready, rick_h_ you may want to be part of this discussion as well | 20:02 |
Makyo | hatch, sure | 20:03 |
rick_h_ | hatch: rgr | 20:03 |
hatch | creating room | 20:03 |
hatch | https://plus.google.com/hangouts/_/7acpjdgv54v5pnjt0fc9v0snjs?authuser=1&hl=en | 20:03 |
hatch | rick_h_ btw there have been some developments wrt the kernel bits - tonight I'm going to give them a try | 20:17 |
rick_h_ | hatch: thanks, let me know how it goes | 20:17 |
hatch | apparently both of us have been installing Ubuntu incorrectly | 20:17 |
hatch | we need to use EFI mode instead of legacy | 20:18 |
rick_h_ | yea, not sure how that happened | 20:18 |
hatch | yeah I'll definitely keep notes | 20:18 |
rick_h_ | didn't really see an 'efi' mode during install from the usb cd | 20:18 |
hatch | yeah neither did I... | 20:18 |
hatch | w00t down to 9 failures | 20:40 |
rick_h_ | hatch: that sounds darn right reasonable :) | 20:45 |
hatch | :shipit: amiright? | 20:45 |
rick_h_ | and lies | 20:45 |
hatch | oo the tests found a real bug | 20:47 |
hatch | lookatthat | 20:47 |
rick_h_ | #so-thats-how-it-works :) | 20:48 |
hatch | haha | 20:49 |
rick_h_ | as much I tests are a pita, I so love them when they catch a bug before it lands | 20:49 |
hatch | somhow I deleted three tests and fixed one and still have 8 failures.... | 20:57 |
=== tvansteenburgh is now known as tvan-afk | ||
hatch | rick_h_ in test_browser_app.js browser subapp display tree there is a `hits` object | 21:36 |
hatch | why do they default to true? | 21:37 |
hatch | That seems backwards? | 21:37 |
hatch | I feel like I'm missing something | 21:37 |
rick_h_ | hatch: k | 21:37 |
rick_h_ | hatch: they default to true? | 21:38 |
rick_h_ | hatch: there's a 'resetHits() method | 21:38 |
hatch | ohh ok I broke something | 21:38 |
hatch | right | 21:38 |
rick_h_ | that gets called in setup and manually for multi dispatch tests | 21:38 |
hatch | right | 21:38 |
hatch | sorry | 21:38 |
hatch | hmm | 21:38 |
hatch | test failures when things work in the real world...not fun | 21:41 |
rick_h_ | hatch: let me know if you want another set of eyes | 21:41 |
hatch | thanks but I just skipped the final two because they would need state | 21:48 |
hatch | rick_h_ ok pushed....would be awesome if you could find some time to qa/review | 21:55 |
hatch | keeping in mind the follow-up will be to properly implement the state | 21:55 |
rick_h_ | hatch: rgr | 21:55 |
hatch | thanks | 21:55 |
rick_h_ | yea, realize the whole 'test and build state' card here didn't get there because of the viewmode removal | 21:55 |
rick_h_ | but smaller branches == better | 21:55 |
hatch | yeah agreed | 21:56 |
hatch | I did remove over 1000 lines in total | 21:57 |
hatch | that's awesome lol | 21:57 |
rick_h_ | yea, I mean this is good, just time consuming | 21:57 |
rick_h_ | between this and inspector we're paying a price for the better code hopefully | 21:57 |
rick_h_ | but let's try not to find anything else to rewrite :) | 21:58 |
hatch | lol is there anythign else? | 21:58 |
rick_h_ | shush, you'll send back luck our way | 21:58 |
hatch | haha | 21:59 |
rick_h_ | hehe...except I'm not kidding | 21:59 |
huwshimi | Morning | 22:01 |
rick_h_ | morning huwshimi | 22:01 |
huwshimi | rick_h_: Has our ci broken? | 22:03 |
rick_h_ | huwshimi: not that I'm aware of. What's up? | 22:03 |
rick_h_ | huwshimi: you had a legit failing test. You replied that it could be removed, but never updated and removed the test | 22:03 |
huwshimi | rick_h_: Well, all the current MPs have builds that have started but not completed. | 22:03 |
rick_h_ | huwshimi: I was going to ask what happened yesterday and if there was something that got stuck | 22:03 |
rick_h_ | huwshimi: oh heh, yea that's broken | 22:04 |
rick_h_ | sec, have to stop | 22:04 |
rick_h_ | huwshimi: should be good to go hopefully | 22:05 |
huwshimi | Ah great | 22:05 |
rick_h_ | hatch: replies in bound, will start qa | 22:15 |
hatch | thanks I'll take a look | 22:15 |
huwshimi | rick_h_: What should I tackle today? I see kyle is already working on the machine panel tokens... | 22:15 |
rick_h_ | huwshimi: he's working on the data, but not the tokens | 22:16 |
rick_h_ | bah, he's gone. I thought he would get that landed | 22:16 |
rick_h_ | huwshimi: what were you working on yesterday? Is that done then? | 22:16 |
huwshimi | rick_h_: Ah, I thought there were two cards about tokens and now there's only one so I assumed he must have done it. I must have mis-remembered. | 22:16 |
rick_h_ | huwshimi: ah well his card says 'using deployed unit token' but it's not ready yet so he's just dumping out text | 22:17 |
rick_h_ | huwshimi: so I'd say to start looking at the token I suppose. | 22:18 |
rick_h_ | huwshimi: https://drive.google.com/a/canonical.com/?urp=https://docs.google.com/&pli=1#folders/0B_l975nRB6BuM2p4eTZMSXpWRTQ | 22:19 |
rick_h_ | we can go over them during hte call | 22:19 |
huwshimi | rick_h_: That'd be great, thanks! | 22:20 |
rick_h_ | hatch: qa notes added | 22:28 |
rick_h_ | hatch: I ack that not all are in/for this branch. Just noting things that are broken. | 22:29 |
hatch | ok cool | 22:29 |
hatch | looking | 22:29 |
hatch | line reflow? | 22:30 |
rick_h_ | otp | 22:31 |
hatch | I actually prefer when there isn't one long line and then another word on the next line :) | 22:31 |
rick_h_ | hatch: oh yea, well the limit is 79, not 20 and 15 | 22:31 |
hatch | limit.....not required :P | 22:31 |
rick_h_ | it looks odd imo and breads readability and I bet one or two of those will fit on one line now | 22:32 |
rick_h_ | fighting on everything :P | 22:32 |
hatch | hah no it's just going to take me a while to reflow all of these | 22:34 |
rick_h_ | open in vim, run gq | 22:34 |
rick_h_ | it's one command :) | 22:34 |
hatch | that doesn't require a plugin? | 22:35 |
rick_h_ | no, I don't believe it does | 22:35 |
hatch | hmm ok I'll have to download vim | 22:35 |
rick_h_ | http://www.methods.co.nz/asciidoc/chunked/ch36.html | 22:35 |
rick_h_ | w...t...f doesn't it exist in your virtualmachine? | 22:35 |
hatch | or did you just want me to do those two lines | 22:35 |
rick_h_ | ssh, vim xxxx.js | 22:35 |
hatch | not the entire file? | 22:35 |
rick_h_ | the cases of those comments | 22:35 |
hatch | oh ok, then done | 22:35 |
hatch | :) | 22:35 |
rick_h_ | some of them jump out as looking stupid so I noted them in review | 22:36 |
hatch | that's an interesting functionality of vim | 22:37 |
hatch | to reflow a line | 22:37 |
rick_h_ | very handy when editing blocks of text/comments and emails | 22:37 |
hatch | yeah if you don't use a real client :P | 22:38 |
hatch | rick_h_ so changes are made - I'm not clear on your qa notes, did you want me to fix those things? | 22:47 |
rick_h_ | hatch: https://plus.google.com/hangouts/_/calendar/cmljay5oYXJkaW5nQGNhbm9uaWNhbC5jb20.dd77sn7kjl6unba21lutdr0p70?authuser=1 | 22:51 |
hatch | is there an aus call? | 23:07 |
hatch | or did I miss it? | 23:07 |
hatch | achievement: Ubuntu 14.04 on MBP | 23:38 |
rick_h_ | hatch: missed it, it before you and I talked | 23:46 |
huwshimi | hatch: Did you get all the touch packages installed as well? No idea why I have them... | 23:50 |
hatch | huwshimi I don't know what that is | 23:51 |
hatch | :) | 23:52 |
hatch | every few minutes it pops up with a system error report | 23:52 |
hatch | so it's not really usable | 23:52 |
huwshimi | hatch: You don't know what Ubuntu Touch is? | 23:52 |
hatch | and I can't actually shut it down outside of the terminal either | 23:52 |
hatch | oh the Ubuntu Touch packages | 23:52 |
hatch | I don't think I got those | 23:52 |
huwshimi | So strange... | 23:53 |
hatch | I have to find where I file bugs | 23:53 |
hatch | the inability to shut down is kind of a big one | 23:53 |
huwshimi | hah | 23:54 |
hatch | switching to wifi | 23:55 |
rick_h_ | sudo shutdown -h now | 23:56 |
rick_h_ | or per zsh alias 'shut' | 23:56 |
rick_h_ | kadams54: hey, around? | 23:56 |
kadams54 | I am now :-)_ | 23:56 |
rick_h_ | kadams54: how's your branch? Is it ready to land? huwshimi is doing some work with the token part that will build on it | 23:56 |
rick_h_ | kadams54: I had thought your branch might get in before he got running | 23:57 |
kadams54 | Ah, yeah… let me get that pushed out | 23:57 |
rick_h_ | kadams54: ty much | 23:57 |
rick_h_ | huwshimi: ^ | 23:57 |
kadams54 | np | 23:57 |
rick_h_ | huwshimi: what did you need to do? Just install the packages mentioned in the bug report? | 23:58 |
huwshimi | kadams54, rick_h_: Brilliant, thankyou! | 23:58 |
huwshimi | rick_h_: Somehow when I upgraded to Trusty it installed all the Ubuntu Touch packages as well. | 23:59 |
rick_h_ | huwshimi: hah | 23:59 |
hatch__ | huwshimi does it do anything different with those packages? | 23:59 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!