Re: [systemd-devel] How to get all PIDs in a service

2015-06-04 Thread Andrei Borzenkov
В Thu, 04 Jun 2015 10:08:52 +0200 Sébastien Luttringer se...@seblu.net пишет: Hello, In order to restart updated daemons on filesystems, I created a script[1] which lists all PID by service and look for updated files in /proc/$pid/maps. To get all PIDs of a service, I use systemctl show

[systemd-devel] In what case will debugfs be mounted multi-times?

2015-06-04 Thread cee1
Hi all, I'm running systemd v219 on a ARM board, and find following suspicious log message: Jan 01 08:00:01 localhost unknown: c3 1 (systemd) systemd[1]: Mounting Debug File System... Jan 01 08:00:01 localhost unknown: c3 1 (systemd) systemd[1]: Starting Remount Root and Kernel File Systems...

Re: [systemd-devel] Alienware graphics amplifier scancodes

2015-06-04 Thread Greg KH
On Wed, Jun 03, 2015 at 05:43:16PM -0500, Mario Limonciello wrote: Hi Greg, On 05/28/2015 03:30 PM, Greg KH wrote: On Thu, May 28, 2015 at 01:53:57PM -0500, Mario Limonciello wrote: On 05/28/2015 01:46 PM, Greg KH wrote: You can't guarantee that there is another GPU to display things on.

Re: [systemd-devel] Alienware graphics amplifier scancodes

2015-06-04 Thread David Herrmann
Hi On Thu, Jun 4, 2015 at 12:50 AM, Mario Limonciello mario_limoncie...@dell.com wrote: On 05/29/2015 04:22 AM, Lennart Poettering wrote: On Thu, 28.05.15 13:53, Mario Limonciello (mario_limoncie...@dell.com) wrote: On 05/28/2015 01:46 PM, Greg KH wrote: You can't guarantee that

Re: [systemd-devel] Alienware graphics amplifier scancodes

2015-06-04 Thread Mario Limonciello
Hi David, On 06/04/2015 01:31 AM, David Herrmann wrote: Hi On Thu, Jun 4, 2015 at 12:50 AM, Mario Limonciello mario_limoncie...@dell.com wrote: systemd is not really in the business of remapping scancodes. Sure, the hwdb provides remappings, but this is only to fixup devices that the kernel

[systemd-devel] How to get all PIDs in a service

2015-06-04 Thread Sébastien Luttringer
Hello, In order to restart updated daemons on filesystems, I created a script[1] which lists all PID by service and look for updated files in /proc/$pid/maps. To get all PIDs of a service, I use systemctl show -p ControlGroup to craft a path to the tasks file. But something wrong happen with

[systemd-devel] siphash24 gives unmatched bloom_mask and bloom_filter?

2015-06-04 Thread eshark77
Hi, All, I use libsystemd.so for the kdbus protocol layer, and I met a question that I added a signal matching rule by sd_bus_add_match() , then I sent signal by sd_bus_send(). But I couldn't receive this signal because its bloom_filter caculated by siphash24() NOT match the

Re: [systemd-devel] [PATCH] Partially revert ma-setup: simplify

2015-06-04 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jun 03, 2015 at 11:23:51AM -0400, Mimi Zohar wrote: On Wed, 2015-06-03 at 06:50 +0200, Lennart Poettering wrote: On Tue, 02.06.15 11:55, Mimi Zohar (zo...@linux.vnet.ibm.com) wrote: We could add another parameter to copy_bytes(), but in this case it's cleaner to call fstat()