/srv/irclogs.ubuntu.com/2017/05/17/#ubuntu-mir.txt

=== chihchun_afk is now known as chihchun
=== anpok_ is now known as anpok
alan_gtjaalton: RAOF has put the Mir SRU into https://launchpad.net/ubuntu/xenial/+queue?queue_state=1, but someone else needs to approve. I see you named on https://launchpad.net/~ubuntu-sru/+members#active - does that mean you can help?08:40
tjaaltonalan_g: sure08:40
tjaaltonwhile it's not my sru day today but can have a look08:40
tjaaltonbecause I need this too :)08:40
alan_gThat was exactly my thought. 8^)08:41
alan_ganpok: I know you talked to bschaefer about the libinput patch. That's all that's happened right?10:14
tjaaltonI hope those get either dropped or upstreamed10:22
alan_gI know, it is one of the embarrassments I need to get cleaned up.10:26
tjaaltoni'm updating it to 1.7.2 for debian experimental10:26
tjaaltonand then merge for artful10:26
tjaaltonalan_g: I see the mir backport adds new packages, does it need a transition?10:33
alan_gtjaalton: I don't think so. It installs alongside just fine10:35
tjaaltonone thing I noticed is that all the bugs that this SRU references have the upstream tasks as "fix committed" and not fix released10:37
alan_gtjaalton: yeah...10:38
alan_gWe were in the middle of a 0.27 release when things happened10:38
alan_gThat will get picked up again, but I've fewer hands than before10:40
tjaaltonokay10:40
alan_gThey are all low risk changes, and we're the only real consumers of that stuff10:41
tjaaltonalright10:42
ogra_alan_g, mind taking a look at https://forum.snapcraft.io/t/bug-in-core-running-on-rpi3/657 ? (was mir-kiosk/mir-libs recently updated ?)10:55
alan_gogra_: sure. I'm not aware of any recent updates. (Near future however...)10:57
ogra_we didnt really change anything in core either, the drivers should still be the saem as always ...10:58
ogra_snaps are built and linked against the debs though ...10:58
ogra_so if the archive has something that doesnt work with mir-libs or mir-kiosk, that might have some impact10:59
tjaaltoncould the libinput patch to keep compatibility with old mir servers be dropped from artful?13:15
alan_gtjaalton: I know that would be nice, but I think that would likely break the mir source currently in archive.13:23
alan_gogra_: I got the same symptoms on dragonboard after a "snap refresh". Looked like the interfaces were screwed up (they'd been frigged manually in the past). Uninstalling and reinstalling libs, kiosk and apps seemed to resolve whatever went wrong. Hopefully, will work for rIl3 too.13:30
alan_grPi313:31
ogra_alan_g, ah, cool, thanks for researching that!13:38
AdamH_It is my post if I can help with debugging it?13:39
alan_gAlbertA: you've a rPi3 haven't you? Could you have a look into https://forum.snapcraft.io/t/bug-in-core-running-on-rpi3/657/1114:24
AlbertAalan_g: I do14:33
AlbertAumm "Loading module: 'libubuntu_application_api_test.so.3.0.0'" seems wrong14:35
ogra_ogra@pi3:~$ find /snap/mir-kiosk-apps/16/ -name '*libubuntu_application_api_test*'14:43
ogra_oops14:43
ogra_/snap/mir-kiosk-apps/16/usr/lib/arm-linux-gnueabihf/libubuntu_application_api_test.so.314:43
ogra_/snap/mir-kiosk-apps/16/usr/lib/arm-linux-gnueabihf/libubuntu_application_api_test.so.3.0.014:43
ogra_definitely existing though14:43
AlbertAogra_: right but it's just a stub used for testing14:46
ogra_ah14:46
AlbertAogra_: interesting part, I booted my rpi3 with some old core version I suppose...14:46
AlbertAmir-kiosk-apps started fine....14:47
AlbertAthen auto-updated...14:47
ogra_weird14:47
AlbertAand I see the issue14:47
ogra_well, mir-kiosk itself starts for me just fine14:47
ogra_just not the apps14:47
AlbertAogra_: yeah14:47
AlbertAsame here14:47
ogra_so i wonder how a system update could relate to the breakage here14:47
ogra_was this an old core with no mir snaps installed ?14:48
ogra_(initially)14:48
AlbertAogra_: no the snaps were installed already14:48
ogra_ah14:48
AlbertAogra_: ummm I'm not getting anything in syslog... is there a command to enable output now? or did logging change?15:02
ogra_AlbertA, sudo journalctl --no-pager15:02
ogra_we dropped rsyslog15:02
AlbertAogra_: ahh thanks!15:03
ogra_(kills SD cards ... journalctl uses a ringbuffer)15:03
ogra_s/journalctl/journald/15:03
AlbertAogra_: so yeah seeing the same thing "Unable to load selected module, using dummy." a bit useless...15:14
ogra_well15:17
ogra_looks like it falls over in the inotifywait call of /snap/mir-kiosk-apps/16/bin/mir-kiosk-app-daemon15:18
AlbertAbut it all originates from papi not being able to load the module15:18
ogra_which ... if i read that right ... is supposed to wait til a config file has been created15:18
AlbertAogra_: yeah it15:21
AlbertAit's used to wait for changes to the confif file15:21
AlbertAbut the main issue is that papi fails to load the module (so dlopen failed on it) for some reason15:22
AlbertAbut since nothing changed about the snaps... only core (at least here) probably a new security related feature?15:23
ogra_or a snapd change ...15:24
AlbertAogra_: right...15:26
AlbertAogra_: yeah just a dlopen: http://bazaar.launchpad.net/~phablet-team/platform-api/trunk/view/head:/src/ubuntu/application/base_module.h#L11315:29
ogra_mind noting that in the thread ?15:29
AlbertAogra_: done15:40
ogra_AlbertA, thanks!15:45
AlbertAogra_: happens on VM with an amd64 core image so should make it easier to debug15:46
ogra_yeah15:47
=== chihchun is now known as chihchun_afk
AlbertAogra_: so turns out newer core snap revisions do not have libjson-c.so.2 anymore, which libubuntu_application_api_desktop_mirclient.so.3.0.0 depended on.17:03
AlbertAIIRC snapcraft has some smarts to not include "known" system libraries or some such... perhaps that's why it was not included in the mir-kiosk-apps snap originally...17:04
alan_gAlbertA: thanks for tracking that down17:04
AlbertAalan_g: no prob17:05
chatter29hey guys17:30
chatter29allah is doing17:30
chatter29sun is not doing allah is doing17:31
chatter29to accept Islam say that i bear witness that there is no deity worthy of worship except Allah and Muhammad peace be upon him is his slave and messenger17:31
=== JanC_ is now known as JanC

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