Re: [systemd-devel] Excessive (virtual) memory usage of journald

2013-07-07 Thread Holger Hans Peter Freyther
On Wed, Jun 26, 2013 at 09:58:36PM +0200, Holger Hans Peter Freyther wrote: > So unless there is an issue with my recording/replay I think that > besides my opinion that mapping a < 4MB file 65 times is ugly, it > also appears to be slower for the above workload in journald. ping? any comments? w

[systemd-devel] [PATCH] static-nodes: move creation of static nodes from udevd to tmpfiles

2013-07-07 Thread Tom Gundersen
Hi guys, Any objections to pushing this patch (attached as I'm having problems with sendmail): As of kmod v14 (currently in Fedora Rawhide and Arch Linux [core]), it is possible to export the static node information from /lib/modules/`uname -r`/modules.devname in tmpfiles.d(5) format.

[systemd-devel] journal and /run/systemd/journal/syslog

2013-07-07 Thread Umut Tezduyar
Hi, I have noticed that if journal fails to send messages to /run/systemd/journal/syslog, it increments a counter and every 30 seconds it prints out a message on journal informing that forwarding x many messages has failed. If journal storage is set to none, there is no way of being informed about

Re: [systemd-devel] [PATCH] static-nodes: move creation of static nodes from udevd to tmpfiles

2013-07-07 Thread Umut Tezduyar
Hi Tom, Just a suggestion, can kmod-static-nodes.service be merged to systemd-static-nodes.service and have 2 ExecStartPre= as: ExecStartPre=/usr/bin/mkdir -p /run/tmpfiles.d ExecStartPre=/usr/bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf On Sun, Jul 7, 2013 at 4:15

Re: [systemd-devel] [PATCH] static-nodes: move creation of static nodes from udevd to tmpfiles

2013-07-07 Thread Tom Gundersen
Hi Umut, On Sun, Jul 7, 2013 at 8:11 PM, Umut Tezduyar wrote: > Just a suggestion, can kmod-static-nodes.service be merged to > systemd-static-nodes.service and have 2 ExecStartPre= as: > > ExecStartPre=/usr/bin/mkdir -p /run/tmpfiles.d > ExecStartPre=/usr/bin/kmod static-nodes --format=tmpfiles

[systemd-devel] [PATCH] manage ACL's on "dead" device nodes

2013-07-07 Thread Tom Gundersen
Hi guys, I resurrected an old patch by Kay to allow logind to manage ACL's on static device nodes, in an attempt to fix https://bugs.archlinux.org/task/29048. I made some changes, so any bugs are on me ;-) Comments? Cheers, Tom 0001-tag-dead-device-nodes.patch Description: Binary data 0002