Re: [systemd-devel] Client logging to journald without libsystemd-journal.so

2012-11-09 Thread Lennart Poettering
On Thu, 08.11.12 16:59, Daniel P. Berrange ([email protected]) wrote: > I recently introduced support for libvirt logging to journald. Initially I > had intended to use libsystemd-journal.so for the logging, however, in the > end I made libvirt directly communicate with sendmsg(). > > First, I

Re: [systemd-devel] GPIO Reset Button

2012-11-09 Thread Lennart Poettering
On Fri, 02.11.12 09:56, Pawel Pastuszak ([email protected]) wrote: > Hi all, > > I was wondering if there is an way to attach an GPIO line to reboot the > system. I am currently working on an Embedded device that has an GPIO line > which needs to act as an reboot button this GPIO comes up

Re: [systemd-devel] "systemd-inhibit" in service files?

2012-11-09 Thread Lennart Poettering
On Tue, 06.11.12 22:16, Manuel Reimer ([email protected]) wrote: > Hello, > > if I want a daemon to, for example listen for the power button, then > there are two possible solutions. Either configure systemd to not > longer handle the power button or register an "inhibitor" to make > sys

Re: [systemd-devel] Unable to run systemd in an LXC / cgroup container.

2012-11-09 Thread Lennart Poettering
On Tue, 06.11.12 11:07, Michael H. Warfield ([email protected]) wrote: > Here's where we've seen some problems in the past. It's not just mounts > that are propagated but remounts as well. The problem arose that some > of us had our containers on a separate partition. When we would shut a > con

Re: [systemd-devel] Significant speedup of systemd boot time with CONFIG_HZ=1000

2012-11-09 Thread Henrik Grindal Bakken
"Oester Jonas (CM-AI/PJ-CF31)" writes: >> For a while, I was rather unhappy with the boot times I was seeing, >> but after changing CONFIG_HZ from 100 to 1000, that changed >> dramatically. > > ... > >> There is also a rather peculiar delay between the startup of several >> services (dev-mqueue.m

Re: [systemd-devel] Significant speedup of systemd boot time with CONFIG_HZ=1000

2012-11-09 Thread Oester Jonas (CM-AI/PJ-CF31)
> For a while, I was rather unhappy with the boot times I was seeing, > but after changing CONFIG_HZ from 100 to 1000, that changed > dramatically. ... > There is also a rather peculiar delay between the startup of several > services (dev-mqueue.mount, systemd-random-seed-load.service, etc) > wh