[00:40] does anyone know how to use snapweb? [02:01] PR snapd#1969 opened: Update HACKING.md [02:24] Bug #1626359 opened: Cannot authorise quotactl syscall === JanC is now known as Guest5754 === JanC_ is now known as JanC [03:09] PR snapd#1970 opened: Adds ptrace capabilities to the system_trace interface [03:31] How do I replicate same error message in snap store in local snap review ? [03:32] In automated review in store , I got follwing error [03:32] package contains external symlinks: gems/ruby-2.3.1@global, rubies/default lint-snap-v2_external_symlinks [03:32] 0 Warnings [03:32] 31 Passes [03:32] But this error is not appearing in local when I run snap review [03:47] tachyons: install click-reviewers-tools, and then run click-review [03:47] elopio: already done , But this error is not coming in my local system [03:48] tachyons: then probably the reviewers tool used in the store is not the same version [03:49] tachyons: I think that error means that in your snap you have a symlink to a path outside. [03:49] elopio: which version should I try , I tried the version in 16.04 as well as trunk in bzr [03:49] you can ls -l in the prime directory to search for the links. [03:50] tachyons: I don't know what's the right version. [03:51] elopio: yes there are symlinks , but those are not outside snap package [03:51] tachyons: can you paste the ls -l of those two files? [03:54] wait [03:54] total 8 [03:54] lrwxrwxrwx 3 tachyons tachyons 86 Sep 21 21:02 default -> /home/tachyons/projects/snappy-playpen/hello-ruby/parts/ruby/install/rubies/ruby-2.3.1 [03:54] drwxrwxr-x 6 tachyons tachyons 4096 Sep 21 21:03 ruby-2.3.1 [03:55] default is symlinked to ruby-2.3.1 [03:57] elopio: Is that fine ? [03:59] tachyons: I think it should be a relative path, not an absolute one. [03:59] when you mount that snap in a system, it will try to find /home/tachyons. [04:01] elopio: Means I have to write a script to convert absolute path to relative path in build script? [04:02] tachyons: yes. Some other plugins are probably doing the same, but kyrofa is our link man and he's EOD. [04:02] you can send an email to the list. [04:03] EOD means? [04:04] end-of-day. He's sleeping. [04:07] PR snapd#1971 opened: interfaces/builtin: add rcvfrom for client connected plugs to mir interface [04:09] elopio: Thanks , https://github.com/snapcore/snapcraft/blob/master/snapcraft/plugins/go.py#L120 Is this what you meant ? [04:10] I don't have much idea about python stuff [04:11] tachyons: more like this, I think: https://github.com/snapcore/snapcraft/blob/97742500ac64d44f9251983a7ac93b128901fdfa/snapcraft/plugins/dump.py#L62 [04:12] I don't have much idea of this part of snapcraf.t [04:15] elopio: Thanks :-) , Let me try [04:40] Bug #1598657 changed: No error id for username/password error returned from snapd [05:51] PR snapd#1969 closed: Update HACKING.md [06:12] PR snapd#1972 opened: tests: increase timeout for key generation in create-key test [06:37] good morning [06:55] good morning === hikiko is now known as hikiko|bbiab === braderhart is now known as techntoke === techntoke is now known as braderhart === braderhart is now known as techntoke [08:07] ogra_: good news everyone! we have what lookds like a working "loadkeys" [08:15] elopio: Thanks , it is working for files , but directories are not being copied correctly [08:15] It shows empty directory instead [08:18] ogra_: total cost is ~3mb it seems, not great, not too terrible either === hikiko|bbiab is now known as hikiko [08:28] mvo: hey, have you seen fgimenez's issue today? It seems that $HOME isn't anymore $SNAP_USER_DATA, but real $HOME, am I correct? [08:29] (maybe when people adds the home plug?) [08:32] didrocks: I did not see that, that sounds like a regression [08:33] mvo: yeah, I guess fgimenez can show you an easy reproducer [08:33] (desktop-launch is using ~/.something) and ~ is expanded to /home// [08:34] didrocks, mvo yep, is in the test snap used in this in progress branch https://github.com/snapcore/snapd/compare/master...fgimenez:spread-gsettings?expand=1, the commands try to open files on ~/ [08:35] fgimenez: is that with master? [08:35] mvo: I did get the issue on a released snapd version on my side [08:35] didrocks: what version? [08:36] mvo: ah, sorry, I'm wrong, I still have your ppa version :) [08:36] snapd 2.14.2~16.04+ppa227-1 [08:36] the one with revert --devmode [08:36] didrocks, fgimenez: https://github.com/snapcore/snapd/blob/master/snap/snapenv/snapenv.go#L91 looks correct, let me add a spread test [08:37] mvo: so, basically, we have here: command: desktop-launch [08:37] and desktop-launch is doing cat ~/.something [08:37] and we can see (with the home slot plugged, don't know without that), that ~ is expanded to /home/user [08:42] mvo, hmm, thats a lot, but you didnt use the d-i bits, right ? just the normal desktop packages [08:42] i guess using the bits from the udeb would be a lot less [08:43] ogra_: yeah, just the regular packages [08:43] PR snapd#1973 opened: tests: ensure HOME is also set correctly [08:44] didrocks: -^ for you [08:45] fgimenez: ^ [08:45] mvo: don't you think we could have some special expansion as the use case is slightly different (~ expansion from a command line application wrapped, but started from another shell?) [08:46] mvo, didrocks cool thanks a lot [08:49] didrocks, in the previous version of the test snap we were exporting HOME and pointing it to SNAP_USER_DATA in the launcher script https://github.com/snapcore/snapd/commit/358fcd544b059fc864cef93af67e7d1e7c3be40c#diff-e2c74cafe2ea8aff71bac730ee1bf0f9R10, wouldn't that have the same effect as HOME being set up from snapd? [08:49] ogra_: hm, just had a quick look, killing python would be huge if we want to reduce the size [08:50] ogra_: vim.tiny is also 1mb, systemd-analyize, perl [08:50] fgimenez: yeah, but that's not needed, mvo confirms that HOME should already point to SNAP_USER_DATA [08:50] mvo, ogra_: did you guys release a new beta OS snap? [08:50] but as we are using ~ expansion, I really wonder if the mvo's test makes sense [08:50] morphis__, not that i'm aware [08:50] mvo, ogra_: saw it changing from 526 to 658 [08:51] PR snapd#1974 opened: snapd: kmod backend [08:51] mvo, killing python would get us 10MB snaps :P [08:51] zyga: see you are approving, but did you read above? ^ [08:51] (yes, i'm exaggerating ... but it would freee a lot) [08:51] ogra_: I think we can kill libstdc++6 from the image, its only needed by apt afaik [08:52] ogra_: snap prepare-image --channel beta .. gives me 658 now where edge has 695 [08:52] ogra_: hm, no, sorry [08:52] ogra_: silly me, we would still have to include it for classic [08:52] yeah [08:53] ogra_: /usr/share/local/* might be worth a shot [08:54] mvo, ogra_: any a snap refresh --beta ubuntu-core on my desktop gives me 660 [08:54] morphis__: same architecture? [08:55] mvo, we purge the lcle package at the end of the build [08:55] *locale [08:55] that should only be empty dirs [08:55] ugh [08:56] mvo: ah right [08:56] * ogra_ shakes fist at maintainer scripts [08:56] mvo: but that still doesn't explain why the armhf one goes from 526 to 658 [08:56] ogra@bbb:~$ du -hcs /usr/share/locale/ [08:56] 7.2M /usr/share/locale/ [08:56] woah [08:57] mvo: can you check in the store what should be the latest for the beta channel? [08:58] * ogra_ is just looking [08:58] 656-661 are in bet [08:58] a [08:58] beginning of last week I got 526 and now 658 [08:59] ogra_: you see when they were published? [09:00] well, i didnt release anything to beta ... regarding the date ... http://people.canonical.com/~ogra/ubuntu-core-builds/ (unless they were mnul builds they will show up theere) [09:01] PR snapd#1975 opened: tests: add test benchmark script [09:01] hmm, looks like thery were manual :/ [09:01] but i'd say 19th [09:01] yeah, the store says "2016-09-19 12:25 - 2 days, 20 hours ago" [09:01] ogra_: wait, we released an upgrade beta snap after the beta announcement? [09:02] ask mvo ... he handles the beta releases ... but why wouldnt we [09:02] ogra_: as it breaks stuff [09:03] well, thts indeed bad, but there is no reason to not release beta if it doesnt :) [09:03] whaat does it break ? [09:04] ogra_: there is no reason against that but you easily miss that if you nowhere get an announcement for that or so [09:04] ogra_: however, console-conf seems to be updated and now doesn't work anymore with our manually put in place ifupdown config [09:05] mwhudson: ping [09:05] oh ? are you sure ? [09:05] you mean you define a fixed IP and dont get that IP ? [09:06] or what does not work ? [09:06] (note that the device comes up automatically before console-conf ... systemd-networkd default to try DHCP) [09:06] *defaults [09:06] ogra_: address assignment works well, the box gets the IP via dhcp and is manged by ifupdwon but console conf still complains that "network cofngiuration failed" [09:07] it shows the detected IP configuration which ifupdown put in place [09:07] ogra_: no networkd here, [09:07] morphis__: it breaks stuff? [09:08] mvo: console-conf has a regression somewhere [09:09] morphis__: right, thats (obviously) bad did you talk to mwhudson about it yet? [09:09] and actually I was expecting beta to stay the same until we have the next announcement for an updated beta release or so [09:09] mvo: just ping'ed him [09:09] hi [09:10] morphis__: there was an anncounement: https://lists.ubuntu.com/archives/snapcraft/2016-September/001166.html [09:10] oh ... [09:10] my bad then that I missed that .. sorry :-) [09:11] no worries [09:11] mwhudson: hey! [09:11] er is it possible to figure out the console-conf versions in the good and bad versions? [09:11] mwhudson: let me first explain the problem I see right now [09:12] morphis__: I'm keen to learn more why this makes you concerned. it seems the fact that we spot the regression is a reaosn to release betas more often so that we find the bugs sooner (rather than later). but lets talk after the console-conf issue got debugged [09:12] mvo: my only conern was because I missed the announcement [09:12] so releasing to beta more often to fix bugs is fine for me [09:13] mwhudson: so the problem I have right now is the following: [09:13] mwhudson: we can't really use networkd here as it just fails badly on our 3.4 kernel [09:13] mwhudson: to workaround this (its just a proof-of-concept) we put a config file into /etc/network/interfaces.d which configures the ethernet port via dhcp [09:14] morphis__: 3.4!! [09:14] mwhudson: with the previous beta release console-conf was ok with accepting whatever ifupdown assigned to the interface and just let us go through the process [09:15] mwhudson: now with the second beta release it shows the IP address ifupdown assigned but fails with "Network configuration failed; please verify your settings" when trying to proceed with the wizard [09:15] mwhudson: yeah, 3.4 [09:16] morphis__: ok, hm, so i'm not really sure why that would have changed, but i can't remember how old the old beta was [09:16] morphis__: can you get at the logs by pulling an sd card or activating a debug shell or something? [09:16] mwhudson: yes, I am already doing that [09:17] morphis__: pastebin /var/log/console-conf/subiquity-debug.log pls [09:17] (filename might not be quite right) [09:18] mwhudson: hm, there is no console-conf log [09:19] morphis__: nothing in /var/log/console-conf at all? [09:19] nothing [09:19] special [09:19] https://paste.ubuntu.com/23215029/ [09:19] morphis__: initramfs? [09:19] yeah, can't get into the system otherwise [09:19] oh right [09:20] this is flashed on the internal flash memory [09:20] that doesn't look like a system that's booted a snappy image? [09:20] does it? [09:20] maybe, i can't remember how all this works [09:21] ah [09:21] mwhudson: my fault, found the log file [09:21] morphis__: isn't it going to be /root/writable/system-data/... or something? [09:21] https://paste.ubuntu.com/23215037/ [09:22] 09/22 09:10 subiquitycore.utils:130 run_command returning: {'err': 'Error in network definition //etc/netplan/00-snapd-confi [09:22] g.yaml line 9 column 6: p2p0: No access points defined\n', 'status': 1, 'output': ''} [09:22] oh [09:22] i've fixed that bug [09:22] morphis__: can you try edge ubuntu-core? [09:22] so console-conf does not put any configuration in place and then netplan fails to apply that [09:22] mwhudson: sure [09:23] i misunderstood a bit what netplan accepted [09:24] PR snapd#1944 closed: many: validate refreshes against validation assertions by gating snaps [09:24] mwhudson: ah :-) [09:24] mwhudson: and another one where I saw a crash of netplan: https://paste.ubuntu.com/23215041/ [09:26] morphis__: looks like the same thing on first blush [09:27] mwhudson: see the: AttributeError: 'BackgroundProcess' object has no attribute 'proc' [09:28] morphis__: oh, i fixed that too [09:28] (without really understanding it :/) [09:28] great :-) [09:28] lets see how edge goes [09:30] mwhudson: ah, works again! [09:31] morphis__: hooray, sorry for the bugs [09:33] mwhudson: no problem :-) [09:35] PR snapd#1976 opened: tests: skip some tests on non-amd64 architectures [09:36] mvo: is there an easy way how I can programatically determine the OS snap revision in a channel? [09:37] mvo: or via the snap command [09:40] only the installed snap version [09:41] and for the non-manually built snaps you can look up the info at http://people.canonical.com/~ogra/ubuntu-core-builds/ [09:41] (i havent added manifests and changelogs yet ... that a weekend project) [09:41] *that's [09:42] :-) [09:42] morphis__: there's no command for that atm, you can query the store directly though [09:42] looks like I can abuse snap download --edge ubuntu-core for that [09:43] pedronis: you have a link to the store API? [09:43] i think you can also just check for upgradeability ... [09:43] morphis__: https://wiki.ubuntu.com/AppStore/Interfaces/ClickPackageIndex#Details [09:43] thanks [09:44] snap refresh --list [09:44] that shows if there is a newer core [09:45] "snap refresh --list --beta" actually :) [09:46] --list doesn't take channels atm [09:46] I think [09:47] ogra@bbb:~$ snap refresh --beta --list [09:47] error: --list does not take mode nor channel flags [09:47] yeap ... looks like you know the error msg :) [09:48] morphis__: something like this: curl -H "X-Ubuntu-Series: 16" -H "X-Ubuntu-Architecture: amd64" https://search.apps.ubuntu.com/api/v1/snaps/details/ubuntu-core?channel=edge [09:48] but if the image is baseed on beta it will show the beta channel snaps i suppose [09:48] pedronis: thanks! [09:49] ogra_: yes [09:49] is just that if things are up-to-date [09:49] it will just say they are up to date [09:49] yeah [09:50] but you could turn off auto-refresh ... and then have a script to check with the above command before you decide to upgrade [09:51] (and first look up the changelog before you decide upgrdaing wont break your hacked up setup ;) ) [09:52] thats probably better than having it auto-refresh over night and being greeted with a bricked device :) [10:04] PR snapd#1972 closed: tests: increase timeout for key generation in create-key test === mup_ is now known as mup [10:14] ogra_: did you strace -tt console-conf --help? does python3 --help also take that long? [10:14] ogra_: i. e. is that really just python itself, or something specific to console-conf? [10:14] (some expensive import or what not) [10:14] pitti, sorry, i had a ton of distracting things today, u'll get to the strase soon [10:14] I cannot imagine that python takes an effing 20 seconds to start -- the hardware can't be *that* slow [10:15] *i'll get to the strace ... [10:15] ogra_: no hurry, just overheard it on the ML [10:15] it was more like curiosity/disbelief [10:15] I cannot imagine that this can just be attributed to hw slowness; there must be some bug somewhere [10:15] maybe the RNG hits again :) [10:16] pitti, it has always been like that on embedded arm if you say python in a channel wheer mebedded people work you get laughed at ... single core arm and python have never gone well together [10:16] * pitti saw several long startup delays due to that recently, like bug 1622893 [10:16] Bug #1622893: NetworkManager takes very long to start, or times out, blocked on RNG [10:17] ogra_: well, we've run apport on arm stuff for a long time, and while that's certainly expensive, it didnt take multiple seconds to start.. [10:17] (this is why micropython exists) [10:18] pitti, we have always disable apport on devices like this ... we use apport on desktop class devices like phones, sure ... but on the old arm images it has always been disabled [10:18] (we never ran long-running python processes on the arm devboard images) [10:19] technically what we'd want would be https://micropython.org/ packaged in ubuntu-core ... instead of python3 [10:25] where can i open a bug against ubuntu-image? [10:25] https://bugs.launchpad.net/ubuntu-image [10:35] Hello, i tried to flash Snappy on a Raspberry 3 but it ended in being stuck in the gpu-check screen of the raspi. I did read that the problem exists since a few month is there any solution for it? I could not find any. [10:56] morning all [11:04] PR snapd#1977 opened: interfaces/builtin: add netplan-observe interface [11:18] PR snapd#1965 closed: asserts: support for maps in assertions [11:39] didrocks: didrocks I'm sorry, was this about $HOME? [11:49] $ cat pi2-tvoss.model | grep kernel [11:49] kernel: ubuntu-raspi2-kernel [11:50] $ sudo /snap/bin/ubuntu-image --extra-snaps ./ubuntu-raspi2-kernel_4.4.0_armhf.snap -c beta -o pi2-tvoss.img pi2-tvoss.model [11:50] $ unsquashfs -l ubuntu-raspi2-kernel_4.4.0_armhf.snap [11:50] ... [11:50] squashfs-root/lib/modules/4.4.19-xenial_raspi2+/modules.dep [11:50] squashfs-root/lib/modules/4.4.19-xenial_raspi2+/modules.dep.bin [11:50] ... [11:51] notice the version: 4.4.19-xenial_raspi2+ [11:51] zyga: correct [11:52] $ unsquashfs -l /media/flag/writable/system-data/var/lib/snapd/snaps/ubuntu-raspi2-kernel_x1.snap [11:52] ... [11:52] squashfs-root/lib/modules/4.4.16-xenial_raspi2+/modules.builtin [11:52] squashfs-root/lib/modules/4.4.16-xenial_raspi2+/modules.order [11:52] ... [11:53] 4.4.16 [11:53] so it's using a different kernel, and not the one i'm passing on the command line [11:53] can anyone explain why? [12:01] are you all on Rocket chat too or should I generally use IRC more? [12:03] zyga: ping [12:04] Mr. Newbie just has stupid questions [12:07] Son_Goku: hello [12:07] Son_Goku: what's up? [12:07] you're alive!!! [12:07] I've not heard from you nearly all month [12:07] Son_Goku: yes, though my back hurts all day lately :/ [12:07] :( [12:07] what happened? [12:08] Son_Goku: back? just the way it is, weather, more work [12:08] Son_Goku: test-snapd-tools [12:08] hmm [12:08] https://plus.google.com/+ZygmuntKrynicki/posts/fPj5PaDFbgk [12:08] that's better [12:08] that's why I was quiet for a while [12:08] remember that "small thing I need to do in snap-confine", well that too NaN minutes to do [12:09] jeez [12:09] Son_Goku: I could use a hand with designing one thing [12:09] hm? [12:10] Son_Goku: we'll have to release snapd once again (hopefully today) before this is doable [12:10] Son_Goku: but I could use a hand with /snap migration [12:10] yes [12:10] Son_Goku: I realized that this is more tricky than initially assumed [12:10] Son_Goku: all snap services need to be stopped [12:10] Son_Goku: all units unmounted [12:10] oh dear [12:10] Son_Goku: all units adjusted [12:10] Son_Goku: all units renamed as systemd requires that the file name matches the internal path [12:10] it's essentially the same as doing an offline update [12:10] Son_Goku: totally [12:11] Son_Goku: and it's very explosive, I was just wondering how to even attempt that and test it sensibly [12:11] * Son_Goku has flashbacks to UsrMove [12:11] Son_Goku: my current plan is to use VM snapshots [12:11] Son_Goku: and just code this defensively [12:11] Son_Goku: and iterate a while until I feel it's good [12:11] probably an okay idea [12:11] Son_Goku: this is obviously just for COPR [12:11] Son_Goku: but it has to be there first [12:12] Son_Goku: once copr is moved the rest is easy [12:12] well, for copr, it might not be as horrible as you think [12:12] Son_Goku: if you have a VM handy I could use you do do some reviews and test migrations [12:12] you can move everything, and just create a symlink to /snap -> new location [12:12] Son_Goku: ohhhh [12:12] Son_Goku: hmm D: [12:12] well, see, why didn't I think of that :D [12:12] that's what we did for UsrMove [12:13] so still stop-the-world [12:13] do a symlink [12:13] yep [12:13] perhaps rewrite state.json (need to check) [12:13] and bring it up [12:13] * zyga ponders [12:13] but how is the symlink useful then? [12:13] and I *think* this can also be conditionalized as a %pretrans that occurs only if older versions of snapd are detected [12:13] apart from, maybe, just $PATH being still valid [12:13] nah, thats irrelevant, I would keep this in COPR forever and stop updating it [12:14] ah [12:14] Son_Goku: all subsequent updates would be in the repo [12:14] right [12:14] so you'd probably still want to apply a migration to all units and whatnot [12:14] yes, I have to [12:14] everything [12:14] actually [12:14] it might be easier to say this [12:14] the migration removes all snaps [12:14] and re-installs them [12:14] keeping data (that could be a hack) [12:14] well, no I still need [12:14] man this is complex [12:15] ... [12:15] lots of moving parts [12:15] no one ever thought this might be a problem, which is extraordinarily surprising, given Ubuntu's upstream? [12:15] ? [12:16] moving stuff around is hard when it is live [12:16] the /snap path is a violation of Debian Policy [12:16] that's why I'd rather not do it but that cat is out of the bag [12:16] so I was surprised that you guys even did it that way to begin with [12:16] well, /magic would be too because that's a new thing. doesn't mean that policy is set in stone :) [12:16] well, it tends to be [12:17] if that were the case /etc would still ship executables [12:17] I've not seen Debian Policy change significantly in the last decade or so [12:17] and we'd be using vms or something [12:17] haha [12:17] well, back to earth, I'll draft a migration script and share it [12:17] right [12:17] I'm coming back to the light, I hope :) [12:17] I hope so too [12:18] we were nearing the "DEADREVIEW" state for all the stuff [12:18] (yesterday, when I had to do some stuff away from home office I obviously had to break all of yakkety) [12:18] :) [12:21] mass rebuilds are good for the soul [12:37] PR snapd#1978 opened: interfaces/builtin: network-manager: allow access to netplan conf files [12:46] PR snapd#1979 opened: assertions: add system-user assertion === hikiko is now known as hikiko|lm === hikiko|lm is now known as hikiko|ln [13:03] ppisati, have you tried -c edge instead ? [13:32] Mirv the snapcraft team is on rocket, the snapd team isn't that is why you see kyrofa sometimes on or off [13:32] Hahaha [13:32] Mirv that said, I am the only snapcraft person dedicating day and night to it ;-) [13:34] ok :) === hikiko|ln is now known as hikiko [13:50] Mirv, all teams are kind of on IRC though [13:50] (reply times are sometimes slow since we started fragmenting everything across all possible chat tools though) [13:59] hello [13:59] I have a lenovo x201 [13:59] which has a touch screen [13:59] does ubuntu 16 support touch screen? [14:01] ogra_: uhm nope [14:01] ogra_: i'll give it shot [14:02] ogra_: btw, where does the board dtb resided these days? kernel or gadget snap? [14:02] *reside [14:02] ppisati, you can pick ... [14:03] (and if LP wouldnt 503 on me i could show you an example :P ) [14:04] is there any way i can use tuch screen on ubuntu? [14:04] ogra@anubis:~/datengrab/devel/branches/snappy-systems$ grep device-tree beagleblack/meta/gadget.yaml [14:04] device-tree: am335x-boneblack [14:04] device-tree-origin: kernel [14:05] ppisati, device-tree-origin: is either kernel or gadget ... with gadget being the default if you dont specify it at all [14:05] if it is gadget you need to ship it in /dtbs/ inside the gadget === chihchun is now known as chihchun_afk [14:06] Harshil, you mean snappy ? the snappy images do not have support for graphics yet ... and snappy on classic simply uses the input setup from the classic install for which you get support in #ubuntu [14:15] cyphermox: ping [14:18] morphis__: hi [14:19] cyphermox: I was wondering if there are any patches you did for network-manager to support config files generated from netplan [14:20] yeah, they're the few last I ever applied to NM [14:20] to be able to read files in /run and /var/lib [14:20] cyphermox: ah, great [14:21] cyphermox: so https://git.launchpad.net/network-manager/tree/debian/patches/Read-config-from-run.patch and https://git.launchpad.net/network-manager/tree/debian/patches/Read-system-connections-from-run.patch ? [14:23] that looks about right [14:24] look through that same upload there may be more patches from pitti that go along with that [14:25] cyphermox: ok [14:25] cyphermox: thanks [14:37] Is RPi2+ just impossible right now? My old image didn't survive upgrade, and the 6-Sept images are (I heard) broken. [14:38] jdstrand, ping [14:38] they shouldnt be ... but nontheless there are sep 19 images :) [14:38] the sep. 6th images had an issue on the pi3 which is why we withdrew it ... pi2 was faine though [14:38] *fine [14:39] Oh. My Pi3 won't work, I gues. [14:40] Can we still whitelist single syscalls in snapcraft.yaml? [14:40] qengho, that would surprise me ... the sept. 19 images should surely work on all arches we released for [14:40] (which includes pi3) [14:41] zyga, just poking again about the snap-confine SRU. Did you get stuck trying to make one? [14:43] uhm [14:43] ogra_: I'm dumb. Where are those images? [14:43] i'm pretty sure at this point that ubuntu-image caches the --extra-snap that you pass to it [14:43] balloons: it's in progress [14:43] balloons: I broke yakkety but we've learned and a new set of small releases will fix it today [14:43] qengho, http://cdimage.ubuntu.com/ubuntu-snappy/xenial/current/ [14:43] and if you pass two times two different snap (but with the same) [14:44] balloons: and hopefully eventually reach xenial [14:44] zyga, wonderful to hear! [14:44] zyga, ohh, nothing is in queue for xenial yet? [14:44] the image will be created using *always* the first snap with that name [14:44] that's where I need it [14:44] Bug #1590219 changed: misleading error when the wrong command is passed with a flag [14:45] ppisati, probably time for a bug [14:48] ogra_: let me do another test [14:50] balloons: hey [14:50] jdstrand, howdy. I'm curious about your current thoughts on https://bugs.launchpad.net/snappy/+bug/1590767. [14:50] Bug #1590767: Support snap installed completion scripts [14:51] jdstrand, it's the bash completion question :-) I know you had an idea that maybe it wasn't as crazy as it sounded for snaps [14:51] balloons: all my ideas are captured in the bug. I'm not actively working on it [14:52] balloons: I think it is probably possible, but it would need to be designed [14:52] (not necessarily by me) [14:55] and while creating an image for rpi2/3, the dtbs aren't copied to the boot directory [14:55] so the gadget one are kept around [14:55] ... [14:57] jdstrand, so it still needs design / proof of concept then. Sounds like the proposed idea of a confined helper to feed strings is the most promising then [14:59] jdstrand: in case this was below your attention: "personality" syscall on armhf. https://bugs.launchpad.net/snappy/+bug/1614269 [14:59] Bug #1614269: tor package on ARMHF crashes on filtered syscall "personality" [15:00] I don't know what the argument to that syscall was, but I don't think we support more discrete filters anyway. [15:06] qengho: I saw the bug. I have a feeling that you'd run into other problems, but maybe not. we do support seccomp argument filtering in snap-confine these days, but nothing is using it yet (I plan to change that as soon as I get through other high priority work) [15:07] qengho: what happens if you add 'personality' to /var/lib/snapd/seccomp/profiles/snap.tor-middle-relay... [15:07] jdstrand: I whitelist "personality" with "sudo -e" and it works great. No complaints. [15:08] qengho: can you mention that in the bug. I suspect it is setting persona to 0xffffffff then [15:09] I will [15:09] thanks! [15:10] PR snapcraft#820 closed: Fixed bug LP: #1607294 snapcraft search returns results in different order [15:13] mvo: how do you feel about https://github.com/snapcore/snapd/pull/1847#pullrequestreview-1151064 [15:13] hmmm sergiusens bit of an issue with the python plugin [15:13] PR snapd#1847: many: discard preserved namespace after removing snap [15:13] SamYaple what issue? [15:13] mvo: I'd like to land it and do another release as this breaks people [15:14] sergiusens: it appears that its not installing some things and im not sure why. just discovered it [15:14] sergiusens: in a standard virtualenv on your machine, run `pip install dogpile.cache` youll notice it has more files than installing that in the snap [15:15] specifically in the snap 'lib/python2.7/site-packages/dogpile' does not contain an __init__.py [15:15] zyga: I would love to have niemeyer review on this branch too [15:15] and that is needed [15:15] zyga: but once its landed we can do a hotfix for yakkety [15:15] mvo: Which one is that? [15:15] #1847? [15:15] niemeyer: yes [15:15] SamYaple what if you `pip install --user dogpile.cache`? [15:15] mvo: Looking [15:16] mvo, might you be able to help out on getting a newer snap-confine into xenial? I've been poking zyga, but I don't think he has upload rights [15:16] mvo, niemeyer: understood, thank you [15:16] mvo, specifically the xenial version has the LXD issue which breaks juju, conjure-up, etc [15:17] SamYaple and second question since I am mad troubleshooting something else, does the upstream provide that __init__.py? [15:18] balloons: what bit exactly do you need? there is a pending update but its a bit delicate because it requires a new snapd and lock-step updates [15:18] sergiusens: indeed it does (as well as other files, __init__.py missing is simply blocking the import) [15:18] nessita: are you on the Ubuntu rocket.chat ? [15:18] sergiusens: i can't --user in a virutalenv. stil ltesting that [15:18] mvo, https://bugs.launchpad.net/snap-confine/+bug/1613845 [15:18] Bug #1613845: Juju snap can no longer interact with LXD in devmode [15:19] mhall119, I'm not, how can I help you? [15:19] mvo, the PR is linked in there if you wanted to cherry-pick. But I was assuming 1.0.40 (and now 1.0.41) would come back to xenial directly [15:19] nessita: Mirv had a question there about the new content interface and the store, let me copy it here [15:19] SamYaple I am guessing virtualenv does some __init__.py magic (I saw the code for virtualenv, it is full of weird things to help you out) [15:20] sergiusens: nah, its there with --user as well [15:20] sergiusens: but like i said, there are other missing files too, like api.py [15:20] is there any recent documentation or examples on the content interface? I tried to add a similar slot configuration to geany-plugins to my package: https://github.com/ubuntu/snappy-playpen/blob/geany/geany-plugins/snapcraft.yaml - but when uploading to store I got "unknown attribute 'content' for interface 'content' (slots) lint-snap-v2_slots_attributes" [15:20] specific to dogpile.cache [15:20] nessita: ^^ that was it [15:20] SamYaple hmph, can you log a bug, I will look at it later [15:21] sergiusens: sure. im still digging into it [15:21] balloons: right, if we do a new snap-confine we need to also do a new snapd with a branch that is not even in master yet, I'm just saying if this is urgent a cherry-pick might be easier [15:22] mvo, ack, makes sense. I would really appreciate a cherry-pick in that regards. I'm happy to help verify the SRU [15:23] balloons: ok, I will keep that in mind, if the branch lands soon and we can unblock the current snapd sru the full release is probably a better option. but its two *ifs* in there [15:24] pitti: silly question, snapd 2.15.2ubuntu1 is in xenial-proposed since ~21h but I have not seen a autopkgtest run for it, is that expected? also not in the queue or anything. how is that scheduled? [15:25] mhall119, hum, I don't have the details of each interface, let me see who can help you [15:25] mhall119, the store until runs the click-reviewers-tools [15:25] we don't have the logic of the checks themselves [15:26] jdstrand, hi, would you know what the error that mhall119 printed above means: "unknown attribute 'content' for interface 'content' (slots) lint-snap-v2_slots_attributes" [15:26] click-reviewers-tools is used against snaps as well? [15:26] mhall119, what app is this, so I look for it in the store? [15:26] mhall119, yers [15:26] yes* [15:26] mvo: ah, we had a ginormous amount of cloud breakage again, I'll just kick it [15:26] (to re-run again) [15:27] nessita: not sure, Mirv didn't share links to his files [15:27] ta [15:27] mvo: note that it fails in y (http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#snapd) [15:27] mhall119, do you know the snap name? [15:28] mvo: (so is stuck in -proposed anyway) [15:28] zyga: Btw, if you are in a hurry, revert the changes [15:28] zyga: We don't want to rush this in [15:29] zyga: You are touching on the foundation of every single snap, and apparently there are issues.. let's take the time to do it right [15:29] niemeyer: ack [15:30] nessita: I don't, sorry, and Mirv might be gone for the day already [15:30] I can't find his developer account in the store either [15:32] mhall119: nessita yes EOD but a quick link https://myapps.developer.ubuntu.com/dev/click-apps/5974/ -> 4 had the failure, in 5 the line is removed (and a new unrelated part added) [15:32] sorry must go [15:32] zyga: review submitte [15:32] d [15:33] thanks Mirv [15:33] pitti: that is fallout from a bad snap-confine version but yeah [15:33] Mirv, checking [15:33] pitti: I'm keen on the autopkgtest output because the upload targets the failures specifically, I'm keen to learn if my fixe(s) are good enough [15:34] Mirv: looks like rev 5 passed, does that mean you've resolved it, or just reverted the changes from rev 4? [15:35] nessita: I do. 'content' isn't an attribute of the content interface per https://github.com/snapcore/snapd/blob/master/docs/interfaces.md. the attributes should be read, write or target [15:35] (depending on if slot or plug. in this case it is slot side so should be 'read' or 'write') [15:37] jdstrand: according to my understanding of the interface, the "content" attribute is needed to make sure the plug and the slot are both talking about the same thing [15:37] there is no content attribute based on the docs [15:37] let me look at the yaml [15:38] jeez this thing is 400M [15:38] * jdstrand really wishes that the store showed the snap.yaml... [15:39] * jdstrand knows that is planned [15:39] Bug #1626617 opened: console-conf does not allow to set up dns for static ip [15:40] jdstrand: https://github.com/snapcore/snapd/blob/941e06e4f0eaece96e357b561013c8b7363e0068/tests/lib/snaps/content-slot/meta/snap.yaml lists a content parameter [15:40] maybe it's something planned but not implemented yet [15:41] https://github.com/snapcore/snapd/blob/941e06e4f0eaece96e357b561013c8b7363e0068/tests/lib/snaps/content-plug/meta/snap.yaml being the plug side [15:41] sergiusens: the import problem still exists, however the missing __init__.py is not the problem. the file difference was due to different versions of dogpile.cache [15:42] sergiusens: the fact remains that it is still an import problem and i dont know why [15:43] Do we still need to "connect" something if we whitelist a syscall? [15:44] mhall119: hey, I need to skip the call as I have a conflict on sprint planning [15:45] zyga: no worries, we had the upstreaming work call earlier, we found some blockers that will get passed on to you or jdstrand but not much [15:45] jdstrand: who are you waiting for on the dbus interface review? [15:46] mhall119: niemeyer [15:46] mhall119: as for the content interface, just drop 'content: qt-ubuntu' [15:47] niemeyer: a number of desktop apps are waiting on the dbus interface, do you know when we'll have that available? [15:47] mhall119: I checked the code and there is nothing in it that I can see that would honor the content attribute [15:47] PR snapd#1976 closed: tests: skip some tests on non-amd64 architectures [15:48] Mirv: ^^ see jdstrand's fix above, it seems the 'content' parameter isn't used [15:48] mhall119: your question to niemeyer isn't phrased quite right [15:48] mhall119: After I get over the critical tasks for the impending deadlines [15:48] mhall119: I don't know what the status of this is, to be honest.. we discussed that long ago [15:48] mhall119: as you know, it was deprioritized for other high prioirty interfaces. that work is done, I came back around to it to get it in reviewable shape this week. now niemeyer and I need to iterate [15:49] Ah, nice, so jdstrand is on top o fit [15:49] jdstrand: thanks, I didn't know it was deprioritized (though I did know other work was above it) [15:49] niemeyer: yeah-- we can start iterating again-- but I gave a long answer and I suspect you'll want to give it a careful read and ponder [15:50] mhall119: that is what I meant about deprioritized [15:50] mhall119: It was not consciously deprioritized.. it was naturally deprioritized because we have way too much to do on not enough time [15:51] should ~/snap/snapname/current exist? I only see ~/snap/snapname/buildnumber [15:51] mhall119: again, it is difficult when everything is critical priority-- nothing is. it was behind other stuff. that other stuff is mostly done, but dbus-app got picked up again and we are moving forward as best we can considering the deadlines (as niemeyer indicated) [15:52] mhall119: fyi, you are a subscriber to the trello card and I keep it up to date. not sure if those updates are getting filtered [15:53] jdstrand: I saw the update, but not the detail of who had the next task on it or when it might be done [15:53] successfully uploaded first ruby snap to store [15:53] the next task is in the PR [15:53] PR snapd#1980 opened: tests: more debug around the create-key test [15:53] I don't have a timeline since we need to iterate and other deadlines are there [15:54] mhall119: note that devmode is still an option to unblock people. I realize that doesn't help with the stable channel. [15:55] yeah, it also doesn't let them work on building their snap "the right way" until they know what that right way is going to be [15:55] but I'm glad it's still active and getting near the top of the priority list now [16:22] PR snapcraft#821 opened: Make copies of remote parts to avoid ordering issues [16:25] hello [16:26] when they say "Try Ubuntu Core running on bare metal x86 devices" does it mean that it can run on any computer ??? [16:28] sure, you can dd the amd64 or i386 image onto a USB stick and should e able to boot it from there [16:29] as long as the hardware doesn't prevent you from booting a different OS, yes [16:29] indeed ... [16:30] sergiusens: can you do 1400 utc tomorrow to talk about cmake/cpack and snaps? [16:30] should only take 30 minutes [16:34] is there a recommanded hardware or limitation ? for example, does it run on any NUC ? [16:37] on bare metal, is there a recommanded hardware or limitation ? for example, does it run on any NUC ? [16:38] zyga: so have you figured out the migration step yet? [16:40] sergiusens: oh. when did that get added? the problem is we are stripping the pth files [16:40] sergiusens: we should absolutely not be doing that [16:41] Pharaoh_Atem: I think so, I need to setup some representative env for testing though and script it all the way [16:41] Pharaoh_Atem: though still working on https://github.com/snapcore/snapd/pull/1847 [16:41] PR snapd#1847: many: discard preserved namespace after removing snap [16:42] sergiusens: https://github.com/snapcore/snapcraft/pull/765 tsk tsk tsk it was you! [16:42] PR snapcraft#765: Use a recursive iglob for filesets [16:47] niemeyer: hey, is there a way to retrigger travis checks? https://github.com/snapcore/snapd/pull/1968 failed for something unrelated to the PR [16:47] PR snapd#1968: interfaces: adjust bluetooth-control to allow getsockopt (LP: #1613572) [16:48] jdstrand: Yeah, if you click on the "Details" link you'll see the three jobs.. some of them will likely have passed [16:48] yes, two of the 3 did [16:48] jdstrand: If the spread one failed, please restart just that one by clicking on it first [16:49] jdstrand: That sounds like a real failure then.. doubt a restart will make it work [16:49] ok, it was the one. it is tests/main/create-key [16:49] jdstrand: Please note we have a low tolerance for flakiness.. if there's a test that is failing on and off, we need to fix it or remove it [16:50] jdstrand: Ah, yeah, that's exactly this case then :) [16:50] 2016/09/21 22:25:37 Failed tasks: 2 [16:50] - linode:ubuntu-16.04-32:tests/main/create-key [16:50] - linode:ubuntu-16.04-64:tests/main/create-key [16:50] jdstrand: mvo has been trying to stabilize this one [16:50] ok, cool [16:50] so if I click it, it might pass [16:50] jdstrand: Yeah [16:50] * jdstrand notices PR 1980 is being worked on [16:50] How does the serial-port interface work when I want to use a snap that connects to a USB device? Do I add a slot with the usb-x parameters and what do I have to do with snap connect? [16:51] mvo: any news on create-key? [16:52] niemeyer: I think I'm clicking the wrong thing. if I click 'it' or the big 'x', it just shows me the log [16:52] maybe I need to sign in [16:53] jdstrand: It's a circular thing, and there's a label next to it at the top [16:53] jdstrand: Yes, it needs to know who you are before it allows restarting a jbo [16:54] Bug #1626652 opened: ~/snap//current/ is missing [16:58] niemeyer: ok, it took a while after I logged in before it should me the 'Restart build' button, but I clicked it. stuff seems to be happening :) thanks! [16:58] showed* [17:02] jdstrand: np.. again, if you click this thing too often, please let us know.. create-key we're already aware and are working on it [17:03] Bug #1626656 opened: something isn't quoting things [17:06] Bug #1626656 changed: something isn't quoting things [17:10] niemeyer: yep. I figure I'd always ask [17:15] SamYaple you the content of the .pth be correct in any case? [17:15] SamYaple we need some code that would normalize it [17:17] Is there an easy way to include packages from a PPA in my snap? I'm trying to package an app which deps Qt 5.7 [17:18] sergiusens: i dont understand the question [17:21] SamYaple hmm, I fail to see why we filter those out now [17:22] SamYaple disregard me, I entered firefighting mode since I woke up today :-) [17:22] * sergiusens skipped breakfast and lunch, and wondering if a late lunch would be a good idea [17:25] sergiusens: ok i responded in the github comment, but im going to submit a patch to remove that filtering and see if anyone complains [17:25] i really dont know why its filtered either [17:27] SamYaple please do [17:33] SamYaple oh, if possible in demos/snaps_tests it would be good to add a py package that maks use of pth files [17:34] * qengho has trouble with first startup of published pi3 image. Four CPU fruits on black, timeout to black. Heartbeat light still blinks. numlock key toggles light! and ctrl-alt-delete reboots. Weird. [17:35] sergiusens: without digging around, dogpile.cache does. ill see about adding that [17:35] Only weird thing in text before starting kernel is "Unable to read uEnv.txt". [17:35] slangasek, ok, seems live-build is the bad guy here and removes *.pyc on all our images at build time with the exception of ubuntu-server and ubuntu-cpc ... i wonder why nobody ever sumbled over this [17:36] ogra_ slangasek I am so happy it is not snapcraft :-) [17:37] sergiusens: demos in the snapcore/snapcraft repo? [17:37] slangasek, since quantal actually ... [17:38] SamYaple yeah, those get built AND their `apps/*/commands` run if specific to under snaps_tests as a real snap [17:38] SamYaple which wouldn't be the case if adding an integration test [17:38] hmm, probably even longer ... cjwatson added the exception for ubuntu-server in quantal [17:38] SamYaple if it is too much trouble that's ok [17:39] ogra_: probably because before now, "not ubuntu-server and not ubuntu-cpc" meant desktop, and the desktop live images were used on x86, and the byte compile penalty wasn't enough there to notice [17:39] sergiusens: not to much trouble, just something new. ill look into it right now [17:40] slangasek, well, but that could explain why armhf has always been slow :) we always insisted to use the official build tools for our images :) [17:40] * slangasek chuckles [17:40] PR snapcraft#822 opened: Don't filter .pth files in python plugin [17:40] ogra_: will you make the change to live-build to fix this, then? [17:41] slangasek, i'll just add ubuntu-core to the exception code in livecd-rootfs for now [17:41] ogra_: wfm [17:41] ogra_ mind if I reply with a short summary to the list? [17:41] modprobe__: No, there isn't. Maybe add what you think it should look like in your yaml. https://bugs.launchpad.net/snapcraft/+bug/1604671 [17:41] Bug #1604671: snapcraft doesn't support arbitrary PPAs or apt sources [17:41] but we should probably consider simply ripping out that bit completely [17:42] slangasek, sure, go ahead, though i first want to see if that actually improves much :) [17:42] before i make a statement myself [17:42] ogra_ oh, people say pyc is needed for this to improve, let's get them those pycs ;-) [17:43] sergiusens, yeah, there i'm not even a size-nazi :P [17:43] ogra_ riiiiight [17:44] ogra_ also, check telegram ;-) [17:44] ogra_ there is a treat for you [17:44] LOL [17:44] ohmy ! [17:44] thats an oooold pic [17:44] snappy fixed it ;-) [17:45] not yet :) [17:45] oh man , i look so slim ... [17:47] ogra_: snaps make everything ... compressed ;-) [17:47] hahaha [17:57] qengho: Thanks, I've done that. :) [18:01] PR snapd#1981 opened: tests: add a test for core about device initialization and device registration and auth [18:35] I'm filing image bugs in snappy/snapd bug tracker. Hope that's okay. [18:35] well, filing them on the project is desired ... [18:35] (see topic) [18:36] dont file them against snapd though ... unless it is actually a snapd prob [18:44] PR snapd#1971 closed: interfaces/builtin: add rcvfrom for client connected plugs to mir interface [19:02] ogra_: unless it's a problem in the app itself, isn't it always a snapd problem? i thought that was the whole point of snapd and forcing everything to go through it [19:03] well, a snappy image consiste of a lot more than snapd .. running a snap on a classic system uses snap-confine, ubuntu-core-launcher etc etc [19:03] *consists [19:03] dobey, if it's image-related though, it could be ubuntu-image or a number of other things [19:03] and even on classic it can be a lot more [19:03] Definitely [19:04] There are a lot of pieces associated with snaps beyond just snapd [19:04] that is why we have the snappy project as catch-all bugtracker ... [19:10] PR snapd#1956 closed: many: show snap name before the download progress bar [19:20] ogra_, hey, cant get my dragonboard to boot of the sd I made, will it work with a 2GB card? [19:22] PR snapcraft#821 closed: Make copies of remote parts to avoid ordering issues [19:30] pmcgowan, i havent tried, but at least the dailies should not be to big for a 2G card [19:31] (the smallest i have ever tested was 4G) [19:32] ogra_, it errored when it reached the end of the card, when I insert it and boot I get the default android on mmc [19:33] I did change the dip switch to sd [19:33] pmcgowan, ah, well, the beta images are 3.8G ... they wont fit [19:33] oh [19:33] http://people.canonical.com/~ogra/snappy/all-snaps/daily/current/ [19:33] grab one from there [19:33] thats 300MB [19:33] (uncompressed) [19:34] great thanks will try it [19:41] ogra_, btw whats the difference in the images besides the size [19:41] or is this just new and improved [19:43] PR snapcraft#823 opened: plainbox-provider plugin: rewrite python shebangs [19:44] SamYaple any luck with the test? [19:45] pmcgowan, mine are untested daily builds from the edge channel (latest stuff and latest breakage) ... the cdimage ones are tested beta images [19:46] ogra_, will beta images get smaller? or do I need to buy a card [19:46] both ? :) [19:46] heh [19:46] i'm using ubuntu-image trunk whihc builds images only as big as their content [19:47] once trunk is released the beta ones will also be small [19:47] got it thanks [19:49] PR snapd#1981 closed: tests: add a test for core about device initialization and device registration and auth [19:58] mhall119 I can do one hour after or one hour before === drizztbsd is now known as timothy [20:05] jdstrand: hey === drizztbsd is now known as timothy [20:06] jdstrand: I wrote a small branch for snap-confine that I plan to cherry-pick into the release [20:06] jdstrand: https://github.com/snapcore/snap-confine/pull/151 [20:06] PR snap-confine#151: Make snap-discard-ns fail gracefully [20:14] slangasek, http://paste.ubuntu.com/23217393/ ... not much improvement [20:14] (and it wastes 5MB on the image) [20:14] ogra_: strace itself is doing a lot of I/O, I'd be more interested in 'time console-conf --help' + strace output :) [20:15] ogra_: is that 5MB of .snap size or within the filesystem? [20:15] anyway [20:15] the core snap got 5MB bigger [20:15] strace output please, so we can see what it's spending time on now that it's *not* spending it on byte compilation [20:16] (which is = filesystem size in our case) [20:17] slangasek, http://paste.ubuntu.com/23217404/ [20:17] ta! [20:17] without strace the time output varies ... [20:17] between 12 and 5 secs [20:18] thats is noticeable better ... [20:18] i'll do a full install run with tomorrows image ... curious how that will turn out now [20:19] indeed [20:21] also interesting that it looks for the en_* locales ... the suystem has C.UTF-8 hardcoded [20:21] huh [20:22] ogra_: how's the entropy on the bbb? [20:22] oh ... LANGUAGE is actually unset [20:22] I notice the getrandom() in there [20:22] plain SW iirc [20:24] hmm, probably i'm wrong [20:24] ogra@bbb:~$ lsmod|grep rng [20:24] omap_rng 16384 0 [20:24] ogra_: also it looks like we're missing .pyc for subiquity itself, and that will be a packaging bug on our side: 0.001296 stat64("/usr/share/subiquity/subiquitycore/ui/__pycache__", 0xbeecbe10) = -1 ENOENT (No such file or directory) <0.000174> [20:24] cyphermox, mwhudson: ^^ [20:25] not sure if that's enough files to matter [20:35] * ogra_ vanishes into the night [20:41] sergiusens: im still going on it, got other work pulling me away at the moment [20:50] slangasek: interesting, but I'm not overly surprised, I had all kinds of issues with packaging this [21:08] slangasek: hmm [21:08] slangasek: is that confined? [21:08] slangasek: AFAIR there's a silent deny rule for __pycache__ in apparmor somewhere [21:08] slangasek: (in the base template) [21:08] zyga: this was a problem of files actually missing from the image [21:08] slangasek: ah, I see [21:08] and if they're there, no denial [21:20] jdstrand: updated https://github.com/snapcore/snap-confine/pull/151 as requested [21:20] PR snap-confine#151: Make snap-discard-ns fail gracefully [21:20] PR snapd#1982 opened: tests: disable broken create-key test [21:28] PR snapd#1968 closed: interfaces: adjust bluetooth-control to allow getsockopt (LP: #1613572) [21:41] slangasek: subiquity missing .pycs is not in the same league as missing them for the stdlib, i'd hazard [21:42] woah [21:42] "python slow" [21:42] gentoo level [22:19] heh funroll-loops.info seems to have died [23:23] PR snapd#1982 closed: tests: disable broken create-key test