Hi David,
On 06/04/2015 01:31 AM, David Herrmann wrote:
Hi
On Thu, Jun 4, 2015 at 12:50 AM, Mario Limonciello
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 cannot fix (usually devices w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Lennart Poettering:
> On Mon, 18.05.15 18:31, nusenu ([email protected]) wrote:
>
>>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512
>>>
>>> I'm running into a problem with systemd's hardening
>>> features ReadOnlyDirectories and Read
В Thu, 04 Jun 2015 10:08:52 +0200
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 Contr
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..
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 ([email protected]) wrote:
> >
> > > > We could add another parameter to copy_bytes(), but in this case it's
> > > > cleaner to c
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 bloom_mask
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