[00:24] maybe the Status update for version mails from the store should mention architecture? [05:00] robert_ancell_: ping [05:00] morphis_, hi [05:00] robert_ancell_: we're currently porting snapd-glib to Fedora and enabling support for it in gnome-software there too [05:01] morphis_, awesome, thanks! [05:01] robert_ancell_: however we saw something very interesting: http://imgur.com/a/CowmR [05:02] the default locale of the user is en_GB but he gets turkish messages; I figured out later yesterday that this is because policykit in Fedora doesn't have gettext support [05:02] oh [05:02] robert_ancell_: and found an old upstream bug you filed years ago https://bugs.freedesktop.org/show_bug.cgi?id=29639 [05:02] so policykit always falls back to the last entry in the .plolicy file [05:03] morphis_, ah, I probably forgot about that and should generate the PolicyKit file with the translations as per the spec [05:03] morphis_, I can fix that up tomorrow and make a 1.10 release [05:03] robert_ancell_: awesome! [05:03] morphis_, thanks for finding the problem! [05:04] robert_ancell_: so upstream polkit has gettext support but in a different way? [05:04] morphis_, I think it never got accepted upstream and I didn't notice because I'm testing on Ubuntu [05:04] robert_ancell_: np, Son_Goku and a gnome-software developer found it :-) [05:04] robert_ancell_: yeah.. :-) [05:05] robert_ancell_: as I am mainly focussing on cross-distro these days I am seeing a lot of these things [05:09] robert_ancell_: btw. would it make sense to move snapd-glib over to github.com/snapcore? [05:09] morphis_, possibly. I ended up putting on LP just to get going quickly. [05:10] morphis_, do you know who I'd have to ask to migrate there? [05:10] robert_ancell_: I think zyga or niemeyer can do that [05:11] robert_ancell_: if you don't overlap with them today I can talk with them or maybe better you create a forum topic on forum.snapcraft.io [05:11] morphis_, I'm past EOD, so I have to head off now. If you could raise it with them today that would be helpful. [05:12] bye === ricardokirkner is now known as pindonga === DedSec_ is now known as DedSec === andyrock_ is now known as andyrock === victorbjelkholm_ is now known as victorbjelkholm === eshlox_ is now known as eshlox === vigo is now known as vigo|afk [05:57] good morning [05:58] mvo: hey, could you please review https://github.com/snapcore/snapd/pull/3131 [05:58] PR snapd#3131: interfaces/mount: add OptsToFlags for converting arguments to syscall… [05:58] mvo: and perhaps https://github.com/snapcore/snapd/pull/3129 (just a struct) [05:58] PR snapd#3129: interfaces/mount: add InfoEntry type [05:58] zyga: sure [05:59] PR snapd#3039 closed: many: add support for partially static builds [05:59] thanks :) [05:59] mvo: ^^ I just landed partially static builds, let me know if something starts to misbehave [06:00] ok [06:01] PR snapd#3125 closed: tests: download and install additional dependencies when using prepackaged snapd === vigo|afk is now known as vigo [06:06] oho, a bug in regression test [06:06] /bin/bash: line 56: [: missing `]' [06:08] PR snapd#3134 opened: tests: fix incorrect shell expression [06:08] mvo: https://github.com/snapcore/snapd/pull/3134 this will fix some autopkgtest failures [06:08] PR snapd#3134: tests: fix incorrect shell expression [06:09] PR snapd#3106 closed: tests: enable docker test for more ubuntu-core systems [06:14] morphis_: hey, I wanted to get this on your radar https://bugzilla.novell.com/show_bug.cgi?id=1028568 [06:14] morphis_: I'll open a forum topic to discuss this [06:15] zyga: thanks, I'm going over all the one ones now [06:17] zyga: keen to see the tests, autopkgtest should be fixed [06:17] mvo: I'll merge master into https://github.com/snapcore/snapd/pull/3085 once the fix above lands and everything (maybe) goes green [06:17] PR snapd#3085: .travis.yml: remove travis matrix and do a single sequential run [06:21] PR snapd#3112 closed: interfaces: add a joystick interface [06:21] ha! #3115 has all tests green again, so nice to see that autopkgtest is now fixed again [06:22] zyga: hey! yeah I saw already that lxd is broken both on Fedora and openSUSE, but good that we have a dedicated bug for that [06:32] morphis_: I did a quick branch to fix that but we need coordination from ogra and the core snap [06:32] mvo: if you have a min, another review on https://github.com/snapcore/snapd/pull/3096 and a merge later today would be great! [06:32] PR snapd#3096: many: abstract path to /bin/{true,false} [06:32] morphis_: my plan was to essentially stop sharing /etc [06:33] zyga: is that easily possible? [06:33] except for hostname and resolv.conf [06:33] morphis_: yes [06:33] aww, brb [06:33] we may have a few more dependencies on it don't we? [06:33] like /etc/netplan [06:34] zyga: and grep'ing through interfaces/builtin shows a lot more [06:34] at least 12 which have rw permissions [06:34] zyga: https://paste.ubuntu.com/24311669/ [06:36] morphis_: sure, happy to [06:37] mvo: thanks [06:37] morphis_: looks great! thanks for your patience [06:37] mvo: np [06:38] morphis_: re :) [06:38] morphis_: so that will all work, but we need to tweak one symlink [06:38] zyga: you saw the list I've pasted above? [06:38] morphis_: as if we stop sharing all of /etc one of the writable things has to be adjusted [06:39] morphis_: no [06:39] https://paste.ubuntu.com/24311669/ [06:39] morphis_: sorry, I had to do IRL stuff [06:39] IRL? [06:39] morphis_: in-real-life [06:40] ah :-) [06:40] morphis_: not sure what I'm looking at [06:40] zyga: that is a grep through interfaces/builtin for things which refer to /etc [06:40] there are quite a few writable things in /etc [06:40] if we stop sharing those with the host things will break [06:40] morphis_: and they work with /writable and symlinks and such AFAIR [06:40] zyga: what is with classic? [06:41] morphis_: the whole point is that it already works in core/all-snap [06:41] zyga: ok, then I may don't get yet what you're planing to do [06:43] we have symlinks in /etc in the core snap, I get that, but wont those break too if we have the same core snap on multiple distributions as they would point to /writable which doesn't exist there [06:44] so if we stop sharing /etc with the host it looks to my like we have to repeat all the writable-paths handling the initramfs on Ubuntu Core currently does for classic [06:44] morphis_: 3084 has some more suggestions, but I must say I think its looking super nice, the extra bit in there will just make it even more nice :) great work there! [06:44] * mvo hugs zyga for the review too [06:46] mvo, zyga: will change that in a bit [06:46] zyga: 3096 needs a second review, if you have a moment, should be trivial then it can land [06:46] * zyga will review/read stuff in a sec [06:46] just sending kids to school [06:52] zyga: thank, no real rush [06:54] ok :) [06:54] all gone now [06:54] morphis_: of coruse writable would exist [06:54] morphis_: it is in the core snap after all [06:54] morphis_: and we look at the world _after_ the pivot_root is done [06:55] morphis_: so it is just a matter of putting the right host data files to /writable [06:55] morphis_: and setting everything up so that after pivot_root it's all resolving correctly [06:55] morphis_: writable would have to be a tmpfs [06:55] morphis_: and would need to be managed by either snapd or by snap-confine [06:56] mvo: I was already looking at 3096 :-) [06:57] PR snapd#3122 closed: packaging: do not compile spread for autopkgtests [07:00] zyga: right, and we need to bind mount things there from the real /etc [07:00] otherwise snaps wont be able to change timezone/locale/... [07:03] PR snapd#3131 closed: interfaces/mount: add OptsToFlags for converting arguments to syscall… [07:05] morphis_: interesting [07:05] morphis_: yes, perhaps [07:06] mvo: looks like adt will be green now :) https://github.com/snapcore/snapd/pull/3134 [07:06] PR snapd#3134: tests: fix incorrect shell expression [07:07] zyga: yeah, I like the level of greeness [07:08] once this passes I'll merge it and start merging it into pending brnaches [07:08] mvo: I'll start with those for 2.24 [07:08] oh, no more 2.24 :) [07:17] just one test yellow :) [07:17] zyga: but lets explore this a bit more, worth a forum topic :-) [07:20] morphis_: what? [07:20] all green, merging! [07:21] zyga: the unshared /etc on classic [07:21] morphis_: aha, yes, definitely [07:21] PR snapd#3134 closed: tests: fix incorrect shell expression [07:21] eveyone, let's not land failing tests now [07:21] everything should be green [07:23] PR snapd#3132 closed: overlord/state: make sure that setting to nil a state key is equivalent to deleting it [07:33] pstolowski: hey [07:33] zyga, o/ [07:34] pstolowski: I just resolved conflicts on https://github.com/snapcore/snapd/pull/3119 and I worry that it is too easy to add a wrong version of AddConnected{Plug,Slot} [07:34] PR snapd#3119: interfaces: API additions for interface hooks [07:34] pstolowski: I'd like to do a sanity test that looks at each interface and makes sure it doesn't implement the old APIs [07:34] pstolowski: no snippets, no attr-less connected plugs or slots [07:35] pstolowski: with the definer hack we essentially turned to duck typing on a security component [07:35] pstolowski: and this is a bit risky :/ [07:37] zyga, thanks for resolving conflicts in that branch; [07:38] fgimenez: conflicts on https://github.com/snapcore/snapd/pull/3105 [07:38] PR snapd#3105: tests: download previous snapd package from published versions instead of specific PPA [07:39] zyga: thanks on it [07:40] zyga, as for duck typing yes, I realized these risks too. I think from now only every interface needs to have full tests [07:40] zyga, good idea about sanity test, a simple shell script will do [07:41] pstolowski: I was thinking about a go based test actually, let me try something [07:41] everyone: I'm going through PRs and merging master into them, this should fix adt failurs [07:41] *failures [07:42] please don't merge things if they are not green anymore [07:45] hmm [07:45] FAIL: overlord_test.go:360: overlordSuite.TestEnsureLoopPrune [07:45] this failed on my laptop just now [07:45] was that known racy? [07:56] pstolowski: we need to plan a 2nd pass through all PRs to adjust them to the new interface APIs [07:56] pstolowski: but I'd like to see this new test merged first [07:56] pstolowski: I'll take a break, prepare for some meetings today and then start working on it [07:57] pstolowski: if you could do a trivial review on a struct: https://github.com/snapcore/snapd/pull/3129 [07:57] PR snapd#3129: interfaces/mount: add InfoEntry type [07:57] pstolowski: that would help me move update-ns effort forward :) [08:01] PR snapd#3135 opened: interfaces/mount: add high-level Profile functions [08:04] PR snapd#3108 closed: cmd: use libtool for the internal library [08:12] mvo: I'm done, nearly everyting is either yellow now or has been commented upon to have the author do something [08:12] mvo: probably we'll run out of machines but spread can be restarted [08:12] mvo: and adt will nicely queue [08:15] * zyga afk [08:24] PR snapd#2971 closed: data: ship "snap.mount" service that ensures /snap is MS_SHARED [08:28] zyga: can you have another look on https://github.com/snapcore/snapd/pull/3084 ? [08:28] PR snapd#3084: packaging: use templates for relevant systemd units [08:28] morphis_: yes, after my calls [08:28] thanks! [08:51] fgimenez: - autopkgtest:ubuntu-16.04-ppc64el:tests/main/classic-custom-device-reg failed on https://github.com/snapcore/snapd/pull/3129 [08:51] PR snapd#3129: interfaces/mount: add InfoEntry type [08:52] fgimenez: died on kill timeout there [08:52] mvo: it would be awesome if we had a way to re-try adt tests [08:53] we're starting to see green tests :) [08:53] not all but at least some [08:53] random failures on adt are annoying as they are harder to re-try [08:54] zyga: yeah, I have no idea how to retrigger those, we need help from the adt people on that. but its worth investigating the failures I think [08:54] mvo: if it is just slower infrastructure we should tweak knobs to kill them later [08:54] mvo: if it is real failure we want to investigate [08:54] mvo: so yeah, agreed! [08:57] aha, that looks like a real bug [08:57] [ 1602.570508] audit: type=1400 audit(1491294017.372:1090): apparmor="DENIED" operation="create" profile="snap.classic-gadget.hook.prepare-device" pid=27121 comm="snapctl" family="inet" sock_type="stream" protocol=6 requested_mask="create" denied_mask="create" [08:57] snapctl + ipv6 [08:58] mvo: did your branch with config that was addressing that landed? [08:58] s/landed/land/ [09:02] I added https://github.com/snapcore/snapd/pull/3129/commits/f82c78c07facd73f5ad1a31f26b0b337dc6ce4ce to try to figure out what is failing on ppc64 [09:02] PR snapd#3129: interfaces/mount: add InfoEntry type [09:05] zyga, i dont see a PR for the lxd bit [09:17] hi mvo: i'm looking into the expect errors on ubuntu-core http://paste.ubuntu.com/24305344/ and, trying manually tests/main/create-key on amd64 with edge core, it gets stuck after the "Confirm password" prompt http://paste.ubuntu.com/24312255/ if you could take a look when you have a moment that would be great [09:18] zyga: so for gnome-software we have a hardcoded /snap/bin in snapd-glib we need to workaround [09:18] err, a hardcoded /snap/bin in gnome-software [09:37] morphis_: aha [09:37] morphis_: we can do a small patch or we could maybe have it ask snapd [09:37] morphis_: but I think we can do it easily with a small patch [09:38] ogra: hmm [09:38] zyga: yeah that is the plan [09:39] zyga: talked with Robert this morning and he wants to do a minor release of snapd-glib tomorrow anyway so I am asking him now if he can add a small API function returning the snap mount dir [09:39] we can than set it statically via a configure switch and later ask snapd [09:43] Good mornings [09:45] hey niemeyer! good morning [09:47] niemeyer: morning! [09:47] o/ [09:47] morphis_: sounds good! [09:47] niemeyer: good morning :) [09:48] zyga: you already had time to give snapd on Fedora a try or is that something for later this week? [09:48] pstolowski: error: cannot refresh "test-snapd-delta-refresh": cannot get refresh information for snap "test-snapd-delta-refresh": Post https://search.apps.ubuntu.com/api/v1/snaps/metadata: EOF [09:49] morphis_: I'll try that today, I have my 2nd machine standing by [09:49] pstolowski: this failed here: https://github.com/snapcore/snapd/pull/3111 [09:49] PR snapd#3111: snapd: initial implementation for systemd software watchdog for snapd [09:49] pstolowski: will that be fixed with https://github.com/snapcore/snapd/pull/3126 ? [09:49] PR snapd#3126: store: handle EOF via url.Error check [09:50] zyga: sounds great! we need 6 points to get the update done, so need to collect people :-) [09:52] morphis_: I'll boot F25 first [09:52] ok [09:53] fgimenez: tests/main/interfaces-network-observe failed on timeout (seems like test was stuck) [09:53] https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-yakkety-snappy-dev-image/yakkety/amd64/s/snapd/20170404_092050_bb1cd@/log.gz [09:53] zyga: thanks looking.. [09:55] fgimenez: your new dbus interface spread test seems to be geuinely failing https://github.com/snapcore/snapd/pull/3014 [09:55] PR snapd#3014: tests: add dbus interface spread test [09:57] had to reboot because my tests leaked out and borked the environ, and spread realised and restarted qemu without me having to meddle [09:57] * Chipaca hugs niemeyer [09:57] koza, next customer ... Bug #1679432 ... [09:57] Bug #1679432: Bluetooth SCO connections don't work on Dragonboard 410c [09:57] Chipaca: good morning :) [09:57] hmm, I really wish we could retry adt tests [09:58] error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated. [09:58] * niemeyer feels the love and hugs Chipaca back [09:58] random error on git clone [09:58] zyga, niemeyer :-) [09:58] zyga, yes, i hope so.. [10:00] zyga: indeed, the test snaps weren't being built for ppc64el, doing that now [10:01] zyga: and thanks! :) [10:01] pstolowski: let's merge it then! [10:02] fgimenez: thank you! [10:02] fgimenez: I think we have a chance at all-green tests today [10:02] fgimenez: I'll do my best to help [10:02] zyga, i've just pushed the little fix for unneeded var error; [10:04] zyga: \o/ thanks a lot, spring is definitely coming to our poor test results :) [10:06] * zyga reviews 3126 [10:07] PR snapcraft#1230 opened: Refactor Cleanbuilder into Containerbuild and add Project [10:11] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1672819/comments/10 is exciting [10:11] Bug #1672819: exec'ing a setuid binary from a threaded program sometimes fails to setuid [10:11] which reminds me [10:12] zyga— do you have a fedora system/vm up? [10:15] Guys I noticed that telegram puts downloads in /snap/.../Downloads/ instead of ~/Downloads. I know it's for the sake of confinement, but wouldn't it be a better idea to also mount this folder into ~/Downloads? [10:16] that way, the snap doesn't see other snaps downloads but I can go to ~/Downloads to get my stuff [10:16] /snap/Downloads is a long path [10:18] Chipaca: yes [10:18] zyga— can you check whether that bug happens in fedora also? (it should, but maybe they patch their kernel for this already) [10:18] brunch875— it's tricky [10:19] brunch875— ~/Downloads isn't guaranteed; in fact, it's localised [10:19] Chipaca: sure [10:19] brunch875— if you're in spanish I think it's ~/Descargas [10:19] Chipaca: we have $XDG_CONFIG_DIR/user-dirs.dirs [10:19] damn translations... how does firefox deal with this? [10:20] zyga— exactly, but people editing that is rarer than people speaking something different [10:20] not saying it's impossible; it's tricky [10:20] Chipaca: yeah [10:20] Chipaca: just sligthly trickier than fixed path [10:20] Chipaca: it's tricky if it changes underneath [10:20] Chipaca, i think we stopped localizing it ... your original install must be old [10:20] it's three indirections to get the thing [10:20] but that is rare I hope [10:20] yep [10:21] is it bad that i made tests pass by removing the failing ones :-D [10:21] Chipaca: I bet there's a bible rerefence that fits this but I don't think we want that ;) [10:22] zyga— “And the beast shall come forth surrounded by a roiling cloud of vengeance. The house of the unbelievers shall be razed and they shall be scorched to the earth. Their tags shall blink until the end of days.” (here "beast" could be "snapd") [10:24] ogra, haha thanks, reading now [10:24] Chipaca: the church of snapd [10:24] Chipaca: apply for tax deductions [10:25] in civilization i always name my religion "worms" [10:25] because i spread worms to other civilization and that makes me chuckle [10:25] but "the church of snapd" could work also [10:27] reviews for https://github.com/snapcore/snapd/pulls?q=is%3Aopen+is%3Apr+milestone%3A2.24 would be great - so that we can get 2.24 ready [10:28] Chipaca: thu shal not have other packages before me ;-) [10:28] thu shall refresh on weekends ;) [10:28] * zyga gets back to being useful [10:30] PR snapd#3136 opened: snap-confine: add code o ensure that / or /snap is mounted "shared" [10:32] mvo: I'm about to jump into it shortly.. just want to get a discourse snap with SSO support building meanwhile [10:33] Chipaca: So it was indeed a bug in the kernel.. [10:35] niemeyer: thank you! [10:37] Chipaca: fedora booting, sorry, vmware decided it's time for upgrade [10:39] fgimenez: DEBUG: restarting into "/snap/core/current/usr/bin/snap" [10:40] fgimenez: this seems to clober and affect tests on https://github.com/snapcore/snapd/pull/3010 [10:40] PR snapd#3010: snap: skip /dev/ram from auto-import assertions to make it less noisy [10:40] fgimenez: I wonder why it only happens here. it looks like either we reexec where we previously did not [10:40] fgimenez: or we log where we previously did not [10:40] fgimenez: I have no other ideas [10:41] oddly [10:41] fgimenez: same spread run has this message: [10:41] 2017/04/04 09:49:49.300407 cmd.go:114: DEBUG: not restarting into "/snap/core/current/usr/bin/snap" ([VERSION=2.23.6 2.23.6]): older than "/usr/bin/snap" (1337.2.23.6) [10:41] so it restarted once [10:41] but not another time [10:41] during one run [10:41] mvo: does this make any sense to you? [10:42] it seems that all the failures there are caused by the extra DEBUG message [10:45] mvo: aha, so that branch sets + SNAPD_DEBUG: 1 [10:45] mvo: I think we need something more flexible [10:45] zyga: indeed - maybe going back to snappy_testing? [10:46] mvo: I commented on the PR [10:46] mvo: snappy_testing? what is that [10:47] zyga: its a flag we set when spread runs, it tells that the system is being tested [10:47] zyga: let me try that [10:47] * mvo really lunch now [11:05] Chipaca: ok, updated my f25 to latest kernel and trying the suid bug now [11:06] fgimenez: I have a question about https://github.com/snapcore/snapd/pull/3085/files [11:06] PR snapd#3085: .travis.yml: remove travis matrix and do a single sequential run [11:07] fgimenez: what happened to the prepare_all_snap vs prepare_classic code? [11:07] aha I see you excluded core [11:08] fgimenez: so do we run any tests on core with that PR now? [11:10] zyga: of course, the core system filtering is a refactor only for the unit suite, previously the tasks in that suite were excluding the core systems, with this PR the exclusion is done at the suite level [11:11] aha, makes sense [11:11] thanks! [11:11] let's merge it when it goes green [11:12] zyga: np thank you [11:15] Chipaca: yep, it also affects fedora [11:15] Chipaca: but curiously the go version is ok [11:15] Chipaca: but the c+pthread version is not [11:16] Chipaca: maybe fedora has different golang build defaults? [11:36] zyga: https://github.com/snapcore/snapd/pull/3096 has some strange commits, did you maybe push the wrong branc there? [11:36] PR snapd#3096: many: abstract path to /bin/{true,false} [11:39] zyga— the go version might be ok if you have only one (real) cpu on your vm [11:40] mvo: checking [11:41] oh, I must have [11:41] sorry, [11:41] shall I push --force to remove them? [11:41] ah [11:41] no sorr [11:41] zyga: sounds reasonable [11:41] I did this on purpose! [11:41] zyga: you did? [11:41] earlier run failed on EOF bug [11:41] so I merged the EOF fix branch [11:42] zyga: the eof stuff is random [11:42] as that is coming to land soon in another PR [11:42] mvo: yes but I wanted to give it a try to see if it fails on EOF [11:42] zyga: honestly I think that is not a good idea, its mixing two branch changes and makes the review harder [11:43] mvo: we can back those out or wait for https://github.com/snapcore/snapd/pull/3126 and merge master again [11:43] PR snapd#3126: store: handle EOF via url.Error check [11:44] zyga: yeah, we can deal with this easily, I think we should avoid this in the future, i.e. 3126 was almost in master so a little wait and its all easier to review/land [11:45] mvo: noted, I'll refrain from doing this [11:45] ta [11:54] zyga: #3039 again went in with unanswered comments [11:56] zyga: Starting to get worried about the fact we're getting used to overrunning comments [11:57] niemeyer: aha? checking, [11:59] niemeyer: are you referring to https://github.com/snapcore/snapd/pull/3039#discussion_r109441348 ? [11:59] PR snapd#3039: many: add support for partially static builds [11:59] niemeyer: I didn't see it, it's another case where github had stale UI :/ [11:59] zyga: I'm referring to my comment there made before the merge and unanswered [11:59] niemeyer: it seems to refresh sometimes but not always [12:00] niemeyer: right, I'm tring to clarify which comment that was [12:00] niemeyer: I checked for past comments to make sure it was all addressed [12:01] zyga: I had one comment with Request Changes.. the Approve came together with the comment [12:01] niemeyer: I think the lesson is to reload a tab before merging [12:01] So either you didn't see the approve, in which case Request Changes was still in place, or you saw the Approve [12:01] and the comment [12:01] niemeyer: I really didn't see the comment [12:02] niemeyer: I don't know why exactly or how github works there [12:02] zyga: In either case, let's please be more careful.. we had two such cases in the last couple of days [12:02] zyga: Those were pretty minor, but my concern is obviously that we overrun critical things and nobody notices [12:18] ogra— the 1m you're calling copying also involves sha3'ing the files, which omnoms a cpu for about a minute also [12:18] ah [12:18] at least afaik :-) [12:18] yeah, i thought it is related to that step at least [12:18] * Chipaca nods [12:18] probably not much we can do apart from adding a progress bar :P [12:19] the key gen change is super impressive though ... it takes almost no time [12:19] Chipaca: hey, I was wondering if you had a chance to look at the channel2.0 stuff, looks like channels_map_list is now available from the store and I was wondering if I can start doing some of the groudnwork or if you are already on it [12:19] ogra— zyga promised us some assembler work to make it faster :-D [12:19] mvo— i am not on it [12:19] heh, good luck with that ... [12:19] mvo— i don't want to delay completion further [12:19] * ogra waits for the s390x assembler to land [12:20] ogra— in any case that'd buy us a ~15% perf bump, not more [12:20] Chipaca: no problem, just wanted to double check to avoid duplicating work [12:20] mvo— it should be really straightforward to do though [12:20] mvo— good luck :-D [12:20] (famous last words) [12:20] Chthats at least 9secs from a 1min run ! [12:21] damn, auto-completion fail [12:21] pstolowski: #3126 reviewed [12:22] well, in any case we should get https://github.com/snapcore/snapd/pull/3130 landed asap IMHO [12:22] PR snapd#3130: overlord/devicestate: switch to keygen for device key generation [12:22] the difference is massive [12:24] niemeyer, ty [12:29] PR snapd#3137 opened: overlord: switch to aliases v2 tasks for install/refresh etc ops plus transition === cpaelzer_ is now known as cpaelzer [12:36] Son_Goku: we're moving torwards a working gnome-software, just if you didn't follow the conversation in #g-s [12:41] * zyga lunch [12:44] PR snapd#3138 opened: interfaces/mount: add Change.Perform [12:47] niemeyer: some more progress for your attention https://forum.snapcraft.io/t/fixing-live-propagation-of-mount-changes/23/13 [12:48] niemeyer: I suspect you will be busy with 2.24 tasks today but if you can revise feedback on the oldest PR of that set I could progress significantly [12:49] I love how the whole edifice of tab completion falls down if you have something with a newline in it [12:49] I'm using edifice here in the same sense you'd use it to describe an 8m column of toothpicks stood on end [12:50] Chipaca: try adding tab completion for a file with a newline in it :) [12:50] zyga— this is what i meant [12:51] just a space is enough to trip up some of it [12:51] a newline just causes giggling [12:58] pstolowski: Why the else if on 3126? [12:59] zyga: Thanks, I'll check it out soon [12:59] zyga: I started yesterday, actually, but this one needs a fresher mind [12:59] niemeyer: understandably so, thank you [12:59] niemeyer, because it turns out that after unwrapping the error becomes a net error, so it falls into the check. and goes into return netErr.Timeout() check, which is not what we want [13:00] pstolowski: Seems fishy.. let's discuss in the call [13:09] tvoss: Heya [13:09] niemeyer: o/ [13:10] tvoss: Can you open a thread in the forum with details of the issue about the ssh-keygen vs. internal generation issue? [13:10] tvoss: Curious about your findings so far about where the problem lies [13:10] niemeyer: sure, good part of the findings is on the PR, too [13:11] niemeyer: https://github.com/snapcore/snapd/pull/3130 [13:11] PR snapd#3130: overlord/devicestate: switch to keygen for device key generation [13:12] tvoss: Thanks [13:14] niemeyer, ok, tweaked retry error check as just discussed [13:14] niemeyer: in summary, the current theory is that check for primality in the key generation is killing performance. Mostly due to the BigInt implementation in Go not being as optimized as the ssh one. [13:15] tvoss: Ack, will have a look at the PR [13:36] mvo: reviewed the snap-confine change, have a look [13:40] niemeyer: can you have a look at https://github.com/snapcore/snapd/pull/3085/files -- if it lands we will have more travis slots for testing and we will have faster iteration overall [13:40] PR snapd#3085: .travis.yml: remove travis matrix and do a single sequential run [13:44] zyga: yeah, thank you [13:44] zyga: Looking [13:49] PR snapd#3085 closed: .travis.yml: remove travis matrix and do a single sequential run [13:57] Hello, Is there some builtin executable to test snapd's REST API? [13:57] on core. [13:58] sborovkov, snap install http ... [13:58] then you can talk to it using the http tool [13:59] Meh. I can't install it easily. I need another image then. because my image uses branded store. oh well. [14:00] sborovkov, well, perhaps Chipaca has a local version of that snap you could install [14:00] sborovkov— why can't you install it easily? [14:00] sborovkov: so it's a branded store not setup to inherit the main one? [14:01] pedronis: yes, It only has 2 snaps [14:02] Chipaca: store I am using is not inheriting anything from the main one. [14:03] nice [14:03] sborovkov— if you have a snapd running against the regular store somewhere, you can 'snap download http' and then copy the two resulting files over [14:04] Right, I should have classic image lying somewhere around. It's easier to change what store it's using on the fly. [14:04] :-) [14:05] yeah ... that silly IoT stuff ... way to secure nowadays [14:05] :) [14:05] sborovkov— you also should have a way of copying snaps into your store [14:05] i don't know how that side of things work though [14:06] Documentation on REST API says that - "The API documents three levels of access: open, authenticated and root" and " The root user also gains authenticated access without having to send authorization." - Does that apply to snaps that run under root? [14:06] sborovkov— if you do 'snap download', make sure to copy the .assert as well as the .snap [14:06] Chipaca: understood. [14:07] sborovkov— no, snaps need the snapd-control to talk to snapd even as root [14:07] otherwise they can't even open the socket [14:08] ah, alright. So if I connect to that interface I won't need to send authentication header? I want to make requests to core/conf to modify config.txt on RPI [14:26] re [14:27] yay, thank you for merging that niemeyer :-) [14:27] zyga: No problem, thanks for bringing it up [14:27] fgimenez: Btw, I think we could run the gccgo test on amd64 only [14:28] ubuntu-16.04-64 to be precise [14:29] I'm seeing hook error reporting failure in spread [14:29] Apr 04 13:31:57 autopkgtest /usr/lib/snapd/snapd[13737]: hookmgr.go:380: DEBUG: Cannot report hook failure: cannot upload error report, return code: 500 [14:29] zyga: Btw, I've created custom badges for distinguished community groups, per Ryan's request [14:29] I thouht we didn't send those from tests [14:29] niemeyer: yeah, I saw those [14:29] niemeyer: ok, i'll propose a branch for that [14:29] niemeyer: when I had a look at badges I saw some UI in account preferences [14:29] zyga: Got morphis and songoku on Fedora.. Ryan on system76.. any other suggestions? [14:30] niemeyer: specifically https://forum.snapcraft.io/users/zyga/preferences/badge_title [14:30] niemeyer: but that's not the same, is it? [14:30] niemeyer: nice one! [14:30] niemeyer: we may want to tag Canonical CE as such [14:30] zyga: It's related.. specific badges allow using them as titles [14:30] zyga: See how Neil shows up now, for example [14:30] niemeyer: looking [14:30] or Ryan [14:30] nice [14:31] I wish we had icons too [14:31] (such a forum thing but I like it :) [14:31] Yeah, those badges may have icons associated too [14:31] But, one step at a time :) [14:31] zyga: Who's responsible for the Debian packaging those days? [14:32] and arch, opensuse, etc [14:32] niemeyer: I think that's mwhudson [14:32] niemeyer: opensuse that's me and morphis [14:32] niemeyer: arch that's timothy (not sure if he participates in the forum) [14:32] niemeyer: (we cannot upload to the arch packge ourselves) [14:32] zyga: Do you plan to remain directly involved in those efforts? [14:32] niemeyer: yes, I want to say involved, maybe 10%/20%, depending on need [14:33] niemeyer: worth adding Yocto too [14:33] zyga: Okay, I'll keep morphis as the main point of contact for now then [14:33] niemeyer: I can help with reviews, some release testing and being a backup so that there are several people involved and aware of what's going on [14:33] niemeyer: sounds good [14:33] niemeyer: yocto yes, morphis updated snapd in yocto AFAIR [14:34] zyga: I maintain it :-) [14:34] morphis: Who's handling Yocto, only you for now? [14:34] niemeyer: do you think we should have "snapd developer" badge? [14:34] niemeyer: yes [14:34] niemeyer: can we do many badgets for one person? [14:34] zyga: Well, looks at your own badges :) [14:35] s/looks/look [14:35] * zyga looks [14:36] oh [14:36] zyga: Not sure, let's think about that one (developer) [14:36] forum does feel like a massive upgrade over mailing lists [14:36] brick by brick it builds a community [14:37] zyga: Feels a bit too generic to be useful.. everyone should feel like they are developers.. PRs for all [14:37] indeed [14:37] we can revisit that once the forum has 100s of users [14:37] Yeah [14:41] pedronis: can we merge master into https://github.com/snapcore/snapd/pull/3087 [14:41] PR snapd#3087: overlord/snapstate: introduce tasks for aliases v2 semantics with temporary names for now (aliases v2) [14:41] zyga: I did [14:42] pedronis: thanks! [14:42] zyga: did something else got merge to master recently that fixes something? [14:43] https://usercontent.irccloud-cdn.com/file/OldF6S1B/ [14:43] pedronis: one thing that was breaking many adt runs and one simplification from federico that will make test runs faster [14:43] Did I miss anything? [14:43] niemeyer: gentoo, but we don't actively maintain it really [14:43] niemeyer: I would also consider centos [14:43] Okay.. let's create it on demand then [14:43] niemeyer: as many people love it [14:44] niemeyer: and it feels distinct from fedora [14:44] Hmm.. what's the packaging story there? [14:44] niemeyer: once the fedora package is out we will request a package for centos [14:44] niemeyer: I was wondering if we want to have 'Ubuntu & Derivatives' instead of Ubuntu [14:44] zyga: What does that mean? [14:45] niemeyer: (elementary, mint and multitude of [KLX...]buntu) [14:45] zyga: I mean, requesting a package for CentOS.. what does that mean in practice? [14:45] niemeyer: it means that you get a permission to target your package to "enterprise" distros [14:45] niemeyer: it's distinct from fedora [14:45] niemeyer: you go through the review process again [14:45] niemeyer: different people decide, etc [14:45] Is it the same package, though? [14:45] niemeyer: then you get a branch that you can use for that distribution [14:46] niemeyer: not quite, it's the same package _name_ but it can be different _packaging_ [14:46] niemeyer: it typically is somewhat different in the end [14:46] niemeyer: for snapd we will reuse the same package but build it with different switches [14:46] niemeyer: as centos doens't have golang much so what happens is you built it with fedora deps that are bundled / linked statically [14:46] niemeyer: that's what I understand from the process [14:46] niemeyer: it can be the same .spec file but build with different parameters [14:47] niemeyer: yes [14:47] niemeyer: it's actually automatic as our package has those switches onw [14:47] now* [14:47] niemeyer: King_InuYasha build the .spec file in a way that it can work on RedHat, CentOS and Fedora [14:47] niemeyer: we mainly need to apply for the permission and come up with a working srpm for review [14:47] Okay, sounds good.. badge created [14:47] We're only handing it off when it lands though! :P [14:47] niemeyer: exactly, this is why the spec files for golang are so convoluted [14:47] niemeyer: sounds good :) [14:48] niemeyer: question: what do you use for those tiny screenshots? [14:48] zyga: Which tiny screenshots? [14:49] niemeyer: like the one you linked to above [14:49] zyga: Ah, you mean the screen cropped ones? [14:49] yes [14:49] zyga: Stock gnome-screenshot with proper keyboard shortcuts [14:51] PR snapd#3139 opened: tests: run gccgo only on ubuntu-16.04-64 [14:53] Chipaca: does this test failure ring a bell to you? https://github.com/snapcore/snapd/pull/2982#issuecomment-291524618 [14:53] PR snapd#2982: daemon: add desktop file location for app to the API [14:53] Chipaca: it's odd that it failed on some places and passed in others [14:54] gocheck's output for diffing maps sucks :-( [14:54] but no [14:54] yep [14:55] Chipaca: thanks! [14:55] * zyga looks at TestEnsureLoopPrune [14:55] PR snapd#2982 closed: daemon: add desktop file location for app to the API [14:59] PR snapd#3140 opened: overlord: increase prune test wait by x10 [15:00] zyga— so, apps is different [15:00] zyga— missing desktopfile stuff [15:01] ? [15:01] ah! [15:01] no [15:01] zyga— something is wrong in that test or something [15:01] there is no order to apps and the test is checking an ordered struct [15:01] Chipaca: aah [15:02] Chipaca: thanks, I'll look at fixing that [15:02] fgimenez: commented on https://github.com/snapcore/snapd/pull/3139#pullrequestreview-30806386 [15:02] PR snapd#3139: tests: run gccgo only on ubuntu-16.04-64 [15:03] zyga— it should probably be a map[string]daemon.appJSON instead of a []daemon.appJSON [15:07] * ogra laughs about the forum [15:08] PR snapcraft#1211 closed: sources: add git source tracking [15:08] "You earned an Ubuntu" [15:08] PR snapcraft#1213 closed: sources: add bazaar source tracking [15:08] yay [15:09] ogra: it's yours to keep :) [15:09] * ogra hugs his Ubuntu [15:09] my precious! [15:10] lol [15:11] zyga: can we have other providers for the login ? i don't want to create another account for it [15:12] daker: https://forum.snapcraft.io/t/support-for-sso-on-forum-snapcraft-io/75 [15:13] zyga: thanks [15:19] PR snapd#2982 opened: daemon: add desktop file location for app to the API === JanC is now known as Guest85044 === JanC_ is now known as JanC [15:21] Chipaca: about map[string]daemon.appJSON, should the key be just the app name? [15:22] zyga— yah [15:22] Chipaca: the problem is that this is client-visible protocol, right? [15:22] Chipaca: alternatively I can sort by that [15:22] Chipaca: so that it shows up in good order [15:23] yeah [15:23] Chipaca: but I also recall the need to have a "launch" button that may imply order cannot be alphabetic [15:23] sorting works [15:23] Chipaca: and needs to be something special :/ [15:23] the launch is per desktop [15:23] ¯\_(ツ)_/¯ [15:23] Chipaca: yes but in gnome software you have one buttn [15:23] button [15:23] zyga— imagine :shrug:, but where each stroke is a ¯\_(ツ)_/¯ [15:24] heh [15:24] hexchat fail [15:28] Chipaca: something like this http://paste.ubuntu.com/24313896/ [15:28] Chipaca: if you +1 I will push that into mvo's PR [15:29] Hello again. Am I doing something wrong here? Trying to get conf details for core snap. r = session.get('http+unix://%2Frun%2Fsnapd.socket/v2/core/conf') - this returns me 404. I was doing it according to this https://github.com/snapcore/snapd/wiki/REST-API#get-v2snapsnameconf [15:31] sborovkov, if there are no config options set (the default) you probably wont get any back [15:32] sborovkov— is your url correct? e.g. does /v2/system-info work? === Eleventh_Doctor is now known as Pharaoh_Atem === allison1 is now known as allison[m] [15:34] sborovkov, try something like: "snap set core system.powerkey-action=poweroff" (thats a harmless one) and see if you then get something else than 404 [15:35] Chipaca: pushed, please comment on the PR [15:38] zyga— sorry got delayed [15:38] zyga— recommend leave the code as it was, and then use sort.Slice directly [15:39] Bug #1679739 opened: System-User Assertions and the system time [15:39] zyga— saying as much on the pr [15:39] there [15:40] Chipaca: aha, looking [15:40] Setup snap "core" (1441) security profiles (cannot setup apparmor for snap "core": cannot load apparmor profile "snap.core.hook.configure": cannot load apparmor profile: exit status 243 [15:41] apparmor_parser: Unable to replace "snap.core.hook.configure". Permission denied; attempted to load a profile while confined? [15:41] Chipaca: odd, I don't have sort.Slice [15:41] Chipaca: is that a 1.7 thing? [15:41] ah [15:41] if it is, then ignore me [15:41] zyga— quite possibly [15:41] living in the future (well past) ? [15:41] Chipaca: I wish go docs had a @since thing [15:41] yeah [15:41] :/ [15:41] me too [15:42] ok [15:43] Chipaca: /v2/system-info works '{"type":"sync","status-code":200,"status":"OK","result":{"kernel-version":"4.4.0-1048-raspi2","managed":true,"on-classic":false,"os-release":{"id":"ubuntu-core","version-id":"16"},"series":"16","version":"2.23.6+201704032253.git.e2ab58d~ubuntu16.04.1"}}' [15:44] ogra: command you have me works as well. [15:44] zyga: the test snaps are already in place since this morning for the dbus interface branch, could you please retrigger the tests? (i don't have the right permissions sorry) [15:44] Has anyone had problems with apparmor profiles while running snaps in lxd? [15:44] sborovkov, well, does it stop returning 404 after you used that ? [15:44] mbruzek: what ubuntu release for the host and container? [15:44] sborovkov— and /v2/snaps/core/conf ? [15:44] xenial and xenial [15:44] sborovkov— you might be missing the /snaps/ in there [15:45] tyhicks: snap version 2.22.6 [15:46] Chipaca: oh you are right, my bad :-( How did I not notice that. So it's not gonna return the full list of settings anyway? Because with corrected url I get '{"type":"error","status-code":400,"status":"Bad Request","result":{"message":"invalid option name: \\"\\""}}' [15:46] tyhicks: actually the host is yakkety [15:46] fgimenez: I don't have permissions for adt, I can merge master and push though [15:47] zyga: np, i'll do it [15:47] sborovkov— I don't know enough about config to answer that [15:47] mbruzek: and the container OS? [15:47] Ubuntu [15:47] oh [15:47] you didn't higlight me in you orig answer [15:48] mbruzek: is the container unprivileged? [15:48] tyhicks: so xenial, and yakkety [15:48] tyhicks: it is a privileged container [15:49] mbruzek: that's a problem - that means that /sys/kernel/security/apparmor doesn't exist inside your container, does it? [15:50] mbruzek: well, you'll probably see "permission denied" even as root when trying to look at that directory [15:51] when I sudo su - I can see the profiles file. [15:51] sborovkov, try querying for "system" after you set the powerkey-action key it should contain something ... what you are running is teh equivalent of: snap get core " " ... that returns the "invalid-option" while: "snap get core system" will return the json for the system category [15:51] mbruzek: your inside the container? [15:51] tyhicks: oh that was on host [15:52] mbruzek: right - the problem is that you don't have access to apparmorfs inside of the privileged container so snapd can't load profiles [15:52] tyhicks: Nope I can see in that folder and the files in it when inside the container [15:52] ogra: Trying. r = session.get('http+unix://%2Frun%2Fsnapd.socket/v2/snaps/core/conf', data={'keys': 'system'}) -> '{"type":"error","status-code":400,"status":"Bad Request","result":{"message":"invalid option name: \\"\\""}}' [15:52] snap get core system does return proper values though [15:52] fgimenez: thank you! [15:53] tyhicks: hello :) [15:53] ogra@localhost:~$ snap get core system [15:53] { [15:53] "powerkey-action": "poweroff" [15:53] } [15:53] mbruzek: inside the container, run `"echo profile ctest {}" | sudo apparmor_parser -qr` [15:53] sborovkov, it does for me [15:53] hey zyga! [15:53] sborovkov, oops, sorry, i read "doesn't" [15:53] morphis: I'll EOD and focus on giving F25 workstation and server a quick test [15:53] ogra: Yup that works. But not when I am doing request myself. Not sure what's the difference. I see that I am supposed to pass keys to it which I do [15:54] perhaps try the full key name ... "system.powerkey-action" [15:54] tyhicks: # `"echo profile ctest {}" | sudo apparmor_parser -qr` [15:54] echo profile ctest {}: command not found [15:55] ogra: Same error :-( It does not like "keys" it seems. [15:55] tyhicks: same error if I run as "ubuntu" inside the contaienr [15:55] hmm [15:56] * zyga waves o/ [15:56] mbruzek: I goofed up the quotes [15:56] ogra: Ok I figured it out, mistake in my code [15:56] ah, cool [15:56] mbruzek: `echo "profile ctest {}" | sudo apparmor_parser -qr` [15:56] sborovkov— does 'data' work with a dictionary like that? [15:57] * ogra never used the REST api for config ... always only snap set/get [15:57] sborovkov— what's the request you're doing, once you're past your library? [15:57] tyhicks: apparmor_parser: Unable to replace "ctest". Permission denied; attempted to load a profile while confined? [15:57] Bug #1679747 opened: Cannot send bluetooth SCO packets with Raspberry Pi 3 internal bluetooth module. [15:58] Chipaca: Yeah, I replaced data with params and it works. I rarely use REST API so hence that mistake. [15:58] sborovkov— out of curiosity, why are you using the api directly? [15:59] mbruzek: in the host, look in /var/log/syslog for any lines containing apparmor="DENIED" and /sys/kernel/security/apparmor/.replace [15:59] zyga: nice! [16:00] zyga: don't forget to comment in bodhi! [16:01] Chipaca: well we distribute our software with users not having access to the system. So for some cases (for some TVs) they might need to change config.txt values from webinterface to get it to work. So I need an ability to modify it programmatically from our snap [16:01] tyhicks: Yep I see it [16:01] tyhicks: Apr 4 08:48:58 pandora kernel: [ 1782.858544] audit: type=1400 audit(1491313738.389:146): apparmor="DENIED" operation="file_mmap" namespace="root//lxd-juju-70fced-0_" profile="/usr/lib/lxd/lxd [16:01] -bridge-proxy" name="/usr/lib/lxd/lxd-bridge-proxy" pid=17468 comm="lxd-bridge-prox" requested_mask="m" denied_mask="m" fsuid=165536 ouid=165536 [16:02] sborovkov— and your snap is python already so you prefer to talk to the rest api directly? [16:03] mbruzek: that's not the one I'm looking for since it doesn't mention the ".replace" file [16:04] Chipaca: yes [16:04] fair [16:05] morphis: will do :) [16:06] zyga: we need to talk in the next days a bit more about your research in the past about the policy for golang packages in openSUSE [16:07] morphis: sounds good [16:07] tyhicks: The DENIED ones do not contain replace, the STATUS ones do. http://pastebin.ubuntu.com/24314095/ [16:08] mbruzek: ok, I'll need a little bit to look through lxd's code and/or poke at this myself [16:09] would you like me to create a bug? [16:11] mbruzek: this is an intentional decision by lxd to not allow apparmor profile loads inside of privileged containers: https://github.com/lxc/lxd/blob/master/lxd/apparmor.go#L321 [16:13] mbruzek: we're not seeing a denial message in the syslog because the rule on line 326 denies without auditing those filesystem accesses [16:13] mbruzek: you should use an unpriv container if you need to run snaps inside the container today [16:14] tyhicks: I thought priviledge containers should be able to do everything? why can they not load apparmor profiles? [16:15] mbruzek: no, they cannot do everything [16:15] OK [16:15] mbruzek: they're still confined and there attempts made at trying to keep them from affecting the system [16:15] s/there attempts/there are attempts/ [16:18] mbruzek: you could file a bug against lxd and subscribe the security team so that we can discuss if it is safe to enable profile loads inside of a privileged container using apparmor namespaces [16:18] mbruzek: I don't know the answer to that off the top of my head and we'd need broader discussion [16:18] will do after my meeting. [16:18] ok [17:00] PR snapd#3141 opened: many: show available "tracks" in `snap info` [17:56] mvo: this test seems to fail often, at least under autopkgtest: autopkgtest:ubuntu-16.10-amd64:tests/main/refresh-core-with-hanging-configure-hook [19:10] I have snapd 2.23.6 and a snap installed in devmode and tracking from the beta channel. "snap info" shows a new version (2.0.1 vs. my current 2.0.0) in that channel, but "snap refresh" doesn't update my running instance. Is that intended or a bug? [19:14] you need to pass --devmode to the refresh command too if you installed with --devmode [19:14] (security feature) [19:20] ogra: thx; automatic updates and rollbacks are handled by snapd as of something like 2.22 instead of the systemd timer, right? is there a way today to enable automatic updates and rollbacks of snaps installed with devmode? [19:24] mdye, not currently, there is an open bug on it [19:25] thx. do you have a URL to the bug? I'd like to track it [19:25] https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1665102 [19:25] Bug #1665102: Snap refresh not working as expected on devmode snaps [19:25] thx :) [19:25] yep [19:25] Bug #1676928 opened: snap shell can't reach $SNAP_USER_DATA: Permission denied [19:45] why, oh *why*, does setting IFS to \n make compgen not print newlines? [19:48] in bash, IFS is internal field separator. its not awk where it is input field separator with corresponding output field separator [19:50] PR snapcraft#1214 closed: sources: add subversion source tracking [19:55] jrwren— so why does setting it to \n make the output of compgen not include it? [19:55] I'd be unsurprised if compgen used ${IFS[0]} to separate its output [19:55] but ... this is the opposite [19:57] Chipaca: sorry, not sure, just trying to help with pointers, hopefully not bad pointers. [19:57] :-D [20:02] PR snapcraft#1215 closed: sources: add mercurial source tracking [20:11] hi guys i got a doubt [20:12] chani_— shoot [20:12] i am trying to include a debian package in my snap using stage-packages [20:13] and when i try to run that package from a coustom script via deamon [20:14] its not working as the deb executable script has hard links to other files like /usr/bin/... [20:15] which it can't find as they are included in /snap/my-snap/usr/bin.... [20:15] so what can i do here [20:18] should i use docker instead as where i have a complete virtualization [20:18] or is there some way i can use virtualization in my snaps [20:23] Okay, I'm going to take a break now.. [20:23] Sorry, didn't manage to get to 2.24 yet.. will try to do some work there today still [20:25] chani_: Can you please ask a question under the snapcraft category in the forum, if that's not asking too much? I'll back back later and would like to hear/collaborate on the conversation [20:26] chani_: There are a few tricks you can use to make that work, and I have some ideas to improve on that exact area [20:26] * niemeyer back later [20:26] can you give me the link as to where to post the question [20:27] and also if there is any document reference for the tricks you mentioned [20:45] chani_: https://forum.snapcraft.io/ [20:47] got it i am posting it right there now [20:53] PR snapcraft#1224 closed: tests: update name registration window limit test [20:59] is there a way to prevent snapd from doing updates ? (to lock a version indefinitely or delay updates for a time?) [21:18] niemeyer: hai i had posted my question in the form here is the link https://forum.snapcraft.io/t/how-to-ship-deb-packages-along-with-snaps/149 [21:20] PR snapcraft#1231 opened: pluginhandler: exclude `/snap/` from libraries [21:29] PR snapcraft#1228 closed: nodejs plugin: switch to the newer LTS