[00:10] PR snapcraft#863 opened: history/status alignment fixes [01:39] help [01:45] Anyone has a guide in running .net core in snappy ubuntu core? i'm following the guide in microsoft website, i can't install because it was using apt-get install. [01:51] it's not snapped yet [01:54] @Son_Goku so it's possible to run a .net core in snappy ubuntu core i just need to snap it first, correct? [01:54] rl-ubuntu: No such command! [01:54] yep [01:56] awesome, will try that. thanks [04:17] Bug #1612260 changed: My package is published but not showing up in the store [07:05] PR snapd#2125 opened: tests: fixed code blocks on external backend readme [07:13] good morning [07:32] didrocks, hey, I’ve rebuilt my webbrowser-app snap and I was expecting that because of https://github.com/ubuntu/snapcraft-desktop-helpers/commit/46bea1d261e005eecfe532a5a23d9dd080898432 locales-all would be pulled in as a stage package, but it appears it’s not. any idea why? [07:37] PR snapd#2126 opened: tests: add spread test for `snap auto-import` [07:42] oSoMoN: hey! oh, interesting, let me check if I can find the online definition of the importer [07:42] oSoMoN: you did snapcraft update, correct? [07:42] I do see locales-all here [07:52] didrocks, I didn’t run snapcraft update, but when checking the source of the desktop-qt5 part, it has my commit [07:53] re-running now, after running snapcraft update === mbriza|gone is now known as mbriza [07:56] oSoMoN: you did snapcraft clean as well? [07:56] because I'm unsure it dirty check properly [07:57] I ran bzr clean-tree --unknown --ignored in my branch, so there should be no leftover [07:57] yep! [08:05] PR snapd#2127 opened: tests: add test for auto-mount assertion import [08:11] PR snapd#2125 closed: tests: fixed code blocks on external backend readme [08:14] didrocks, now it worked, locales-all got included in my snap [08:14] looks like running snapcraft update made the differenc [08:14] nice! :) [08:14] difference [08:14] yep [08:14] you need to refresh the definition [08:14] it's like apt update if you prefer [08:14] thanks for the tip! [08:16] it's a bit error prone that it needs to be done manually this way :-/ [08:18] agreed, (I'm pretty sure that was already raised) [08:18] at least, it should tell "we have new definitions for you, please run…" [08:18] IIRC, the concern was "too many connections to the server" [08:19] I can see that connecting every time you use snapcraft wouldn't work either [08:19] but maybe refreshing once a day [08:19] then those who need to trigger an update can manually do it === jamespag` is now known as jamespage === StoneTable is now known as aisrael [08:47] PR snapcraft#864 opened: Update documentation links to developer.ubuntu.com that now redirect … === King_InuYasha is now known as Son_Goku [09:06] PR snapd#2128 opened: debian: remove usage of dh-systemd [09:23] PR snapd#2129 opened: interface attributes: prepare plug slot hooks (phase 1) [09:45] ogra_, once again talking about doing fancy stuff in core in #systemd and the "run systemd in initrd" comes up [09:51] Chipaca, well, have fun implementing it and making it work with the existing bits :P [09:51] Chipaca, effectively that will just make the initrd explode in size [09:51] ogra_, my response was *very* polite [09:51] with not much benefit [09:52] :) [09:52] ogra_, on the other hand, did we ever have a serious conversation around making initrd be the actual root? [09:56] Chipaca, we did in the phonedations team a few times. but not in context to snappy ... if we'd actually use initamfs-tools to create that rootfs (to only contain *exactly* what is necessary) that would surely result in an awesome but maintenance intense system [09:59] ogra_ what was it like working on the ninja sphere? [10:00] dr1337, like working with a beaglebone on streoids ;) [10:01] *steroids [10:01] How did canonical get involved in it? [10:01] PR snapd#2130 opened: store: retry store ops (phase 1) [10:09] dr1337, no idea ... probably a conference or some such. i only got the board and was asked to do an initial test image after the involvement was there already === hikiko is now known as hikiko|ln [10:17] re: launchpad snap builders, which version of Ubuntu do they use ? [10:17] xenial i think [10:17] I am building a snap, it works fine in a lxc container running xenial but fails to build in lp [10:17] how does it fail (got a build log link ?) [10:17] ogra_: https://launchpadlibrarian.net/289187171/buildlog_snap_ubuntu_xenial_amd64_crossbar_BUILDING.txt.gz [10:18] om26er, i'd guess for a firewall issue [10:19] ogra_: seems other things are downloading file from pypi [10:19] atleast from what I can see [10:19] om26er: it says : Download error on https://pypi.python.org/simple/: [Errno -2] Name or service not known [10:19] i see a lot "Ignoring indexes:" above the error [10:20] so this is probably the first point where it actually tries to download any indexes [10:20] hmm [10:20] ogra_: lp bug? [10:21] dunno, but surely something to ask cjwatson about :) [10:21] he has the deeper insight here :) [10:23] cjwatson: ^ my snap build fails in lp, it works fine in a clean lxd container I am running locally. [10:23] om26er: you have to do your network access in the pull phase, not build [10:24] the snapcraft.yaml looks like this: https://github.com/om26er/crossbar/blob/master/snapcraft.yaml [10:24] om26er: I know you're trying to, but it's clearly not complete [10:24] om26er: possibly due to setup_requires or similar that pip download isn't managing to follow [10:24] om26er: you can probably just manually add cffi to the download step [10:25] ogra_: ^ can you decrypt that on to how that may reflect in my snapcraft.yaml (still trying to get used to snapcraft :) [10:27] no, sorry, i'm not a big python guy beyond what comes from the archive (i have no biggger knowledge of pip) [10:28] om26er: "python-packages: cffi" probably [10:28] at least worth a go as a starting point [10:28] om26er: well strictly "python-packages: cffi>=1.1.0" [10:30] om26er: though you might possibly be better with "requirements: requirements.txt" instead [10:30] that would get the pinned requirements recommended by upstream in this case [10:32] ok let me try that. [10:55] cjwatson: seems that didn't help :/ same results https://launchpadlibrarian.net/289191346/buildlog_snap_ubuntu_xenial_amd64_crossbar_BUILDING.txt.gz [10:56] .yaml looks like this now https://github.com/om26er/crossbar/blob/master/snapcraft.yaml [10:57] note: I used requirements-in.txt file in the tree as requirements.txt has some hash verification so its fails like http://paste.ubuntu.com/23307635/ [11:00] a successful build (local lxd) looks like this http://paste.ubuntu.com/23307708/ === hikiko|ln is now known as hikiko [11:01] om26er: Yuck. Possibly wheel should be in the download phase due to this. [11:02] om26er: Adding "python-packages: cffi>=1.1.0" should work around it, then. [11:02] cjwatson: with removal of the requirements like ? or can that co-exist ? [11:02] om26er: It can coexist. [11:03] om26er: But I think there's a reasonable argument that this is a snapcraft bug: given that wheel may need to hit the network, it should be done in the pull phase. [11:06] om26er: i.e. something like http://paste.ubuntu.com/23307726/ (totally untested) [11:07] cjwatson: hmm wonder if there is a way to test that in lp :) [11:09] cjwatson, hmm, all my kernel snap rebuilds failed with a 403 error [11:10] that is: https://code.launchpad.net/~snappy-dev/+snap/pi2-kernel/+build/6639 https://code.launchpad.net/~snappy-dev/+snap/dragonboard-kernel/+build/6641 https://code.launchpad.net/~snappy-dev/+snap/pc-kernel/+build/6638 and https://code.launchpad.net/~snappy-dev/+snap/pc-kernel/+build/6637 [11:18] cjwatson: btw that did work :) [11:19] So we need to fix that so that others don't hit that. [11:19] *in snapcraft [11:26] ogra_, if I have a ubuntu core device and it is bound to my launchpad account, may I know how I can make it work with another colleauge's launchpad on his computer? [11:27] ogra_, the idea is that he can login into the device witth his account instead of my account, which uses the ssh key in my computer. [11:29] i think the command that console-conf uses in teh backend is "snap create-user" [11:29] (not 100% sure though) === sjn__ is now known as sjn [11:30] ogra_, what is the correct syntax for using the command "snap create-user"? do I just need to supply the launchpad id? [11:30] ogra_: I don't have enough logging at the moment to be able to tell you exactly why that was. The possible causes are that the uploader hasn't signed the latest developer agreement in the store, that the uploader hasn't set a developer namespace in the store, or that the authorisation token isn't authorised for the correct package name. (You can rule out the last of those by going through ... [11:30] ... e.g. https://code.launchpad.net/~snappy-dev/+snap/pi2-kernel/+authorize) [11:30] liuxg, i dont actually know ... doesnt snap help tell something about it ? (but i guess jst your mail address should suffice) [11:31] "snap create-user --help" says you give it an email address. [11:31] [create-user command arguments] [11:31] : An email of a user on login.ubuntu.com [11:31] cjwatson, well, thats weird, the uploader is indeed me :) [11:31] uh, oh [11:32] and i just notice that all the core builds failed to upload too ... [11:32] ogra_: I'm just telling you the possible causes. It will be one of those. I don't know which. [11:32] cjwatson, can we have mail notification for that ? i havent gotten a single mail [11:32] ogra_: bug please [11:32] will do [11:33] ogra_: there's supposed to be a mail notification, so must have missed a case [11:33] yeah, i get mails for other failures [11:34] right, BadUploadResponse doesn't have an associated notification [11:35] ogra_, thanks. I have not tried it yet. Maybe I will try it when I am with my colleague. I do not have his account info now. [11:37] ogra_: anyway apparently the 403s are a known SCA bug in production, being looked at now [11:37] sigh, this is insane ... i'll be clicking authorize stuff for the next hour or so, *all* aumoated snaps failed [11:37] ogra_: +authorize won't help [11:37] in this case [11:37] ouch [11:38] ogra_: once the SCA bug is fixed you should be able to retry the store upload from LP though [11:38] ok [11:39] yeah, even after authorize/re-upload i get 403's everywhere, confirmd [11:44] cjwatson, bug 1632299 [11:44] Bug #1632299: BadUploadResponse store reply in snap uploads should trigger email notification [11:44] what is "Initialize device" and why is it spamming my "snap changes" every 9 mins or so... http://termbin.com/rzoi ? [11:45] thanks [11:46] popey, by reading that paste i would say it is an Error :P [11:49] heh [11:50] ogra_: worthy of a bug report somewhere do you think? [11:50] yeah [11:50] ok, thanks for looking [11:50] i guess mvo or pedronis could help you further with that one [11:52] ok, bug filed. [11:53] Bug #1632305 opened: console-conf cannot be used twice [11:53] Bug #1632306 opened: 'snap changes' spammed with "Initialize device" [11:55] liuxg, hah ... looks like Bug #1632305 above has a trick you can use to create your second user ;) [11:55] Bug #1632305: console-conf cannot be used twice [11:55] ogra_, where is the trick? sorry, I missed it. [11:56] re-run "sudo console-conf" ;) [11:56] seems to work if you use a new user and just dont change the network settings [11:56] (according to that bug) [11:57] ogra_, do you mean run it after ssh into the device? [11:57] yes, as the bug says [11:57] popey: it means it's failing to register itself? is this with a canonical image? does it have network? [11:57] ogra_, OK. thanks. I will have a try. [11:59] ogra_, so, "sudo console-conf" is now working or not. according to the bug report, it does not work yet [11:59] it faisl if you re-use the same user [11:59] (thats the bug) [11:59] but thats not what you want [12:00] ogra_, oh, so, I can set it to another user. after that, I can switch back to my own, right? if this works, it should be fine for me. [12:00] right [12:01] ogra_, thanks. it is cool. by the way, does "snap create-user" do the same thing? it seems to be the correct command [12:02] console-conf calls it, ye [12:02] s [12:02] (as i said in the beginning) [12:02] popey: thanks for your bug on the init device issue, could you please attach the output of "change change 833" (or similra, one of the failing ones) [12:02] ogra_, ok. so, both ways work. thanks a lot [12:02] re-using console-conf is just cheap way [12:02] popey, btw, is that the device that switched back to stable unconditionally ? [12:03] ogra_, right. :) [12:03] popey, if so, that could indeed be related [12:03] (teh fw_setenv command i gave you is just a hack) [12:10] mvo: done [12:11] ogra_: uhm, not sure if it's that one, I have 3 [12:12] popey: did you reset you state at some point or something ? [12:12] not intentionally [12:13] see also bug 1631791 [12:13] Bug #1631791: Pi 2 on ubuntu-core 424 no longer able to do anything [12:13] ooh, i have another one doing the initialize device thing [12:14] that error mode is weird [12:16] also, bug 1632124 is on a pi 3 which is also doing the initialize device thing [12:16] Bug #1632124: snapd pegging cpu at 100% === cmars` is now known as cmars [12:38] popey: asked a couple more questions in the bug itself [12:39] pedronis: on it, painfully slow to get snap changes as the cpu is pegged by snapd [12:40] pedronis: ok, commented [12:42] popey: it's creating key after key and not finding them [12:42] apparently [12:44] * ogra_ notes that popey's image is still using ubuntu-core ... [12:44] (newer images use the "core" package instead) [12:45] interesting [12:45] Good morning all. Quick question -- should there be any delay from publish to availibilty in the store? I don't remember ever seeing a delay, but I'm hearing publication can take 12 hours or more sometimes [12:45] well, not that much, you would have to flash a newer image to get there ... but perhaps there is a bug in the code that handles both names ... [12:46] thats relatively new code [12:46] mmm, on a clean rpi2 clasic image as of today, doing snap install hello-world shouldn't install core instead of ubuntu-core? [12:46] I just did this and ubuntu-core was downloaded [12:46] oh, it doesn't migrate from ubuntu-core to core? I need to re-flash again? [12:46] popey, yes ... [12:47] ara: hey [12:47] :( [12:47] ara, i think thats only happening with the next snapd revision ... [12:47] (defaulting to install core) [12:48] mmm, classic on rpi2 fails to install ubuntu-core as well: https://pastebin.canonical.com/167549/ [12:49] hey zyga, how's korea? [12:49] popey: I'm quite baffled by what is going on on your pi2, seems like we write something and a second after we are not reading it [12:49] ara, wow, gross [12:49] it shouldnt try to handle any boot stuff on classic ever [12:50] ogra_, this is a clean server classic image, no dist-upgrade yet [12:50] probably that code isnt pi-safe :) [12:51] ogra_, do you want me to file a bug for this? if so, where? what logs? [12:51] ara, hmm, you should definitely dist-upgrade first to get the latest snapd [12:51] let me update snapd and see if that solves it [12:52] snapd, snap-confine and ubuntu-core-launcher [12:52] (orr just dist-upgrade) [12:52] * ara wonders if we should produce 16.04.1.1 images with the latest packages, as so much changed [12:52] snap-confine was not even installed yet on those images [12:53] well, 16.04.2 will have everything [12:53] right, but snapd will pull it in on dist-upgrade [12:53] iirc it was added as dependency [12:53] yes, it does [12:56] ara: hey, pretty and exotic [13:15] Bug #1631801 changed: snapd removes Exec lines from .desktop file on installation [13:16] So I need to write values to /sys/class/gpio/ is there a way to keep my snap confined and be able to do so ? [13:18] zyga: ^ [13:21] om26er: using the GPIO interface on a correctly set up core image (only gadget can expose those) [13:22] zyga: apart from those to be exposed, my main question is can I write to lets say /sys/class/gpio21/direction or /sys/class/gpio21/value ? Since that's what would make it be able to do it anything. Now I assume it will always require sudo ? [13:24] on another question what would it take to ensure they are exposed on a RaspberryPi ? Does the RPi gadget snap need to do that ? [13:25] or even is there a "gadget" snap for the Pi ? [13:25] om26er: yes, regular permissions will still be in the way [13:25] om26er: you'd have to write a service that can run as root to use them [13:28] zyga: curious where does this PR stand in all this https://github.com/snapcore/snapd/pull/2065 ? [13:28] PR snapd#2065: interfaces/builtin: use udev to export GPIOs to userspace [13:29] om26er: on hold [13:29] I was busy with roscon lately === josepht` is now known as josepht [13:34] Is there any problem with the store? [13:34] Currently it seems I can expose the GPIO by adding udev rule, not sure though If I can read/write values to from a confined snap, will test soon. [13:34] snap install classic doesn't work [13:34] vrruiz@localhost:~$ snap install hello-world [13:34] error: cannot install "hello-world": snap not found [13:35] WFM [13:35] rvr: Weird. What architecture? [13:35] qengho: arm64 [13:35] Ah hah. [13:35] I bet no one made an arm64 package for hello-world. [13:36] But that can be fixed in no time. ... [13:36] qengho: Ok, but I could run spread tests just one hour ago [13:36] and now it's giving me error with snap install classic [13:36] rvr: I don't know what that means. [13:36] qengho hello world is arch all I think [13:37] hello however isn't [13:37] too many hellos [13:37] ogra@localhost:~$ sudo snap install hello-world [13:37] hello-world (stable) 6.3 from 'canonical' installed [13:37] ogra@localhost:~$ [13:37] * ogra_ is just testing dragonboard arm64 here [13:37] not classic though [13:37] (do we actually have classic images yet ?) [13:38] speaking of classic, I don't see a yakkety classic RPi image anywhere. [13:39] ogra_: I guess so, because it was working this morning [13:39] om26er, ask foundations :) [13:39] or the server team [13:39] or whoever cares for classic these days [13:39] its boring, still uses linux 4.4 :p as linux-raspi2 was never updated in yakkety [13:39] ogra_ maybe there needs to be clarification on what classic, the enable-classic or a classic install on the rootfs [13:40] oh, crap, i mis-read rvr's line above [13:40] oh wait, 4.8 for RPi is now uploaded. [13:40] ogra@localhost:~$ sudo snap install classic --devmode --edge [13:40] classic (edge) 16.04 from 'canonical' installed [13:40] ogra@localhost:~$ [13:40] works fine here [13:40] rvr, ^^^ [13:41] + snap install --devmode --edge classic [13:41] error: cannot install "classic": snap not found [13:41] Hmm [13:42] your order is different [13:42] try turning it off and on again [13:42] ;) [13:42] lol [13:43] This is weird [13:43] vrruiz@localhost:~$ sudo snap install classic --devmode --edge [13:43] error: cannot install "classic": snap not found [13:53] Bug #1632336 opened: after first boot /var/lib/snapd/seed/snaps is empty [13:53] Bug #1632337 opened: dragonboard beta3 image reboots during snap create-user [14:00] popey, on the pi2/3 that get that weird device thing loop, what does "snap --version" say? [14:00] popey, i mean in bug 1632306 [14:00] Bug #1632306: 'snap changes' spammed with "Initialize device" [14:00] popey: what revision is your core snap on currently? we are looking at the device registraiton bug reight now [14:00] popey@localhost:~$ snap --version [14:00] snap 2.16+ppa37-1 [14:00] snapd 2.16+ppa37-1 [14:00] series 16 [14:00] on pi 2 [14:01] Chipaca: ^ [14:01] popey: revision from snap list please, that will also help us [14:01] popey, ta === jgrimm-out is now known as jgrimm [14:01] Chipaca: ppa37 sounds like beta3 [14:01] mvo, that's already in the bug :-) [14:01] popey: *cough* sorry! [14:01] Chipaca: autsch [14:01] yeah, i would, but running "snap list" takes aaaaaages [14:01] np [14:02] mvo, ubuntu-core 16.04.1 845 canonical - [14:02] ubuntu-core 16.04.1 845 canonical - [14:02] popey: aha, takes ages because snapd is so busy churning :/ [14:02] confirmed [14:02] it's variable, sometimes it is, sometimes not [14:03] my pi3 is churning, for sure. still not responsed to --version [14:03] popey@localhost:~$ snap --version [14:03] snap 2.16+ppa39-1 [14:03] snapd 2.16+ppa39-1 [14:03] series 16 [14:04] ^ from pi 3 [14:26] hello, where is right place to define snapweb should be included or not in a customized image? [14:29] hi I am just playing with snaps for the first time I have used the first example yaml to style what I want to do with my .jar. Unsuprisingly it does not work I was just looking if there is an easy reason? the yaml is at http://pastebin.com/69B0spML [14:43] PR snapd#2131 opened: tests add spread test for prepare-device customizing device init/registration [14:48] PR snapd#2132 opened: interfaces/builtin: enable out of process providers for locationd [14:58] ogra_, you around? [14:58] or maybe it's barry [14:58] ogra_, about resizing the image to its smallest, what filesystem is it? [14:58] ext4 [15:00] PR snapd#2133 opened: osutil: add missing unit tests for IsMounted [15:01] ogra_, any reason not to make it 4G and then resize2fs -M (and then truncate)? [15:02] Chipaca, yes, 4G takes 10.15min to dd, uses your diskspace pointlessly etc etc [15:02] *10-15 [15:02] ogra_, dd to where? [15:02] Chipaca, we already have a bug about this and agreement to implement it properly to only have the images as big as their content requires [15:02] Chipaca, to a device [15:03] Chipaca, that bug is why i'm so surprised that barry implemented "+50%" [15:03] hello ogra_, where is right place to define snapweb should be included or not in a customized image? [15:03] which is just nonsense [15:03] ogra_, but I mean resize2fs -M before dd'ing [15:04] Chipaca, you need the right partition size ... so you still have an image size that is to big and having the user run resize2fs as a step of a standard install is awful [15:04] we have this properly automated on first boot [15:04] there is really no need to add other fancy hackery here [15:04] we just need ubuntu-image to do the thing that was agreed [15:05] thomi: use 'architectures: [all]' [15:05] * jdstrand notes he is off today and just passing through [15:05] shuduo, in your ubuntu-image call when you build the image [15:06] shuduo, there might be some way in the gadget but i dont know how that exactly works [15:06] s/might/should/ [15:06] (never used it) [15:07] tyhicks: hey [15:07] tyhicks: can you review snap-confine change for me please [15:08] zyga: hey - I can only handle something small/quick right now [15:09] tyhicks: hmm, this is neither but it is very important [15:09] tyhicks: alternatively just pick it up tomorrow and review/finish it (if it requires any changes) [15:09] tyhicks: this is about /media sharing for GA [15:10] ogra_: hey [15:11] ogra_: I'm booting beta3 amd64 on vmware and ... I get "cannot find 'writable' partition", being dropped to initrd shell, can you help me debug this? [15:11] zyga: is there an open PR? [15:11] tyhicks: yes, two, let me give you the links [15:12] https://github.com/snapcore/snap-confine/pull/169 [15:12] PR snap-confine#169: Add spread tests for mount namespace layout [15:12] this is easy and just serves as a before/after [15:12] zyga, i have not even a clue how to run such an image in vmware, iirc you need to run the image though a bunch of tools to convert it etc [15:12] while it works fine the json dump is somewhat flaky, in my tests sometimes some entries are ordered in another way and the test fails (nothing is broken but the output is different). I will look at fixing that in the next branch [15:12] ogra_: hmm, i can't find clues in the doc https://github.com/CanonicalLtd/ubuntu-image/blob/master/docs/gadget-yaml.rst [15:13] ogra_: qemu-img and you've got a vmdk [15:13] ogra_: I wonder if there's something special that qemu does for us that is missing? [15:13] nope, nothing special [15:13] tyhicks: the "meat" is in https://github.com/snapcore/snap-confine/pull/168 [15:13] PR snap-confine#168: Rework mount namespace support [15:14] ogra_: what can I do in initrd to debug this? [15:14] tyhicks: I'll sort the output, that should fix it [15:15] zyga, you could boot with break=premount ... but i'D just inspect the image and the partitioning ... i guess whetever that tool does did somehow trash the partitioning [15:15] zyga: oof... when do you need this reviewed by? [15:16] tyhicks: ASAP, this is the big late feature [15:16] :( [15:16] ogra_: thanks, I'll check [15:16] not sure if kpartx can handle vmdk [15:17] ogra_: I can explore from within easily [15:17] (attach it to another VM) [15:17] k [15:17] ogra_: but I strongly doubt it is corrupted, vmdk is just another wrapper for the same set of bytes [15:18] * ogra_ hasnt used vmware in like 5 years ... so i cant really tell ... [15:19] perhaps the conversion tool removes FS labels ... who knows :) [15:19] * ogra_ curses the beta3 images ... [15:19] ogra_: it's a block level convertion [15:20] 12min dd ... still going ... [15:20] ogra_: it doesn't understand fs or partitioning [15:20] (30-40sec with the dailies that have a proper size) [15:20] ogra_: did you have any luck with that wireless SD card [15:20] zyga, did you see my mail ? [15:20] i sent a summary yesterday [15:20] ogra_: no, I'm totally behind email [15:20] I'll read it, thanks [15:20] i'm in love !!! [15:21] these wireless SD cards are the best since sliced bread [15:21] ogra_: really? :D [15:21] 400MHz v5 CPU, 30MB ram ... linux driven ... [15:21] ogra_: brig it next week, I'll buy some back home (or maybe in seoul) [15:21] just adding a bettery and you have the püerfect IoT device [15:21] v5 heh, maybe we can build core for v5 :) [15:22] nah [15:22] how much flash? [15:22] only 1MB disk size on the mtd device [15:22] oooh [15:22] omg :) [15:22] how big is the kernel? [15:22] and are there sources? [15:22] the OS is all busybox + wpa_supplicant [15:22] partitally i heard [15:23] havent found them yet [15:23] there used to be sources but tanscend seems to have taken them down [15:24] doesnt matter though ... for our usecase i need to replace the busybox with one that has different applets enabled and add a dropbear binary with proper keyx setup ... the rest of the OS can stay as is [15:24] ogra_: no matter, I'm happy that it works [15:24] it is super insecude ... [15:24] ogra_: I bet :) [15:24] plars: ^^ do you know about this? [15:24] dsont ever store your nekkid photos on such a card ;) [15:25] ogra_: I almost wish someone made a wired version of the card :) [15:25] (though admittedly you are not jennifer lawrence ... the interest would probably be lower) [15:25] hehee [15:25] "omg how do I remover this ugly guy from my computer" [15:25] the card has soldering points for serial too btw [15:26] so you could drive serial sensors etc [15:26] so an Sd card+coin battery ... + whatever serial device you want to use for measuring [15:26] zyga: in a meeting, give me a bit [15:27] plars: nothing urgent, I bet you will like what orga found for pi testing :) [15:27] zyga, indeed, if you dont use the SD side for image testing like we do, the SD can become your rootfs ... so the 1MB mtd size is moot [15:29] you'd only use it for jump-start [15:30] mvo, so pi3 dies with bug 1630586 now if you dont have a serial cable attached (there is a workaround in the bug i can add to the notes) [15:30] Bug #1630586: Pi3 kernel crash and is unreliable [15:31] zyga: I'm starting to review those PRs now [15:31] tyhicks: thanks [15:34] ogra_: does pi2/3 have hw watchdog? [15:34] ogra_: hm, what does that mean? image unsuitbable for publication? [15:34] ogra_: smells like something we should enable early to let snappy recover [15:34] (on upgrade) [15:35] mvo, i added a line to the notes ... see yourself if the workaround is to hard [15:35] zyga, i think ppisati tried to enable it on u-boot level but i think it isnt reliable [15:38] ogra_: hm, hm, feels not ideal, how hard would it be to incoperate this - do we need a new kernel? [15:39] mvo, we can either kill serial completely (by removing that line) ... or wait for a new kernel [15:40] if you want serial you need the line ... booting without serial requires the line removed currently [15:42] mvo, we could default to not support serial at all on the pi3 for beta3 and upload a changed gadget .... but that makes debugging any boot probs really hard [15:43] ogra@localhost:~$ snap lust [15:43] error: Unknown command `lust', did you mean `list'? [15:43] ogra@localhost:~$ snap list [15:43] Name Version Rev Developer Notes [15:43] core 16.04.1 75 canonical - [15:43] pi2-kernel 4.4.0-1021-3 14 canonical - [15:43] pi3 16.04-0.4 5 canonical - [15:43] snapweb 0.21 16 canonical - [15:43] looks fine after removing the line [15:43] ppisati_: what do you think? how long will a new kernel with the fix for the serial issue for pi3 take? [15:44] mvo, given that we only had new kernels yesterday (general SRU) i guess a bit [15:50] * ogra_ runs another pi3 test with wlan only [15:51] if dd ever finishes :( [15:55] hmm ... console-conf startup time on pi is still not stellar :( [15:58] zyga: Yeah, I saw some emails about ogra_ doing some cools stuff with that. I look forward to hearing how it comes out, but it's all moot if we can't get network and user automatically provisioned [15:59] I've heard that there's some way of getting the user part done by putting a file on a usb stick and leaving it in the device, but I've not seen a functioning example of that yet, nor how the automatically getting the network set up without console interaction would work [15:59] mvo: I heard that you might have answers to at least part of that ^? [15:59] plars, why qould yu need that ? [16:00] ogra_: for provisioning the image on the device for automated testing [16:00] plars, the card starts in AP mode, you would only have a PC with extra WLAN card that attaches to that AP [16:00] there is nothing you need to do on the SD side for this [16:00] ogra_: no, I'm talking about the snappy image that we flash onto it [16:01] plars, ah, so you would dd the img and then push additional files to it ? [16:01] or mangle files [16:01] ogra_: what you're describing would let us flash the image onto the sd, which we could then boot. But if we want to run tests on it, we would need a way to provision the user and network without having to connect it to video/keyboard and have someone press buttons [16:01] plars, and how do you do this today ? [16:01] ogra_: I don't know... I've heard there's supposed to be something we can do with assertions [16:01] ogra_: today? We don't ever since that was changed [16:01] mvo, no WIFI only love on pi3 either :( [16:02] ogra_: we didn't have problems before when there was a default user, but it's not possible right now. The latest I've heard is that it should be possible soon with assertions, but no functioning example of how to do it yet [16:02] plars, well, you can definitely do some cloud-init stuff today ... so affectively you would push cloud-init user config to it [16:03] ogra_: where does it read that from? can you give me an example or link to documentation on how it looks and how it uses it? [16:03] that's the piece I'm missing at the moment [16:03] tyhicks: FI, I found the missing sort in process.py, the results are now stable [16:04] plars: we already can get user provisioned [16:04] not sure about network [16:04] plars, you would need to delete a file in /etc/cloud that by default disables cloud init today ... and tzhen just use the "normal" cloud-init configuration ... whatever that is [16:04] zyga: I've left my review of 169 [16:05] plars, in any xcase that will be possible via wifi SD [16:05] * zyga looks === chihchun is now known as chihchun_afk [16:06] ogra_: where does it get that cloud init config from if I remove the disable file? [16:06] hi all, can someone tell me where I can find the a stable image for RPi3? Is there an estimate when the RPi3 image may appear on http://cdimage.ubuntu.com/ubuntu-core/xenial/daily-preinstalled/current/ ? [16:07] tyhicks: I'll fix 169 and merge this into the other one so that the essential change is visible and accurate (the mountinfo contents) [16:08] plars, you dd ... then remount the SD so you have the new filesystem there ... then remove /etc/cloud/disable-cloud-init.foo (or however it is called) then put your cloud-init user config into /writable/system-files/var/cloud/foobar/whatever ... call sync ... re-power the board ... done === rmescandon_ is now known as rmescandon [16:08] ogra_: I'll give it a try, thanks [16:08] plars, everything from dd to sync in that line above would be in a simple shell script the SD card execs when you tell it to [16:09] sure [16:10] so regarding the wifiSD it shouldnt matter how you provision, it wont care ... all it will be is a "wlan -> nc -> dd" bridge [16:10] ogra_: mvo: a kernel with the fixed serial is being prepared this week [16:11] it'll go out... [16:11] last week of Oct [16:12] phew, thats late [16:14] ogra_, ppisati_: could we create our own kernel snap for pi3 with just this patch ? or is the amount of work too crazy? [16:15] Bug #1632387 opened: console-conf wifi only setup on pi3 beta3 image not possible [16:15] Bug #1632388 opened: console-conf wifi only setup on pi3 beta3 image not possible [16:15] mvo, filed ^^^ and added to the notes too [16:15] mvo, we surely could but thats likely a day of work or so [16:16] since i need to use proper debs here [16:16] mvo, so with these two drawbacks the pi3 is good as well [16:17] ogra_: if you can build from ckt PPA, you can get it next week [16:17] i could set up a special build [16:17] mvo, ^^^ [16:18] so next week [16:18] Bug #1632390 opened: "snap find" return unrelative snap [16:27] ogra_: http://paste.ubuntu.com/23308944/ [16:27] ogasawara: I reinstalled the image, the device has access to the internet, but snap install still doesn't work [16:27] Oops [16:27] ogra_: ^ [16:28] rvr, weird, it definitely worked here [16:28] ogra_: Also, there are suspicious messages in the syslog about dragonboard-kernel [16:28] (i have trashed the Sd now for pi3 testing) [16:28] ogra_: Yeah, fgimenez could also install it [16:29] smells like something went wrong with your initial setup [16:29] hmm, I haven't tried it yet without removing that cloud-init.disabled, but after I removed it from my image and rebooted, it just gets stuck in a boot loop [16:29] shows the 4 raspberries, black screen, repeat [16:29] plars, because you have no conbfig in place [16:29] no other output... [16:30] cloud-init goes mad if you run it without any config [16:30] ogra_: Wifi and account setup went fine [16:30] ogra_: I tried it with one, but perhaps I need it to have a different filename/path? I put a very basic one to just create the user in /writable/system-data/var/lib/cloud/cloud-init.conf [16:31] plars, yeah, there are special dirs underneath var/lib/cloud/ you need to use [16:31] * ogra_ forgot the exact bits [16:31] plars, if you have access to some 15.04 image, that should have everything ... we used to use this for sertting up the ubuntu user [16:32] ogra_: I'll see if I can find one somewhere [16:32] for series 16 there will be some additional changes to make it actuall yuse snap create-user ... but for a first smoke test the old 15.04 stuff should suffice [16:33] rvr, did your board not reboot after creating the user ? i think fgimenez and me both had that issue ... perhaps that fixes something you dont have gotten fixed then [16:34] ogra_: Right, no reboot [16:34] tyhicks: how are you doing on that other branch? [16:34] ogra_: I'll try that [16:34] rvr, and that is mvo's beta3 test image ? [16:35] or are you on one of my dailies [16:35] ogra_: untested [16:35] ok. same here [16:35] ogra_, rvr all the beta3 images are affected, there's a fix for it that hasn't landed yet [16:36] then i dont really know whats different [16:36] fgimenez, i dont see any reboots on the pi's [16:36] zyga: haven't made much progress just yet and I am about to have to step away for a short appointment [16:36] zyga: it'll be my top priority after I return [16:37] tyhicks: do you mind if I rebase it to clean up the spread test? [16:37] tyhicks: no changes to any of the c code [16:37] ogra_, i found the issue on the pi3, all the images are affected afaik, maybe you didn't wait enough [16:37] zyga: now would be a great time for that [16:37] tyhicks: thanks, I'll do that then [16:37] tyhicks: when will you get back? [16:38] zyga: about an hour from now [16:38] fgimenez, well, i just finished a pi3 (wired network, hdmi/usb kbd with the uart fix in config.txt) ... no reboot at all and works just fine [16:38] ah, ok, I _might_ be around still [16:38] though 1:38 AM now ;-) [16:38] ogra_: no luck - I copied over the user-data file from an old image to the same path on my sd, and I still get the reboot loop. Maybe fgimenez has tried this? [16:39] plars, well, there might be bugs :) [16:39] i just know how it is supposed to work [16:39] and my wifiSd setup will still take a while til it is ready, so we have time [16:39] (to fix the bugs) [16:40] plars, iirc there were two dirs and two files in 15.40 [16:40] *04 [16:40] did you copy both ? [16:40] ogra_: yes, the meta-data one was the same as I already have thre [16:40] *there [16:40] one for user and one for system stuff [16:40] ah, k [16:41] ogra_, mmm i see it happening on the untested image, sometimes during console-conf, sometimes after, but the issue is there, after the first reboot all goes fine [16:41] ogra_: This was the path and contents of the user-data one: https://www.irccloud.com/pastebin/3AZ5Etxv/ [16:41] plars, could you try a daily image instead ? that you see nothing but berries is definitely also wrong ... we fixed that a while ago in the dailies and about 2h ado in the beta candidates [16:41] Argh [16:41] Same after reboot [16:41] error: cannot install "classic": snap not found [16:42] ogra_, this PR fixes the problem https://github.com/snapcore/snapd/pull/2117 [16:42] PR snapd#2117: snapstate: avoid reboots if nothing in the boot setup has changed === Mikaela is now known as Mikaela_ [16:42] ogra_: ah, that could be then... let me re-download. I grabbed it from here, but it looks like the pi3 image is gone (and no db410c yet too): http://cdimage.ubuntu.com/ubuntu-core/xenial/daily-preinstalled/current/ [16:43] ogra_: so there's no new daily yet? [16:43] plars, http://people.canonical.com/~ogra/snappy/all-snaps/daily/current/ [16:43] every day :) [16:43] oh nice! === Mikaela_ is now known as Mikaela [16:45] fgimenez, right ... but that only causes a normal reboot with the "system will reboot in 10 min" warning on the console ... the reboot in console-conf when creation the user looks more like a crash [16:45] *creating [16:45] ogra_, yes, it's the same issue [16:47] fgimenez, why did i get the notification after the dragonbaord was set up then ? [16:48] (i.e. after the reboot that happened in the middle of console-conf) [16:49] i dont think they are the same ... [16:49] ogra_, not sure, i'm having a lot of unrelated reboots in dragonboard, something different is happening there [16:49] (but it is moot anyway, teh fix will land andd we'll see if console-conf will work then) [16:50] i did two installs and only had one reboot in each of them when console-conf ran snap create-user ... reliable and reproducable in both tests i did [16:51] i didnt use the first one long enough to know if i also had the 10min waring then ... i definitely had it on the second install though [16:51] fgimenez, do you run your board with the mezzanine board attached ? [16:51] (i do) [16:51] prehaps that has some influence [16:52] ogra_, on dragonboard i have the firstboot reboot as in the rest of images and then a lot more of them [16:52] weird [16:52] while executing the suite [16:52] ogra_: fgimenez: Could my U1 account be misconfigured? [16:53] rvr, how would that be misconfigured ? if you have an ssh key it will download it [16:53] hello [16:53] ogra_, no mezzanine here, looks nice :) [16:53] ogra_: Well, I'm trying to guess why snap install works for you and not for me [16:53] do you know if there are any statistics about the adoption of snap? [16:54] fgimenez, aha ... we default to serial console only on the dragonboard currently ... i bet you have more instability because it tries to write console stuff to serial [16:54] ogra_, well only the uart to usb adapter card [16:54] that *is* the mezzanine board ;) [16:54] ogra_, aha! then yes :) [16:55] http://www.96boards.org/products/mezzanine/ [16:55] i thought you were talking about this http://www.96boards.org/products/mezzanine/linksprite-7-display-kit/ [16:55] http://www.96boards.org/products/mezzanine/uarts/ [16:56] yep that's it [16:56] right [16:56] ok, so it isnt that [16:56] sad, i had some hope :P [16:57] I have an UART to USB adapter, for programming atmel chips [16:58] I guess it can be used with the Dragonboard connecting the correct pins [16:59] ogra_: I can't seem to open the writable partition from your image directly, not even after I write it to the sd. Maybe that's something to do with the resize? [16:59] plars, nope ... there is still some wiggle room [16:59] ogra_: [1951890.585324] EXT4-fs (dm-1): bad geometry: block count 118499 exceeds size of device (118272 blocks) [16:59] you should be able to write a few mb [17:00] "exceeds size of device" ?!? [17:00] what size is that SD = [17:00] ? [17:00] similarly, when I try to do it with the sd: [1951839.136126] EXT4-fs (mmcblk0p2): bad geometry: block count 118499 exceeds size of device (118272 blocks) [17:00] ogra_: the first one was just trying to open the raw image file after running it through kpartx [17:01] ogra_: the second was after writing it to an 8GB sd [17:03] rvr, at last i'm getting the same error installing classic on dragonboard, it seems that the error comes from the store http://paste.ubuntu.com/23309074/ [17:04] fgimenez: !!!! [17:05] So at the end, I am not mad ;) [17:05] Although I was getting mad! [17:05] plars, works fine here ... i can plug the SD in and nautilus auto-mounts the partitions [17:05] ogra_: strange - is that with the pi3 image? [17:05] plars, with all images ... [17:06] the geometry is indeed wrong, but it should still be mountable [17:07] mine doesn't mount... extraction went ok but I didn't check the checksum. Let me retry downloading. I'll grab another one too as a sanity check [17:08] ogra@anubis:~/datengrab/images/snappy$ ls /media/ogra/ [17:08] system-boot writable [17:08] this i get when re-plugging the SD after dd'ing it [17:09] fgimenez: Who do manage the store? [17:09] why does it work for me then ... very weird [17:11] fgimenez: Ok, snap install works with ubuntu-snappy/16.04/current/ [17:11] are both of you using --devmode --edge ? [17:11] ogra_: I just installed hello world in Dragonboard with that image [17:11] No devmode nor edge [17:12] But I couldn't do that with the untested image [17:12] you need it for classic [17:12] there is no stable classic package [17:12] (never has been) [17:12] ogra@anubis:~/datengrab/images/snappy$ df -h /dev/sdc* [17:12] Dateisystem Größe Benutzt Verf. Verw% Eingehängt auf [17:12] udev 7,8G 0 7,8G 0% /dev [17:13] /dev/sdc1 127M 22M 105M 17% /media/ogra/system-boot [17:13] /dev/sdc2 3,3G 313M 2,9G 10% /media/ogra/writabl [17:13] plars, ^^^ i just freshly dd'ed [17:13] re-plug .... and i get the above [17:13] ogra_, yes, that comes from the suite https://github.com/snapcore/snapd/blob/master/spread.yaml#L117 [17:14] ogra@anubis:~/datengrab/images/snappy$ touch /media/ogra/writable/foo.txt [17:14] touch: '/media/ogra/writable/foo.txt' kann nicht berührt werden: Keine Berechtigung [17:14] ogra@anubis:~/datengrab/images/snappy$ sudo touch /media/ogra/writable/foo.txt [17:14] ogra@anubis:~/datengrab/images/snappy$ [17:14] plars, ^^^ [17:14] that works too [17:14] ogra_: just re-downloaded, checking again now [17:14] fgimenez, are you sure prefixing the options is supposed to work ? [17:15] sudo snap install classic --devmode --edge [17:15] that is what i use all the time [17:16] ogra_, hey do you know about the network bridges snapd sets up [17:16] classic (edge) 16.04 from 'canonical' installed [17:16] nope [17:17] So there is something wrong with the untested image and the store [17:17] pmcgowan, you mean netplan ? thats pitti-land [17:17] ogra_, I see lxdbr0 [17:17] ogra_, yes, according to snap install --help the install options should go between "install" and the snap name [17:17] its grabbing an address that is screwing me up I suspect [17:17] fgimenez, well, i always use it the other way around ... [17:17] and it works here [17:18] ogra_, good to know that works too :) [17:18] * ogra_ dd's another dragon image to verify ... cant be that everything works for me but doesnt for you guys [17:18] are we actually using the same image ? [17:18] :P [17:19] pmcgowan, well, i'm pretty sure snapd doesnt set up any lxc network devices [17:19] The untested one, Oct 7th [17:20] pmcgowan, unless you install an lxc snap or use snapcraft cleanbuild there is nothiong that involves lxc/d in snappy [17:20] rvr, yes [17:20] ogra_, ok somethig else then [17:23] ogra_: ok, it seems I'm able to mount the dragonboard one, but not the pi3 one [17:23] plars, well, all the above was pi3 [17:23] ogra_: weird [17:24] plars, else it would have been sdc8 and 9 [17:24] Yeah [17:26] ogra@localhost:~$ sudo snap install classic --devmode --edge [17:26] classic (edge) 16.04 from 'canonical' installed [17:26] ogra@localhost:~$ [17:26] fginther, rvr ^^^ i'm looged in for the first time ... [17:26] ogra@localhost:~$ uname -a [17:26] Linux localhost.localdomain 4.4.0-1024-snapdragon #27-Ubuntu SMP Fri Aug 12 11:45:29 UTC 2016 aarch64 aarch64 aarch64 GNU/Linux [17:26] ogra@localhost:~$ [17:26] no issues at all with classic [17:27] i dont get it ... [17:27] :-/ [17:28] ogra@localhost:~$ snap list [17:28] Name Version Rev Developer Notes [17:28] classic 16.04 17 canonical devmode [17:28] core 16.04.1 74 canonical - [17:28] dragonboard 16.04-0.17 23 canonical - [17:28] dragonboard-kernel 4.4.0-1024-3 9 canonical - [17:28] snapweb 0.21 17 canonical - [17:28] ogra@localhost:~$ [17:28] do your versions match ? [17:28] I don't get any list [17:28] ( core 74 specifically ) [17:28] so weird [17:28] as if we had different boards [17:29] (or different images) [17:33] ha [17:33] found it [17:33] damn, that was silly [17:34] I should sleep [17:34] silly is the new clever i heard [17:34] ;) [17:34] hehehe [17:35] well, clever is the "has regular sleeping patterns" thing [17:38] sleeping is for the week^Wweak [17:39] (or so) [17:51] Bug #1632085 changed: Support "fudge factor" for file system sizing [18:07] ogra_: tried the cloud-init bits on dragonboard, it boots at least, but no network, no user - still wants manual config :( [18:09] nothing in cloud-init.log too [18:09] zyga: I'm back and can start looking at 168 again - are you close to pushing the rebased version? [18:11] tyhicks: yes, but don't worry, just keep on reading and commenting [18:11] tyhicks: I'll merge [18:11] tyhicks: I was just not sorting the stuff correctly and I cannot imagine it even worked at all [18:16] zyga, why are you here? [18:18] kyrofa: well, you know me [18:18] kyrofa: but I had a great day [18:18] zyga, tsk tsk [18:18] zyga, manage to avoid more meetings? [18:18] kyrofa: and I just love the feeling when something works well [18:18] kyrofa: I will just smile and say I was far away from other people ;) [18:18] zyga, good ;) [18:18] kyrofa: this place is amazing [18:19] kyrofa: I found so many cool things today [18:19] zyga, does your new hotel have that soup? [18:19] kyrofa: soup? [18:19] kyrofa: which one? [18:19] That one you like for breakfast [18:20] kyrofa: this place has no food, I moved to the old town, there are restaurants like *everywhere* here [18:20] Ah, that sounds _great_ [18:20] kyrofa: I did't try the breakfast here yet, I had onigiri for breakfast [18:20] * zyga googles to check if he rememebers the name right [18:20] yep [18:20] I don't remember the korean name though [18:21] Ah, nice [18:21] this hotel is so not enterprise level though :) the room is the size of the bed in the other one :) [18:22] but it's fun, the owner even learned some polish today to surprise me [18:45] tyhicks: I just pushed to https://github.com/snapcore/snap-confine/pull/169/files [18:45] PR snap-confine#169: Add spread tests for mount namespace layout [18:45] tyhicks: I'll merge this into the other branch and resolve conflicts [18:45] tyhicks: how do you feel about the 2nd branch? [18:47] zyga: still processing it - this is a lot of change to the most complex part of the project :) [18:47] zyga: no deal breakers yet [18:49] tyhicks: fingers crossed then, thank you for working on this! [18:49] zyga: np - nice job on getting something working [18:51] zyga: do you have a link to that doc that you wrote up before starting to implement this? [18:52] yeah, give me a second [18:53] there's one thing I didn't comment on that's somewhat bad [18:53] bootstrap pollutes the main NS if it dies mid-way [18:53] I was looking for ways to avoid that but I don't think this is possible [18:54] there might be a way to detect abnormal termination and use a child to help clean up but this is imperfect [18:56] tyhicks: I think there was no doc this time, it was for the ns sharing but not for this [18:56] tyhicks: we had a pastebin and a shell prototype [18:57] zyga: the main NS is only polluted due to /tmp/snap.rootfs_XXXXXX having mounts set up inside of it, correct? [18:57] zyga: ah, I must have gotten those two confused - thanks for looking [18:58] tyhicks: yes, that directory will still have some stale bits if we terminate abnormally [18:58] * tyhicks nods [19:12] Thanks jdstrand, I'll try that. I must have missed it in the docs on snapcraft.io? [19:25] damn [19:25] well, just anoying [19:26] tyhicks: AFAIK I removed cgroups because they get mounted in unexpected order, so I was thinki that I should sort stuff so that I can do deterministic remapping but parts of the sorted strings are random [19:26] zyga: ok, skip cgroups for now [19:26] zyga: that is frustrating [19:27] I'll sort twice,first after partial derandomization (just paths) and then after everything else is derandomized [19:27] I'll just test this a few more times before I push it again, you really have to reboot the test machine to see this fail [19:33] noise][ you about? [19:35] zyga: I've just submitted my review [19:35] nessita_: or you about? [19:36] tyhicks: thank you, checking [19:37] snapd wont run for me today, http://pastebin.ubuntu.com/23309681/ [19:39] * kyrofa needs a nap, back in a bit [19:39] nessita_: noise][ so i'll just leave my query here...long time ago :) i made "mir-server" namespace in the store... i suppose at the time i said amd64 for supported arch's [19:40] i now have armhf and arm64 snaps available, is there any way to change the namespace to reflect this? so that i can upload these for folks? [19:40] also seeing Oct 11 19:39:39 localhost snapd[3538]: error: cannot downgrade: snapd is too old for the current system state (patch level 4) [19:40] ...at least, it's not obvious to me how i might do it looking at my options in myapps.developer.com [19:45] kgunn: have you tried to upload one of the new architecture's snaps? [19:46] josepht: ironically...did just now....and i see it's saying arm64...so it's smart that way [19:46] ? [19:46] kgunn: yes, that's been my experience. [19:47] cool thanks josepht i was having nightmares thinking i was going to have to create a new store namespace just for arch support [19:48] kgunn: no problem [19:52] Bug #1632452 opened: snappy store still indicates Martin Albisetti for publishing [19:58] PR snapd#2133 closed: osutil: add missing unit tests for IsMounted [20:05] PR snapd#2127 closed: tests: add test for auto-mount assertion import [20:07] PR snapd#2126 closed: tests: add spread test for `snap auto-import` === nacc_ is now known as nacc [20:50] PR snapd#2121 closed: cmd/snap: do not auto-import from loop or non-dev devices [20:52] PR snapd#2117 closed: snapstate: avoid reboots if nothing in the boot setup has changed [20:53] PR snapd#2119 closed: tests: abort tests if an update process is scheduled [20:55] PR snapd#2124 closed: daemon: add postCreateUserSuite test suite [20:59] PR snapd#2118 closed: overlord: merge overlord/boot pkg into overlord/devicestate [21:05] Bug #1632452 changed: snappy store still indicates Martin Albisetti for publishing [21:33] PR snapd#2134 opened: overlord/devicestate: recover/mark as seeded devices that were first booted with the old external approach [21:34] any update on this? [21:35] https://bugs.launchpad.net/snappy/+bug/1584779 [21:35] Bug #1584779: Upgrade a running snap without restarting it [21:49] PR snapd#2135 opened: cmd/snap: simplify auto-import mountinfo parsing [22:09] PR snapd#2136 opened: tests/lib: prepare ubuntu-core with core from beta [22:21] PR snapd#2134 closed: overlord/devicestate: recover/mark as seeded devices that were first booted with the old external approach [22:59] Bug #1632508 opened: Get a way to differentiate uninstall/shutdown from snap update in stop script