/srv/irclogs.ubuntu.com/2017/03/20/#snappy.txt

mupPR snapd#3061 opened: Renamed thumbnailer interface to thumbnailer-service interface <Created by michihenning> <https://github.com/snapcore/snapd/pull/3061>01:51
mwhudsonhm02:23
mwhudsonhello02:27
mwhudsonso on debian, if you install snapd then install (say) hello, the install of the core snap fails02:27
mwhudson(hangs at "run configure hook")02:28
mwhudsonthe configure hook has a defunct snapctl subprocess02:34
mwhudsonrunning snap install core by itself works02:39
mwhudsonah well off to lp for this i think02:39
mupBug #1674193 opened: core snap's configuration hangs on debian <Snappy:New> <https://launchpad.net/bugs/1674193>02:55
=== carlolo is now known as clobrano
=== Oer is now known as OerHeks
zygao/09:14
mupPR snapd#3046 closed: many: merge release/2.23 into master <Created by zyga> <Closed by zyga> <https://github.com/snapcore/snapd/pull/3046>12:13
mupPR snapd#3062 opened: many: merge release/2.23 branch back to master <Created by zyga> <https://github.com/snapcore/snapd/pull/3062>12:14
=== cachio_afk is now known as cachio
mupPR snapd#3063 opened: tests: re-enable tests for /dev/pts on core <Created by zyga> <https://github.com/snapcore/snapd/pull/3063>12:30
looljdstrand: hey!12:32
looljdstrand: one partner snap was using sysctl -w net.ipv4.ip_forward=112:33
looljdstrand: oh actually sorry, I read wrong12:34
looljdstrand: I was about to ask that sysctl be allowed to run12:34
loolbut I see that's correctly already part of network-control12:34
looljdstrand: (I thought writes to proc/sys were allowed but not running sysctl, but it is allowed - sorry for the bother)12:38
loolit's just that the snap was lacking network-control12:38
loolactually this might miss rw on forwarding12:40
jdstrandlool: use firewall-control for ip_forward. I agree this should also be in network-control and have added a todo for that13:22
looljdstrand: I think it's actually in network-control13:22
jdstrandit isn't (I just checked)13:22
lool@{PROC}/sys/net/ipv{4,6}/** rw,13:23
nothallool: No such command!13:23
jdstrandoh, yes, ok, good13:23
jdstrandI only grepped for ip_forward13:23
* jdstrand removes todo13:23
ogra_jdstrand, do you remember if apparmor had issues with all overlay filesystem variants, or was that overlayfs specific13:24
jdstrandJamieBennett: hey, fyi, I drove the store reviews down such that the only things that are left are classic confinement snaps from non-Canonical employees13:24
ogra_(i remember that was discussed at some sprint)13:24
loolI had initially thought sysctl was missing because the ordering of the files wasn't the same (sysctl mentioned just before proc entries in https://github.com/snapcore/snapd/blob/master/interfaces/builtin/firewall_control.go but in separate listing in https://github.com/snapcore/snapd/blob/master/interfaces/builtin/network_control.go)13:24
jdstrandogra_: it's mostly overlay and overlayfs. iirc, aufs is mediatable to a large extent (but our policy isn't written for it). I'm going to defer to tyhicks and jjohansen on the details13:25
=== JanC is now known as Guest30327
=== JanC_ is now known as JanC
JamieBennettjdstrand: OK, let me take a look, thanks13:29
renatHi guys!13:30
renatI have two pull requests https://github.com/snapcore/snapd/pull/3045 and https://github.com/snapcore/snapd/pull/305113:31
mupPR snapd#3045: interfaces: add random interface <Created by femdom> <https://github.com/snapcore/snapd/pull/3045>13:31
mupPR snapd#3051: interfaces: add consoles interface <Created by femdom> <https://github.com/snapcore/snapd/pull/3051>13:31
renatUnit tests pass for them, but other tests fail=(13:31
renatCould you, please, take a look?13:31
ogra_niemeyer, see above ... seems aufs could be made working for your ideas13:45
niemeyerogra_: Problem is it's not in mainline, which means cross-distro headaches13:45
ogra_yeah, indeed13:46
ogra_same for ubuntu-core kernels etc ...13:46
renatniemeyer, hi=)13:55
=== hikiko is now known as hikiko|bbl
niemeyerrenat: Heya13:57
renatniemeyer, could you please look at my pull requests related to consoles an random interface. Test failed because of the timeout14:04
ogra_renat, uhm ... tty0 isnt always the system console ... you should better read it from /proc/cmdline14:06
ogra_(in fact tty0 is very rarely the system console on actual ubuntu-core images)14:06
niemeyerrenat: Will do!  We've been rotating over the open PRs two or three times a week14:11
renatniemetyer, thanks!14:12
renatniemeyer, sorry14:12
niemeyerrenat: np, pinging is fine as well14:12
renatogra_, we need an interface to access that file)14:13
ogra_renat, even if it isnt your console device at all ?14:13
ogra_renat, i'd keep /dev/console and dynamically allow whatever is defined in console= from 7proc/cmdline14:14
ogra_*/proc14:14
tyhicksogra_: re overlay variants> I think aufs has an issue similar to ecryptfs (they're both stacked filesystems) where the policy has to grant permissions to two different filesystem paths14:18
tyhicksogra_: that's something that can be worked around in policy14:19
renatogra_ thanks. I need to read more about it)14:21
mupPR snapd#3056 closed: overlord: when shutting down assume errors might be due to cancellation so retry <Created by pedronis> <Merged by pedronis> <https://github.com/snapcore/snapd/pull/3056>14:35
mupPR snapd#3062 closed: many: merge release/2.23 branch back to master <Created by zyga> <Merged by niemeyer> <https://github.com/snapcore/snapd/pull/3062>14:39
mupPR snapd#3057 closed: systemd: mount the squashfs with nodev <Created by mvo5> <Merged by niemeyer> <https://github.com/snapcore/snapd/pull/3057>15:08
=== JanC_ is now known as JanC
kyrofamcphail, you asked me about the nextcloud snap notifying you. I'm not sure when you pinged me, but I was out last week15:59
kyrofamcphail, from talking with oparoz, it sounds like there's an app I might be able to tie into for notifications (we have a bug for it), but I haven't had a chance to look into it yet16:00
=== hikiko|bbl is now known as hikiko
elopioogra_: ping, are you around? Could you please review https://github.com/snapcore/snapcraft/pull/1198/files ?16:10
mupPR snapcraft#1198: tests: add manual tests for the kernel snaps <Created by elopio> <https://github.com/snapcore/snapcraft/pull/1198>16:10
ogra_elopio, i looked yesterday already buit there wasnt much there ... checking againg16:10
ogra_-g16:10
ogra_elopio, i think sergiusens' comment still applies, i'm not sure where they maintain the Makefile tree nowadays, most likely not under lp:pc-kernel-snap anymore ... bjf would knwo16:12
elopioogra_: I thought you maintained the make. This makes a lot of sense, because it's not booting :)16:13
elopiobjf: ping, where do you have the snapcraft.yaml for the pc kernel?16:13
ogra_elopio, i used to and then handed over to the kernel team ... since it is their realm after all16:13
ogra_elopio, the instructions look fine to me16:14
ogra_elopio, you dont need the --image-size 3G, that way you also test the auto-resize on first boot alongside ;)16:15
ogra_-image-size 3G is really only needed for kvm16:15
elopioI'll remove it. Thanks.16:15
bjfelopio, https://launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-snap/+git/xenial16:16
ogra_oh, interesting, so master only has the makefile and the snapcraft.yaml's are in branches ... such a setup had never struck me16:18
* ogra_ now knows why he handed it over ;)16:18
elopiobjf: thank you! If you have some minutes, it would be nice to also get a review from you: https://github.com/snapcore/snapcraft/pull/119816:23
mupPR snapcraft#1198: tests: add manual tests for the kernel snaps <Created by elopio> <https://github.com/snapcore/snapcraft/pull/1198>16:23
ogra_i wonder if you cant actually force-sideload a kernel on an existing image to test ...16:24
ogra_(surely breaks the auth stuff in the end but probably a lot less work for a one-shot test to see if it still boots)16:25
elopioogra_: this is not a lot of work, as we do it only if we change the kernel plugin, a couple of time before the release.16:28
ogra_elopio, hmm, so you test the kernel plugin by building a kernel that doesnt use the kernel plugin ?16:30
elopioogra_: the 96boards example uses the kernel plugin. That's the test we wanted.16:32
ogra_elopio, right, then you dont want bjf's branch16:33
elopioI added pc only for completeness. I'm not yet sure what we win by running it, as we almost never change the make plugin these days, so I'm not yet sure when we should run it.16:33
ogra_since that uses binaries from the archive16:33
ogra_like all our offical kernel snaps do16:33
ogra_(to get the signing key for potential secure boot solutions)16:34
elopioyup. Ideally as we discussed some days ago, the signing could be done with scriptlets and we could use the kernel plugin for all our plugins.16:34
elopiobut that's not something we are in a hurry to do, I think.16:35
ogra_elopio, i think ppisati has trees for all kernels that can use the kernel plugin directly16:35
ogra_the signing cant be done with scriplets ... because you dont have the secret key16:35
elopioogra_: I'm trying to add those to our nightlies. https://github.com/elopio/snapcraft-de-noche/pull/21/files16:35
mupPR elopio/snapcraft-de-noche#21: Add the kernels <Created by elopio> <https://github.com/elopio/snapcraft-de-noche/pull/21>16:35
elopiowith some errors there still to investigate.16:36
ogra_afaik the secret part of the archive key is spread across multiple people and split ... and parts of that live in a safe somewhere16:36
ogra_so signing something with it manually will be quite a challenge16:36
ogra_elopio, yeah, that one looks more correct for testing the plugin16:37
ogra_elopio, just ignore the Makefile stuff then and use https://github.com/elopio/snapcraft-de-noche/pull/21/files ... that will definitely test the right thing16:39
mupPR elopio/snapcraft-de-noche#21: Add the kernels <Created by elopio> <https://github.com/elopio/snapcraft-de-noche/pull/21>16:39
ogra_testing the Makefile side should simply be done by installing the latest official snap from edge ...16:40
ogra_(or beta ... or wherever brad lands this by default)16:41
elopioright, and that shouldn't be part of snapcraft's release process, that sounds good to me.16:41
ogra_yeah16:41
ogra_i'm not sure how well or how often the snapcraft.yaml based builds get tested at all though ... i knwo paolo recently tested dragoboard due to a mailing luist discussion ... but since we dont use these kernels by default i wouldnt count on regular testing16:42
ogra_so your results might vary16:43
ogra_(i.e. the kernel plugin might DTRT but the resulting kernel might not boot etc)16:43
mcphailkyrofa: cool! Was wondering if there was something built into snpad which can send notifications on updates? Would be a nice feature to have17:13
kyrofamcphail, not that I know of anyway17:13
kyrofamcphail, probably a better question for niemeyer17:13
mcphailkyrofa: ta. I'll maybe file a bug/feature request17:13
=== lazyPwr is now known as lazyPower
pmcgowanogra_, its still not working right for me, date reports the correct time and zone, but timedatectl does not17:41
ogra_ogra@dragonboard:~$ date17:52
ogra_Sat Feb 18 13:09:41 UTC 201717:52
ogra_ogra@dragonboard:~$ sudo timedatectl set-timezone Europe/Berlin17:52
ogra_ogra@dragonboard:~$ timedatectl17:52
ogra_      Local time: Sat 2017-02-18 14:10:08 CET17:52
ogra_  Universal time: Sat 2017-02-18 13:10:08 UTC17:52
ogra_        RTC time: Fri 1970-01-09 07:49:1817:52
ogra_       Time zone: Europe/Berlin (CET, +0100)17:52
ogra_ Network time on: no17:52
ogra_NTP synchronized: no17:52
ogra_ RTC in local TZ: no17:52
ogra_ogra@dragonboard:~$ date17:52
ogra_Sat Feb 18 14:10:12 CET 201717:52
ogra_pmcgowan, works fine here17:52
pmcgowanogra_, wait 5 mins17:52
pmcgowanor watch journalctl for when the daemon runs17:53
pmcgowanactually 2 mins should do17:53
ogra_pmcgowan, well, iu see the log warning, but thats just a warning ...17:54
pmcgowanogra_, run timedatectl now17:54
pmcgowanto see whats set17:54
ogra_oh, you are right17:55
ogra_funny17:55
pmcgowanthe problem I started with is snapweb calls that over dbus17:55
pmcgowanwell its becuase of the logic I mentioed int he bug17:55
pmcgowanthe daemon resolves the link and gets the wrong file17:55
ogra_why doers snapweb not use date17:55
pmcgowanit displays the tz17:55
ogra_there is no guarasntee we will even keep timedatectl around17:55
ogra_so does date17:56
pmcgowandate must get it from somewhere else17:56
pmcgowanwe can change snapweb, now that we understand17:56
ogra_it just asks libc17:56
ogra_yeah, we migth decide to drop timedatectl and ship ntp or whatnot ... dont rely on any tools being here17:57
pmcgowanhmm ok17:57
pmcgowanlet me repurpose the bug17:57
ogra_shell and libc (and recently a basic python interpreter) is the only stuff we guarantee17:57
ogra_everything else can always change17:57
pmcgowanunderstood17:58
pmcgowanogra_, oh we also set time with that api17:58
pmcgowanwill open a new bug17:58
pmcgowanthe old one I guess can be marked fixed17:58
mupBug #1650688 changed: timedatectl set-timezone fails on UC16 <Snappy:Fix Released by ogra> <https://launchpad.net/bugs/1650688>18:02
bdmurrayIf I have a simple daemon in a snap that sets some files in /proc, how I would unset those on removal?18:15
bdmurraystop-command doesn't seem right since its not a long running service18:16
sergiusenscoreycb: from what I am seeing, the latest versions of pip and setuptools ignore entry_points in setup.cfg18:24
sergiusenswe use 9 in our plugin, xenial in the distro has 8.1 and zesty has 918:25
coreycbsergiusens, that's not very nice of them18:25
sergiusenscoreycb: python distribution is a mess18:25
sergiusenscoreycb: but I already ranted about this18:25
coreycbsergiusens, is that a bug upstream then with pip or setuptools?18:26
sergiusensstill need to look into it a bit, but I might workaround the problem with a flag you can probably use18:26
sergiusenscoreycb: haven't pin pointed it yet; elopio asked barry for some guidance18:26
coreycbsergiusens, ok cool18:26
sergiusensan attribute I mean, to seup the version of pip you need18:26
coreycbsergiusens, thanks18:26
coreycbsergiusens, that'd be a nice work around18:27
mupPR snapd#3064 opened: packaging: rename the file shipping snap-confine AA profile <Created by zyga> <https://github.com/snapcore/snapd/pull/3064>18:41
zygajdstrand: hello18:42
zygajdstrand: can you please review 306418:42
zygajdstrand: if possible we'd like to use that as the fix for all the issues (including those that block the kernel)18:42
zygajdstrand: I just made it, didn't run any tests yet18:43
zygajdstrand: thank!18:52
zygathanks!18:52
jdstrandnp18:54
zygajdstrand: I'm considering _not_ removing the old conffile in this release19:02
zygajdstrand: so that we can just relase it with minial risk19:02
zygajdstrand: and unblock the kernel and snapd19:02
zygajdstrand: and if this works we can remove it in 2.2419:02
zyga(the stale conffile)19:03
jdstrandzyga: there isn't really any more risk with removing it, and I'm pretty sure the sru team is going to require it (you don't ship the old one any more after all)19:10
jdstrandzyga: perhaps discuss it with them before you prepare an upload19:10
zygajdstrand: are you sure? I don't have a way to test this (to see if this explodes dpkg)19:10
jdstrand?19:10
zygayes, that's very smart19:10
zygagosh I hate dpkg19:14
zygaconf-file handling is just so annoying and hard to get right19:15
zygajdstrand: is this sufficient?19:21
zygahttp://paste.ubuntu.com/24216924/19:21
Pharaoh_Atemzyga: :P19:25
zygaPharaoh_Atem: hey19:25
Pharaoh_Atemdpkg is kind of braindead with conffiles :)19:25
Pharaoh_Atemzyga: you know what I'm going to bug you about :)19:26
zygaPharaoh_Atem: yes, I know19:26
zygaPharaoh_Atem: I have some good news19:26
zygaPharaoh_Atem: looks like I finally managed to reserve some time for !ubuntu work19:26
Pharaoh_Atemthank god19:26
zygaPharaoh_Atem: details when I can release that :)19:26
zygaPharaoh_Atem: but not tonight19:27
Pharaoh_Atempeople are getting bitchy at me about it :(19:27
zygaI really undestand, I'm sorry about it19:27
zygaPharaoh_Atem: I really wish we had less fires and less other things19:27
Pharaoh_Atemjust get a fireman :)19:27
zygawell, don't look, here I come19:28
Pharaoh_Atemzyga: you can't be the only fireman...?19:33
jdstrandzyga: I've not done this for a while, but it should be, yes. you can perform an upgrade to 2.23.4 or higher and verify the removal. you should also run lintian on the deb19:34
zygajdstrand: sounds like a plan, thank you19:35
zygaPharaoh_Atem: the main fireman is on sick leave so I'm taking the honors19:35
Pharaoh_Atemah19:35
* davmor2 pictures zyga like this now https://en.wikipedia.org/wiki/Fireman_(steam_engine)#/media/File:Baureihe52Heizer.jpg what do you mean wrong fireman19:38
zygadavidcalle: wow, that guy is dressed better than me for the 99.9% of my life ;)19:41
zygagee19:41
zygaI should have become a train driver19:41
davmor2zyga: wrong da<tab> ;)19:41
zygaah, always19:43
zygais there a way to tell irssi to do longest comon prefix and then stop?19:44
zygalike in vim19:44
zygaset wim=longest,list19:44
davmor2zyga: I think there is a way to set last replied or something like that can't remember how though19:49
zyganah, I don't want last replied19:49
zygaI want consistency among differenet programs :/19:49
davmor2zyga: no idea then19:50
zygajdstrand: I see /etc/apparmor.d/usr.lib.snapd.snap-confine.dpkg-old19:53
zygaah but that file is ancient19:53
zygaok, all good otherwise19:53
zygaI'm going to upload to the PPA now19:53
mupBug #1674468 opened: More than 36% overhead running tests for dbus interface in snap <Snappy:New> <https://launchpad.net/bugs/1674468>20:18
=== mwhudson_ is now known as mwhudson
mwhudsonzyga: hi20:27
mwhudsonzyga: did you see https://bugs.launchpad.net/snappy/+bug/1674193 ?20:27
mupBug #1674193: core snap's configuration hangs on debian <Snappy:New> <https://launchpad.net/bugs/1674193>20:27
=== StoneTable is now known as aisrael
=== Saviq_ is now known as Saviq
=== iahmad_ is now known as iahmad
=== robru_ is now known as robru
=== diddledan_ is now known as diddledan
dpb1_hi guys -- what am I doing wrong?  http://paste.ubuntu.com/24217290/20:31
kyrofadpb1_, what is the output of `snap --version`?20:32
dpb1_http://paste.ubuntu.com/24217297/20:33
dpb1_kernel update?20:33
kyrofadpb1_, can we also see the output of `snap interfaces`, please?20:34
=== madprops_ is now known as madprops
dpb1_error: no interfaces found20:34
kyrofadpb1_, huh, that doesn't sound good. How about `snap list`?20:35
dpb1_No snaps are installed yet. Try "snap install hello-world".20:35
dpb1_I just cleared out all my snaps trying to get the 'ubuntu-core' snap upgraded to 'core'20:36
=== ulkesh_ is now known as ulkesh
kyrofadpb1_, ah, okay. Does the same thing happen if you just try to `snap install core`?20:36
dpb1_kyrofa: yes, both with and without sudo20:36
kyrofadpb1_, not sure what's happening there. I'll refer you to zyga20:37
dpb1_kyrofa: I'm running apt-get dist-upgrade now just to remove uncertainty.20:37
dpb1_will reboot as well20:37
mupPR snapd#3065 opened: Allow seeding a snap with classic confinement <Created by cyphermox> <https://github.com/snapcore/snapd/pull/3065>20:47
NicolinoCurallihi all i exchange some words with @pedronis and @mvo about a future feature for autoconnecting snap plug to core slot from gadget: is there some information more specific about the feature, the roadmap and chances to collaborate?20:48
niemeyerNicolinoCuralli: We don't have the feature in place yet, but it does make sense for it to exist20:51
niemeyerNicolinoCuralli: Gut feeling is that this should live in the model assertion, and be restricted to snaps present in the assertion as well20:51
niemeyerNicolinoCuralli: I need to catch up with pedronis to brainstorm on this, but I can see us extending the snap-declaration logic we have today to consider entries specified in the model20:52
niemeyerNicolinoCuralli: We have existing language today which is very flexible and defines when exactly to connect certain things automatically20:53
popeyogra_: gentle reminder that packageproxy still breaks if your pc reboots and leaves a stale lock around :)20:54
NicolinoCuralliSo it is a one-shot enabling mechanism: is it possibile to extend during the lifetime of device this trust for other interface or snaps?20:55
NicolinoCuralli@niemeyer So it is a one-shot enabling mechanism: is it possibile to extend during the lifetime of device this trust for other interface or snaps?20:55
nothalNicolinoCuralli: No such command!20:55
niemeyerNicolinoCuralli: It's not one-shot.. declarations can be updated over time20:56
niemeyerNicolinoCuralli: Including the model one20:56
niemeyerNicolinoCuralli: As a first idea, we should probably restrict these declarations to snaps that are shipped with the model itself20:57
niemeyerNicolinoCuralli: Having them in one of the two ends (either as plug or slot)20:57
niemeyerWe may lift that resitriction, but then we need to think about social consequences more broadly, and it's good to buy time before we take that sort of decision20:58
niemeyerNicolinoCuralli: e.g. developers would be pretty unhappy to find out that their snaps are broken because of custom declarations on particular devices21:02
=== jkridner|pd is now known as jkridner
niemeyerI need to step out for a moment.. back soon21:03
zygamwhudson: hey21:11
zygamwhudson: I saw that21:11
mwhudsonzyga: that's a start :)21:11
mwhudsonzyga: any ideas what's going on, or how to start debugging?21:11
zygamwhudson: with so many things not working lately I don't have any ideas21:12
zygamwhudson: I heard that mvo reproduced it by just installing anything21:12
NicolinoCuralli@niemeyer: I understand the danger for other snaps but in a contest where installed snap are from only one developer sounds very useful to have the changes to enabling trust between core and other snap in a more relaxed way21:12
nothalNicolinoCuralli: No such command!21:12
zygamwhudson: I'm too tired with the constant fires to help with this tonight21:13
mwhudsonzyga: eh, that's not very reassuring :/21:13
mwhudsonzyga: fair enough21:13
mwhudsonzyga: mvo reproduced it on debian? or on ubuntu?21:13
NicolinoCuralliniemeyer : the picture with the autoconnection built by model assertion seems good to me21:13
zygamwhudson: on debian21:13
mwhudsonok21:13
mwhudsonyes, that's my impression too21:13
zygamwhudson: looks like snapctl or something like it explodes and doesn't die21:14
zyga(maybe one thread dies)21:14
mwhudsonzyga: yeah, does it log anywhere?21:14
zyganever tried it though21:14
zyganope, not that I know of21:14
mwhudsonor i can hack it so it does i guess21:14
mwhudsoni found a bug saying "the output of running hooks is not shown anywhere"21:14
zygamwhudson: it's tricky as snapd consumes the output21:14
zygamwhudson: but I think snapctl just explodes21:15
zygano need for the hook logic21:15
zyga(maybe)21:15
zygabut also, I should shut this down and go to sleep21:15
mwhudsonzyga: can i fake up the environment the hook runs in somehow?21:15
mwhudsonzyga: tell me on the bug report tomorrow, sleep now :-)21:15
zygamwhudson: maybe but I don't know how21:15
zygamwhudson: I mean snapd verifies it21:15
zygamwhudson: maybe some full system thing can look21:16
zygamwhudson: or if you reproduce it just look at what's left of snapctl21:16
zygamwhudson: this is especially odd if debian has no confinement21:16
mwhudsonhm i wonder if i had confinement enabled21:16
mwhudsonsome of my debian vms do21:16
zygacheck if it happens on vanilla21:17
zygaactually21:17
zygamy debian 9 system is ok21:17
zygaso perhaps confinement21:17
zygaif confinement we never probably expect that to work21:17
mwhudsonso yeah this vm did have security=apparmor apparmor=1 on kernel command line21:18
mwhudsonbooting without that now21:18
zygamwhudson: it's not worth debugging that case IMHO, it's not even meant to work, snap-confine doesn't work on debian-9 with apparmor21:18
zygamwhudson: and the generated profile probably doesn't work really21:19
zygamwhudson: all in all, good luck :)21:19
mwhudsonoh ffs why is the vm fscking21:20
mwhudsonzyga: thanks :)21:20
mwhudsoner i have a godd running and i can't kill it with SIGKILL21:22
mwhudsonmaybe i should just give up on computers for today21:22
zygahaha, nice21:22
kyrofamwhudson, haha, I hate days like that21:22
zygamwhudson: probably it's apparmor preventing the signal to arrive21:22
zygas/probably/maybe/21:22
mwhudsonMar 21 10:24:21 aeglos kernel: [ 1310.730799] Buffer I/O error on dev sdd, logical block 139859, lost async page write21:24
mupPR snapcraft#1201 opened: demos: make ROS demos support exiting after success <Created by kyrofa> <https://github.com/snapcore/snapcraft/pull/1201>21:26
mwhudsonunplugging the card reader made godd die21:26
mwhudsonmaybe i just hate sd cards21:28
mwhudsonyeah different sd card worked fine21:31
mwhudsonand now libvirt has stopped working?21:34
mwhudsondefinitely a computers day21:35
dpb1_kyrofa: what appears to be failing on that sudo snap install core:  http://paste.ubuntu.com/24217781/21:55
=== daniel1 is now known as Odd_Bloke
dpb1_I'm not sure what those are signaling to me21:56
kyrofadpb1_, indeed. Me neither21:56
kyrofadpb1_, would you mind logging a bug?21:57
kyrofa(against snapd)21:57
dpb1_doing21:57
pachuloI'm having a problem with the keepassXC snap (but I think that it's not related to the application): I installed the snap with --classic confinment, but even then I can't access NFS mounted directories from the app, does anybody know why?22:01
dpb1_kyrofa: thx: https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/167448422:01
mupBug #1674484: snap install core failure: permission denied (apparmor) <amd64> <apport-bug> <third-party-packages> <xenial> <snapd (Ubuntu):New> <https://launchpad.net/bugs/1674484>22:01
mupBug #1674505 opened: Error checking context: 'can't stat '/home/user/docker-project' when runing docker build <Snappy:New> <https://launchpad.net/bugs/1674505>23:43

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!