[00:18] dustino: sorry, I missed your question. We are not working on making it installable on the emmc. === chihchun_afk is now known as chihchun === devil is now known as Guest57800 === Guest57800 is now known as devil_ === devil_ is now known as devil__ === devil__ is now known as devilz [08:15] good morning [08:23] good morning [08:35] good morning [08:35] good morning :D [08:41] mvo do you know when the update will be available today? [09:05] noizer: yes! [09:06] mvo yihaaaa lets snap the world today :D [09:06] noizer: xz is running right now [09:06] mvo ok thx :D [09:06] noizer: eta something like 15min [09:09] mvo ok where can I find the release notes? [09:11] noizer: I will send a mail on snappy-devel@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/snappy-devel [09:11] noizer: later today [09:12] ok [09:14] mvo are there already products in production that uses snappy? [09:14] noizer: https://people.canonical.com/~mvo/all-snaps/ its there now for amd64, enjoy and let me know if you notice any issues [09:15] i saw but i need the Raspberry pi one xD [09:15] noizer: yes erle robotics for example http://erlerobotics.com/blog/snappy-store/ [09:15] noizer: and https://insights.ubuntu.com/2015/10/21/snappy-core-unlocks-iot-value-within-the-dell-edge-gateway-5000-series/ [09:15] noizer: those are all 15.04 based currently though. but 16.04 will be much better [09:15] even better I should say :) [09:16] haha :D thats why i'm developing on snappy 16.04 :D [09:17] are you building the other images too (raspberry pi)? [09:17] mvo [09:18] noizer: yes, as we speak :) [09:19] noizer: rpi2 will take a bit longer because of the manual testing I do on the sd card, but I think in 1h at latest it will be up too [09:20] mvo thx thats best service with on going development i ever had :D [09:20] :p [09:22] :-D [09:31] Good morning all! Happy Wednesday and happy Carrot Cake Day! 😃 [09:38] Where do you get thowe days? [09:43] JamesTait: ^ I think that one is directed at you and I can't remember the link [09:43] Mikaela, various sources on the internet, some "official", some just silly. [09:44] ack [09:44] daysoftheyear.com and nationaldaycalendar.com both had today's. [09:45] wellcat.com is another. [09:45] I must take a look sometime [10:04] noizer: rpi2 is available now as well on https://people.canonical.com/~mvo/all-snaps/ === chihchun is now known as chihchun_afk [10:18] mvo thx :D === asac` is now known as asac === chihchun_afk is now known as chihchun [10:27] mvo writing the image to my sd card :D [10:28] mvo: did we drop 'snappy search'? [10:29] mvo: did you see anything like this before? http://paste.ubuntu.com/14864883/ [10:29] dholbach: what version of snappy are you on right now? [10:30] dholbach: I'm preparing a mail for this right now [10:30] mvo: I used the amd64 all-snaps image from you [10:30] dholbach: if you could give me the snappy list output that would be great [10:31] mvo: http://paste.ubuntu.com/14864906/ [10:32] dholbach: this is probably fallout from the switch from package.yaml to snap.yaml and/or fallout from the store changes. so I'm super keen to figure out the root [10:32] ok... [10:32] mvo: and 'snappy search' is gone as well? [10:32] or will there be a new incarnation of it? [10:32] dholbach: yeah, its now "snap find" [10:33] ah, great - thanks [10:34] dholbach: I prepare a mail now that explains the changes a bit more :) [10:35] * dholbach hugs mvo [10:50] dholbach: sorry for the trouble, it looks like the store is really confused - https://bugs.launchpad.net/software-center-agent/+bug/1541317 is causing the issues [10:50] Launchpad bug 1541317 in Software Center Agent "Returns incorrect channel data" [Undecided,New] [10:51] dholbach: which means I may need to create new images because right now the all-snap image is defaulting to the stable channel for the os/kernel snaps. but maybe that is actaully not a bad thing :) [10:56] do we have an example of a seccomp override file? [10:56] it seems that snappy install isn't happy when parsing one, just containing "setpriority" for instance [11:03] mvo: maybe you would know a good example with an appamor and seccomp override? [11:03] (maybe it expects a yaml file?) [11:08] didrocks: here are some examples https://github.com/ubuntu-core/snappy/blob/master/snappy/security_test.go#L832 [11:09] Chipaca, mvo: still any trouble with the wait4net service? [11:09] pitti: I still did not manage to work on the proper fix :( the images were broken and I had to unbreak them first [11:10] pitti: while you are here :) is there a trivial setting to make /tmp not a tempfs with systemd? for snappy we ran into various issues in the testsuite with /tmp being too small [11:11] mvo: isn't that supposed to point to a file rather? [11:11] (from the doc) [11:11] mvo: it defaults to not being a tmpfs [11:11] didrocks: that was in 15.04 iirc that it was a file [11:11] mvo: I saw "deprecated" in the tests, so I didn't dare trying [11:11] mvo: so, revert whatever you do to make it a tmpfs -- most likely, /etc/fstab? [11:11] didrocks: and in 15.04 its json [11:11] pitti: aha, ok, thats good to know, I will dig around [11:11] mvo: hum, do you have one example? [11:12] didrocks: a 15.04 example? [11:12] mvo: could also be that snappy enables /usr/share/systemd/tmp.mount [11:12] yeah :) [11:12] with this file [11:12] I was expecting it to be a seccomp-like file [11:12] mvo: but check /etc/fstab first [11:12] mvo: but how would that work on snappy? isn't the root fs r/o? [11:12] ta, will do [11:12] mvo: or a tmpfs by itself? [11:12] pitti: root is r/o but we can just bind mount the writable partition on top of /tmp [11:12] the tmp of the writable partition [11:13] mvo: I thought with "all snaps" you'd have an empty root tmpfs as /, and then bind-mount the r/o .snaps into it? [11:13] because if it's json, what do we put as a key? [11:13] or did I misunderstand this? [11:13] I guess maybe something like: { "syscalls": ["setpriority"] }? [11:13] mvo: ah, so I guess change /tmp in fstab to be a bind mount to /writable/tmp instead of a tmpfs? [11:14] pitti: yeah, I think that is what we need to do. thanks. for some reason I was thinking that systemd would do that by default and we had to do something in ubuntu to disable it (it being the tmpfs on /tmp) [11:14] didrocks: I need to check for the details, jdstrand is the master of this but I look for an exmaple now [11:15] mvo: upstream does, but we don't in Debian/Ubuntu as that discussion is still ongoing and haven't decided yet [11:15] didrocks: https://github.com/ubuntu-core/snappy/blob/15.04/snappy/security_test.go#L253 maybe? [11:15] mvo: thanks! yeah, an example would be awesome! [11:15] pitti: thanks, thats super useful [11:15] mvo i got a strange error http://pastebin.com/LnZW0TDA do you know what i did wrong? [11:16] mvo: trying in progress :) [11:16] (didn't spot that one in tests) [11:18] mvo: \o/ [11:18] yeah, yaml it was :) [11:18] mvo: extra bonus question, our package needs to be configure for credentials before being able to work [11:18] so, we have a systemd service [11:19] I would like to set "only starts if file is present" with the correct service key [11:19] can we extend the systemd .service generated file? [11:19] (and extra bonus: apart from the config script calling sudo snappy service start…<>, is there a less hackish way of restarting the service after a config change?) [11:21] hello all, I'm trying to run latest stable snappy through vagrant. The VM won't boot, it keeps rebooting really fast and I can not see whats going on in the virtualbox gui... any clue anyone? [11:30] noizer: unfortunately not, how can I reproduce this? [11:31] didrocks: we can not expand the .service right now, the service itself would have to check that currently. we can talk about expanding our .service files of course [11:31] mvo I try to install the plugin python2 and that don't works but when i try to install python3 then it works [11:32] so i think python2 is bugged [11:32] But i need python2 because one lib is only supported in python2 at the moment [11:32] noizer: via snapcraft? sergiusens and kyrofa are your experts for that [11:32] yea via snapcraft [11:33] ok are the online at the moment? [11:33] noizer: I suspect a issue with snapcraft, unfortunately I'm not a expert there [11:33] ok np i will ask them :D [11:33] noizer: not yet but should be soon, they on the americas [11:33] ok thx [11:34] mvo: the thing is that the service checks, and so, it tries to restart [11:34] upon 3 times [11:34] then, nothing "triggers" it once properly configured [11:35] hi all! I'm using snapcraft with autotools plugin, I have an issue over libssl (I guess) as it does not find openssl/bn.h May it be related to the snapcraft build? [11:35] didrocks: right, lets talk about adding code for start conditions then in a bit (after lunch?) [11:35] mvo: sure! [11:38] sergiusens: should snapcraft pull in request_toolbelt from somewhere? [11:39] I got [11:39] No module named 'requests_toolbelt' [11:39] sergiusens Hi, got a strange thing going with snapcraft. I want to install python2 as plugin but when i try i got this error: http://pastebin.com/LnZW0TDA [11:40] sergiusens but i tried it now with python3 and it gave me the same issue [11:40] mvo: however, we don't have any /var/lib/appamor/profiles dir (or content anymore) :/ [11:41] seems something burned it [11:41] not even sure how we can recreate it. We try to install an old snap, and nothing happens [11:43] didrocks: its in /var/lib/snappy/apparmor now iirc [11:43] didrocks: in 16.04 [11:43] didrocks: or is this on 15.04? [11:45] sergiusens: I'm also seeing this happening: http://paste.ubuntu.com/14865381/ [11:45] which might not work when not running with sudo === JamesTait is now known as Guest83722 [11:48] mvo: it's 15.04, for mwc [11:48] mvo: /var/lib/snappy/apparmor/profiles was deleted [11:48] by installing a snap [11:49] (the whole directory) [11:49] didrocks: *urgh* [11:49] yeah, doesn't sound "yummy" :/ [11:50] is there any way to at least for now, tell apparmor to rebuild all profiles? [11:50] didrocks: is this reproducable? I think its click-appamor handling this dir on 15.04 [11:50] didrocks: I don't know, jdstrand will know how to tell apparmor to rebuild all profiles [11:51] mvo: we did install it multiple times, we want the demo to work before reproducing (but apparmor/seccomp doc is a little bit of a PITA) === devil is now known as Guest84073 === Abhishek__ is now known as Abhishek_ [12:36] Good morning [12:36] good morning [12:36] kyrofa good morning xD [12:37] I have already a question for you :D [12:38] since the update of the ubuntu core i can't install python anymore as plugin :s [12:38] kyrofa here you get the error http://paste.ubuntu.com/14865381/ === Guest84073 is now known as devil_ [12:39] noizer, I'm not really sure what I'm looking at, here. However, is your project publicly available? Can I give it a try? [12:40] No it inst available i was developing for it :p [12:40] wait I will give you a my yaml file [12:41] noizer, yeah, whatever is causing the failure for you so I can reproduce it here === chihchun is now known as chihchun_afk [12:46] wait i will test an other thing just only install python so i can see if it realy python [12:50] noizer, for what it's worth seems seem a bit broken on the most recent all-snaps release for me as well [12:54] kyrofa what can we do about it? [12:54] kyrofa i minimized my snap and tested this and got the error http://pastebin.com/nz3pgysu [12:55] and that is since the update from today( for you yesterday night) [12:56] noizer, yeah I need to see your project if that's possible [12:57] kyrofa i can't show it because its for the company that i work for [12:57] but yesterday it worked all fine until the update came [12:57] noizer, oh you put the YAML in the paste, okay I can work with that [12:57] ok this yaml I tried but normally its correct but it doesn't work :s [13:06] kyrofa do you get the same problem? [13:07] noizer, one minute, I have to put out a fire dholbach found for me [13:07] kyrofa: sorry :) [13:07] kyrofa ok np :D [13:07] dholbach, super embarrassing :P [13:08] hello, I'm using snapcraft with autotools plugin to build rethinkdb, I have an issue over libssl (I guess) as openssl/bn.h is not found May it be related to the snapcraft build? [13:08] dholbach, sorry need context [13:08] * sergiusens just got out of the dentist [13:09] opny: do you have libssl-dev installed? [13:09] sergiusens: err... context to which question? [13:09] opny, add openssl to the stage-packages [13:09] sergiusens: I'm also seeing this happening: http://paste.ubuntu.com/14865381/ [13:12] sergiusens, please accept my humble apologies for https://bugs.launchpad.net/snapcraft/+bug/1541349 . After that looks PR is merged I'd be happy to crank out 2.1.1 [13:12] Launchpad bug 1541349 in Snapcraft "Should maybe depend on python3-requests-toolbelt?" [Critical,In progress] [13:13] kyrofa, lets do a 2.1.1 [13:13] kyrofa, let me get that started [13:13] sergiusens, I'm sorry man [13:13] kyrofa, its fine [13:15] dholbach, sergiusens yes sure, I've tried to add the :i386 one either nut no luck [13:16] opny: it should be in libssl-dev [13:16] kyrofa, I'll fix [13:16] opny: [13:16] daniel@daydream:~$ dlocate openssl/bn.h [13:16] libssl-dev:amd64: /usr/include/openssl/bn.h [13:16] daniel@daydream:~$ [13:16] kyrofa, unless you already have [13:16] sergiusens, https://github.com/ubuntu-core/snapcraft/pull/288 [13:17] kyrofa, I can see that was quickly done ;-) [13:17] *sigh* [13:17] kyrofa, no worries! [13:18] dholbach, uhm, you're right.. It's not on my system, only in stage-packages [13:18] sergiusens, fixed [13:18] opny: using build-packages: you can specify it in the snapcraft.yaml [13:19] opny: so others using the same recipe will surely have the package installed upon build [13:19] dholbach, mind looking at https://github.com/ubuntu-core/snapcraft/pull/288 [13:19] dholbach, oh, ok thanks... was using the wrong one! [13:20] kyrofa, this just means we need integration tests for upload/login/logout [13:20] sergiusens, indeed [13:20] sergiusens, making the issue now [13:21] kyrofa: are all these packages required as build-deps? [13:22] I haven't checked in a while - is this because we run the unit tests during the build? [13:22] dholbach, sergiusens perhaps they should be in the test control? [13:22] I guess I'm not sure [13:22] let me check [13:23] kyrofa, debian/tests/control pulls in the package deps [13:24] sergiusens: but that's only for the autopkgtest [13:24] dholbach, yeah, I think kyrofa is just nervous now and wants to add the dep everywhere ;-) [13:24] kyrofa: they're still required - the unit tests are run during the build: https://launchpadlibrarian.net/236098042/buildlog_ubuntu-xenial-amd64.snapcraft_2.1_BUILDING.txt.gz (at about 90% of the log) [13:24] sergiusens, yeah paste paste pate [13:24] dholbach, it's still in Build-Depends iirc [13:25] sergiusens, kyrofa: looks like it's a good idea to keep them in build-depends too :-) [13:25] in debian/control [13:25] Haha, okay good [13:25] well, I didn't see them removed [13:25] sergiusens: I just wanted to check if they're still required as build-deps and it turns out they are :) [13:25] Yeah I think dholbach was just checking the whole thing [13:26] dholbach, yeah, they are; just for module import if anything else [13:29] dholbach, oh no, after adding the build-packages, snapcraft has gone.. python says too many open files http://paste.ubuntu.com/14866019/ [13:29] opny: that should be fixed in snapcraft 2.1 [13:30] opny, is that snapcraft 1? [13:30] dholbach, kyrofa ok, 1.0.1 [13:30] opny, yeah, that fix is only in 2 I'm afraid [13:30] kyrofa: maybe the fix for bug 1537705 should be backported? [13:30] bug 1537705 in Snapcraft "too many open files when using a heap of parts of plugin autotools" [High,Fix released] https://launchpad.net/bugs/1537705 [13:31] kyrofa, where may I update my snapcraft to 2.0? git? [13:31] opny: where did you install snapcraft from? [13:31] dholbach, ppa as per docs [13:32] kyrofa, while you are at it https://github.com/ubuntu-core/snapcraft/pull/289 [13:32] dholbach, ppa:snappy-dev/tools [13:32] kyrofa, sergiusens: ^ where do we land snapcraft 2.x? [13:32] dholbach, nice that you made kyrofa the official backporter [13:32] dholbach, only on xenial [13:32] dholbach, 2.x is only on xenial [13:33] sergiusens, haha, I'm the 1.x maintainer, remember? [13:33] kyrofa: what what? I just asked him because he had just responded in the same context :-) [13:33] or we break all 15.04 users; I'm not sure we will backport as soon our deps to xenial will increase [13:33] don't blame me for giving kyrofa all the hard work [13:34] is there a vagrant box for xenial ? [13:34] sergiusens, it wouldnt work anyway since the concept changed drastically between 15.04 and xenial [13:34] opny, the side effect of using Snapcraft 2 is that you can only target 16.04 Snappy [13:34] sergiusens: isn't it just https://github.com/ubuntu-core/snapcraft/pull/268/files that needs backporting? [13:34] dholbach, yes, I was replying in the context of where we publish 2.x [13:34] dholbach, and I said, only xenial [13:34] dholbach, xenial snapcraft produces squashfs snaps by default .... there is no support for that setup in 15.04 images [13:35] sergiusens, happy to backport if you give the OK [13:35] sergiusens: ok [13:35] dholbach, backporting things from 2.x to 1.x should be ok :-) [13:35] ogra_: I know [13:35] kyrofa, go ahead [13:35] guys... I was never suggesting we should backport EVERYTHING [13:35] everyone calm down and keep on rolling :-) [13:35] opny, thanks for catching that, I'm on it [13:35] well, we should ... but only if 15.04 stable goes EOL [13:35] which should happen with the xenial snappy release as i understand [13:36] kyrofa, no problem, I'm good a breaking stuff :) [13:36] ok... too many threads of discussion at the same time ;-) [13:36] Hahaha [13:38] sergiusens, is https://bugs.launchpad.net/snapcraft/+bug/1541353 the same issue you noticed? [13:38] Launchpad bug 1541353 in Snapcraft "'snapcraft upload' says 'Invalid package filename.'" [Undecided,New] [13:38] btw, is there a xenial image for amd64 and/or arm I can pick ? [13:38] kyrofa, yeah, not sure why `-` is not allowed; maybe pindonga knows [13:39] kyrofa, thats just because dholbach produces that -buggy package ;) snapcraft is clever, wont let buggy things in ;) [13:39] opny, yeah http://people.canonical.com/~mvo/all-snaps/ [13:39] kyrofa, that's going to 2.2; I'll release it while camping during carnaval ;-) [13:41] kyrofa, thank you. Is qemu for arm known to work? [13:41] opny, I've used it, though it's dog slow [13:41] i dont think we actually produce usable snappy images for qemu-system, do we ? [13:41] (armhf thatis) [13:42] kyrofa, sergiusens in snapcraft/storeapi/_upload.py there's a regexp for validating the pkg file name [13:42] - is valid for name [13:42] so maybe the pkg is missing version or arch? [13:42] pindonga, any ideas on bug #1541353 ? [13:42] bug 1541353 in Snapcraft "'snapcraft upload' says 'Invalid package filename.'" [High,Triaged] https://launchpad.net/bugs/1541353 [13:42] kyrofa, we need to find out what the built pkg name is [13:42] ogra_, I've tried on 15.04 but network was never picked up and cloud-init failed [13:43] opny, oh, with what cpu emulation did you run qemu ? [13:43] ogra_: around? If you get a chance at some point, I was curious if you had any thoughts about installing snappy on db emmc via fastboot [13:43] kyrofa do you already any idea with my problem :p [13:43] ogra_, oh, I was just answering a general "yes, qemu can emulate arm" :P [13:43] pindonga, kyrofa I say we remove the regexp, we already have a regexp when we json schema de hell out of it [13:43] kyrofa, yeah, vexpress and omap3 ;) [13:44] noizer, I'm looking at it now [13:44] sergiusens, fine with me [13:44] kyrofa htx xD [13:44] sergiusens, I thought the regex was for extracting the name, not actually _validating_ anything [13:44] sergiusens, the regexp here was jut to avoid a failure after the file was uploaded (ie, during the scan) [13:44] pindonga, in the case of dholbach's bug we might need the full yaml [13:44] ogra_, armhf https://github.com/muka/qemu-snappy-experiments#2-use-ubuntu-snappy-not-working [13:44] ie, a quick sanity check to avoid uploading the file only for the store to fail later [13:44] plars, only vaguely, i try to not touch any internal disks with our images until we have a recovery installer ... but it shouldnt be hard to modify the EMMc bootloader [13:45] pindonga, yeah sounds good, but we fail on the yaml as soon as we load it, so its blocked earlier; I'd be fine with checks, but these regex's have changed so often I got weary of them :-) [13:45] sergiusens: attached: https://launchpadlibrarian.net/236141324/snapcraft.yaml [13:46] ogra_: all I'm really looking for is an automated way to provision it, regardless of what was on it before [13:46] sergiusens, I'm not opposed to removing the filename check [13:46] sergiusens, my bet is what's confusing the regexp is the - in the version [13:46] opny, yeah, you dont really want that ... what would work would be an image thats actually designed for vexpress .. you cant just re-puropse a rpi image for this [13:46] dholbach, try removing the - from the version (or change it to `.`) [13:46] ogra_: another option, of course, is using the sd to boot from. But the only control I've found over the sd so far is via the hard switch on the bottom of the board, which is going to be flaky to solder to [13:46] also, the yaml doesn't include an arch, is that correct? [13:47] pindonga, not this one, the internal one has that; I don't think that is the problem as I've uploaded just fine [13:47] sergiusens: that made it work [13:47] sergiusens, all that said, I completely agree regexpes are a pain to maintain [13:47] up to you to remove it [13:47] so confirmed, it is just the version check [13:47] ogra_: but it does look like I can probably get into fastboot automatically somehow, via the reset button controlled from the uart board, and power control. If I could use that to install to the emmc reliably, it would be something to consider [13:48] plars, you just need to replace the content of the "boot" partiton on the eMMC with a working u-boot binary ... the rest shoudl be scripting .... well and probably invalidate the u-boot on the SD, then it will always fall back to the internal uboot [13:48] nothing to solder here [13:48] sergiusens: you mentioned an incorrect service file the other day that had no %h in the SNAP_USER_DATA - what snap was this again? [13:49] ogra_, ok thanks, has been interesting anyway [13:49] ogra_: I'd like to stay as close as possible to what u-d-f generates though, and not have to change the image we're testing [13:50] plars, well, u-d-f ignores the fact that an eMMC exists [13:50] ogra_: so booting an unmodified sd image would mean I need it to really boot from the sd [13:50] it will always focus on SD only [13:50] apparently that's controlled by gpio_81, but it doesn't seem to be exposed anywhere else as far as I can tell [13:50] mvo, that was kyrofa ^ [13:50] mvo, so I mentioned, kyrofa has the issue [13:51] plars, did you ask in the #96boards channel ? [13:51] but if the image on the sd is bad, or if I need to overwrite it, I would need it to go back to booting something stable off the emmc [13:51] mvo, o/ [13:51] ogra_: not yet, some of this is pretty specific to snappy I think [13:51] kyrofa, upload your snap to people.canonical.com if you can [13:51] plars, right, thjats automatic [13:51] pindonga: do you know which rev of click-reviewers-tools is used in myapps right now? [13:51] sergiusens, sure thing [13:51] if the SD is broken my board here always falls back to eMMC in any case [13:52] which is why i said you can just use a clever u-boot on the MMC ... that could pull a new SD image and write it for example ... just invalidate the bootloader on the SD at the end of your test [13:52] ogra_: but I also need it to fall back if I'm trying to put a new image on there, so I'd like to have more control over it... or are you saying that for that, we should just dd some zeros to the sd card boot part to make it bad? [13:53] ... and a reboot would get you into the MMC uboot [13:53] dholbach, btw, we have planning meetings on Friday's with kyrofa and elopio for snapcraft; someone once mentioned we could open those up to the public; I have to quarrel against that [13:53] dholbach, 567 [13:53] ogra_: gotcha [13:53] pindonga: can you pull again? [13:53] plars, yeah, even just into the first partition of the Sd should be enough [13:53] dholbach, on prod, on staging we're on 572 [13:53] dholbach, I just have one requirement; hands off keyboard unless you are the triager [13:53] Let's say I would like to create an UI via a snap to handle networking or create an access point. Do you think is feasible via a snap? [13:53] ogra_: actually, right now with the snappy image, I only get one boot out of it. any boot after that goes to the emmc. Is that a known issue? [13:53] pindonga: 572 sounds great [13:53] right, we just need to deploy to prod [13:54] but you can test on staging [13:54] sergiusens, who mentioned that? [13:54] opny, what kind of UI ... web-UIs surely work already [13:54] opny, check the mir guide on the developer site [13:54] sergiusens: you quarrel against the calls being public? I'm not sure I understand [13:54] kyrofa, not you; it was mentioned in one of the community hangouts [13:54] sergiusens, oh interesting [13:54] dholbach, oh, in one of the community things (video, text, something) someone mentioned making planning public [13:54] dholbach, I thought it was you [13:54] ogra_ yes a web ui, with simple shell commands or more advanced (networkd?) [13:55] dholbach, I am saying I don't mind if our planning meetings are public and open to everyone [13:55] ah ok, cool :) [13:55] yeah, let's think about how we can do that best [13:55] dholbach, streamed is fine; joining the hangout has 2 reqs, hands off keyboard and see your face [13:56] dholbach, seeing the face is a bit controversial; but it is sort of necessary to keep the face to face value [13:56] sergiusens, mir-snaps ? [13:56] opny, afaik there is a network-manager snap in the works ... i guess you could create another snap that talks to it via snapd on a socket or local network port to manipulate networking via snappy config then [13:56] dholbach, and seeing someone's face provides a lot of feedback [13:56] I like that [13:56] ogra_, ppisati: silly question, it appears that am335x-boneblack.dtb is not/no longer part of the kernel tree in xenial? do you happen to know about this? or am I looking at the wrong place? [13:56] yes, I agree [13:56] kyrofa sorry i cant follow xD let me know when you have a sollution [13:56] mvo, oh, i havent touched the BBB in ages [13:56] noizer, will do [13:56] opny, yes https://developer.ubuntu.com/en/snappy/guides/mir-snaps/ [13:56] * ogra_ has to defer to ppisati [13:57] if I am running xenail, just $sudo apt-get snapcraft will get me and keep me on the latest, right? [13:57] dholbach, speaking of that we should probably take this from mhall and put this into our repo https://developer.ubuntu.com/en/snappy/guides/mir-snaps/ [13:57] rickspencer3, yes [13:57] or it will get outdated fast [13:57] rickspencer3, correct [13:57] ogra_: no worries, I just wanted to build a "community" maintained one with all snaps and this is my blocker right now [13:57] thanks ogra_ and sergiusens [13:57] mvo, are you sure you grabbed the right binary ? [13:58] sergiusens: I'll file a bug for it - I have like 5 things I'm doing at the same time right now :) [13:58] sergiusens, ok nice but what is mir in practice? is it a webcontainer? [13:58] ogra_: not entirely, I was still using the artifact from cdimage [13:59] sergiusens, found.. sorry [14:00] ogra@anubis:~/datengrab$ dpkg -x linux-image-4.4.0-3-generic_4.4.0-3.17_armhf.deb unpack/ [14:00] ogra@anubis:~/datengrab$ find unpack/ -name am335x-*|grep boneblack [14:00] unpack/lib/firmware/4.4.0-3-generic/device-tree/am335x-boneblack.dtb [14:00] ogra@anubis:~/datengrab$ [14:00] mvo, ^^^ [14:00] seems to be there [14:00] ogra_: hmmm, thanks, I will find out what is causing this [14:01] (thats the latest xenial binary package) [14:01] dholbach, kyrofa https://github.com/ubuntu-core/snapcraft/pull/290 [14:02] jdstrand, I use your overlay notes every day, by the way [14:04] opny, a display server [14:04] opny, you have to be clear when you say ui ;-) [14:05] opny, if youwant to do something over the web; just use nodejs or go or something you like (look at gopaste or shout in the snapcraft examples) [14:06] ogra_: found the issue, I'm an idiot [14:06] ogra_: but thanks! [14:06] mvo: never, you are just tired :) [14:06] mvo, i disagree !!! [14:07] mvo I just PMd you a link to the snap in question [14:07] sergiusens, awesome stuff! Yes I meant the web, sorry :) My doubt is how can I then interact with eg. if* or ip route or iptables et like [14:07] sergiusens, with custom apparmor profiles? [14:08] opny, there is a ufw snap already [14:08] you shoudl be able to talk to it via snapd or some such ... jdstrand might be able to tell you more [14:08] (for firewall config that is) [14:08] mvo, adding an echo to the binary wrapper for ros-example.listener, you can see that SNAP_USER_DATA looks fine. But if you add an echo to $SNAP/command-rosmaster.wrapper (which is launched by systemd) it's missing the home directory [14:08] kyrofa, walking back home to make it for standup [14:08] sergiusens, sounds good [14:09] hopefully the ci tests finish running by then [14:09] ogra_, ok thanks. Seems I need to upgrade to 16.04 first [14:10] mvo, rather, the home directory seems to be / [14:11] mvo, so echoing $SNAP_USER_DATA in the service wrapper gives me //snaps/ros-example.sideload/ILcTLfMVPLca [14:28] is there any documentation about 16.04 and topics like snapd or similar ? [14:31] Can someone point me to documentation on how to set a static ip address when using a wifi connection [14:33] opny, i guess Chipaca can point you to any snapd docs if they exist [14:35] wiggleworm, http://people.canonical.com/~ogra/snappy/dragonboard/README has some syntax for how to set up wifi with DHCP ... see "man interfaces" on an ubuntu desktop/server for the static part [14:36] ogra_ - thanks - so standard desktop settings for wifi should work for Snappy? [14:36] ogra_, is the source in launchpad? [14:36] wiggleworm, snappy uses /etc/network/interfaces.d …. so yes :) [14:37] opny, on github i think [14:38] thank you [14:39] Chipaca, hello, I was looking for docs about snapd. Do you have anything I could be read about it? Thanks [14:43] May use dbus for IPC in a set of snap I would build? [14:51] Can someone show me where on the snappy\Canonical site I submit my snap to the store? [14:56] wiggleworm, https://myapps.developer.ubuntu.com/ [14:56] (you need to create an account first) [14:57] thank you - I found that site and it did not say it was for Snappy as well - good to know - thank you [15:01] sergiusens: kyrofa: http://autopkgtest.ubuntu.com/packages/s/snapcraft/ [15:01] what's tricky is the s. [15:02] elopio, ah! Favorited [15:02] elopio, thank you :) [15:07] dholbach, [ubuntu/xenial-proposed] snapcraft 2.1.1 (Accepted) [15:08] sergiusens: good work! :) [15:08] dholbach, I hope the autopackage tests really work this time, we are so close [15:09] crossing fingers then :) [15:10] didrocks: fyi, /var/lib/snappy/apparmor/profiles is not the right directory for 15.04. you are looking for /var/lib/apparmor/profiles [15:11] didrocks: pcoca and I discussed the issues you guys were having. it seems you guys didn't see the notes for 15.04. I gave him all the info [15:12] didrocks: as for rebuilding all the profiles on 15.04, you use 'sudo aa-clickhook -f' [15:12] jdstrand: excellent! Thanks a lot :) (I think we still have a cryptic issue as aa_exec_one or such error without any further info), but we'll keep you posted [15:12] kyrofa: re overlay: cool! :) [15:13] jdstrand: oh great! (we should maybe add a symlink to aa-snappyhook :p) [15:14] Chipaca, the other day you mentioned the ability to `snappy shell foo`. But it seems it only works for classic, not any other app. Did I misunderstand? [15:14] opny (and ogra_): ufw is an 'app' snap, not a framework. snapd (or anything else in snappy does not expose interfaces for an app to drive in this manner [15:14] opny: in other words, you need to do both the web frontend and the iptables/etc backend [15:15] jdstrand, oh, no snappy config interface you coudl use ? [15:15] didrocks: are you trying to execute things from /apps/bin from you snap? [15:15] (if it exposes snappy config it should also be manageable through snapd) [15:16] ogra_: ufw only has rudimentary snappy config. it will likely get some more, but that isn't exposed to other snaps, only the admin [15:16] ah [15:17] jdstrand: no, it's a systemd service, so it's a little bit more convoluted to debug [15:18] I guess snapd could be used to drive such config, but that is a larger discussion that is happening with ricmm, et al. the whole networking story needs to be defined and then we can see if ufw fits, it at all [15:18] (atm, I can only imagine this as shoehorning ufw, so not sure that is the way to go) [15:19] anyhoo, that is being discussed elsewhere [15:19] yeah, i would imagine you can use snapd for this or even just a socket or network port directrly if the snap exposes it .... to flange a UI onto a snap [15:19] (from another snap) [15:19] after all it would just be talking to localhost here [15:20] didrocks: if you give me the error, I can probably point you in the right direction. an aa-exec error is likely one of two things-- you are trying to execute something in /apps/bin rather than from SNAP_APP_DATA or the profile isn't loaded [15:20] that flanging needs to happen in a very controlled manner, since it breaks application confinement [15:21] ogra_: ^ [15:21] sure, there needs to be auth or even the bottom servioce snap should define if thats allowed at all [15:21] jdstrand: will do for sure, thanks for hanging with us ;) [15:21] but in my imagination i can create a gadget snap that pulls in a handfull of service snaps and one UI snap on top that can manage the others [15:22] to c4reate my product [15:27] jdstrand: fwiw, I pushed a bbb all-snap image too, I know you have some of those :) [15:27] mvo: woo! I do :) [15:27] mvo: thanks :) [15:30] yw [15:31] jdstrand, ogra_ thanks. I'm looking on how to handle various configuration needs (over http ui). Currently thinking to have rest http proxy to dbus-connected handler/api, if this may work!? [15:31] mvo: curious (and this is just curiosity since I have a device that would be fun to move to snappy for 16.04, but I can continue to use server), are we going to have i386 snappy images for 16.04? [15:32] opny: you can do that within your snap, yes. you provide the dbus service backend and you provide the webui, then the webui can talk to the dbus service [15:33] mvo: why can't I ever remember the answer to that question? [15:33] mvo: you don't have to answer the 2nd question :) [15:33] jdstrand, yes, i386 will be one of the supported archs [15:33] oh, nice! :) [15:33] 32 and 64bit intel [15:33] \o/ [15:33] 32 and 64 bit arm [15:34] now we just need properly supported i386 images :P [15:35] ogra_, beuno - why 32 bit? even atoms are 64-bit these days. [15:35] (i386 that is) [15:35] xnox, to annoy you and to undermine your attempt of dropping i386 images indeed ;) [15:35] yes. [15:35] "because we can" [15:36] xnox, we dont really have i386 images ... (we produce the artifacts and you can use ubuntu-device-flash to roll an i386 img file, but they are not tested or supported or anything ) [15:36] so no worries :) [15:37] but we will have to produce them for 16.04 [15:37] jdstrand, Great.. Still, I miss one last thing.. if the snap is confined can I alter eg. interfaces.d/ files? I will need custom apparmor profilles? [15:37] there *are* intel 32bit only IoT platforms though [15:37] ogra_, 32bit intel is very much a supported architecture for 16.04 [15:37] officially supported and tested [15:37] beuno, oh, thats news to me [15:37] if that doesn't match reality, reality needs to be fixed [15:37] ogra_, beuno, genii - you people hate the planet, build time, and CO2, and waste bandwidth budget =) [15:37] well, reality is that the hardware is rare :) [15:38] xnox, some people use it as heat in their homes! [15:38] xnox, thats why i own three porsches ... indeed i do :P [15:38] ogra_, can i hi-jack one, for testing purposes? [15:38] even two ;) [15:39] beuno, who came up with that ? sabdfl ? [15:39] i think actual i386 only HW is really rare [15:40] ogra_, our commitment is to deliver 4 reference images [15:40] which include 32bit intel [15:40] 32bit VM is more efficient and less wasteful than a 64bit VM [15:40] jdstrand: I will clarify about i386 but we can certainly have unofficial ones [15:40] not sure what testing on 64bit HW will actually gain us to validate these images [15:40] mvo, we totally, 100% have committed to having official i386 ones [15:41] beuno, and do we know how we will test them ? (we should have actual i386-only HW for that) [15:41] or do we think kvm testing will be enough [15:42] ogra_, I don't know specifically, I'd expect you fine folks to come up with a great plan! [15:42] we can help where needed [15:42] beuno: oh, cool [15:42] mvo, ogra_ I would expect that the key target for 32bit intel is a VM so I am not sure we need to worry about the HW aspect [15:42] well, thats a QA question indeed .... i just wonder how valid such testing actually is if we dont use actual HW [15:42] or re-purpose 64bit HW for that [15:42] olli, ok [15:43] beuno: thanks! [15:43] ogra_, I am already talking w/ slangasek about all the official images [15:43] that cealrifies it :) [15:43] *clearifies [15:44] * olli offers "clarifies" [15:44] :) [15:44] olli, if the target is just 4 we should drop i386 for MIPS instead ;) [15:45] (will also make 4 in total then) [15:46] I know of at least one company that uses 32-bit hardware and have asked me about i368 support in Snappy [15:46] ah, good [15:47] if there is demand and we can actually validate the images proper thats indeed fine [15:47] ogra_, and cloud instances [15:47] which is a pretty big market :) [15:47] ogra_, indeed, let me know if you need someone to give it a test drive and I can ping them [15:48] beuno, thats curious ... assuming the underlying HW is most likely 64bit i wonder what that gains you ? [15:49] slightly less ram use due to smaller binaries ? [15:59] ogra_, xnox: fyi, I administer a few actual 32 bit boxes. I'm asking cause one would be neat for snappy and it is not ancient (only a few years old) === kenvandine__ is now known as kenvandine [16:03] opny, any chance you could share the YAML that opened too many file descriptors? [16:04] opny, I need a test case and the one I thought I had isn't breaking (hate it when things don't break correctly) [16:05] kyrofa, sure [16:07] kyrofa, here it is https://github.com/muka/rethinkdb.snap/blob/master/snapcraft.yaml [16:08] opny, excellent, thank you! [16:08] kyrofa, has gone broken after adding build-packages list [16:08] opny, but there's no build-packages in here [16:11] kyrofa, sorry I pushed my current stuff [16:12] opny, I need stuff that makes snapcraft barf. Maybe push into a temporary branch? [16:12] kyrofa, here it is [16:12] kyrofa, in master, it's broken anyway [16:13] opny, oh, I misunderstood-- I thought you said adding the build-packages made it break [16:13] opny, so what you gave me should fail? [16:13] opny, I'll give it a shot [16:14] kyrofa, I moved from stage-* to prod-* and python error popped out [16:15] kyrofa, Maybe I've used the wrong syntax? [16:16] opny, prod-*? you mean build-*? [16:17] kyrofa, yes sorry... [16:17] opny, that makes sense-- build-packages aren't installed the same way, so that should "fix" the fd leak [16:19] opny, you understand the difference between stage- and build-packages? [16:20] kyrofa, not sure, they are 2 different phases and in stage I can hack stuff... right? [16:21] opny, not quite-- check this out: https://github.com/ubuntu-core/snapcraft/blob/1.x/docs/snapcraft-syntax.md [16:21] opny, stage-packages get staged and end up in the final .snap. build-packages actually get installed on the host [16:22] opny, so for example, if you wanted to keep your snap as thin as possible, have the -dev packages as build-packages, and runtime-only packages as stage-packages [16:24] opny, what version of Ubuntu are you using to run Snapcraft? [16:27] kyrofa, I'm on 14.04 and used snapcraft 1.0.1. Now I'm trying to jump to 2.x with no luck.. [16:27] opny, hmm... I'm getting 404s when trying to get the packages [16:27] kyrofa, the docs on github are far more clear than on the ubuntu website [16:28] kyrofa, I messed badly on that.. [16:28] opny, dholbach has been working on making them autosync [16:28] kyrofa: we're still struggling with the deployment :-( [16:29] we're still very close [16:29] dholbach, so close! That's alright, we'll get there :) [16:29] kyrofa, dholbach formatting seems still a bit incoherent [16:29] opny, formatting of the github docs? [16:30] kyrofa, no on github is pretty structured. (This is the source of my snap https://www.rethinkdb.com/docs/install/ubuntu/#get-the-build-dependencies) [16:32] kyrofa, actually on ubuntu ws is pretty fine either (https://developer.ubuntu.com/en/snappy/build-apps/snapcraft-syntax/). It's almost a RTFM problem :) [16:33] kyrofa, may I ask you how to get snapcraft 2.x ? I've tried from git / python setup.sh but error arise after install [16:33] opny, it only works on xenial [16:34] kyrofa, it's ok for me, would like to get the most up to date stuff to work on [16:34] opny, it's easy then-- install xenial and `apt-get install snapcraft` [16:35] opny, oh.. you mean I must run xenial not "snappy xenial" [16:36] kyrofa, oh.. you mean I must run xenial not "snappy xenial" [16:36] opny, right [16:36] you can run snappy xenial and use the classic dimension though [16:36] opny, both ways-- it only runs on xenial and it only builds packages for xenial [16:36] opny, what ogra_ says is true as well [16:37] saves you from having to copy around your snaps and gets you the proper build for the architecture you work on [16:37] kyrofa, ogra_ is it too early to try to install on my work pc (currently I'm stuck on 14.04 due to deps, will weep and move to 15.10 in the weekend )? [16:38] opny, you can always put it in virtualbox [16:38] (or similar) [16:38] kyrofa, ok, it is how I run snappy xenial. I'll keep it this way, so. Thank you! [16:41] elopio, look at these https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/s390x/s/snapcraft/20160203_155457@/log.gz [16:41] elopio, those are first time issues [16:41] elopio, of course, new arch ;-) [16:42] elopio, "s390x is not supported, please log a bug athttps://bugs.launchpad.net/snapcraft" [16:42] elopio, yay, I have a bug in my "report a bug message" :-P [16:43] sudo: no tty present and no askpass program specified [16:43] mvo: so.. weird. I now see hello-world.canonical on a 15.04 bbb and a 15.04 amd64 vm 'upgrading' to 1.0.18 again [16:43] I'm getting the same on the lxd runs. [16:43] elopio, yeah, that too... [16:43] mvo: this time, snappy list -u shows them as upgradable [16:43] sergiusens: lol. [16:44] mvo: note, that it stopped for a while yesterday. today it started 43 minutes ago [16:44] matiasb: ^ [16:44] jdstrand: woah, no I need to check that on my bbb [16:44] jdstrand: but dinner first [16:44] jdstrand: fwiw, a i386 all-snap image is up now too [16:45] jdstrand, so, you have hello-world 1.0.18 installed, and it is trying to install it again? [16:47] niemeyer, hey have you had a chance to go over that launching document? [16:48] mvo: re i386> woo! :) [16:48] matiasb: precisely [16:48] matiasb: [16:48] $ sudo snappy list -u [16:48] Name Date Version [16:48] ... [16:48] hello-world* 2015-06-19 1.0.18 [16:49] Feb 3 10:00:21 cho systemd[1]: Started Ubuntu Core Snappy Autopilot. [16:49] Feb 3 10:00:21 cho systemd[1]: Starting Ubuntu Core Snappy Autopilot... [16:49] Feb 3 10:00:35 cho kernel: [1239804.724808] audit: type=1400 audit(1454515235.320:159): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="hello-world.canonical_usehw_1.0.18" pid=1234 comm="apparmor_parser" [16:49] ... [16:49] Feb 3 10:00:40 cho snappy[1165]: Name Date Version Developer [16:49] Feb 3 10:00:40 cho snappy[1165]: hello-world 2015-06-19 1.0.18 canonical [16:49] matiasb: snappy list -u output and syslog output [16:50] jdstrand, ack... that's weird, wondering how the update code decides it should update [16:50] matiasb: the profile loads and the final to lines show it is installing [16:50] yeah, not sure [16:50] I find it particularly curious that it did it for several hours, then didn't, then is again [16:51] (ie, yesterday, not last night, and just now) [16:51] yeah, that's really odd too [16:55] matiasb: it uses the click-metadata endpoint and posts what it has to it [16:55] Chipaca: hey, I just updated an allsnaps vm. snappy list doesn't show anything, even with -v. I expected the kernel, os and gadget snaps to be listed... [16:55] mvo, can you confirm you are passing the right arch/release headers when checking for updates? (since now we can return different values in those cases) [16:55] jdstrand: uh, what image is that that does not show anything? [16:55] mvo: amd64 [16:55] vm [16:56] elopio, not sure if you are still bored with no tasks, but maybe you can run the snapcraft suite against the recently announced image ;-) [16:56] mvo: Reboot to use ubuntu-core version 16.04.0-5. [16:56] Reboot to use canonical-pc-linux version 4.3.0-2-3. [16:56] sergiusens, are hyphens not allowed in the version? [16:56] jdstrand: oh, you upgraded from an older all-snaps image to the latest? [16:56] after reboot, I don't see anything [16:56] kyrofa, they should be [16:56] sergiusens, ah okay [16:56] mvo: well, older-- I mean, it isn't terribly old [16:56] jdstrand: is it more than a day old ;) ? [16:56] kyrofa, schema/snapcraft.yaml has the correct things [16:57] jdstrand: if so, its old :P [16:57] sergiusens: no bored at all now. But that's just a command. [16:57] it is more than 1 day old :) [16:57] jdstrand: but seriously, there are some compatiblity issues because of the snap.yaml transition [16:57] ok, let me just nuke that and create a new one [16:57] jdstrand: I *think* some of this can be fixed, I need to look into the details in the morning [16:57] no worries. just wanted to make sure it was expected [16:57] jdstrand: I have not fully investigated what it takes [16:59] matiasb: I will have to debug this by creating the right image etc, probably tomorrow morning [17:00] mvo, ack, let me know; I guess a possible confusion may be that if the headers are missing, we are returning there is an update (latest published revision), but then when requesting the package details passing the right headers, the latest available version for your config is returned (being the same you have already installed) [17:02] didrocks: fyi, I updated https://wiki.ubuntu.com/SecurityTeam/Specifications/SnappyConfinement and it has a link to https://wiki.ubuntu.com/SecurityTeam/Specifications/SnappyConfinement/15.04. in the 16.04 doc cleanup, had some circular references (ie, snappy docs pointed to wiki and wiki pointd to snappy docs) for security-override [17:02] didrocks: I told pcoca I would fix the docs, but he is offline atm, so letting you know :) [17:03] matiasb: that sounds plausible, so we need to post to click-metadata "hello-world/edge" instead of "hello-world" ? [17:03] matiasb: hm, actually we are doing this [17:04] * jdstrand notes that both images are ubuntu-core/15.04/stable [17:04] mvo: ^ [17:04] s/images/devices/ [17:05] jdstrand: \o/ [17:05] jdstrand: that might be it [17:06] dragon [17:06] err [17:06] mvo, you should pass the release and arch headers to click-metadata, to get the right latest version available for those arch/release, besides channel [17:06] mvo, you joining the ho? [17:07] mvo: no dragonboard image for the new release? [17:07] sergiusens: what HO? [17:07] jdstrand: excellent! Thanks a bunch :) [17:07] mvo, the one david setup up [17:07] matiasb: the code says we are doing this [17:10] mvo, ok, if that's the case, the issue is something else then [17:14] elopio, seems there are still issues http://autopkgtest.ubuntu.com/running.shtml#pkg-snapcraft [17:19] sergiusens, take a look at https://github.com/ubuntu-core/snapcraft/pull/291 when you have a sec? The backport wasn't quite as clean as I'd hoped, so I'd like a double-check [17:21] kyrofa: I haven't, sorry.. I'll try to get to it before the end of my day tomorrow the latest [17:21] kyrofa: With some chance of getting it done today still [17:21] kyrofa: Sorry I didn't get to it before [17:22] niemeyer, oh that's alright :) . Just a bug that keeps biting me! [17:23] Chipaca: fyi, latest allsnaps image I tried to configure timeezone and have: $ sudo snappy config ubuntu-core /tmp/c [17:23] unable to create /etc/localtime: open /etc/localtime: read-only file system [17:23] Chipaca: known? should I file a bug? [17:23] jdstrand, buuuuuuug [17:23] * jdstrand files [17:25] i think we have one for that [17:25] * ogra_ goes digging [17:25] ogra_: https://bugs.launchpad.net/snappy/+bug/1541521 [17:25] Launchpad bug 1541521 in Snappy "latest all snaps image does not allow configuring timezone" [Undecided,New] [17:26] ogra_: I just filed that [17:27] yeah, the bug i remembered was for /etc/timezone [17:27] * ogra_ adds a livecd-rootfs task [17:29] ogra_: I don't suppose you'd be interested in fixing bug #1504657 and bug #1504645 while you are at it? [17:29] bug 1504657 in ubuntu-core-config (Ubuntu) "ntp servers should be configurable on snappy" [Medium,Confirmed] https://launchpad.net/bugs/1504657 [17:29] bug 1504645 in ubuntu-core-config (Ubuntu) "please add syslog support to snappy config ubuntu-core" [Medium,Confirmed] https://launchpad.net/bugs/1504645 [17:30] jdstrand, i totally am but i have some more importanmt tasks atm ... they are on my list to fix before 16.04 in any case [17:30] hmm,. i havent seen the last one yet [17:30] oh, i have :P [17:31] ogra_: thanks [17:36] sergiusens, elopio what's wrong with my migration skill here? http://paste.ubuntu.com/14868652/ [17:36] It doesn't like my security-policy [17:37] kyrofa, nothing from what I see, but maybe this is more of a zyga question [17:37] sergiusens, I get a snapcraft error on it though [17:37] sergiusens, hold on [17:37] oh, then it is probably a bug :-/ [17:38] * sergiusens is always confused on override, template and policy [17:38] sergiusens, a json exception: "{'security-policy': {'apparmor': 'path/apparmor', 'seccomp': 'path/seccomp'}, 'type': 'migration-skill'} is not valid under any of the given schemas" [17:38] sergiusens, but the json schema looked okay to me [17:39] kyrofa, hmm, that is unit tested [17:39] sergiusens, this is actually in another unit test. Let me push real quick and show you what's really going on [17:40] kyrofa, https://github.com/ubuntu-core/snapcraft/blob/master/snapcraft/tests/test_yaml.py#L716 [17:40] sergiusens, yeah I saw that one, which doesn't help my confusion [17:41] sergiusens, the test is still in development, but here: https://github.com/kyrofa/snapcraft/blob/bugfix/1524663/better_yaml_errors/snapcraft/tests/test_yaml.py#L335 [17:41] The SnapcraftSchemaError that's raised contains the error I pasted [17:42] kyrofa, oh, remove mock_path_exists.return_value = False [17:42] kyrofa, or change it to true [17:43] kyrofa, this is what hits you https://github.com/ubuntu-core/snapcraft/blob/master/snapcraft/yaml.py#L39 [17:43] sergiusens, that's actually what's under test here [17:43] sergiusens, so that's the error I get from that? Sheesh! [17:44] sergiusens, that's part of what I'm fixing, I just expected a different error I guess [17:44] sergiusens, yeah you're right [17:44] sergiusens, okay good, sorry about that. The test was failing for the reasons I expected, just not the _way_ I expected [17:44] sergiusens, thanks for the help! [17:47] kyrofa: hey, we can't find your owncloud snap for 15.04 (which is without docker), are we missing something? [17:47] or it's not in the store and hidden in a git repo? :p [17:47] didrocks, no it should be there [17:47] jdstrand, hmm, looking at the localtime issue thats actually caused by mvo's changes ... i'll see what i can do though [17:47] kyrofa: mind giving it a snappy search owncloud? (we only find the docker version there) [17:47] seems /etc/writable now lives inside the squashfs [17:47] didrocks, for armhf it's `owncloud.kyrofa`, and amd64 it's `owncloud-amd64.kyrofa` [17:48] didrocks, though multi-arch uploads were enabled yesterday, I'm actually working on making them both owncloud.kyrofa right now [17:48] kyrofa, does that still use docker ? [17:48] ogra_, no [17:48] didrocks, note that docker snaps need docker installed first to even show you snaps using docker in snappy search [17:48] kyrofa: on pedro's box, it can't find it, weirdly [17:48] kyrofa, np [17:48] ah, then nevermind [17:48] ogra_: yeah, we are trying the docker-less flavor [17:48] didrocks, store has gone bonkers this week [17:49] didrocks, right, that should just show up [17:49] didrocks, checking here, one moment [17:49] ah… that might be it [17:49] yeah, double confirmation will never hurt :) [17:50] didrocks, huh, yeah I'm seeing that too [17:50] didrocks, https://uappexplorer.com/app/owncloud.kyrofa https://uappexplorer.com/app/owncloud-amd64.kyrofa [17:50] matiasb, ^ 15.04; didrocks needs help [17:50] didrocks, yeah myapps says it's published and stuff [17:50] ubuntu@localhost:~$ snappy search owncloud [17:50] Get https://search.apps.ubuntu.com/api/v1/search?fields=alias%2Canon_download_url%2Cchannel%2Cdownload_sha512%2Cdescription%2Cbinary_filesize%2Cdownload_url%2Cicon_url%2Clast_updated%2Cpackage_name%2Corigin%2Cprices%2Cpublisher%2Cratings_average%2Crevision%2Csupport_url%2Ctitle%2Ccontent%2Cversion&q=owncloud: dial tcp: lookup search.apps.ubuntu.com on [::1]:53: read udp [::1]:57121->[::1]:53: read: connection refused [17:50] WOAH ! [17:50] ogra_, oops... [17:50] ah, we didn't get that :) [17:50] thats a board with no network ... [17:50] we just got no output [17:50] ogra_, hahaha [17:50] we really need to improve the error message ;) [17:50] and the board has network here :p [17:51] didrocks, yeah no output here either [17:51] we can find and install the docker version [17:51] kyrofa: ah, we are not that crazy :) [17:51] even snappy install fails [17:51] didrocks, must be store side [17:51] yeah… so, it's in the store, but… cannot be downloaded [17:51] didrocks, apparently :P [17:52] didrocks, curl https://search.apps.ubuntu.com/api/v1/package/owncloud.kyrofa [17:52] thanks for confirming sergiusens, kyrofa, ogra_ :) [17:52] oh good [17:52] let's do that [17:52] * didrocks notes that down for later [17:52] didrocks, err, owncloud-amd64.kyrofa [17:52] yeah, got it :) [17:53] didrocks, sorry for the troubles! [17:53] no worry, and not your fault! ;-) [17:54] * ogra_ files bug 1541530 [17:54] bug 1541530 in Snappy "the error message for not network connected devices when using snappy search is awkward" [Undecided,New] https://launchpad.net/bugs/1541530 [17:55] * jdstrand hrms at https://bugs.launchpad.net/snappy/+bug/1541529 [17:55] Launchpad bug 1541529 in goget-ubuntu-touch (Ubuntu) "can no longer create 15.04 ubuntu-core stable kvm images with ubuntu-device-flash" [Undecided,New] [17:56] jdstrand, that's a bug for mvo ;-) [17:56] jdstrand, works here when attaching --oem=generic-amd64 [17:56] Determining oem configuration [17:56] Starting download of generic-amd64 [17:57] it seems to have found it [17:57] hmm, yeah, works even without it [17:58] i'm on trusty using the xenial u-d-f though [17:58] I'm on xenial, trying xenial's and wily's udf [17:59] so probably something with the surrounding tools like kpartx [18:00] kyrofa: ok, we got it installed. Did you try to add more apps, like calendar and such? [18:00] kyrofa: it seems that it doesn't find anything that isn't installed by default [18:01] didrocks, hmm, no, but I'll look into it! [18:01] ogra_: plausible: kernel: [ 956.113096] device-mapper: table: 252:0: linear: dm-linear: Device lookup failed [18:01] yeah [18:01] kyrofa: great! :-) [18:02] didrocks, it was a little interesting getting ownCloud confined while still allowing for apps to be installed and config changed, so I may have missed something there [18:03] ogra_: downgraded kpartx and it worked fine [18:03] kyrofa: yeah, I wonder what's up. It seems that we can't find any apps that aren't enabled [18:03] so I guess some networking cap? [18:03] jdstrand, i blame xnox ... he secretly snaks in that s390 code everywhere in xenial ;) [18:04] didrocks, except that you're able to reach it [18:04] kyrofa: yeah, so it acts as a server, maybe not as a client? [18:04] let's look at denials from apparmor [18:04] didrocks, ah, interesting theory [18:04] didrocks, yeah let me know! That would be an easy fix indeed [18:05] hmm, seems I didn't have the latest kpartx from xenial [18:05] ah [18:05] * jdstrand tries again with ubuntu12 [18:06] hello. what is this? https://uappexplorer.com/app/canonical-i386.canonical [18:06] This package contains a simple gadget snap for i386 systems [18:06] what's a snappy gadget? [18:06] it is the gadget for building i386 images [18:07] a gadget is a snap that describes your device [18:07] oh :D i see [18:07] and defines what kenrel is used etc [18:07] meh, ubuntu10 (what I had) was bad, ubuntu12 is fine [18:07] heh, fun [18:07] stupid out of date mirror [18:08] kyrofa: nothing network-related, just spawning access to /usr/sbin and /usr/bin [18:08] didrocks, darn [18:08] oh wait one sec [18:08] one complain about not having "network-admin" [18:08] ogra_, no clue mate. what's s390? i don't touch that acient 31-bit port, i touch s390x only ;-) [18:08] lol [18:09] is the X meaning four wheel drive ? (like BMW ) [18:09] kyrofa: maybe that's it? Would worth a try [18:11] kyrofa: I'm wondering btw how you get access to the network, there is no network-service caps [18:11] didrocks, you get network-listener by default in 15.04 [18:11] ah, that makes sense! [18:11] didrocks, I believe that encompasses the server permissions that are broken out in 16.04 ( jdstrand would know better) [18:12] didrocks, when are you demoing this? [18:13] kyrofa: we want to demo it for mwc [18:13] didrocks, yeah, when is that? [18:13] 2 weeks and half? [18:14] didrocks, alright let me finish squashing some snapcraft bugs and I'll get it working. Does https://github.com/kyrofa/owncloud-snap/issues/10 seem to sum up the issue? [18:15] didrocks, if you notice any other issues please do let me know (or log them there) and I'll look into them as well [18:16] didrocks: the caps are all different in 15.04. install snappy-debug, then do: snappy-debug.security list -i [18:16] didrocks: network-client is added if you don't specify 'caps', otherwise, you need to use it or network-service [18:17] kyrofa: perfect, yeah :) [18:17] jdstrand: ah great, thanks for the head's up [18:17] didrocks, I appreciate your giving it a spin [18:18] also, the 16.04 ones are still in flux [18:18] yw! thanks for looking at it :) [18:18] jdstrand: yeah, for mwc, we are only focusing on 15.04 due to that (moving target) [18:32] jdstrand: ok, so stupid quesiton (don't find any answer on the wiki), for the override-security, is this an addition to the apps security or do we have to copy the whole template? [18:32] sorry, found an example on https://wiki.ubuntu.com/SecurityTeam/Specifications/SnappyConfinement/15.04 [18:32] I guess we have to reset the policy group, as caps would be ignored [18:41] sergiusens, didrocks, still having issues with owncloud and 15.04? let me check [18:41] matiasb sounds like the framework issue [18:41] matiasb: yep [18:42] kyrofa, hmm... that's supposed to be fixed [18:42] matiasb, i.e. the fix to https://bugs.launchpad.net/click-package-index/+bug/1540409 [18:42] Launchpad bug 1540409 in Click Package Index "Snappy packages show as available to install on the Ubuntu Phone" [High,Fix released] [18:42] matiasb, it's the side effect of that fix [18:42] nessita, fyi ^? [18:42] matiasb, sounds like snappy needs to use slightly different search params [18:43] kyrofa, would you please summarize the issue? is not clear to me from the backlog [18:43] kyrofa, didrocks, so the issue is that owncloud can't be found in 15.04? [18:44] nessita, fabian sent out an email yesterday warning of this-- I think you received it as well? [18:45] kyrofa, yes, I did, but as far as I know snappy CLI would remove the framework on searches, for 16.04 and that solves "all issues" [18:45] kyrofa, so I'm not sure what this specific issue is [18:46] kyrofa, and for 15.04 the snappy search would behave just like before and will find all packages with framework 15.04 [18:47] we assume snaps for 15.04 will declare the 15.04 framework in the manifest.json (deprecated in 16.04, but required for 15.04) file [18:49] nessita, hmm... I thought the problem was that the snap wasn't declaring a framework dependency anymore [18:50] nessita, which was why it was showing up on the phone [18:50] kyrofa, well, 16.04 isn't [18:50] 15.04 is still? [18:51] beuno, I'm checking now [18:51] kyrofa, so the *snap* for 16.04 does not need to declare a framework, the snap for 15.04 has to declare the "classic" framework [18:51] a snap for 16.04 *could* declare a framework and that will (should) not break anything [18:53] nessita, the package that caused bug #1540409 to be logged was built for 15.04. I just checked the manifest, and it does actually have framework: ubuntu-core-15.04-dev1 [18:54] bug 1540409 in Click Package Index "Snappy packages show as available to install on the Ubuntu Phone" [High,Fix released] https://launchpad.net/bugs/1540409 [18:54] nessita, which means the description isn't quite right [18:54] nessita, it also means now I'm confused what the problem was, and what the problem is now :P [18:55] didrocks, maybe you can make it clear what's the issue you are having? [18:56] matiasb, the symptoms of the problem now is that `snappy search owncloud` returns nothing [18:57] kyrofa, and you have docker installed? [18:57] matiasb, similarly, `snappy install owncloud-amd64.kyrofa` returns "package not found" [18:57] beuno, this one doesn't require docker [18:57] I guess kyrofa summed it up well :) [18:57] kyrofa, and this is for which arch/release configuration? [18:57] didrocks, ^ [18:57] kyrofa, and you are on amd64, right? [18:57] matiasb, amd64, 15.04 [18:57] promise? [18:57] :) [18:57] beuno, promise! [18:58] yeah, can be easily confirmed in a vm [18:59] kyrofa, fwiw, I just did a search using the arch:amd64 + framework:15.04-core and I'm getting the result there: owncloud-amd64.kyrofa [19:02] matiasb, using the snappy tool? [19:02] kyrofa, https://pastebin.canonical.com/149070/ [19:02] kyrofa, using the search API ^ [19:02] matiasb, yeah curl works fine-- it's definitely in the store [19:02] matiasb, but all of a sudden hidden from snappy [19:02] matiasb, worked fine last time I tried... maybe two days ago [19:04] kyrofa, ok... if I explicitly pass the framework, I don't see any results [19:05] kyrofa, so this may be related to the bug you mentioned before <- nessita, fyi (not sure if the above is the expected behaviour) [19:08] sergiusens: kyrofa: can you make sense of this one? https://paste.ubuntu.com/14870696/ [19:09] elopio, sorry I can't scroll that far to the right [19:09] elopio, in all seriousness, no clue [19:10] oh wait, I got this. It happened last week. [19:10] if only I had good memory... [19:12] ah, update-ca-certificates [19:12] kyrofa, didrocks, ok, can you try again? it seems that the amd64 binary didn't have a framework set, so 15.04 will never find it [19:13] matiasb, hey, there it is! [19:13] :) [19:13] matiasb, so wait... what did you do exactly? [19:13] so, yes, it was related to the bug above [19:13] kyrofa, that particular version for amd64 didn't have a framework set [19:14] Hello [19:14] kyrofa, since 15.04 is searching passing the framework, the package coudn't be found [19:14] matiasb, ah, the version is messed up though-- that's a super old version [19:14] matiasb, owncloud.kyrofa should be at kyrofa5 and be armhf [19:14] matiasb, owncloud-amd64.kyrofa should also be kyrofa5 and be amd64 [19:14] kyrofa, ah, also there is that, there are 2 owncloud packages [19:15] kyrofa, so let me check the other one, owncloud-amd64 [19:16] kyrofa, ok, I see, we have the same issue with this one, let me set the framework; also, not sure what you want to do with the previous one? [19:17] matiasb, I'm not sure I undersand. Previous one? [19:18] kyrofa, there are 2 diff owncloud packages; I fixed one (owncloud.kyrofa), the one appears in searches now, and I'm fixing the other (owncloud-amd64.kyrofa) [19:19] matiasb, they're both valid, they predate the multi-arch support [19:19] kyrofa, so now you should be having 2 results when searching [19:19] Hi guys just got a little question [19:19] i got an issue with my c++ on snappy [19:19] elopio, network error maybe? [19:19] locale::facet::_S_create_c_locale name not valid [19:19] thats the error [19:20] matiasb, ahh, I'm seeing kyrofa1 because of the multiarch! [19:20] kyrofa, right, but one uploaded binary from the owncloud.kyrofa package is for the amd64 arch too [19:20] matiasb, that's actually awesome [19:20] sergiusens: no, outdated certificates on the slave. [19:20] matiasb, yeah don't worry [19:20] kyrofa, right! :) [19:20] but it sais you need to export LC_ALL="en_US.utf-8" [19:20] matiasb, I'll upload a new one and unpublish amd64 [19:20] but does not work [19:20] sergiusens: that was the only error with the all snaps image. I still need to run more binaries, but looks good. [19:20] kyrofa, sounds good, let me know if you need any help, I'll check with nessita and fabian about the issue, to confirm we are ok there [19:21] matiasb, okay so... I'm confused. Are we building the .snaps incorrectly? [19:21] matiasb, or is this still a store bug? [19:21] matiasb, it really is only one result on clients as arch counts [19:21] kyrofa, no, no, this is related to the fact that snaps are not having a framework set anymore, but 15.04 snappy is still sending it to filter searches in the store [19:21] elopio, nice work! [19:22] matiasb, okay good deal [19:22] elopio, yeah, network error includes certs :-P [19:22] sergiusens, right, arch counts, but here we have 2 diff packages with published versions for amd64 [19:22] sure :) [19:23] matiasb, oh, ignore me then ;-) [19:23] np! [19:24] elopio, I can't see the adt results for 2.1.1 anywhere; any direct link hidden anywhere? [19:26] sergiusens: it's running [19:26] http://autopkgtest.ubuntu.com/running.shtml [19:27] elopio, ah, it wasn't on update excuses anymore [19:27] these polling systems drive me nuts [19:27] elopio, wow this is slow :-P [19:28] it is, yes. So cool, all the dependencies running. [19:29] didrocks, heads up-- as soon as it finishes building owncloud-amd64 will be going away, to be replaced with owncloud.kyrofa for both armhf and amd64 [19:29] sergiusens: one integration test left to fix. But what does it mean? [19:29] elopio, there are 11 errors though FAILED (failures=1, errors=11) [19:30] oh, and where are the logs for them :( [19:31] elopio, needs to finish building afaik [19:31] kyrofa: good! thanks for the head's up [19:33] matiasb, whatever you did, will it remain in effect when I upload new versions? [19:35] kyrofa, unless you explicitly set the framework in your 15.04 package, yes (because while 15.04 snappy passes the framework filter in searches, packages without frameworks set will be excluded) [19:36] matiasb, okay yeah, I'm not doing anything with frameworks [19:51] sergiusens, mvo wanted to confirm that snaps for 15.04 are still being built in the "old way", where the deprecated framework value is always set [19:52] Hi! It's Renat again=) [19:53] Currently I'm unpacking squashfs and building a snap using snapcraft [19:53] But today saw somewhere that it's possible to create a squashfs snap [19:53] Where I can read about it? [19:54] nessita, they should be if on 15.04 and 14.04 [19:54] nessita, only people on 16.04 can ONLY build for 16.04/devel [19:54] the only problem would be someone not using snapcraft [19:55] going out of their way to do it [19:55] our 16.04 snaps don't work on 15.04 anyways; so it is fine if they don't show up ;-) [19:55] renat, yeah, Snapcraft 2 builds squashfs snaps [19:55] renat, but they're only compatible with Snappy 16.04 [19:56] It it documented anywhere? [19:56] sergiusens, ack, thanks. I needed to confirm that 15.04 snaps (built with snapcraft) are always declaring the proper 15.04-dev1 framework [19:56] Sorry. Is it documented anywhere? [19:56] renat, https://github.com/ubuntu-core/snapcraft/tree/master/docs [19:58] didrocks, still here? mind looking at http://paste.ubuntu.com/14871051/ ? [19:59] kyrofa, thanks. Will try to find there [20:00] sergiusens: mind if I push it tomorrow morning (first thing)? [20:00] didrocks, no worries, I have it locally already ;-) [20:01] good, will sponsor it after a quick review then! [20:01] thanks [20:02] My snap is failing to build with the following output : http://pastebin.ubuntu.com/14871088/ [20:03] This is in a clean xenial container image that I installed today [20:03] with snapcraft 2.1.1 [20:04] camako, try adding libc6-dev to our build-packages [20:04] sergiuens, thanks [20:08] sergiusens: so haven't had need to do look at help in a while...but snapcraft --help in a pretty clean lxc just gives [20:08] https://pastebin.canonical.com/149075/ [20:09] guessing the "suggested" pkgs for snapcraft might solve this [20:09] ? [20:09] kgunn, how exactly did you make that lxc? [20:10] kgunn, it's because you're missing locale, so it tries to use ascii [20:10] kgunn, but I've had trouble duplicating so I haven't been able to fix [20:11] kgunn, as for why help needs utf8, that's another problem [20:11] kyrofa: from images.linuxcontainers.org [20:11] kgunn, that's what lxd does, right? [20:12] kyrofa: yeah, well...it's one way [20:12] kyrofa: i originally learend/followed from [20:12] https://linuxcontainers.org/lxd/getting-started-cli/ [20:14] sergiusens: did you write the cmake plugin? [20:14] kgunn, no, only improved it a bit for out of source builds [20:15] kgunn, I think that was mterry [20:15] kgunn, heyo [20:15] kgunn, I don't know if it's still recognizable from my version, but shoot [20:16] mterry: hey, so i've a belief, but camako makes me doubt... my belief is the the snapcraft cmake plugin doesn't magically take care of the fact your includes/libs your snap [20:16] builds against are going to be local to your snap project [20:16] cmake is still thinking that by default stuff is installed on the host [20:17] ...so you gotta tinker with all the pathing [20:17] but camako says, no it should be magic [20:17] kgunn, I thought snapcraft set environment variables like CFLAGS or whatever that is magic [20:17] kgunn, yeah I think it's usually magic [20:17] mmm [20:17] kgunn, but I don't know how that magic works anymore :-/ [20:17] my experience has been far different...and i just thot it was "Expected of me" [20:18] kgunn, I think the magic is in snapcraft itself, not cmake [20:18] kgunn, *not the cmake plugin* that is [20:18] kgunn, well then maybe I'm just out of the loop these days [20:18] around last nov, i actually had a mir snap building mir from source and i had to do some major tinkering [20:19] mterry: nothing wrong with being out of loop, but raises the question is it a bug? [20:19] but that's a question for sergiusens and others i suppose [20:20] kgunn, yeah I dunno intended behavior these days [20:21] kgunn, at the time, the intention was that it was magic I think, as long as the plugin could handle standard CFLAGS and such [20:25] kgunn, indeed, CFLAGS should be set etc [20:26] kgunn, https://github.com/ubuntu-core/snapcraft/blob/master/snapcraft/yaml.py#L280 === rcj` is now known as rcj [20:27] kgunn, mterry the problem comes when using things like pkgconfig where you can only have one sysroot; I'm working on fixing that; I am also working on allowing to just use build-packages and really need stage-packages unless it is for a runtime/dlopen thing [20:29] matiasb, so I uploaded a new version and verified it via curl, but snappy search is still showing me kyrofa1 as the only option on amd64 [20:31] kyrofa, ack let me check, I guess you are missing the framework in this case too (you aren't using snapcraft for 15.04 to build the package, are you?) [20:32] kyrofa, there, it should be set now [20:32] sergiusens: ok, so at least i'm not crazy [20:32] matiasb, yes I'm using snapcraft for 15.04, and I verified the framework was set in the manifest [20:33] kyrofa, hmm... that's weird then, because the uploaded version doesn't have a framework set [20:34] matiasb, here is the contents of DEBIAN/manifest of the exact package I uploaded: http://pastebin.ubuntu.com/14871277/ [20:35] matiasb, kyrofa so framework was never set in package.yaml; it was only ever set in the internal control part of the deb 'manifest' [20:35] sergiusens, yeah... we much have been missing each other every time? [20:36] kyrofa, /me cannot parse [20:36] sergiusens, with that info, I see 2 options: on parse, we either always use manifest.json for 15.04 snaps, or package.yaml also includes the frameworks [20:36] (on the store side) [20:36] I see... [20:36] sergiusens, I mean we were all talking different things :P [20:36] nessita, it is not my call, I don't work on this, I just know how it works [20:37] sergiusens, oh, who works on this? [20:38] nessita, mvo, niemeyer and Chipaca ; we only started building snaps in snapcraft starting 2.0 for xenial [20:38] sergiusens, so what's the recommded path to build snaps for 15.04? so I review what we are producing with that [20:39] didrocks, owncloud-amd64 is no more [20:40] nessita, apt-add-repository ppa:snappy-dev/tools on 14.04 or 15.04 or 15.10 and install snappy-tools; then you can use snapcraft (which shells out to snappy) or snappy directly [20:40] kyrofa: \o/ [20:40] sergiusens, right, my question is which is the recommended way to see if the framework is always set and in which file [20:41] or, let me ask a different question: [20:41] * can we always expect a valid manifest.json on 15.04 snaps? [20:47] nessita, yes to manifest in 15.04 snaps [20:48] using debclick and all that cruft [20:51] oh, sorry kyrofa. I totally ignored your migration-skills question [20:51] did you get it working? Not that I know how to fix it, just feeling bad for not replying :) [21:30] elopio, yup, all good! Thanks though :) [21:30] elopio, turns out the gross "invalid schema" error I was getting was actually the one I wanted to fix. It was just worse than I thought it was [21:40] kyrofa, sergiusens, jdstrand, can someone give me a hand with 'migration-skill'? cutover for bluez? [21:51] sergiusens: curious, do you have a bug for the find_package/sysroot issue with snapcraft? [21:56] kgunn, no; but if you create one it will move faster ;-) [21:56] working on cleanbuild now [21:57] camako: ^ [21:57] :) [21:57] camako: we might wanna include what to mod on our branch to exhibit the issue (since we've got a temp w.a.) [21:58] kgunn, gotcha.. creating now [21:58] thanks [22:03] how can i execute this command [22:05] export LC_ALL="en_US.utf-8" [22:25] kgunn, https://bugs.launchpad.net/snapcraft/+bug/1541620 [22:25] Launchpad bug 1541620 in Snapcraft "snapcraft can't find modules installed under 'stage' dir" [Undecided,New] [22:26] thanks [22:26] yw [22:58] camako, kgunn that is weird, it pkg-config is indeed looking for things in stage_dir; can you please add the sources, this should just work [23:00] sergiusens, sure [23:21] I'm going to leave earlier today to attend a class on kicad an pcbs. Telegram if you need me. BBL.