/srv/irclogs.ubuntu.com/2017/08/07/#ubuntu-mir.txt

=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
RAOFxnox: Mind if I upload a util-linux patch to fix bug #170863506:46
ubot5bug 1708635 in util-linux (Ubuntu) "Valgrind reports " Uninitialised value was created by a stack allocation" in __uuid_generate_random" [Undecided,New] https://launchpad.net/bugs/170863506:46
dufluRAOF: So it was more random? :)07:07
RAOFSo it didn't reference uninitialised memory when getrandom() returns ENOSYS, such as on a CI machine running a 14.04 kernel.07:17
dufluOh, right. That's the Linux call and not the ANSI-C pseudorandom call guaranteed to work07:19
alan_gRAOF: should we land the workaround for bug 1708635 to unblock, or is a fix immanent?08:24
ubot5bug 1708635 in util-linux (Ubuntu) "Valgrind reports " Uninitialised value was created by a stack allocation" in __uuid_generate_random" [Undecided,New] https://launchpad.net/bugs/170863508:24
RAOFalan_g: I've uploaded a fix*08:29
RAOF(I've obviously not tested it in CI, but I'm confident it's a fix)08:30
alan_gThe theory is CI should now work?08:31
* duflu senses deja vu08:31
alan_gduflu: again?08:32
dufluIndeed08:32
RAOFOh, woops.08:34
RAOFConflct with package already in proposed.08:35
dufluHeh. Welcome to my world (as I was discussing last week)08:59
* alan_g muses: the other workaround would be to move CI to some builders with a recent kernel.09:01
ogra_alan_g, mind taking a look at https://forum.snapcraft.io/t/pyqt5-on-raspberry-locale-problem/1574 ?10:54
alan_gogra_: ack10:54
ogra_(not sure what the dbus issue there is, i helped as much as i could with the other bit)10:55
alan_gogra_: the dbus bit is a mystery to me too. I can guess that it relates to the qtubuntu project, and that it's something that broke when we dropped the overlay.11:06
ogra_well, i guess the demo apps still work, dont they ? perhaps you can just point him to the source for ideas11:07
=== chihchun is now known as chihchun_afk
=== ogra_ is now known as ogra
=== chihchun_afk is now known as chihchun
AdamH_Good Afternoon Gents, perhaps a daft question but is mir-kiosk supported on Ubuntu Server 16.04 or Just on Core? I want to run a Qt app in a Kiosk type setting. Have it work on a RPi but we need more horsepower so think of using a desktop class machine with Ubuntu Server12:30
AdamH_Or is there a better way to do this?12:30
ograthe mir-kisok snap should surely also work on a classic (server) install12:32
ogra*-kiosk12:32
ogra(if not, that would be a bug i guess)12:33
AdamH_ogra: Thanks I thought it should but can't get it to launch. Will keep troubleshooting in that case12:35
ografile a bug if you cant get it to run ... technically it shouldnt be any different to using it on core12:37
ograi.e. it should auto-start on boot12:37
ograbut perhaps you need some additional libs installed that are guaranteed to be there on the core images12:38
AdamH_Thanks, definitely not doing that but will make sure basics are covered first.12:43
ograjournald (or syslog) should actually have some info ...12:44
ogra(a snap always uses a systemd unit to auto-start ... so there should be some errors if that fails)12:44
AdamH_Thank you, as a side note how would we change the screen orientation of the mir-kiosk-apps demo to be portrait?13:02
alan_gAdamH_: the server image will be missing some part of the "desktop" graphics stack: mesa, mir-graphics-drivers-desktop. If they are in place it should work.13:03
AdamH_alan_g: Thanks, mir-graphics-drivers-desktop is already installed, I can see it finds the driver in the syslog but can't start13:09
alan_gCould you pastebin the log?13:10
AdamH_Yes sure http://paste.ubuntu.com/25262948/13:12
alan_gThanks. The message "Unknown command line options: --vt 1" tells us indirectly that the mesa-kms driver isn't able to initialize (but not why).13:17
AdamH_Ah thanks, I did not know that. I wonder if this is to do with me running in a VM13:20
alan_gYou installed mir-graphics-drivers-desktop from deb archive?13:22
alan_gPerhaps it's worth trying the miral-examples deb and running "miral-desktop -kiosk"13:23
AdamH_Yes installed from deb, will try the examples and see what happens13:27
AdamH_hmmm... Unable to locate package miral-examples, is this available from a ppa?13:29
alan_gwhich series are you on?13:31
AdamH_I am using 16.0413:31
alan_g/o\ sorry13:32
alan_gThere's a ppa (ppa:mir-team/staging), but that also has a newer mir in it.13:33
alan_gI fear you're best building miral13:33
* alan_g makes a note that a 16.04 miral ppa would be useful.13:35
AdamH_Thank you will give it a go13:35
alan_gtake lp:miral/release13:35
alan_gThat corresponds to the snap contents13:36
alan_gThis should help: https://bazaar.launchpad.net/~mir-team/miral/trunk/view/head:/getting_and_using_miral.md#L13113:37
AdamH_alan_g: perfect thanks for that13:38
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
AdamH_alan_g: don't seem to be able to get miral to build, any idea where to look?15:40
AdamH_-- Checking for module 'mirclient>=0.26'15:40
AdamH_--15:40
AdamH_CMake Error at /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:367 (message):15:40
AdamH_  A required package was not found15:40
AdamH_Call Stack (most recent call first):15:40
AdamH_  /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:532 (_pkg_check_modules_internal)15:40
AdamH_  CMakeLists.txt:35 (pkg_check_modules)15:40
AdamH_-- Configuring incomplete, errors occurred!15:40
AdamH_See also "/home/adamheavens/miral/build/CMakeFiles/CMakeOutput.log".15:40
alan_gAdamH_: in miral checkout dir: $ sudo mk-build-deps -i15:48
AdamH_alan_g: Thank you15:50
alan_gAdamH_: or even easier... ppa:alan-griffiths/miral-xenial15:51
AdamH_Thank you sir!15:51
=== chihchun is now known as chihchun_afk
=== JanC__ is now known as JanC

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