=== chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [05:13] pitti: I'm not sure how to send a pull request to the autopkgtest debian branch, so I attached a patch: https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/1488358/comments/5 [05:13] Launchpad bug 1488358 in autopkgtest (Ubuntu) "Can't increase the wait_for_ssh timeout" [Medium,Confirmed] [05:14] elopio: just saw, thanks! looks good [05:14] cool :) [05:16] elopio: I'd just rename it --timeout-ssh, just in case we ever add others [05:16] pitti: makes sense. Want me to update the patch? [05:16] elopio: nah, I think I'll be able to do that :) [05:17] pitti: even better :) [05:17] good night then. [05:17] thanks pitti! [05:17] elopio: sleep well! adjusting/testing/committing now [07:51] good morning [07:52] good morning zyga! [07:55] I will be working on changing how environmet is handled in snapcraft [07:55] I'll post my patches after breafkast, I made it work yesterday but I need to clean it up and run some tests === chihchun is now known as chihchun_afk === vrruiz_ is now known as rvr === chihchun_afk is now known as chihchun [10:57] * ogra_ returns from dentist [12:51] lunch break \o/ === chihchun is now known as chihchun_afk [14:15] ogra_, lool for some reason you guys seem like you could advice [14:16] is there some way I could craft a script or command for my desktop that would allow me to see the journctl output for a snap? [14:16] I'm thinking that it would be nice if I could do snappy-remote install and then in some way script getting the output over ssh [14:17] i think that only works if your snap uses a systemd unit [14:17] you can indeed just grep for your snap name in syslog [14:17] not sure if thats sufficient [14:18] ogra_, well, I guess the idea is, I would like it to be automated from the host development desktop to the board [14:18] sorry, that didn't make much sense [14:20] well, i dont think you can read syslog or run journalctl as normal user [14:20] which makes using ssh a bit tricky [14:20] ogra_, currently I ssh into the board, and then run sudo journalctl --unit [14:20] (in an automated way) [14:20] yes [14:21] not sure if that works without password request so that you can script it [14:21] I'd like to make it easier for developers to access their println statements from their desktops [14:22] * ogra_ wishes we had stayed with upstart ... there you could just cat the log from your specific upstart job [14:22] ogra_: well, you can still redirect stdout from a systemd unit to a file, right? [14:22] ogra_: it's just that it goes to journal normally [14:23] yeah [14:26] argh ! ... so i finally have a proper resize script using parted ... and am trying it for the first time ... [14:27] Error: the resize command has been removed inpparted 3.0 [14:27] *in parted [14:27] * ogra_ curses loudly [14:27] so remove->re-add is mandatory ... how sad [14:31] ogra_: sfdisk | sed | sfdisk ftw [14:32] Chipaca, no sfdisk for me ... [14:32] unless someone takes over ricmm's meeting schedule so he can produce the patch :P [14:33] i probably still have a 3.5" floppy with PM2.EXE [14:33] or was that PM8 [14:33] lol [14:34] * ogra_ adds "mknod /dev/floppy" to his script [15:43] elopio: easy peasy https://code.launchpad.net/~sergiusens/snapcraft/split-up-collect/+merge/269519 === davmor2 is now known as davmor2_HOLS [19:51] sergiusens, ping [19:52] kyrofa: pong [19:54] sergiusens, can you explain the thought process behind SNAPPY_GLOBAL_ROOT ? I was hoping I could just change the location where things were installed, but it also changes where the hooks are looked for, etc. [19:54] kyrofa: it's only useful for provisioning, as in 'chroot', it changes '/' === mwenning is now known as mwenning-rr5 [20:12] sergiusens, alright, thanks :) . Just wanted to understand the purpose there [20:16] kyrofa: it's for u-d-f mostly [20:16] sergiusens, makes sense [20:30] :-) [20:30] elopio: Chipaca can I get your initial comments on https://code.launchpad.net/~sergiusens/snapcraft/less-source/+merge/269547 [20:31] sergiusens: initial comment is that it looks great. [20:31] I'll probably review it tomorrow. [20:35] elopio: great; I will probably be adding tests to each of the source classes in a bit; just got through this major shift