[00:38] PR snapcraft#1494 closed: Parameter forwarding for java object was blocked when using wrapper script [02:32] PR snapcraft#1528 opened: recording: record the machine information collected by uname [04:05] PR snapcraft#1529 opened: recording: record the packages installed in the machine [04:44] good morning [04:44] * zyga-suse will start at 9:30 because of the 1st day at school and some coordination/assistance required [04:44] see you then [06:09] PR snapd#3837 closed: overlord/snapstate: rename HasCurrent to IsInstalled, remove superfluous/misleading check from All [06:34] PR snapd#3556 closed: client,daemon,snap,store: add license field [06:41] mvo: hello [06:43] hey zyga-ubuntu [06:47] mvo: today is the 1st day of school for us, how about your kids? [06:47] zyga-ubuntu: school started 2 weeks ago here [06:47] zyga-ubuntu: how was getting up ? [06:49] mvo: woah, two weeks? that's brutal :) [06:49] mvo: so no august holidays? [06:49] mvo: it was all right, with the exception of my son we all woke up at 6am [06:49] zyga-ubuntu: holidays started early here [06:50] zyga-ubuntu: nice! [06:50] mvo: we introduced new rules to make sure nothing flashly/briht/(tv/computer) is on past 21:00 [06:50] zyga-ubuntu: the only thing I hate is the getting-up early [06:50] zyga-ubuntu: that sounds reasonable [06:50] mvo: I walked them to school today but I expect them to walk by themselves soon, it's very close from our home [06:51] mvo: and I'm looking forward to working at 6:30 soon [06:52] mvo: trivial comments from gustavo on https://github.com/snapcore/snapd/pull/3625 [06:52] PR #3625: many: end-to-end support for the bare base snap [06:54] zyga-ubuntu: yeah, working on them now and then I will merge [06:55] zyga-ubuntu: there are some easy ones in the queue that just need a second review [06:55] zyga-ubuntu: e.g. 3844 [06:59] mvo: I'll have a look, going bottom up [07:01] zyga-ubuntu: please leave some of the scary looking out, I have not branched 2.28 yet [07:01] zyga-ubuntu: but want to do in a little bit, so please not the debian/ dir changes [07:01] zyga-ubuntu: and also not 3727 (that needs a second review anyway) [07:05] mvo: noted [07:07] ok, one more and I'm going to pick them up [07:08] zyga-ubuntu: pick which one up? [07:11] mvo: my kids :) [07:11] mvo: I'm reading https://github.com/snapcore/snapd/pull/3777/files [07:11] PR #3777: snap-repair: implement basic `snap-repair list` (with --verbose) [07:14] ok, I'll read the rest later, going to school, ttyl [07:18] zyga-ubuntu: bye [07:18] pstolowski: good morning! [07:18] mvo, morning! [07:20] pstolowski: look slike 3642 just needs one tiny change and its good to go :) if you look at this now it will most likely be part of 2.28 [07:21] mvo, indeed, i'll look at it shortly, thanks! [07:23] ta [07:27] PR snapd#3795 closed: daemon: let client decide whether to allow interactive auth via polkit === JoshStrobl|AFK is now known as JoshStrobl [07:55] g'morning, all [07:56] Good morning [07:58] I've been pulling my beard for a long time now and googled a lot but can't get my python snap to work. What is the best way to install a locally fetched python package? [08:00] mimag1: I think the source of a python part can be a directory [08:00] e.g. source: . [08:00] I have that and in that directory I have the package and an setup.py [08:01] plugin: python and plugin-version: python3 [08:01] mimag1: and what doesn't work? [08:01] "Could not find a version that satisfies the requirement pytiip (from versions: )" [08:01] No matching distribution found for pytiip [08:02] mimag1: can you share your whole yaml so i can reproduce this? [08:03] mvo: o/ i know the atomic code as it stands needs tests (and docs!); i mention in my follow-up comments that the 2nd commit is a bigger departure from what was there and thus does need 'em [08:03] mvo: but, what do you think of that approach? [08:06] PR snapd#3842 closed: store: have an ad-hoc method on cfg to get its list of uris for tests [08:06] PR snapd#3844 closed: overlord/snapstate: SetRootDir from SetUpTest, not in just some tests [08:06] re, back from school, now peace and quiet for the rest of the day [08:06] parts: [08:06] pytiip: source: repos/pytiip plugin: python python-version: python3 [08:09] Chipaca: I like the approach, slightly silly question, what is the difference between commit and close? I mean, could commit just become a close method? or do we need both? [08:11] mvo: say aw is an atomicwriter [08:11] mvo: and aw.Write() fails, for whatever reason [08:11] popey, same cpu and wlan device, might even work with the nanopi-air image [08:11] mvo: so now you need to close it and remove the file, without committing [08:12] mvo: if close is commit, that's harder [08:12] Chipaca: aha, yes, good point. will things work if you do "aw.Write(); aw.Commit(); aw.Write(); aw.Commit()"? [08:12] mvo: no, at least as written, Commit imples Close [08:13] mvo, Chipaca: maybe commit and rollback [08:13] to make it crystal clear what they are [08:13] zyga-ubuntu: what would rollback do? [08:13] i [08:14] the way i wrote it, the creator of the aw is the one that needs to handle cleanup on error [08:14] just like with 'plain' files [08:14] Chipaca: hm, my gut-feeling is that the api would feel a bit unexpected if commit() is a thing that is final and can not called multiple times. this goes into bike-shed land but maybe "Finalize()" or something more "final"? [08:15] mvo: hmm... good point. Atomize()? :-P [08:15] (still feeling bad about having a Fooer interface that doesn't have a Foo() method) [08:16] Chipaca: yeah, and the enhanced version is called Fusionize() [08:16] Unionize() [08:16] lol [08:18] What is required from a python directory to make the python plugin work? [08:18] Chipaca: I mean rollback as a rename of close [08:18] Chipaca: close and commit are indeed confusing (I agree with mvo on this) but I see the need. I would just call them more clearly [08:18] zyga-ubuntu: but rollback to me would imply it cleans up the tempfile also [08:19] Chipaca: indeed, I think you see my point, the actual name (rollback) may be just my knee-jerk for commit, as long as the API is sensible and clear I give my +1 [08:20] something along the lines of Finalize would work for me [08:20] looking at synonyms now [08:21] Done() [08:21] RealllyHitTheDisk() [08:21] * zyga-ubuntu needs to read that PR [08:28] Enfeoff() \o/ [08:29] Achoo()? === chihchun is now known as chihchun_afk [08:36] mimag1: so [08:36] mimag1: this is kinda silly i fear [08:36] * Chipaca tries something else [08:41] what is silly? === chihchun_afk is now known as chihchun [08:52] mimag1: I'm afraid I'm stumped; you'll have to get help from an actual snapcrafter [08:52] it _should_ work, as far as i know, and in fact it seems to half work and then lose itself [08:53] @Chipaca exactly my experience [08:53] mimag1: No such command! [08:54] nothal: dance for me [08:54] exactly my experience [08:54] nothal: Which command is wrong? === JoshStrobl is now known as JoshStrobl|Work [08:58] mimag1: nothal is a bot, that can take commands explicitly starting them with @ [08:59] mimag1: as @ is not usually used to start messages in irc, it used to work [08:59] but then other chat systems happened, and nothal hasn't adapted [09:00] mimag1: wrt your issue, i'd suggest asking in the forum, or in rocketchat (snapcrafters use rocketchat more than the forum, i think) [09:00] that's https://forum.snapcraft.io/ or https://rocket.ubuntu.com/channel/snapcraft [09:02] Thank you Chipaca [09:15] hey, I'm looking for docs on how to do config file management with snappy. i.e. I need to preinstall a configuration file in SNAP_DATA (or something that's writable at runtime) and then do config updates on snap package updates. [09:15] Can't really find something in the docs so far [09:17] pstolowski: do we have a forum post about the new install/remove hooks? anything I could link to? [09:18] mvo, not yet, but I'll create one soon [09:18] pstolowski: thank you [09:30] mzanetti, mvo, psstolowski: +1 on that forum post. I have written some configure hooks but I guess there is a better way [09:43] wow, we are at 17 open PRs [09:43] * zyga-ubuntu reviewed a repair PR, fist in a long time [09:43] lookin at more [09:44] Chipaca: one thing I wanted to share with you, not sure if you used it yet [09:44] Chipaca: you probably know about this already [09:45] zyga-ubuntu: spit it out already :-D [09:45] Chipaca: but please read the section on O_TMPFILE in open(2) [09:45] Chipaca: this allows you to create a file, write all data, set mode and ownership [09:45] Chipaca: and only make it show up, atomically [09:45] Chipaca: or die with the process [09:45] Chipaca: it's a very compelling API [09:46] Chipaca: I wanted to make sure you know about it, and with that note, I'm going to review the rest [09:46] I did not know about this [09:46] thank you [09:46] zyga-ubuntu: 3.11 is << our minimal kernel version, i take it? [09:46] my pleasure :) [09:46] ondra: ^? [09:47] Chipaca: that patch is AFAIR not too big, it's also a prerequisite for mir and I heard it's quite common now [09:47] (i mean, the minimal kernel version our users are using, which is almost certainly < than the one we support) [09:47] Chipaca: though a perfect implementation would degrade gracefully [09:47] nice [09:47] i'll wait for ondra to speak up (or 301 me) [09:47] Chipaca: in general, it's a very good API to have for atomicity [09:48] 301? [09:48] Chipaca hey [09:48] zyga-ubuntu: "ask so-n-so" [09:49] Chipaca I think it was even 3.10 [09:49] ondra: as in, people using 3.10 with snappy? [09:49] ondra: do you know if it's tweaked to also have O_TMPFILE? [09:49] Chipaca I think there were some attempts, but using is probably too strong statement [09:49] zyga-ubuntu: grep -r O_TMPFILE /usr/share/go-1.6 and weep [09:49] ondra: :-) ok [09:52] zyga-ubuntu: I'd have to look into how this behaves for the wrong kernel and the wrong filesystem, to fallback properly [09:52] ESYS [09:52] AFAIR [09:52] but please check [09:55] zyga-ubuntu: the docs say EISDIR (kernel) or EOPNOTSUPP (filesystem) [09:56] ahh, sorry then, I must be wrong [10:00] PR snapd#3625 closed: many: end-to-end support for the bare base snap [10:06] zyga-ubuntu: how do you use O_TMPFILE to replace an existing file? [10:07] zyga-ubuntu: linkat doesn't let you replace files [10:08] Chipaca: you can still link it to .foo and then call move [10:11] hmmm [10:12] the cleanup story becomes a lot harder [10:12] hmm hmm [10:12] Chipaca: in which way? [10:12] zyga-ubuntu: "close it, and if it was created, remove it" [10:12] meaning we'd probably have to make something on the object itself [10:12] Chipaca: note that this was just a suggestion, if it makes anything harder then by all means, ignore it: ) [10:12] zyga-ubuntu: i like it, i'm just thinking it through [10:13] loudly and using you as the sock puppet [10:14] Chipaca: oh, one related note: https://betanews.com/2017/09/03/android-oreo-linux-kernel/ [10:14] haha, my pleasure :) [10:14] All SoCs productized in 2017 must launch with kernel 4.4 or newer. [10:14] zyga-ubuntu: your network is so lagged it's fun [10:14] so 4.4 is a good bet for many new pieces of hardware [10:14] * Ping reply from zyga-ubuntu: 1.631 second(s) [10:14] Chipaca: my network is actually brilliantly fast now [10:14] oh? [10:15] I saw 0.6 on my end [10:15] not sure where that much of a lag is coming from [10:15] zyga-ubuntu: i just pung jamie and got .3s [10:15] so it's not me :-) [10:16] jamie is 0.7 [10:16] * zyga-ubuntu pings pawel [10:16] yeah, consistently getting 1+ seconds (and i only noticed because of how delayed your answers were) [10:16] pawel is 0.6 [10:16] weirdish [10:16] anyway, I was never happier with any network before [10:16] zyga-ubuntu: good to know [10:16] highest bandwidth and mobility [10:17] * zyga-ubuntu stops bragging [10:17] zyga-ubuntu: and you get 1TB (or 1Tb?) [10:17] yes [10:17] a month [10:17] and it's not location-bound [10:17] I'm seeing 12-15MB/s to ubuntu archive [10:18] I haven't tried much more though :) [10:18] * zyga-ubuntu sees rain outside and feels like being in London === chihchun is now known as chihchun_afk [10:29] pedronis: you asked a question in 3642 - is that something that needs more work or are you happy with the reply? [10:31] mvo: one sec [10:31] 16 requests :) [10:31] mvo: Chipaca: there's been a bit of an electric installation emergency here, I have eletricity only in half the place, internet is on the right half, but might be a bit on and off today [10:32] pedronis: why do I imagine half your house on fire [10:32] hopefully not, but there was a zero chance it could :/ [10:32] pedronis: probably https://www.youtube.com/watch?v=1EBfxjSFAxQ [10:32] a non-zero [10:33] pedronis: uh, good lucj [10:33] luck [10:35] * zyga-ubuntu sees red in travis :/ [10:35] pedronis: stay safe! [10:36] [10:36] does anyone know what the timeout is? [10:36] it would be awesome if spread said that [10:40] zyga-ubuntu: and in the end I'm writing stuff that looks alarming like Rollback [10:42] Chipaca: does that mean I get two +1s or two -1s? [10:43] zyga-ubuntu: I don't know. [10:43] zyga-ubuntu: I'm calling it Cancel, anyway [10:43] Cancel is nice [10:43] oh [10:43] zyga-ubuntu: because mvo's point about calling Commit multiple times makes some sense [10:43] feels like context [10:43] (only some, because you can't commit multiple times in sql afaik) [10:44] zyga-ubuntu: only doing this refactor so it's easier to do the tmpfile later [10:47] grmbl [10:47] why dont i have a /dev/fb0 in my initrd on the pi [10:53] zyga-ubuntu, so any ideawhy the opengl interface fix is not in edge ? [10:53] i thought we do rebuilds of the edge deb for every commit ? [10:54] s/commit/merged PR/ [10:54] mvo, ^^ is that not the case ? [10:55] ogra_: yes, that should be the case, lets check the edge ppa [10:55] ogra_: when did the fix land? [10:55] mvo5 merged commit 6d8d625 into snapcore:master 4 days ago [10:55] says GH [10:56] apparently snapd FTBFS since the 31st [10:56] (well, on arm and i386) [10:58] zyga-ubuntu: I think kill-timeout is 20m , that's what in spread.yaml [10:58] mvo, if i read the log right (not sure i do) it fails in the github.com/snapcore/snapd/x11 test [10:59] ah, no, there are earlier ones [11:00] ogra_: hm, 4 days ago [11:00] uh [11:00] bad system call [11:00] https://launchpadlibrarian.net/335269966/buildlog_ubuntu-xenial-armhf.snapd_2.27.5+git354.834024b~ubuntu16.04.1_BUILDING.txt.gz [11:00] ogra_: yeah, but that is already 4 days old [11:01] yep [11:01] ogra_: and this should be fixed in master [11:01] ogra_: looks like our automatic merging via snap-cron is not working [11:01] did fgimenez take all his PPA scripts with him ? [11:01] ogra_: I have a look, but maybe I need cachio [11:01] ogra_: this is actually possible :( [11:01] (might be the build was triggered under his user) [11:01] ogra_: I mean, its possible that the upload creds got removed with his account [11:02] yeah [11:03] under "uploader" there is "no signer" ... https://launchpad.net/~snappy-dev/+archive/ubuntu/edge/+packages [11:03] (never seen that) [11:03] ogra_: no, no idea, maybe due to imminent release [11:03] ogra_: I really really wish we had a setup where edge == master in all cases [11:03] zyga-ubuntu, well, see above we lost the daily snapd deb [11:03] ogra_: and releases would build from a separate PPA and separate recipe of core [11:03] zyga-ubuntu, it is ! [11:03] ogra_: I retriggered the job, that should give me some data, if that fails I need to talk to cachio [11:04] ogra_: but the date (2017-08-31) is suspecious, that is the date that federico left [11:04] zyga-ubuntu, only if mvo does a relese build manually it isnt usually ... but thats really short snapshot times [11:04] ogra_: no, we often have to delete a deb somewhere or rebuild a deb for edge to be back on master, probably the details elude me but the property that master == edge is not held [11:04] pedronis: thank you! [11:04] ogra_: again, I wish it was never [11:04] zyga-ubuntu, we onyl ever have to delete the deb that was manually uploaded to the image ppa [11:05] so the manual step changes it and the manual step switches it back ... for full release control [11:05] well, we don't need that [11:05] we need control over beta, candidate and stable [11:05] zyga-ubuntu, though if the shema i develoed ages ago with federico would have been implemented you wouldnt have that setp ever :) [11:05] edge should be on autopilot all the time [11:05] I'm sure we can improve things :) [11:05] we have a roperly worked out build plan [11:06] just never implemented [11:06] *properly [11:06] it is exactly focused to fix your complaint ... :) [11:06] *on fixing [11:08] mvo, i'll try to trigger a build of https://code.launchpad.net/~snappy-dev/+recipe/snapd-vendor-daily ... lets see [11:08] (speak up if i shouldnt please) [11:10] * ogra_ clicks the button [11:18] ogra_: the vendor sync thing ran some minutes ago, I will double check [11:20] ogra_: ok, powerpc and s390x fail but the rest is building [11:20] well, arm64 isnt done yet :) [11:20] but yeah, looks better already [11:22] mvo, the upload log looks weird as well though ... might be we need to manually delete the old package [11:22] https://launchpadlibrarian.net/335757858/upload_1442402_log.txt [11:25] ogra_: thats ok [11:25] ok [11:25] ogra_: I think what happend is that the sync also triggered an upload [11:25] ah [11:25] ogra_: and then you triggered one manually and the changelog version is the same [11:25] ogra_: which is fine because the content is the same :) [11:25] indeed [11:26] ogra_: I'm checking hte powerpc failure now, that looks like something with gccgo :/ otherwise I thin kwe are good and you can trigger an edge build to test your opengl fix [11:27] mvo, will do [11:30] edge build running [11:38] hey, should tha RPI3 image automatically resize the writable partition to fill the SD card on first boot? [11:39] greyback, yes [11:39] ogra_: didn't work for me just now (today's daily edge). I'll log bug [11:40] greyback, there iss a log kept in /run/initramfs (note thats a tmpdir though ... so it is gone if you reboot) [11:40] ogra_: ack. I'll reflash and grab that for you [11:41] greyback, als include df -h /writable please (and syslog and dmesg output) [11:41] *also [11:41] *nod* [11:41] cachio recently found that some SDs are not well supported on the Pi so not sure we can do much if the SD is in that list [11:42] oh interesting. I didn't get a cheap one at least [11:43] http://elinux.org/RPi_SD_cards [11:43] not sure how valid that still is though ... originally created 2012 [11:47] get a HDD [11:47] screw SD [11:48] heh [11:48] * zyga-ubuntu waits for first boot-from-CD rpi hack [11:48] are USB-CD drives still being sold ? [11:49] https://pastebin.ubuntu.com/25464779/ - resize doesn't appear to error out, but no change [11:50] ogra_: yesd [11:50] ogra_: and arguably, still useful :) [11:50] pfft [11:51] greyback, hmm, looks all fine (apart from the size) [11:51] greyback, how big is that SD ? [11:51] ogra_: 32GB [11:51] 4cm by 2cm [11:51] * zyga-ubuntu hides [11:51] :D [11:52] zyga-ubuntu, then he would need to fold it to fit into the slot :P [11:52] that might indeed be the prob then :P [11:53] greyback, have you made sure it was not accidentially automounted when you dd'ed to it ? i have seen issues with the partiton table when people forgot that [11:53] ogra_: I typically unmount before flashing. But let me try once more, to be totally certain. [11:55] kde, why did you remount something I explicitly unmounted [11:55] heh [11:59] ogra_: ok, that did it. Apologies for the noise [12:01] * Chipaca ~> run and lunch [12:03] greyback, np [12:04] jdstrand: hey, around? [12:06] greyback, btw, if you refresh core right after first boot (before installing any mir bits), you should now have the fix of the GL interface [12:06] ogra_: noted. Will try [12:06] ogra_: fixing the udev script did the job too [12:07] indeed ... [12:07] the new core should generate it propely from the start though [12:08] jdstrand: so I'll just leave you a message [12:08] jdstrand: I'm looking ad child profiles but I get compile errors [12:09] jdstrand: the apparmor reference has this worring statement: [12:09] jdstrand: 'x' '->' ',' (not yet supported) [12:09] jdstrand: it does have: ('safe' | 'unsafe') 'x' [[' ->' ] ['+' ]] ',' [12:09] jdstrand: I'll keep digging but I suspect I'm either missing something super obvious or we may have a problem with xenial [12:15] ahhh [12:15] darn :) [12:16] jdstrand: so just for information, I was stuck on the fact that the child profile cannot have dashes in it [12:22] zyga-ubuntu: jdstrand is off today afaik, labor day in the us [12:33] mvo: ah I didn't know [12:33] anyway I'm progressing, I just launched a run of tests/main/ with child profile on snap-update-ns [12:33] which gives me enough time to make something to drink :) [12:35] hmm [12:35] mvo: after base snap patches landed in master my tests started to fail [12:39] zyga-ubuntu: what tests exactly? [12:39] https://travis-ci.org/snapcore/snapd/builds/271651836?utm_source=github_status&utm_medium=notification base-snaps spread test [12:40] mvo: I'm runnin a sequence with -debug so I'll get to that soon [12:40] just curious what happened there [12:41] oh man, it's raining crazy [12:43] PR snapd#3846 opened: debian: add missing flags when building static snap-exec [12:43] zyga-ubuntu: I'm not sure if that branch really had any side-effects, it really should only affect things when base: foo is used [12:43] zyga-ubuntu: heh [12:44] mvo: it passed just a moment ago, before the merge [12:44] mvo: but that's fine, I'll get to the bottom of this [12:44] mvo: but I wanted to mention this in case it affects 2.28 [12:45] zyga-ubuntu: yeah, its a new test [12:47] dang ! [12:48] no framebuffer device in pi initrd's without a gazillion of drm/kms modules :/ [12:49] zyga-ubuntu: hm, I guess the problem is that snap-update-ns needs to be static linked [12:49] zyga-ubuntu: same problem as snap-exec, if you run it *inside* the bare base there is no libc [12:50] mvo: that makes sense [12:51] mvo: thanks, I'll make the modifications [12:52] ah [12:52] darn, meeting is coming up and I'm parched [13:03] ppisati, do you think building vc4 intob the kernel would do any harm on rpi ? [13:03] (specifically if the dtb overlay does not get used) === ikey|afk is now known as ikey [13:23] heh http://kernel.ubuntu.com/git/jj/ubuntu-artful.git/log/?h=apparmor-4.13%2boutoftree [13:23] * ikey yoinks it [13:27] ogra_: waste of some memory, probably [13:27] ogra_: what's the matter with it being a module? [13:27] Chipaca: I did a quick review of the packaing branch, I'll do a deeper one now [13:28] Chipaca: also dropped a crazy suggestion that may, ironically, be nicer if you think along the same lines [13:28] ppisati, i have the split initrd stuff woprking here and am now loading a psplash.img with the initrd ... that works just fine if i dont enable kms ... if i do enable kms there is no /dev/fb0 until the module is loaded [13:29] ppisati, so either i create an additional vc4modules.img that i load alongside with psplash.img to ship the modules, or we always pull the vc4 modules into the initrd ... or we compile it in ... my main concern was if it would break when vc4 is builtin but the overlay isnt used === zarcade_droid is now known as Guest28588 === ShalokShalom_ is now known as ShalokShalom [14:03] zyga-ubuntu: wrt your cray-cray suggestion, is mwhudson going to nyc? [14:03] zyga-ubuntu: because it's the kind of crazy that requires all hands on beer [14:04] but, maybe? it's probably doable [14:04] for debian-ish things at least [14:04] hope you don't mean also for non-debianish [14:05] Chipaca: I think so [14:05] Chipaca: so far I meant debian-ish [14:05] lol all hands on beer [14:05] Chipaca: which will give us enough rope for various debian+ubuntu releases [14:06] ikey: very serious topic that [14:06] ogra_: ah, i don't think so, usually overlay just enable the hw resource and the driver attaches to it - if it's not enabled, the driver won't attch and that's it [14:06] ;) [14:06] ill settle for cider :P [14:06] ogra_: at least, in theory, we should definitely try it :) [14:06] ikey: just for the record, what I mean is that it requires a relaxed, informal, and high bandwidth conversation to come to a reasonable agreement quickly around things, before diving into the technical details of it [14:06] ppisati, ahh, well, i generated and loaded a vc4modules.img ... i see all modules loaded but still no /dev/fb0 [14:06] ya, chinwag. [14:07] ya [14:07] you got a floppy chin, ikey ? :-p [14:07] nah i upgraded to an ssd shin [14:07] the beer is completely optional, and if anybody involved were opposed to it, it wouldn't feature at all [14:07] aah [14:07] beer sounds like a plan [14:07] beer is a cultural lubricant for the mind [14:07] (im irish, we have this nailed.) [14:08] although considering it's only 3pm in the UK it might be a bit looked-down-upon [14:08] "liquid lunch" [14:08] >_> [14:08] lol [14:08] ppisati, so there is still something missing even though the kernel auto-loads them when the dtb is turned on ... (perhaps a udev rule or whatnot) [14:08] ikey: just to point out, while it often is, it can also be a barrier to some folks (which is why i'm going all explanatory) [14:08] oh i know [14:08] k [14:08] i just happen to know the people involved :-) [14:08] gotcha :D [14:09] zyga-ubuntu: now we need _you_ to get to nyc, don't we [14:09] :D [14:09] indeed, [14:10] at least the nyc flights wont be as bad as some of the US flights ive done [14:10] * zyga-ubuntu needs to break for a moment [14:10] (which was UK -> Amsterdam -> Portland OR usually) [14:11] ogra_: weird... but if you let the system boot till userspace, fb0 is there, right? [14:11] yep [14:11] just not when stopping with break=premount [14:11] ikey: yuk, and no pre-clearance in Dublin [14:11] zyga-ubuntu: on the subject of that PR though, if 14.04 no longer needs snap.mount.service.wotsit, let's nuke it [14:11] i don't know how to go about nuking it, but let's [14:12] greyback, yeah this time im doing dublin -> jfk (first time) so im not really looking forward too much to the hall part of it.. [14:12] actually worse than that is likely getting from tullamore to dublin in the first place :p [14:12] ikey: hah :) [14:13] * ikey has had "streets of new york" stuck in his head for 2 weeks though [14:14] Chipaca: not sure, check if it is installed [14:14] Chipaca: is it really shipped by the package [14:14] Chipaca: maybe it is, maybe not [14:14] * zyga-ubuntu really afk [14:15] * ikey should get a super obnoxious solus t-shirt printed off before heading out that way [14:15] zyga-ubuntu: in that's the actual packaging code used to package the package, it's packaged [14:16] why I'm getting network time of 2106 [14:16] ikey: we wouldn't recognise you without it ;) [14:17] ah sure you will [14:17] and stickers. A project dosn't exist without stickers [14:17] just look for the angriest looking person in nyc [14:17] (i have b*tchy resting face something chronic) [14:17] pedronis: must be that new internet... ipv6 they call t [14:18] plus ill have the cap :p [14:18] ikey: ah, we'll just have to give you some things to be legitimately angry about then [14:18] maybe ill get the head mad max'd again so i stick out [14:19] new internet my foot. those kids today don't know they're born without trying the original internet! [14:19] greyback, you'd have a hard time not spotting this loon: https://ibin.co/3ZEhYhoxZ3Gf.jpg [14:19] ppisati, hah .. i now just added all modules to my modules.img ... now i got fb0 (but psplash does hang ) [14:20] ikey: so you're the one they speak of in Tullamore... [14:20] XD [14:20] it all becomes clear [14:20] seems i was just missing some module (6though not sure which one) [14:21] ALL the modules! [14:21] only 10 o so :) [14:21] bah. put moar! [14:23] sigh .. this drm stuff gives me headdaches [14:23] who *really* needs graphics tho.. [14:23] ikey, shush, greyback is here :P [14:24] what has a gui ever done for us?! [14:24] * ikey stands with the peoples fronts of nano [14:24] or is it the nano people's front.. [14:24] oh, I thought it was the popular front of Nano [14:24] still. what has the gui ever done for us? [14:25] what happened to the popular front of people's nano? [14:26] * ikey slaps 4.13 kernel [14:26] * diddledan compiling ring-gnome-client [14:27] can certainly see how much of apparmor has gone upstream [14:27] ...-Artful-jj-s-kernel-s-apparmor-4.13-outof.patch | 4023 ++++++ [14:27] ...-Artful-s-master-next-apparmor-implementa.patch | 13659 ------------------- [14:27] * ogra_ dances around diddledan [14:27] is that an ironic "how much got upstreamed"? [14:27] no [14:27] s/ironic/sarcastic/ [14:28] for the 4.12.x kernels we had a 13.5k line patch [14:28] now we have a 4k line patch [14:28] aha, that's pretty awesome then [14:28] aye [14:28] granted ive no idea if its gonna work but hey thats what unstable repos are for [14:28] let those kernel dudes futs with looking after it :-p [14:29] * ikey is regrettably solus kernel dude [14:29] lol [14:29] ok admittedly im solus many-dude.. [14:29] aren't you solus dude, though? [14:29] many, not everything :p [14:29] we have other dudes [14:30] like flexiondotorg is Ubuntu Martin dude :-p [14:30] lol ubuntu martin [14:30] i do a fair bit but you can see from https://build.solus-project.com/ its not just me [14:30] ikey, boo, get more dudettes ! [14:30] and a lot of stuff is landing other peoples patches [14:30] (from the community) [14:31] ogra_, ah true enough. tech needs more dudettes [14:31] ! [14:31] ikey: 4.14 has more [14:31] dudettes ? [14:31] cool === zyga-ubu1tu is now known as zyga-ubuntu [14:32] * ikey cries when he notices a new lts kernel too [14:33] ogra_, hey [14:33] hey cachio [14:33] ogra_, working with console conf currently [14:33] and I see a problem in the dragonboard when I try to reconfigure the wifi settings [14:33] https://paste.ubuntu.com/25465490/ [14:33] ogra_, it gives me a timeout error [14:34] any idea what could be causing that [14:34] if I run the same in the pi3 it works perfectly [14:34] not really ... but my first look would go at netplan ... [14:34] * diddledan twiddles his thingies waiting for build [14:35] https://imgs.xkcd.com/comics/compiling.png [14:35] on the pi we had issues with the bind/unbind of the module that netplan does when probing, for the pi we blacklisted it ... perhaps it is something similar on the db [14:36] cachio, though the log looks like it comes up in the end [14:36] Sep 4 14:26:17 localhost systemd-networkd[2984]: wlan0: Configured [14:36] ogra_, yes [14:36] but you seem to have configured ipv6 [14:36] it makes the configuration but it gives hte error [14:36] perhaps that is getting in your way here [14:36] frak [14:36] ogra_, I tried with ipv6 and without and the error is the same [14:36] I got a stage package name wrong [14:38] I really wish SNAPCRAFT_CONTAINER_BUILDS=1 didn't die on me [14:41] mvo: was your "nice" on snapd#3845 a +1-if-you-add-tests? 'cause i've added tests and everything's green so i'm wondering :-) [14:41] PR #3845: osutil: include a variant of AtomicWrite* that takes an io.Reader [14:42] Chipaca: heh, let me have a look again [14:45] ok, my apparmor profile works great [14:45] let's merge master and let's adjust build rules for snap-update-ns [14:45] mvo: thank you again :) [14:49] Chipaca: re 3846> would it make the unification PR simpler if I add the GCCGOFLAGS in both places? or would it be simpler if it stays as is. its funcitonal irrelevant but I am keen to make your life simpler [14:50] zyga-ubuntu: my pleasure [14:50] * zyga-ubuntu tests again [14:55] Hi! I have a snap that wants to use a certain dbus interface. Is there a better way than creating a slot for that interface ? I don't want other apps to use my slot, I only want my own snap to use that interface only. [14:56] om26er: hey, which interface is that? [14:57] om26er: you need to create a slot for it. your own snaps will auto connect to them when they're defined to plug that slot, but you can't prevent the user from manually connecting other snaps [14:57] zyga-ubuntu: org.kde.screensaver [14:57] om26er: so you would like to be the screensaver or talk to an existing screensaver? [14:58] zyga-ubuntu: I want to lock the screen and also check if its already locked. [14:58] (remotely) [14:58] I see, one sec [14:58] PR snapd#3846 closed: debian: add missing flags when building static snap-exec [14:59] om26er: so there's the screen-inhibit-control but it only allows one method [14:59] om26er: so you will need a new interface or you may need to check with one of the new desktop interfaces developed by jdstrand [15:00] om26er: let me look at them [15:00] om26er: looking quickly I don't see any screensaver stuff there, so it would be a new interface [15:00] om26er: that interface will be provided by classic systems [15:01] om26er: and once connected it would allow your app to query the state [15:01] zyga-ubuntu: ah, shall I file a bug for that ? [15:01] om26er: as well as controll it (which might be a separate interface, not sure yet) [15:01] om26er: can you please open a forum thread [15:01] om26er: we kind of use forum more than bug tracker [15:01] I will do that. [15:01] om26er: I don't suspect there are issues creating the interface but I'm sure the security team will review the impact and decide on auto-connection [15:01] om26er: thank you! [15:03] diddledan: that actually answered one of my questions that I asked yesterday. In my testing if I defined a slot, my snap automatically got access to that interface. Though when I tried to publish that to the store, it said it would need "manual review" [15:04] om26er: no [15:04] om26er: interfaces have four elements [15:04] om26er: permanent plug and slot specification [15:04] om26er: and per-connection plug and slot specification [15:04] om26er: it depends on the interface what those do [15:05] human review required due to 'deny-connection' constraint for 'slot-attributes' from base declaration declaration-snap-v2_slots_deny-connection (kde-screensaver-dbus, dbus) [15:05] om26er: which interface did you specify? [15:05] kde-screensaver-dbus? [15:06] zyga-ubuntu: yes: https://github.com/om26er/linux-desktop-manager/blob/master/snap/snapcraft.yaml#L31 [15:06] the commented lines at the end. [15:06] om26er: that's for *being* on the bus [15:07] om26er: the summary says: "allows owning a specifc name on DBus" [15:07] om26er: you don't want that [15:08] my understanding of dbus interfaces is very limited, so the terminologies confuse me =) [15:09] om26er: I can explain [15:09] om26er: the word interface is very overloaded [15:09] in terms of snappy, a slot is a service that your snap provides to the system, and a plug is a definition that declares which system services your snap uses (or consumes) [15:09] om26er: there are dbus terms and snapd terms that apply [15:10] diddledan: that bit was clear, yes. [15:10] :-) [15:11] mvo: hmmm [15:11] (cd _build/bin && GOPATH=$(pwd)/.. CGO_ENABLED=0 go build github.com/snapcore/snapd/cmd/snap-update-ns) [15:11] can't load package: package github.com/snapcore/snapd/cmd/snap-update-ns: C source files not allowed when not using cgo or SWIG: bootstrap.c [15:11] mvo: why did you set CGO_ENABLED=0 there [15:11] (I just copied that) [15:12] zyga-ubuntu: the only thing in dbus word that I don't understand is "owning a DBus interface". Other things are pretty clear. === cachio is now known as cachio_lunch [15:13] that would be like a snap slot. it is a service that you provide [15:13] mvo, FYI, 2.27.5 it is already in the mirrors [15:13] an alternative way to think of it is like owning the port in networking - when you LISTEN on port 80 then only you can receive stuff sent there. [15:13] zyga-ubuntu: because CGO_ENABLED=1 pulls in glibc and friends [15:13] I tested the upgrade and it works [15:13] mvo: and that is bad? [15:14] mvo, the smoke tests pass [15:14] zyga-ubuntu: for a static build yes [15:14] so owning a dbus name/interface means you're listening for communication to that name [15:14] O Hi cachio_lunch =) [15:14] zyga-ubuntu: this is done so that we can have a completely empty base snap or a base snap with different libc than glibc etc [15:14] hi, om26er [15:15] cachio_lunch: great! [15:15] and cgo == not static? [15:15] * cachio_lunch gonna lunch now [15:15] zyga-ubuntu: well, that was the only way I found to disable dynamic linking, maybe there are more ways? [15:16] zyga-ubuntu: hold on a sec, I will create an example in a sec [15:17] mvo: quick gooling: go build --ldflags '-extldflags "-static"' file.go [15:17] I haven't tested whether that works tho [15:17] mvo: no need, I'll explore [15:17] mvo: I'm trying to make snap-update-ns static :) [15:18] so I learned if /var/lib/systemd/clock gets a strange mtime you are in for a lot of "fun" [15:18] diddledan: thanks a bunch! [15:18] I got that from http://blog.madewithdrew.com/post/statically-linking-c-to-go/ [15:18] zyga-ubuntu: indeed, you need something different from what I needed for snap-exec :) [15:18] mvo: fun [15:19] mvo: maybe rewrite snap-update-ns in C? ;-)) [15:19] diddledan: thanks again, TBH I stopped looking at this when snap-exec build statically but zyga-ubuntu needs to still have cgo enabled so your suggestion may be a good hint for him [15:19] the new kids would have you do it swift or rust [15:19] zyga-ubuntu: *cough* [15:19] ;-) [15:19] * zyga-ubuntu tries [15:19] then spoil it all and use glib :p [15:19] good luck [15:19] and also re-registers his spanish car in poland [15:20] ikey: we cannot use glib without doing a security review on it [15:20] ikey: setuid code is totally paranoid [15:20] oh i was being scathingly sarcastic [15:20] if you have any way in which to avoid using glib, do so. [15:20] * zyga-ubuntu works from the middle of a local gov office, changing plates [15:20] uff :) [15:21] cachio_lunch: I uploaded 2.28~rc1 to the PPA, I will let you know once it is in beta, AIUI all tests (ours and CE) will kick in automatically once it hits beta, right? [15:22] darn [15:22] my number plates end with RH [15:22] no ubu plates [15:24] * zyga-ubuntu is starving now [15:24] hmm [15:24] mvo: it built? [15:25] but not static :/ [15:28] zyga-ubuntu: fyi: https://forum.snapcraft.io/t/need-an-interface-to-lock-the-screen/1972 [15:28] om26er: +1 [15:29] pedronis: any objections to having atomatt merge+rebase #3780? [15:29] PR #3780: many: configure store from state, reconfigure store at runtime [15:30] or just rebase, dunno why i'm saying merge+rebase [15:31] mvo, I don't see a release/2.28 branch? [15:32] zyga-ubuntu, I'm considering backporting https://github.com/snapcore/snapd/pull/3260 to 2.27.5 for Fedora [15:32] PR #3260: cmd/snap: implement userd command as replacement for snapd-xdg-open [15:32] what do you think? [15:33] Son_Goku: ooooh [15:33] Son_Goku: yes, sure [15:33] Son_Goku: I think the patch is small [15:33] I'm sick of all desktop snaps not working correctly because of no xdg-open [15:33] Son_Goku: (well, isolated) [15:34] Son_Goku: I'm worried about selinux, we should iterate on some more rules [15:34] I can probably guarantee we need to spend a cycle bringing the rules up to date with changes in 2.28 [15:35] PR snapd#3831 closed: store: move device auth endpoint uris to config [15:35] 16 PRs and counting [15:35] Son_Goku: yes, I think so [15:36] Chipaca: isn't that a nice view? :) [15:36] Chipaca: we need to core some more ;-) [15:36] Son_Goku: yeah, still at ~rc1, I have not pushed anything yet, want to run a smoke test first [15:36] Chipaca: I will land two RPrs by tomorrow evening [15:36] * zyga-ubuntu waits in a car that now lacks insurance [15:36] zyga-ubuntu: your PR built? [15:36] mvo: yes but I get confusing outcomes [15:36] mvo: I hand-looked at the bianry but it was dynamic [15:36] mvo: but I may have looked at the wrong one [15:37] isn't it silly that an insured car is no longer insured as soon as you change the number plates? [15:39] zyga-ubuntu: that depends on jurisdiction :-) [15:39] Chipaca: indeed, [15:40] * Chipaca feels DOS'ed by zyga-ubuntu [15:44] huh? [15:45] zyga-ubuntu: I spent several seconds waiting, [15:47] haha [15:47] I wrote too many apparmor rules [15:47] , is like a semicolon to me now [15:48] /o\ [15:48] zyga-ubuntu: reminds me of the auto-unbox operator in python [15:50] mvo: in snapd#3839, did you mean to drop the ? ? [15:50] PR #3839: docs: use abolute path in PULL_REQUEST_TEMPLATE.md [15:52] mvo: will you look into my last #3773 comments ? it's [15:52] PR #3773: snap-repair: execute the repair and capture logs/status === cachio_lunch is now known as cachio [15:57] om26er, happy to see you are working around snappy [16:00] cachio: me too =) [16:04] pedronis: I will check that first thing in the morning, sorry, was busy with release prep [16:04] Chipaca: not sure, I have a look [16:05] cachio: fwiw, 2.28 is in the beta channel now [16:05] cachio: well, 2.28~rc1 :) [16:06] + snap install --edge core [16:06] core 30.58 MB / 83.09 MB 36.80% 112.28 KB/s 7m58ss [16:06] hmm [16:06] that is linode [16:06] is linode running on an expired 3G sim card? [16:06] that would explain things [16:07] ISDN FTW! [16:08] mvo, great, I'll start its validation [16:09] * zyga-ubuntu eats supper in his car [16:09] cachio: thanks! [16:24] * zyga-ubuntu is looking at a night in a car [16:25] caravaning ? [16:26] haha, on the front seat [16:26] we were supposed to buy the insurance over the phone [16:26] but ... ENOCALLS [16:26] and online insurance shows x2 the amount we just talked about [16:26] so ... waiting [16:26] and we'd rather not leave it here [16:26] because it's not insured, so once stolen, ... [16:26] oh my [16:26] well [16:27] sucks to own a internal combustion ass dragging apparatus [16:33] Chipaca: I answered there [16:34] pedronis: i saw [16:34] pedronis: i went [16:34] pedronis: wait i got the order wrong [16:35] Chipaca: as long as your systemd doesn't think it's 2106, you should be fine :) [16:38] the question is ... does it only think it is in 2106 or is it actually ? ...if it is, could someone patch it to spit out the numbers of the lottery jackpot for next week ? [16:40] ogra_: it's 2106, none of our ssl certs work any more [16:40] ogra_: sorry [16:41] dang [16:48] pedronis: ensure min tls or something [16:48] pedronis: maybe it misfired [16:52] * zyga-ubuntu is tired and cold now [16:53] and it is raining again [17:11] zyga-ubuntu: let's see how this goes... https://src.fedoraproject.org/rpms/snapd/c/4761d994bd7c8194e1180bfe995ac1be03fa8f0a?branch=master [17:14] Son_Goku: nice! [17:14] Son_Goku: is the godbus dep available as a package/ [17:14] I'm pleased to see that go mandates real tabs, though [17:14] zyga-ubuntu, Yep [17:14] https://koji.fedoraproject.org/koji/packageinfo?packageID=18330 [17:15] * zyga-ubuntu is running out of juice [17:15] have juice shipped to you :) [17:15] I'm still stuck in my car [17:15] that I cannot drive [17:16] that my wife cannot drive because I'm the owner and after moving property from spain only the owner can [17:16] and even if I could drive [17:16] we cannot go anywhere [17:16] because we cannot get insurance now [17:16] because everything sucks that's why [17:16] * zyga-ubuntu is getting grumpy [17:16] haha [17:18] aww [17:18] the cake is a lie [17:18] go mandates spaces for indentation :( [17:19] wait, no, that's just the diff viewer being stupid [17:19] what? go doesn't care [17:20] what a f*** day [17:22] it's not that bad of a day [17:23] I have the day off today, which is why I'm able to do anything at all :) [17:23] Son_Goku: I'm sure he meant "fine" [17:23] * zyga-ubuntu hugs Son_Goku [17:23] * zyga-ubuntu walks home [17:24] * Son_Goku is building new snapd 2.27.5 for F25, F26, and F27 [17:24] it build seems to be going well in rawhide, so why not [17:26] zyga-ubuntu, can anyone get in touch with robert-ancell? [17:27] his tarballs for snapd-glib 1.17 and 1.18 are missing: https://github.com/snapcore/snapd-glib/releases === JanC is now known as Guest74391 === JanC_ is now known as JanC [18:00] Son_Goku: He participates in the forum [18:00] does he announce snapd-glib releases there? [18:01] Son_Goku: Don't recall seeing announcements there, but that'd be quite nice actually [18:01] I mean, I'll always know about new releases because release-monitoring.org is awesome [18:16] zyga-suse: ensure min tls is not run anywhere yet [18:17] this was my dev box [18:17] seems something confused ntp for a sec and it all went to future/hell from there [18:18] seems timesyncd doesn't recover from that on its own [18:18] also because it seems indeed once you are some much in the future lots of protocols/things stop working [18:25] * zyga-suse mutters something about back to the future [18:25] also having a car sucks [18:25] also polari, the gnome IRC client, sucks [18:26] welp === ubott2 is now known as ubottu [18:33] gah, godbus wasn't submitted to f26 stable [18:34] no wonder the build failed [18:34] * Sir_Gallantmon pushes it === svijee is now known as svij === TinoGuest_ is now known as TinoGuest === JamieBennett_ is now known as JamieBennett === psftw_ is now known as psftw === ulkesh_ is now known as ulkesh === ondra_ is now known as ondra === Kamilion|ZNC is now known as Kamilion === Sir_Gallantmon is now known as Son_Goku [18:57] use IRCCloud then. [19:08] niemeyer, all of these links are broken: https://forum.snapcraft.io/t/the-roadmap/1973 [19:09] Son_Goku: How did you get to the topic then? This was supposed to be unlisted :) [19:09] ... [19:09] wut [19:10] but... I can see it? [19:10] Son_Goku: Yeah, unlisted != private [19:10] Son_Goku: How did you get the first link? [19:10] email [19:10] Weird [19:10] That's not very unlisted :P [19:11] I'm not sure what to think about snapd growing support for managing services [19:11] Son_Goku: The links seem to work fine in the web UI [19:11] when I clicked them it kept giving me 404s [19:11] and 403s [19:11] in this case, I got access denied [19:11] Son_Goku: What's the URL it goes to? [19:12] https://forum.snapcraft.io/t/1908 [19:12] https://forum.snapcraft.io/t/262 [19:12] https://forum.snapcraft.io/t/1232 [19:12] and so on [19:12] Son_Goku: I can go to those URLs even without auth [19:12] :S [19:12] I don't know anymore [19:13] The fact you got the email is probably a bug.. but not a very serious one [19:13] Unlisted is just "don't list" really.. it's still public content [19:14] ah [19:14] I'm finishing it still [19:14] welp, anyway, on another note, I got 2.27.5 built for Fedora [19:14] Son_Goku: Can you please forward me the email? [19:14] I'll probably file a bug upstream [19:15] email addr? [19:15] and I backported userd because I'm sick of people complaining that desktop snaps can't do the right thing... [19:15] and xdg-open is finally really dead [19:15] err, snapd-xdg-open [19:19] niemeyer: forwarded === Son_Goku is now known as ngompa === ngompa is now known as Son_Goku === chihchun_afk is now known as chihchun === Son_Goku is now known as Neal_Gompa === Neal_Gompa is now known as Son_Goku [19:26] Son_Goku: Thanks! [19:26] Son_Goku: You subscribe with the mailing list mode, right? [19:26] yep [19:26] I miss too much otherwise [19:26] Cool, that should be enough for them to track it down [20:27] I’m trying to get my head around snap, and I’ve got a (hopefully simple question) - when I install a snap, all of the dependencies are part of the package, if a server is part of the dependences (say apache for example) am I limited to using the ports that the packager used? Is this a sub-optimal use case for snappy (which isn’t a problem) - where you might want to run an instance nextcloud and some other LAMP application. I feel like [20:27] I’m either missing something, or barking up the wrong tree. [20:27] Any thoughts? [20:30] exedore6 yes, you can only use the stuff in the snap [20:30] you can link some other things through defined interfaces, but that's pretty much it [20:31] And you can’t tell the apache in a snap to bind to say, port 81. Right? [20:31] Instead of whatever the packager used. [20:31] Because of the security features. [20:32] pretty much [20:32] as far as I know, at least [20:32] I can live with that. Makes more sense now. How about different interfaces? [20:32] you're really not supposed to have snaps binding to the lower ports, but they do anyway [20:33] everything is developer controlled [20:33] That makes all the sense in the world. It doesn’t really seem the place for a service. [20:33] after a snap is made, there's very little a user can do with it [20:33] snaps are designed to favor the developer of the software in terms of configuration, control, and delivery [20:34] So my impression that they’re killer for fat-applications, and fine for webapp demos, they’re the wrong tool for that job. [20:34] if the snap is designed to export its configuration to your config directory (i.e. $HOME/snap/$SNAP_NAME), then user has control over config [20:34] but again, entirely up to the developer [20:35] all snap user data is supposed to live there [20:35] Thanks a bunch. [20:36] exedore6, also note that snap confinement is only currently available on Ubuntu [20:37] and Solus [20:37] it should become available in openSUSE Tumbleweed after the 4.14 kernel release (hopefully) [20:38] proper confinement support is TBD for RH/Fedora, Arch/Gentoo Hardened, as there's no SELinux backend for snapd yet [21:57] hey robert_ancell [21:58] King_InuYasha, hello [21:58] did you get my email about the snapd-glib tarballs? [21:59] ugh [21:59] King_InuYasha, yep, fixing it now [21:59] awesome [21:59] I'm guessing you're going to be releasing 1.19 as well [22:00] will that work okay with 2.27.5, or do I need to backport the license field stuff to snapd for it? [22:02] King_InuYasha, the license stuff just defaults to NULL if the snapd doesn't support it. [22:02] ah, excellent [22:03] But this still requires some store work before it will be populated, so not sure when that will be done. [22:03] it's painful enough to backport things in snapd [22:03] I just did it today for userd [22:03] In general, I try to make snapd-glib work with any version of snapd [22:03] nice [22:04] Next step, is seeing if I can get the translations to work [22:04] heh === mcphail_ is now known as mcphail === JoshStrobl|Work is now known as JoshStrobl|AFK