=== tyhicks` is now known as tyhicks === chihchun_afk is now known as chihchun === shuduo-afk is now known as shuduo === Guest12521 is now known as devil_ [06:21] How do I install a sideloaded x.snap with "snap" instead of "snappy"? [06:23] sudo snap install [06:42] dholbach: I tried this with little success:ubuntu@localhost:~$ sudo snap install trionet-kernel_4.4.0_amd64.snap error: trionet-kernel_4.4.0_amd64.snap failed to install: snappy package not found [06:42] hohum.... [06:42] which version of snapd is this? [06:43] I am running mvo's allsnap amd64 image [06:43] do you know if everything is up to date on the system? [06:45] I did run "snappy update" [06:46] Currently looking how to ask snapd for its version ... [06:48] if nobody has an answer for you, you could just try mailing the snappy-devel mailing list [06:49] if it's a bug you're facing, this should be looked at === chihchun is now known as chihchun_afk [06:50] dholbach: I will do that. First I need to find out the version of the install tools [06:50] ok :) === chihchun_afk is now known as chihchun [07:19] hi, guys! [07:27] good morning all [07:28] morning [07:47] mvo ogra_ hi, may i know if kernel snap for dragonboard canonical-dragon-linux is exist in edge channel? [07:49] On mvo's allsnap image: How do I find out the installed version of snap, snapd? [07:52] Gunther_: /usr/share/snappy/dpkg.list contains a list of deb packages [07:52] mvo: thanks [07:53] Gunther_: I need to do new images, they are a bit outdated right now [07:55] ok then I will wait before reporting the bugs I seem the have to see if they still exist [07:55] with the new images === jibel_ is now known as jibel [08:51] <_morphis> zyga, jdstrand: got NetworkManager now mostly working [08:52] _morphis: woot, great [08:52] _morphis: any issues (apart from 1571497) [08:52] <_morphis> zyga: I suspect auto-connect isn't implemented yet, right? [08:52] _morphis: it is implemented [08:53] _morphis: but connection only happens on snap install time [08:53] _morphis: and the interface has to advertise it [08:53] <_morphis> zyga: hm, I set https://github.com/morphis/snappy/blob/networkmanager-interface/interfaces/builtin/networkmanager.go#L390 [08:53] _morphis: *and* the interface slot has to be on the OS snap [08:53] <_morphis> ah [08:53] _morphis: look at snap/implicit.go please [08:54] <_morphis> zyga: https://git.launchpad.net/~morphis/+git/nm-snap/tree/snapcraft.yaml#n17 [08:54] _morphis: until those slots are in the real core snaps this is what we need to do [08:54] <_morphis> so if I am doing something like this I don't have any chance to both apps connected [08:54] _morphis: no, that will not work [08:54] _morphis: (I guess we need to discuss how this will work) [08:55] <_morphis> so even if I add networkmanager to snap/implicit.go I wont connect? [08:55] _morphis: hint, no need for the top-level plugs/slots [08:55] <_morphis> s/I wont/it wont/ [08:55] _morphis: correct [08:55] _morphis: (this is the first time we handle something like this) [08:55] <_morphis> zyga: you mean var networkManagerPermantedSlotDBus .. ? [08:56] <_morphis> ah I see [08:56] <_morphis> you mean https://git.launchpad.net/~morphis/+git/nm-snap/tree/snapcraft.yaml#n11 [08:56] _morphis: try this http://pastebin.ubuntu.com/15909347/ [08:56] _morphis: (and I'd suggest calling the interface network-manager) [08:56] <_morphis> zyga: that works but then I get a plug network-manager:networkmanager and a slot network-manager:networkmanager [08:56] _morphis: we *might* do something special if the interface name matches the snap name [08:57] _morphis: seems like a nice case to auto-connect everything within the snap [08:57] <_morphis> if I now add more than one other app I have two identical plugs [08:57] _morphis: ahh, right [08:57] _morphis: and gustavo also said we cannot have plug and slot sharing the same name in one snap [08:57] _morphis: sorry, forget my advice please [08:57] <_morphis> :-) [08:57] <_morphis> zyga: but maybe we can improve the automated naming here [08:57] _morphis: still, feels like something we should auto-connect, just looking for a pattern [08:58] _morphis: yes though this needs to be discussed firstr [08:58] <_morphis> sure [08:59] _morphis: any other gotchas with interfaces? [08:59] <_morphis> just one thing which jdstrand noted on the bluez interface: https://github.com/ubuntu-core/snappy/pull/802#discussion_r59771686 [09:00] <_morphis> I just dropped peer=(label=..) checks in my policy for now [09:00] ah, I plan to retrun to bluez soon and make it actually understand the connections made [09:00] just not sure if I do that before I go and hide away from computers for a while [09:01] <_morphis> :-) [09:01] <_morphis> zyga: ssweeny is currently working on getting the bluez snap back working with what he implemented for the interface [09:01] <_morphis> zyga: there are still some bits wrong in that interface: https://github.com/morphis/snappy/commit/bf2abcec0453ad8edd9bdcdeb6f16cd4f8c38b57 [09:02] _morphis: sure [09:02] _morphis: are you guys blocked by anything today? I know images are in a so-so state [09:03] <_morphis> so-so state? [09:03] _morphis: not working much [09:03] <_morphis> ah [09:03] _morphis: we need a moment to restore images to bootable state [09:03] <_morphis> zyga: I can develop by using your dev-tools so we're for the moment fine [09:03] :) [09:03] <_morphis> publishing is a bit ahead [09:03] cool, that's great [09:03] <_morphis> zyga: nice work on those dev-tools :-) [09:03] question: how will the interface work on the desktop [09:04] <_morphis> zyga: for bluez and networkmanager? [09:04] can I make a snap that talks to n-m and have it magically work because the OS snap on the desktop will fake the interface [09:04] _morphis: yes, I'm trying to think about interoperability [09:04] <_morphis> sth like that should work [09:04] <_morphis> as long as there are no API breaks [09:06] <_morphis> zyga: just wondering a bit what the release plan looks like [09:07] _morphis: fors snappy "for devices"? [09:07] _morphis: I guess that's going to be decided at the sprint [09:07] <_morphis> lets say we land the networkmanager interface tomorrow, how soon can that be in an image? [09:07] _morphis: in daily image, the next day, in ubuntu 16.04 -- not sure [09:08] _morphis: we plan to SRU things all the time but we didn't go through the process to see how it works yet [09:08] <_morphis> ok [09:08] _morphis: images are somewhat broken now as mvo mentioned above so I suspect this week we'll see some work on making them bootable again [09:08] <_morphis> ok, sounds good [09:34] shuduo, it is called linux-snapdragon since the switch to a 4.4 base [09:34] err [09:34] sorry ... canonical-snapdragon-linux [09:57] ogra_: is there a way to know when it be changed? i used to encounter error like "mount: mount point /tmp/diskimage833309661/system/snap does not exist". is it a problem happen at server side or my side? [09:58] sounds more like you are using a to old ubuntu-device-flash [10:00] make sure to have the latest one from mvo's all-snaps dir [10:00] shuduo: and use "edge" for the channel [10:00] shuduo: there is still a bit of breakage right now, I'm working on the fix [10:01] shuduo: note that the images are still alpha, the 16.04 snap desktop/server release is not yet stable for devices and the imags are still in flux [10:10] mvo: after specify edge, i got "failed to install "linux-snapdragon" from "edge": linux-snapdragon failed to install: snap not found [10:13] mvo: yes, i understand it's not stable. i need to make some demo or help customer to demo so unstable is acceptable. but it used to fail at generating.. :( [10:14] shuduo, note that i corrected myself above [10:14] sorry ... canonical-snapdragon-linux [10:16] mvo: btw, i have used the script of https://launchpad.net/~mvo/snappy/mksnap-os-kernel for kernel snap generating. but snappy-tools package seems not available in xenial, so the command "snappy build" will be replaced by "snapcraft snap", right? [10:16] shuduo: yes, snapcraft snap . [10:16] shuduo: snapcraft snap targetdir [10:19] ogra_: sorry i missed it. canonical-snapdragon-linux is downloading. back to my question, how I know which kernel name is correct if it be changed? can i find it from somewhere by myself? just in case i meet problem but you are not on irc or timezone problem. thanks. [10:19] sudo ./ubuntu-device-flash core rolling --channel edge --os ubuntu-core --kernel canonical-snapdragon-linux --gadget canonical-dragon -o test.img [10:20] all official kernels are canonical-$arch-linux nowadays ... where $arch is one of pc, snapdragon, raspi2 [10:21] non official ones can indeed be named as the like [10:21] shuduo: you can use my ubuntu-image script, while images are kind of broken today I keep it up-to-date with ongoing changes needed to build an image [10:21] zyga, whyx do you say this all the time ... images arent broken :) [10:22] ogra_: with snappy 2.0? [10:22] the dropped config bit makes it a bit harder to set thjem up ... and none of the snaps from the store work [10:22] well, they worked on friday [10:22] ogra_: I suspect they are broken now, we're discussing how to fix that (firstboot et all) [10:23] the images themselves are fine though [10:23] ogra_: shades of gray [10:23] heh [10:23] ogra_: but thanks for telling me :) [10:23] if they are broiken now, it must be the punishment for mvo not spending his weekend with the family :P [10:25] ogra_: and the solution is to not spend time with the family again to fix them :-( [10:25] zyga: pls let me know where i can download your ubuntu-image script. thanks. [10:26] ogra_: snap list is empty right now too, the images boot though [10:26] shuduo: github.com/zyga/devtools [10:26] zyga, yeah, its a doom loop === davmor2_ is now known as davmor2 [10:32] ogra_: part of the solution is to snap doom so that we can get some R&R [10:33] +1 !! [10:37] zyga, cool! :) [10:38] ogra_: that means all snapdragon family SoC be supported by a single kernel, right? [10:39] ogra_: i'm working on a board with APQ8074 but the kernel is 3.10. So if current kernel already support this chip, only adjustment could be partition layout in gadget snap (if need). that will be awesome! [10:54] is SNAP_APP_DATA_PATH still correct or has its name changed recently? === Trevinho_ is now known as Trevinho === davidcalle__ is now known as davidcalle_ === mjl_ is now known as mjl [11:14] (specifically - what's the environment variable which points to the writable area? [11:15] SNAP_DATA [11:15] iirc [11:16] aha! [11:16] yes, thanks. [11:17] Is it possible that a daemon in a snap container is able to access /bin/systemctl to restart itself? (I am getting apparmor denied) [11:21] Good morning [11:26] Gunther_: no [11:26] <_morphis> zyga: one other thing I see is that installing a snap some times doesn't work after I had it already installed: https://paste.ubuntu.com/15911281/ [11:26] Gunther_: but you should be albe to send a signal to the daemon from using an app from the same snap [11:27] _morphis: looking [11:35] $ sudo snap remove mame [11:35] error: can't remove "mame": snap "mame" has changes in progress [11:35] what does that mean? [11:37] zyga: thanks [11:38] zyga: I assumed I have to [11:38] popey, someone broke into your system and is secretly playing pacman ? [11:38] * ogra_` has no clue :) [11:38] ogra_`: i have snappy ubuntu core running on rpi2, how can i apt snapcraft 1.x ? [11:39] dayou can only use snapcraft 1.x in pre-xenial systems [11:39] but the 15.04 snappy did not have the classic shell ... so you would need a chroot [11:39] i can't add or remove anything [11:39] (or lxc container or so) [11:40] popey: it means that there are changes operating on that snap now, can you please pastebin "$ snap changes" [11:40] http://paste.ubuntu.com/15911444/ [11:40] zyga: ^ [11:40] popey: thanks, can you report a bug with this information [11:40] sure, where? [11:41] popey: is that on 2.0? [11:41] popey: launchpad.net/snappy please [11:41] ogra_: i didn't manage to run an armhf lxc container [11:41] up to date 16.04 [11:41] ok [11:42] daker, then grab a tarball from http://cdimage.ubuntu.com/ubuntu-core/releases/15.04/release/ ... scp it to your snappy ... unpack it in a dir, copy resov.conf in place and you can chroot into it [11:43] (or use the 15.10 tarball ... probably easier to get a newer snapcraft with that) [11:43] popey: can you try snap abort "snap abort" the changes related to those snaps? [11:43] zyga: https://bugs.launchpad.net/snappy/+bug/1571614 [11:43] Launchpad bug 1571614 in Snappy "Can't add or remove snaps 'snap "mame" has changes in progress'" [Undecided,New] [11:44] zyga: what change ID do I use? [11:50] What is the essential apparmor config needed for a custom kernel? I am getting ailed to load AppArmor policy for trionet-srv: exit status 1 :Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) [11:50] well, recent mainline should have all you need [11:51] for older kernels the security team has backported patches ... but only for a certain set [11:52] https://wiki.ubuntu.com/SecurityTeam/AppArmorForPhabletKernels might help [11:52] ogra_`: thanks [11:52] (note that snappy needs at least 3.10 though ... forget about the 3.4 patches :) ) [11:54] I am using the kernel sources from url = git://kernel.ubuntu.com/ubuntu/ubuntu-xenial.git fetch = +refs/tags/Ubuntu-4.4.0-14.30:refs/tags/Ubuntu-4.4.0-14.30 [11:54] that should have all patches [11:54] ok [11:55] (read, your issue is most likely a config thing) [11:55] I just looking for the correct "essential" configuration :) [11:56] popey: thanks [11:56] ogra_`: if i want to use my actual snappy installation(without touching anything), i just need to use snapcraft 2.x ? [11:56] popey: those of the changes related to the snap you were trying to install/remove [11:57] daker, on a 16.04 snappy image you call "sudo snap enable-classic", then you can "snap shell classic" to get into an apt ebaled environment [11:58] zyga: error: cannot abort change 3 with nothing pending [11:58] zyga: there's a bunch on Hold. [11:58] ogra_`: when the 16.04 image is going to be available :) ? [11:59] the first alpha should be available soon [11:59] until then you need to use the inofficial ones [11:59] ogra_`: where can i find one ? [12:00] http://people.canonical.com/~mvo/all-snaps/ [12:00] of course you have one :D [12:00] and for pi3 http://people.canonical.com/~ogra/snappy/all-snaps/rpi3/ [12:01] rpi2-all-snap.img.xz is the one i am looking for ? [12:01] yes [12:01] ok thanks! i'll test that [12:01] ogra_`: oh, can I patch ubuntu-image for pi3? [12:02] zyga, well, the pi2 image should work as is atm .... if you build from the store [12:02] ogra_`: ok [12:02] ogra_`: I'll patch the script today [12:02] (i'll have to change that though, unless ppisati has found a fix for the uboot serial issue on the pi2 with that uboot binary) [12:03] i'll most likely introduce a canonical-pi3 gadget [12:04] ogra_`: yep, that would be good [12:04] ogra_`: even if the only different thing is a name [12:04] well, then we cant easily do a 64bit image [12:05] i would really like to have a generic pi image that works on both for 32bit [12:06] Ogra: When is an official RPI3 release expected? [12:07] netpheak, with the offical snappy 16.04 release [12:07] ok, thx ;) [12:07] in a month or two or so [12:08] zyga: is it easier to nuke everything and start again? If so, how do I nuke all of snap? [12:08] popey: yes; sudo servicectl stop snapd; sudo umount /snap/*/*; sudo rm -rf /var/lib/snapd [12:08] popey: give that a try [12:09] * zyga will add nuke-state to devtools [12:11] zyga, ogra_`: fwiw, I pushed a new u-d-f [12:11] so the archive ? [12:11] *to [12:11] which brings back mounted snaps on boot [12:11] to my people page for now [12:11] zyga: ok [12:12] ok [12:12] and I have a branch up for discussion to sync state on firstboot so snap list actually has something [12:12] *if* that branch is accepted we may have images tomorrow that are in much better shape than todays [12:12] * mvo crosses fingers === mhall119_ is now known as mhall119 [12:20] mvo: thanks [12:22] ogra_`: error: Unknown command `enable-classic'. [12:22] thats on a 16.04 image ? [12:22] yes Xenial [12:22] on your rpi ? [12:23] weird [12:23] yes [12:23] rpi2 [12:23] the images are old though ... try if the snappy command still exists thetre [12:24] daker no dash [12:25] daker, never mind [12:25] FYI allsnaps (amd64): snappy install custom_kernel.snap works (boots!) (Yeah) [12:26] congrats ! [12:26] but snappy remove custom_kernel.snap leaves grub in a state trying to boot the custom kernel [12:26] it does not recover ... [12:38] ogra: where can i find the latest RPI3 image? [12:39] _morphis: FYI https://github.com/ubuntu-core/snappy/pull/1034 [12:39] _morphis: could you give that a practical spin? [12:39] _morphis: just git checkout that in your tree and use devtools as usual [12:40] netpheak, just build a pi2 image from the latest store snaps using u-d-f [12:40] the ony in my rpi3 dir is very outdated [12:40] <_morphis> zyga: sure, thanks! [12:42] mvo, hmm, that new udf is very noisy [12:43] http://paste.ubuntu.com/15912226/ [12:45] another one: I tried to add an udef rule to my kernel.snap (it is in the snap, I see the directory/file /etc/udev/rules.d/some.rule). But its not visible on the system the kernel.snap is installed then. [12:45] but rules.d seems to be a mount point [12:45] it would need to be defined in snappy [12:46] iirc it only mounts stuff to /lib/firmware|modules atm [12:48] ogra_`: ok. Currently I have just daemons (root) accessing the device. But I would like to give normal apps the access too [12:48] ogra_`: I will put this on the wishlist [12:49] Gunther_, kernel and gadget snaps are effectively being re-designed from scratch the next weeks [12:50] Gunther_: you'd have to make an interface for that [12:50] Gunther_: I can guide you but I'm AFK for the next 30 min [12:50] zyga: thanks. [12:51] zyga, seriously ? for a kernel snap ? [12:51] * Gunther_ has to get information about interfaces [12:51] Hi guys. I'm using: $ snapcraft --version [12:51] 2.8.1 [12:51] * ogra_` thinks that a bunch of dirs should simply be supported by default ... [12:51] I can't use configFlags in the new version, right? [12:51] like udev/rules.d or the GL search path [12:52] Issue while loading plugin: [...] Additional properties are not allowed ('configFlags' was unexpected) [12:52] So, please, how should I pass parameters to ./configure [12:52] (and /etc/modprobe.d ...) [12:54] <_morphis> zyga: any idea about the reinstall problem already? [12:57] Can someone help me with an app I have snapped? lp:snappy-playpen -> mame/mamedeb . Once snapped and installed, if I try and run it, it just fails with a "not found" message, but I can run the exact same command (outside of apparmor/snap) fine. No apparmor denials. It's doing my head in. [12:57] this is the output when it's run via "mame.run":- [12:57] /snap/mame/100001/bin/launcher: 16: exec: /snap/mame/100001/usr/games/mame -v -inipath /snap/mame/100001 : not found [12:57] why cannot i run snappy apps on 16.04? i get "can not find a snappy os. errmsg: No such file or directory" [12:58] mariogrip: sudo snap install ubuntu-core [12:58] ogra_`: thanks, will fix in a sec [12:58] or two [12:58] popey: I tried, but i get "error: can't install "ubuntu-core": snap "ubuntu-core" has changes in progress" [12:58] ah, i had the same [12:58] mbvbeyond that snap list and snap find seem to work fine on the dragonboard here [12:58] mariogrip: bug 1571614 [12:58] bug 1571614 in Snappy "Can't add or remove snaps 'snap "mame" has changes in progress'" [Undecided,New] https://launchpad.net/bugs/1571614 [12:58] I had to nuke the entire world [12:59] mvo, what hap0pened to "enable-classic" though ? [12:59] so I'd say you've reproduced that bug, could you please mark it so. zyga ^ [12:59] _morphis: no, not yet [12:59] mvo, was the option dropped ? that will make itr very hard to get the arm64 bug fixed before 16.04 release [13:00] <_morphis> zyga: ok [13:00] popey: is there a workaround? [13:00] mariogrip: nuke from orbit. [13:00] mariogrip: http://paste.ubuntu.com/15911812/ [13:00] popey: reproduce this bug? [13:01] is there some logs that will help debug that I can collect before nuking? [13:01] zyga: mariogrip has the same issue I had.. snap "ubuntu-core" has changes in progress [13:02] ah, ok [13:02] marcoceppi: can you add the same info to the bug please [13:02] marcoceppi: snap changes (pastebin that) [13:03] zyga: was that for me? [13:03] mariogrip: ys, sorry [13:03] * zyga hates tab-complete in polair [13:03] marcoceppi: (sorry) [13:04] xchat has fixes for that ;) [13:04] (moves the person you last talked to to the top of the tab completion list) [13:06] zyga: done :) [13:07] ogra_`: s/xchat/hexchat :P [13:08] mariogrip: thank you [13:08] mariogrip: I'll check it out after our standup [13:09] davmor2, depends what you use ... xenial isnt released yet ;) [13:14] popey: did you reslve your problem with mame? [13:14] zyga: no [13:14] popey: what's the current state? [13:14] popey: (as in where are you, what works, what doens't) [13:14] see 57 mins past [13:14] above [13:15] popey: I how do i remove /snap? it's read only [13:15] mariogrip: sudo ? :) [13:15] mariogrip: on a device you don't have to [13:15] popey: tried [13:15] mariogrip: just umount all the stuff inside and rm -rf all the dirs [13:16] zyga: how do i unmount a sideloaded snap? === josepht` is now known as josepht [13:16] mariogrip: just unmount the squasfs [13:16] mariogrip: sudo umount /snap/*/* [13:16] yeah, mount | grep snap [13:17] and unmount all those things [13:17] mariogrip: try this http://paste.ubuntu.com/15911812/ [13:17] I'll improve that and add it to devtools [13:18] zyga: it worked thanks [13:18] so the recent change from /snaps to /snap on the desktop seems to have broken previously installed apps. I reinstalled ubuntu-core and ubuntu-clock-app, but now on launching it, I get: [13:18] $ ubuntu-clock-app.clock [13:18] appname ubuntu-clock-app.clock not allowed [13:18] zyga: btw, umount /var/lib/snapd/snaps/* || true does not works for sideloaded snaps [13:18] any ideas how to fix it? I think somehow the launcher is still seeing the old clock app in /snaps [13:18] mariogrip: ah, thanks [13:18] mariogrip: where are they located? [13:19] which incidentally I don't know how to uninstall [13:19] dpm: maybe look in /snap/bin ? [13:19] zyga: I have no idea [13:19] dpm: nuke your state [13:19] dpm: and reinstall [13:19] yeah, seems the message of today is "Nuke from orbit" [13:19] with the orbital ion canoon [13:19] canon* [13:19] zyga, what can I nuke the state? [13:19] argh, can't type [13:19] dpm: give me a moment, I'm writing a script for that [13:20] *how, I meant [13:20] ok, thanks zyga [13:20] dpm, [13:20] sudo umount /var/lib/snappy/snaps/* [13:20] sudo rm /etc/systemd/system/snaps-*.mount [13:20] rm -r ~/snaps [13:20] but there might be more involved than that [13:20] it's what I noted down at some stage [13:20] zyga popey damn, still "error: can't install "ubuntu-core": snap "ubuntu-core" has changes in progress [13:20] " after the nuke [13:21] mariogrip: systemctl stop snapd; [13:21] mariogrip: rm -rf /var/lib/snapd/state.json [13:21] that will erase all state [13:21] thanks dholbach. I guess the snaps PATH should be updated too? [13:21] ppisati, hmm, did you test the latest raspi2 kernel with the pi3 ? seems i cant get mine to boot anymore [13:21] dpm: they are on the desktop [13:21] dpm, where? === ogra_` is now known as ogra_ [13:22] dpm, you might have to rebuild/reinstall the snap, and after installing the new snapd/u-core-launcher/etc probably reboot [13:22] ok [13:22] zyga: thanks, it works now [13:22] * zyga is lost with various support requests [13:23] it would be great if each person having an issue mentioned if they are on the desktop or a pure-snap image [13:24] _morphis: can you report the bug you had with sideloading please? [13:25] <_morphis> zyga: sure [13:25] _morphis: I'm afraid most people will just crash quickly today and take some time off [13:25] _morphis: but I don't want to lose track of this [13:26] <_morphis> zyga: sure [13:26] how can I edit my snap app's files in place? they're all readonly even for sudo [13:27] mhall119: remount -o rw,remount /snap/*/* test if that works [13:27] mhall119: you cannot [13:27] mhall119: those are on a squashfs [13:27] not remount use mount [13:28] <_morphis> zyga: btw. on other thing I noticed with your dev-tools is that copying snap to $HOME breaks snapd or any snap from creating $HOME/snap as directory which is now where $SNAP_USER_DATA is [13:29] <_morphis> zyga: can propose a PR to fix that but wasn't sure where to put the new snap binary then [13:29] _morphis: ahh, yes [13:29] _morphis: I'll fix that, I saw it too [13:29] _morphis: I just forgot about it [13:29] _morphis: maybe devtools.$1 [13:29] <_morphis> zyga: named it snap-1 for me [13:29] _morphis: e.g. devtools.snap devtools.snapd [13:29] <_morphis> sounds good! [13:30] would be a clear indication of someone uses that when hacking and reports problems [13:30] _morphis: I'll patch devtools for better desktop support [13:30] _morphis: thanks for looking into this [13:30] <_morphis> zyga: np [13:32] mariogrip: didn't work [13:33] zyga: if I can't make them rw, what's the easiest way to debug a failing python app launch? [13:33] jdstrand: we should plan some work for the support tool for snap developers that adds advice ofr particular interfaces [13:33] mhall119: you cannot because squashfs is inherently read only [13:33] mhall119: what do you see? [13:33] mhall119: I'd suggest adding a shell app [13:34] mhall119: (like in hello-world) [13:34] mhall119: that will let you inspct the state and play around more easily [13:34] zyga: there are multiple wrapping shell scripts already [13:34] jdstrand: (I'm sorry I forgot the name) [13:34] mhall119: I mean an interactive one [13:34] jdstrand: and add REST API that gives snippets and lists interfaces [13:34] yeah, I'll inject a pdb call [13:35] mhall119: that's useful too :) [13:35] mhall119: one more thing [13:35] mhall119: snap install --devmode [13:35] mhall119: you can use that to install your snap with non-enforcing confinement [13:36] it's still using unconfined in snapcraft.yaml [13:36] mhall119: that's useless [13:37] mhall119: it doesn't do anything [13:37] mhall119: can you pastebin your snapcraft.yaml [13:37] zyga, unknown flag `devmode' Is that on edge only? [13:37] * zyga feels he should blog about interfaces [13:37] oparoz: that's in 2.0 [13:37] oparoz: (images are somewhat broken today) [13:37] oparoz: we're fixing that to make building new images possible [13:37] Thanks zyga [13:38] zyga: well it builds a snap I can sideload, my problem right now is that setuptools and pkg_resources can't find the script to launch my app [13:38] zyga: but http://paste.ubuntu.com/15913016/ if you want to look at it [13:39] mhall119: can you please pastebin some output? [13:39] ah [13:39] :D [13:39] sorry [13:40] mhall119: drop the no-security plug [13:40] mhall119: add unity7 plug [13:40] mhall119: debug snapcraft issues with sergio [13:40] mhall119: I can help with runtime [13:41] ogra_: the snappy command is still in the image [13:41] mhall119: you can use setup/ to create a desktop file and icon [13:41] (later) [13:41] daker, then there might also still be the "enable-classic" option to it [13:41] daker: images are somewhat broken, not based on snappy 2.0 [13:41] ogra_: yes snappy enable-classic it working now [13:41] * zyga stops saying that over [13:42] good ... better dont upgrade then :) [13:42] zyga, he is not using a 2.0 image [13:42] right [13:42] zyga: no problem, i just want to produce an armhf snap for snapcraft 1.x [13:42] good enough to get a classic shell [13:42] yep [13:43] <_morphis> zyga, jdstrand: https://github.com/ubuntu-core/snappy/pull/1036 [13:44] zyga: I don't think these are snapcraft issues specifically [13:44] mhall119: can you be more specific please? can you pastebin the error you're seeing? [13:44] hey, just finally reconfigured my `shout` snap [13:44] I think it's a python2/setuptools issue [13:45] ah [13:45] what errors are you mhall119 and zyga talking about? [13:45] mhall119: I can help with that as well [13:45] oh [13:45] carry on [13:45] _morphis: nice! [13:45] -) [13:45] sergiusens: no no, you can take over [13:45] I should do this "sleep" thing that people say is good for your health [13:45] zyga: http://paste.ubuntu.com/15913119/ [13:45] sergiusens: ^^ [13:45] zyga no, I'm preparing a final snapcraft release [13:46] no can do [13:46] ok [13:46] <_morphis> zyga, jdstrand: policy wise there is still room for improvements and I am not sure if I did everything the right way [13:46] mhall119: can you share the setup.py file? [13:46] _morphis: I'll check it out, thanks, nice work :) [13:47] <_morphis> zyga: thanks :-) [13:47] <_morphis> zyga: and I must say, it didn't took me as long as I suspected [13:47] zyga: http://paste.ubuntu.com/15913162/ === plars_ is now known as plars [13:48] zyga: I just pushed my local bzr changes to lp:~mhall119/hello-unity/snap [13:49] mhall119: can you psatebin the content of the squashfs file [13:49] k [13:49] beuno, or mvo, can one of you approve https://myapps.developer.ubuntu.com/dev/click-apps/4870/rev/1/ ? [13:49] zyga: the what now? [13:49] my .snap is 101MB [13:49] mhall119: just wait one sec, branching [13:50] zyga: my snapcraft project files are all in lp:snappy-playpen too [13:51] ogra_: http://pastebin.ubuntu.com/15913217/ [13:51] daker, snappy shell classic [13:51] ah [13:52] ogra_: sudo: no tty present and no askpass program specified [13:52] when running sudo apt-get install snapcraft [13:53] bug 1564369 [13:53] bug 1564369 in Snappy "sudo broken in latest classic" [Critical,Confirmed] https://launchpad.net/bugs/1564369 [13:53] (has a workaround) [13:53] ogra_, [13:53] checksums do not match. Please ensure the snap is created with either 'snapcraft snap ' or 'mksquashfs -noappend -comp xz -all-root -no-xattrs' security-snap-v2_squashfs_repack_checksum [13:53] ok [13:53] ogra_, I'd double check that one [13:53] beuno, oh, come on [13:53] ogra_, I don't make the rules! [13:53] ()it is the same script i use for all gadgets ) [13:54] * ogra_ re-works [13:55] beuno, i dont need to bump the version anymore, right ? [13:55] ogra_, correct [13:57] beuno, https://myapps.developer.ubuntu.com/dev/click-apps/4870/rev/2/ now ... [13:59] ogra_, approved [13:59] thx [14:02] zyga: when you're free, if you have any ideas about my mame issue I'd appreciate a look, thanks. [14:03] popey: still checking the problem for mhall119 [14:03] okay [14:03] damn you mhall119 for jumping the queue! [14:04] popey, calm down ... he's not british [14:04] USA! USA! USA! [14:04] Oh I'm calm. tutting under my breath as I drink tea [14:05] that's british rage right there [14:06] because the words "tutting" and "tea" are in the same sentence ? [14:07] http://3.bp.blogspot.com/-w_4ts9QQ7Bc/TmgikmOhonI/AAAAAAAAAOk/kzDF0596rf4/s1600/anarchy-in-the-uk.jpg [14:07] it's basically what cursing and whiskey is in the USA [14:07] popey: lol [14:07] hah [14:10] zyga (fyi, mvo): bug #1571675 [14:11] bug 1571675 in snapd (Ubuntu) "network-bind not autoconnecting the security policy" [Undecided,New] https://launchpad.net/bugs/1571675 [14:11] mmm [14:12] mvo: is 'snap list' supposed to not show the os and gadget snaps any more? [14:13] mvo: is it no longer possible to see if there is a newer snap available? to run the equivalent of 'snappy update'? [14:14] jdstrand: replied [14:14] * zyga is hammering his cpu with mksquashfs [14:14] jdstrand: it shows all snaps [14:14] jdstrand: snap refresh (except store bugs) [14:14] jdstrand: devices are all broken currently [14:14] zyga: snap list does not show the os snap [14:14] jdstrand: then it is not installed [14:14] jdstrand: and snap refresh is not working the same way it was before [14:14] zyga: it has to be [14:14] jdstrand: images are broken [14:14] jdstrand: sorry, those will be fixed soon [14:14] I used udf and booted it :) [14:14] jdstrand: images also have branches up [14:15] ok [14:15] jdstrand: yeah, it boots that is about it ;) [14:15] I see [14:15] is there a bug for that? [14:15] jdstrand: not sure [14:15] jdstrand: hopefully (once my branch gets reviewed) it will be good again [14:15] I'd like to follow it so I don't bother you guys [14:15] jdstrand: https://github.com/ubuntu-core/snappy/pull/1033 this is the best bet right nw [14:16] mvo: curious, is the equivalent of 'snappy service' coming back or is it dead? [14:16] jdstrand: I am not sure, I personally really want it back as its so much nicer than systemctl, but it was not discussed in a wider group yet [14:16] sprint topic ;) [14:16] mvo: I was thinking exactly the same thing [14:17] systemctl is quite low level [14:17] mhall119: that's a snapcraft bug [14:17] mhall119, sergiusens: http://pastebin.ubuntu.com/15913598/ [14:18] that's the content of the script in the snap [14:18] note the shebangline #!/tmp/foo/parts/hello-unity/install/usr/bin/python2 [14:18] mhall119: I'll stop working on this now [14:18] mhall119: please report this to sergiusens [14:18] I can share the small modifications I made to make this easier to work with [14:20] ogra_: from time to time it seems to me that i lost the ssh session [14:21] hmm [14:21] the console doesn't seems to responds or it takes seconds for the characters to appear [14:21] maybe a network lag ? [14:21] sunds like a network issue [14:24] ok, just want to confirm it's not an issue with in ubuntu core [14:24] i dont see it here [14:25] popey: re [14:27] zyga: I don't think the hashbang line is being used [14:29] zyga: /snap/hello-unity/current/bin/hello-unity calls `usr/bin/python $SNAP/usr/bin/hello-unity` so it's using the the python executable from /snap/hello-unity/current/usr/bin/python [14:30] the shebang is still wrong, but it's not the cause of my problems [14:30] mhall119: ah, I didn't use the wrapper script, just the tree and the snapcraft file you've pasted [14:31] the cause is somewhere in pkg_resources, the right version of that is being called, but it's not finding the script [14:33] mhall119 zyga setup_tools replaces it; we make it proper in the wrapper script but it has to be declared in `apps` [14:33] with a `command` [14:49] sergiusens: are you talking about the shebang? [14:50] yes [14:50] I still don't think that's my problem, unless that will cause pkg_resources.call_script to ignore it [14:50] zyga that shebang modification is hard coded into python core libs [14:51] sergiusens: I see [14:51] sergiusens: does that happen with entry points as well? [14:52] zyga entry points if not part of `apps//commands` will not work [14:52] sergiusens: right, I always assume there's an app entry [14:52] zyga blame crappy python's lack of easy distribution [14:53] sergiusens: hi! sorry to insist about this topic but do you have any idea about my image generation issue (the mailing list thread)? Do you need more information from me? [14:55] ysionneau which one was it? [14:55] ysionneau it might be many things, as many thing changed this past week; mvo iirc put up a new u-d-f even [14:56] I'll try with the new one then! [14:56] sergiusens: it was this thread https://lists.ubuntu.com/archives/snappy-devel/2016-March/001668.html [14:57] ysionneau: https://github.com/ubuntu-core/snappy/pull/1033 needs to land before images work again [15:00] ok I guess this is "another" issue, since I already had issues even before the 2.0 was out [15:00] right? [15:01] there are plenty of issues [15:13] Hi. I built snappy for RPI with latest kernel/os snap. It does not load - on RPI 3 it shows gradient on whole screen and nothing else happens. On Rpi 2 it prints some progress until message with `Starting kernel...` - and stops at that. Any ideas what could be wrong? [15:14] sborovkov, hmm, i just built an image, works fine [15:14] ysionneau well I never saw that reply :-) [15:15] sborovkov, using: sudo ./ubuntu-device-flash core rolling --channel edge --os ubuntu-core --kernel canonical-pi2-linux --gadget canonical-pi2 -o test.img [15:15] ysionneau but as ogra_ pointed out; there is some cleanup that needs to happen [15:15] or sudo ./ubuntu-device-flash core rolling --channel edge --os ubuntu-core --kernel canonical-pi2-linux --gadget canonical-pi3 -o pi3-test.img [15:16] sborovkov, both with the latest ubuntu-device-flash from http://people.canonical.com/~mvo/all-snaps/ [15:20] ogra_: hmm, may be I have something outdated in my files. I will try that, thanks. [15:21] Anyone can point me out a good source of documentation on how should I use --target-arch for autotools. At least, I would like to use i386 and AMD64. [15:21] sborovkov, note that the pi2 has some issues with the serial console currently ... (working on that this week) [15:22] you might not get a login prompt on serial, even though the device boots fine [15:30] ogra_: is gadget snap for rpi3 not compatible with rpi2? I remember loading with gadget snap for rpi2 on rpi3 like a week ago [15:31] sborovkov, until end of this week it will be ... i'm just changing that because we cant make the serial consiole work on the pi2 with the uboot that would support both [15:32] Got it, thanks [15:32] ogra_: \o/ : Snapped micropython_1.7.1_armhf.snap [15:32] yay ! [15:33] i still need to figure out ssh session freeze [15:33] i suspect the sdcard becomes slow [15:49] I have added the mount_observe interface, but apparmor still denied r to /proc/9955/mount [15:55] ogra_: got some wired stuff here http://pastebin.ubuntu.com/15915224/ :D [15:56] daker, you probably want to ship your own libc and libm then [15:56] seems it tries to use the system libm there [15:58] sergiusens: so either pkg_resources is looking in the wrong place, or setuptools is installing things into the wrong place [15:59] sergiusens: pkg_resourcs is looking for /snap/hello-unity/100001/usr/lib/python2.7/dist-packages/hello_unity-0.4.egg-info/scripts/hello-unity [15:59] but setuptools puts it in /snap/hello-unity/100001/usr/lib/python2.7/dist-packages/hello_unity-0.4-py2.7.egg/EGG-INFO/scripts/hello-unity [16:00] ogra_: :/ === chihchun is now known as chihchun_afk [16:02] I see why, pid 9955 is python2 but the apps pid id 9954. then how do i set mount_observe for python2? [16:03] sergiusens: even after fixing that, it doesn't look like the python GObject Introspection stuff is there [16:09] * mhall119 tries adding python-gi to snapcraft.yaml [16:12] ok thanks ogra_ and sergiusens [16:13] another question, is it possible when writing a snap containing a service : to provide the systemd unit file [16:13] to provide the activation socket for instance [16:14] * kyrofa snags ogra_'s hug from the backscroll [16:14] ogra_, I take it the bug was fixed? [16:14] s390x builds fine at least :) [16:15] ogra_, good to hear! :) [16:15] `snap install ` spit out: [16:15] error: change finished in status "Hold" with no error message [16:17] ah I see there is a "socket" keyword [16:17] and `snap remove ` now gives me: [16:17] error: can't remove "hello-unity": snap "hello-unity" has changes in progress [16:18] mariogrip: you don't have to worry about the particular pid. mount_observe is not 'autoconnected' so you'll need to manually connect after install [16:18] zyga would be the person to ask about manual connecting. It wasn't working as of friday (for me), but several updates came in over the weekend [16:19] that said, all connecting may be broken due to bug #1571675 [16:19] bug 1571675 in snapd (Ubuntu) "not autoconnecting the security policy" [Undecided,New] https://launchpad.net/bugs/1571675 [16:19] (and that is being worked on AIUI) [16:26] jdstrand: yeah, but I have a python2 app, but apparmor denies python to access /proc/*/mounts [16:27] jdstrand: python2 has a different pid then my main app, [16:30] mariogrip: I understand. the mount_observe has something like this: '/proc/*/mounts r,' so the actual pid doesn't matter. the problem is that the rule I just mentioned isn't added to your policy [16:31] so you have to manually connect it [16:32] jdstrand: in https://github.com/ubuntu-core/snappy/blob/master/interfaces/builtin/mount_observe.go it says @{PROC}/@{pid}/mounts r [16:32] yes [16:32] @{pid} turns into '{[1-9],[1-9][0-9],[1-9][0-9][0-9],[1-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9][0-9]}' [16:32] jdstrand: No such command! [16:33] which is similar to a glob [16:33] point is, you don't have to worry about the pid number [16:33] ah, ok [17:21] jdstrand, beuno : click-reviewers-tools r630 is now live on myapps [17:21] beuno: I also fixed that "Is a valid click package" thing, that's also up now [17:32] * beuno hugs roadmr [17:38] thanks! [17:42] Question: I updated my xenail build machine today, and it removed ubuntu-snappy so I don't have the snappy command anymore, is this in a different package now? apt-cache says snappy is in the snappy package, but that is not the correct snappy for building snaps :) === wililupy_ is now known as wililupy [17:44] wililupy, the command was renamed to snap ... the package is snapd iirc [17:45] (but that is for executing snaps ... for bulding snaps you use snapcraft ;) ) [17:45] s/executing/managing/ [17:46] wililupy, were you using `snappy build`? [17:47] error: can't remove "shout": snap "shout" has changes in progress [17:47] how do I resolve these kind of errors? [17:47] I think my snappy is in some kind of weird state [17:47] yes [17:47] ogra_ yes [17:49] ogra_ My script for building a snap was fakeroot snappy build --squashfs unpack-kernel so that I could install custom modules for my kernel snap. [17:49] snappy buuld is deprecated [17:50] use snapcraft snap [17:53] wililupy, indeed, what ogra_ said. You can use snapcraft to build the entire thing, or you can just use `snapcraft snap ` the way you're using `snappy build` now [17:55] kyrofa: I'll try that. I have my kernel dirctory all open and I have my modules put in place, I'll try to snapcraft snap 4.4.0-18-im and see what happens :) [17:56] wililupy, should work as long as your meta/ directory is good [17:56] wililupy, I do suggest you investigate building your kernel with snapcraft when you're able [17:56] wililupy, might simplify your workflow [18:00] Tried installing the http://cdimage.ubuntu.com/ubuntu-snappy/daily/current/ubuntu-snappy-armhf+rpi2.img.xz image on my RPI3, but all i get is a a block of rainbow colors on the screen. [18:01] kyrofa, ogra_: http://pastebin.ubuntu.com/15918217/ [18:01] wililupy, ah, this is ollld [18:01] wililupy, 15.04 must be your target? [18:02] no, 16.04 [18:02] The pi3 has an A53 [18:02] wililupy, then yeah, you're a bit out of date. This has since moved to snap.yaml, and the syntax has changed [18:02] wililupy, I do strongly suggest you begin using snapcraft then [18:04] wililupy, something like this: https://github.com/ubuntu-core/snapcraft/blob/master/examples/96boards-kernel/snapcraft.yaml [18:05] netpheak: Have you tried http://cdimage.ubuntu.com/ubuntu-snappy/daily/current/ubuntu-snappy-amd64.img.xz instead? [18:05] Sorry, wrong one [18:05] The arm64 [18:05] kyroga, I have tried that one, but it doesn't run depmod on my custom modules so when the system starts up, I have to insmod them everytime... [18:06] Hmm.. didn't know the PI3 already had 64 bit support? [18:07] I think the 64bit one is for the dragonboard [18:09] wililupy, ah, okay. Might be a bug in the kernel plugin? [18:10] wililupy, you can get around it by making a custom kernel plugin for your local snap, or do what you're doing now, and learning the new snappy 16 syntax [18:11] kyrofa, not sure. I tried to build the modules from source using snapcraft and then using the kernel plugin to build and install the new kernel, but it would build against the kernel headers on my system and not the ones I wanted to use in Snappy. So I decided to precombile them and use the copy plugin to put them in the lib/modules/* directories I needed, but it doesn't run depmod so I have to insmod after a reboot. [18:12] kyrofa, what I could do is create a script that will run when I start my application snap to run insmod to make sure that the modules are loaded before starting. Can be a work around until I can figure out how to build and install the customer modules using snapcraft. [18:13] wililupy, you'll probably run into confinement issues with that, though I suspect you're running unconfined? [18:16] kyrofa, yes. [18:18] wililupy, so I imagine your ideal workflow would be to have a kernel part, and a modules part that runs after the kernel part using that kernel's headers, and then it would be smart enough to call depmod. Would you agree with that (I know it doesn't work that way right now)? [18:19] kyrofa: yes. Or, just be able to make a kernel snap from .deb :) [18:20] kyrofa: I can compile and build everything fine, and then create a deb with all of this done already. If I could just create a kernel snap from my deb package, that would be much easier. I have a "feature request" bug in lp for this :) [18:21] netpheak, grab ubuntu-device-flash from http://people.canonical.com/~mvo/all-snaps/ [18:21] netpheak, sudo ./ubuntu-device-flash core rolling --channel edge --os ubuntu-core --kernel canonical-pi2-linux --gadget canonical-pi3 -o pi3-test.img [18:21] lp: 1565058 [18:21] Launchpad bug 1565058 in snapcraft (Ubuntu) "add .deb kernel's to the kernel plugin" [Undecided,New] https://launchpad.net/bugs/1565058 [18:22] (and make sure to have a network cable attached when booting, there seems to be some bug with the NIC when not) [18:23] ogra_: where do the kernel, gadget etc come from? [18:23] the store [18:25] kyrofa: http://pastebin.ubuntu.com/15918492 [18:26] wililupy, your kernel source is '.'. I remember talking about the possibility of placing your modules within the kernel source itself-- did you ever try that? [18:28] kyrofa, I did, and it failed to build. I tried puting them in staging and modifying the Kconfig, but becuase some modules have the same name, it failed to build. [18:33] kyrofa, I tried two different ways. I like tha idea of a kernel snap, and then a module snap. I wonder how hard it would be to create a modifed kernel plugin. I am looking at /usr/lib/python3/dist-packages/snapcraft/plugins/kernel.py and kbuild.py right now. [18:46] Is there any way to setup an image, to enable drive encryption? [19:04] ogra_: how do i enable classic mode? [19:04] snappy enable-classic does not work [19:42] sergiusens: hey what was the snap tool arg was it "--devmode"? [19:43] e.g. snap install --devmode *.snap? [19:43] to ignore interfaces for a moment [19:45] jdstrand: ^ ? [19:45] --dev-mode is what was typed into the chat [19:45] I haven't tried it yet [19:45] hmm [19:46] snap install --help [19:46] it says '--devmode' [19:48] jdstrand: also, is the ubuntu-core different than if i stitch an image with u-d-f? [19:48] snap install --help doesn't say anything there... [19:48] SDoC is ahead of devices? [19:50] kgunn: udf will pull from the store by default. If you grabs snaps from http://cdimage.ubuntu.com/ubuntu-core/daily-preinstalled/current/ they will be newer most of the time [19:50] grab* [19:50] I don't know if there are up-to-date downloadable images available yet [19:50] I think they are being worked on? ogra_ would know best I think [19:52] jdstrand: but i'm just talking about the snap cli [19:53] i just built an ubuntu-core-image from moments ago [19:53] would think it's basically what's in archive [19:53] but maybe not...i suppose the snaps there take a bit to update [19:53] i see... [19:53] what you mena [19:56] fyi, I'm stepping into a meeting and may be unresponsive for a bit [20:11] hi! I have a question about snappy for desktop. I now I can create snap packages in 16.04. But how can i test them. Should i upload to the store? or can i install it with the command line [20:12] almejo: you can install them using the command line. Even inside a clean Ubuntu Core kvm image. [20:24] kgunn, jdstrand, to get the very latest you wuld have to use the cdimage snaps ... they are not auto-submitted to the store yet [20:25] so there is delay until someone manually uploads them [20:29] ogra_: so, if i want to snap package libc & libm, how can i automagically do that ? [20:29] i'd use the copy plugin [20:30] put them into stage-packages and copy them into your snap dir [20:30] ogra_: any example to do that ? [20:31] or i just need to check the snapcraft examples [20:31] ? [20:31] no up to date one in my packages atm [20:31] so yeah, the examples are probably best [20:31] ok i'll check them [20:55] ogra_: if i understand correctly, i need to the .so from /lib/arm-linux-gnueabihf/ to the snap dir [20:55] to copy* [20:57] but how can i tell the snap to take account of the new libm/libc and not the system ones [21:02] * daker is confused [21:05] ogasawara: right-- how often are they generated? [21:06] err [21:06] ogasawara: nm [21:06] ogra_: ^ [21:06] :) [21:06] :) [21:12] hell [21:12] hello [21:13] ca i install snappy package in ubuntu 16.04 beta 1? [21:13] how can i do it?* [21:13] i want test it [21:13] :) [21:46] jdstrand, daily [21:46] like isos :) [21:50] right, that is what I though. thanks! :) [22:09] Are https://people.canonical.com/~mvo/all-snaps/ going to be updated? If not, where to get a suitably up-to-date image? [22:09] best is to build your own using the ubuntu-device-flash from there [22:10] thanks ogra_! will do [22:10] udo ./ubuntu-device-flash core rolling --channel edge --os ubuntu-core --kernel canonical-pc-linux --gadget canonical-pc -o my-shiny-snappy.img [22:10] something like that [22:11] awesome :) (sudo) [22:33] ogra_: almost there :D [22:43] Ok, so I downloaded 4.4.0-18-generic source using apt-get source linux-image-4.4.0-18-generic, it installed in the linux-4.4.0 directory in my home directory. I build the snap with snapcraft snap, it builds, but for some reason, it builds /lib/modules/4.4.6? Am I missing something from my snapcraft.yaml or should I modify the source image name? [22:44] Also, uname -r in snappy says 4.4.6 === devil is now known as Guest42738 [23:15] will Snappy work with GNOME Software in 16.04? [23:15] I know that it could in the future because of the plugin structure of the app but just curious if that will be included === sergiusens65 is now known as sergiusens [23:24] ok, I am now finally on irc after a `snap install shout` on Digital Ocean :-) [23:25] oh and with letsencrypt [23:27] whats shout [23:35] MichaelTunnell http://shout-irc.com/ [23:38] dang, no dark mode puts me out instantly [23:38] I could make one sure but meh [23:39] MichaelTunnell there are dark themes fwiw [23:40] jdstrand can you help me out with http://paste.ubuntu.com/15922408/ [23:40] please ? :-)