Re: [systemd-devel] starting qt application after DRM initialized

2018-12-06 Thread Belisko Marek
Hi Tomasz, On Fri, Dec 7, 2018 at 6:26 AM Tomasz Torcz wrote: > > On Thu, Dec 06, 2018 at 10:58:31PM +0100, Belisko Marek wrote: > > Hi, > > > > I'm trying to run qt qml application on intel nuc but when booted from > > hdd I'll get an eror when app is started: > > > > I think it is some kind of

Re: [systemd-devel] starting qt application after DRM initialized

2018-12-06 Thread Tomasz Torcz
On Thu, Dec 06, 2018 at 10:58:31PM +0100, Belisko Marek wrote: > Hi, > > I'm trying to run qt qml application on intel nuc but when booted from > hdd I'll get an eror when app is started: > > I think it is some kind of timing issue as when booting same image > from usb stick application will auto

Re: [systemd-devel] Systemd and kernel keyring

2018-12-06 Thread Dinesh Prasanth Moluguwan Krishnamoorthy
Hi Lennart, [pkiuser@localhost] $ keyctl list @u 1 key in keyring: 114920030: --alswrv1717 user: nuxwdog:user That's the attrs of the created key.I'm not sure how to read these attributes, though. Regards, Dinesh On Thu, 2018-12-06 at 14:38 +0100, Lennart Poettering wrote: > On Mi, 05.

Re: [systemd-devel] Systemd and kernel keyring

2018-12-06 Thread Dinesh Prasanth Moluguwan Krishnamoorthy
Hi Sietse, I tried doing that, but I wasn't able to link it: [pkiuser@localhost] $ keyctl show @u Keyring 461086211 --alswrv 17 65534 keyring: _uid.3 189019025 --alswrv 1717 \_ user: nuxwdog:user [pkiuser@localhost] $ keyctl link 189019025 @s keyctl_link: Permission denied I

[systemd-devel] starting qt application after DRM initialized

2018-12-06 Thread Belisko Marek
Hi, I'm trying to run qt qml application on intel nuc but when booted from hdd I'll get an eror when app is started: Dec 06 21:39:43 b2qt-intel-corei7-64 appcontroller[232]: "QT_IM_MODULE" "qtvirtualkeyboard" Dec 06 21:39:43 b2qt-intel-corei7-64 appcontroller[232]: "QT_QPA_EGLFS_FORCE888" "0" Dec

Re: [systemd-devel] Systemd and kernel keyring

2018-12-06 Thread Lennart Poettering
On Mi, 05.12.18 19:11, Dinesh Prasanth Moluguwan Krishnamoorthy (dmolu...@redhat.com) wrote: > Hi team, > > I'm working on accessing kernel keyring in my application started using > systemd. > > The list of steps I'm doing: > > 1. Starting a systemd service with `KeyringMode=shared` as a SPECIFIC

Re: [systemd-devel] Systemd and kernel keyring

2018-12-06 Thread Bruno Vernay
I wanted to de some kind of tutorial ( https://gitlab.com/BrunoVernay/systemd-playground/tree/master/12-keyring) on the subject, but I don't find a lot of resources (apart from "reference documentation") This might be helpful: https://mjg59.dreamwidth.org/37333.html On Thu, Dec 6, 2018 at 12:57

Re: [systemd-devel] Systemd and kernel keyring

2018-12-06 Thread Sietse van Zanen
Hi Dinesh, Did you do a 'keyctl link @us @s' after logging in? And could you tell me how you aceive 2. Because according to documentation it is not possible to have systemd-ask-password insert a key into a users keylist: --keyname= Configure a kernel keyring key name to use as cache