[systemd-devel] Flatpak 0.6.10 & systemd

2016-09-15 Thread Che
I don't know if URL links are acceptable on this list, but here's an apropos one (since there is no separate user-only list): Flatpak 0.6.10 Makes the Dependency on systemd in the User Session Optional: http://news.softpedia.com/news/flatpak-0-6-10-makes-the-dependency-on-systemd-in-the-user-sess

Re: [systemd-devel] coredumpctl dump, not a core dump: File format not recognized

2016-09-15 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Sep 11, 2016 at 10:16:05PM -0600, Chris Murphy wrote: > systemd-229-13.fc24.x86_64 > > What does it mean, file format not recognized? How is it not a core > dump file? Bug? > > > [chris@f24m ~]$ sudo coredumpctl gdb 1992 > [sudo] password for chris: >PID: 1992 (gnome-terminal

Re: [systemd-devel] coredumpctl dump, not a core dump: File format not recognized

2016-09-15 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Sep 16, 2016 at 12:38:45AM +, Zbigniew Jędrzejewski-Szmek wrote: > On Sun, Sep 11, 2016 at 10:16:05PM -0600, Chris Murphy wrote: > > systemd-229-13.fc24.x86_64 > > > > What does it mean, file format not recognized? How is it not a core > > dump file? Bug? > > > > > > [chris@f24m ~]$

[systemd-devel] unit for IPC resources

2016-09-15 Thread Arlt, Michael
Hello, i need to start shared memory segments and semaphore arrays during boot. The process (a closed source binary tool) which reserves this, exits afterwards. The resources are registered as a line in /proc/sysvipc/shm and /proc/sysvipc/sem - also viewable with ipcs. I want to implement it w