[00:00] * ikey is gonna print off his pending snapd patches and hand deliver them on sunday [00:01] ikey: That'd be fantastic :P [00:01] lol [00:02] TSA will probably lock me up thinking i cracked some satellite codes [00:02] send in Bruce Willis to protect me [00:02] * ikey might've watched netflix recently. [00:25] ikey better that than being Axl Torvalds from swordfish :-) [00:28] heh === JanC is now known as Guest8694 === JanC_ is now known as JanC === JoshStrobl|zzz is now known as JoshStrobl [11:22] sergiusens: ikey: what about axel foley from beverly hills cop (1, 2 or 3) [11:23] the swordfish reference, I'm not sure I can crack 512bit DOD encryption in 60 seconds by "just seeing a pattern" [11:23] especially when there's a lady doing naughty things [11:24] I suppose the kid from mercury rising would be able to though [11:26] and of course that brings us back to bruce's willi [11:50] hmm [11:50] * ogra_ wonders if that would be snappable https://github.com/letoram/arcan [12:31] diddledan, oh man ... that ring snap builds each and every dependency .... [12:31] (i wonder why it needs any stage-packages at all ) [12:33] Hello is this a xenial snap yet ? #snappy https://docs.saltstack.com/en/2015.8/topics/installation/ubuntu.html [12:35] $ snap find salt [12:35] The search "salt" returned 0 snaps [12:35] ... [12:35] seemingly not [12:42] How do I change that ? Iam on deepin [12:44] CoderEurope, well, you could try to snap it yourself, talk to upstream in #salt and ask them to build a snap or you could ask on the forum (see channel topic) if someone else is willing to snap it [12:46] regarding the forum ... https://forum.snapcraft.io/t/snap-wishlist-suggestions-wanted/567 ... [13:37] PR snapd#3621 closed: cmd/snap-{confine,update-ns}: apply mount profiles using snap-update-ns [13:57] PR snapd#3938 closed: interfaces/opengl: don't udev tag nvidia devices and use snap-confine instead [17:52] PR snapcraft#1566 closed: recording: record build-snaps installed during the pull === ShalokShalom_ is now known as ShalokShalom [20:21] fwiw, i think the help here is wrog, at least on the latest snapcraft: https://snapcraft.io/docs/build-snaps/plugins [20:21] plugins are now in snapcraft.plugins [20:21] and each modules defines its own [20:21] so the example there would be 'from snapcraft.plugins import base' [21:22] nacc the baseplugin to import from is still correct though [21:22] should be at least [22:43] sergiusens: oh is that special? i think it's actually much more common to override oen of the non-base plugins :) [22:46] sergiusens: i'm getting a segmentation fault from a classic snap built on xenial, running onn artful [22:46] the segv is i ld-2.26.so, which is from the host (afaict) [22:47] in the core snap, I see [22:47] $ ls -ahl /lib64/ld-linux-x86-64.so.2 [22:47] lrwxrwxrwx 1 root root 32 Sep 4 00:34 /lib64/ld-linux-x86-64.so.2 -> /lib/x86_64-linux-gnu/ld-2.26.s [22:47] err [22:47] ls -ahl lib64/ld-linux-x86-64.so.2 [22:47] lrwxrwxrwx 1 root root 32 Sep 11 23:36 lib64/ld-linux-x86-64.so.2 -> /lib/x86_64-linux-gnu/ld-2.23.so [22:47] which is a broken symlink (but perhaps there is some voodoo?) [22:49] but i feel like hwat's segfaulting is the older loader isn't being used