Re: [systemd-devel] [PATCH] fstab-generator: Support root on tmpfs

2015-03-21 Thread Andrei Borzenkov
В Sun, 22 Mar 2015 00:57:23 +0100 Tobias Hunger пишет: > src/fstab-generator/fstab-generator.c | 12 +++- > 1 file changed, 11 insertions(+), 1 deletion(-) > > diff --git a/src/fstab-generator/fstab-generator.c > b/src/fstab-generator/fstab-generator.c > index ccc7c6e..6b9719b 100644 >

Re: [systemd-devel] Is there trouble with git://anongit.freedesktop.org/systemd/systemd ?

2015-03-21 Thread Andrei Borzenkov
В Sun, 22 Mar 2015 00:23:07 +0100 Tobias Hunger пишет: > Hi! > > I get > > fatal: unable to connect to anongit.freedesktop.org: > anongit.freedesktop.org[0: 131.252.210.161]: errno=Connection refused > > all day long now. > Works from here. ___ sys

Re: [systemd-devel] [PATCH] Create journal-remote.conf.xml to document the format of the configuration file for systemd-journal-remote

2015-03-21 Thread Michael Biebl
systemd-journal-remote is an optional component. Please mark the man page as conditional as well and rebuild Makefile-man.accordingly. For example, see http://cgit.freedesktop.org/systemd/systemd/tree/man/coredump.conf.xml#n24 2015-03-16 13:49 GMT+01:00 Chris Morgan : > --- > man/journal-remote

[systemd-devel] [PATCH] Create journal-remote.conf.xml to document the format of the configuration file for systemd-journal-remote

2015-03-21 Thread Chris Morgan
Updated Makefile-man.am to include the new man page. --- Makefile-man.am| 7 +++ man/journal-remote.conf.xml| 114 + man/systemd-journal-remote.xml | 1 + 3 files changed, 122 insertions(+) create mode 100644 man/journal-remote.conf.

[systemd-devel] [PATCH] fstab-generator: Support root on tmpfs

2015-03-21 Thread Tobias Hunger
Hello everybody, Hi Harald and Zbyszek, I hope you two do not mind me sending directly to you, but you seem to be generally interested in the area I am touching here:-) I am currently experimenting with a stateless system on real hardware. I am using arch here, with systemd in the initrd, but thi

[systemd-devel] Is there trouble with git://anongit.freedesktop.org/systemd/systemd ?

2015-03-21 Thread Tobias Hunger
Hi! I get fatal: unable to connect to anongit.freedesktop.org: anongit.freedesktop.org[0: 131.252.210.161]: errno=Connection refused all day long now. Is there something wrong with the git server or did I break something locally? Best Regards, Tobias ___

Re: [systemd-devel] drop-ins and watchdogs question

2015-03-21 Thread Mantas Mikulėnas
On Sat, Mar 21, 2015 at 10:07 PM, Alison Chaiken wrote: > To stop systemd from petting the dog, I create a new system.conf file that has > > RuntimeWatchdogSec=0 > > and type 'systemctl daemon-reexec'. As expected, 'sudo lsof > /dev/watchdog' shows no one is holding file open.

Re: [systemd-devel] [PATCH] libsystemd doesn't handle properly empty messages from kernel

2015-03-21 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Mar 18, 2015 at 05:06:18AM -0700, Alin Rauta wrote: > Hi, > > Systemd strips out NLMSG_DONE piece from a multi-part message adding into the > receive queue only the messages containing actual data. > > If we send a request to the kernel for getting the forwarding database table > (just

[systemd-devel] drop-ins and watchdogs question

2015-03-21 Thread Alison Chaiken
Typing modprobe softdog soft_noboot=0 watchdog-test -e turns on the kernel's softdog timer.'sudo lsof /dev/watchdog' shows no readers, as expected, and system will reboot. With a system.conf file in /run/systemd/system.conf.d that contains the singe uncomme

Re: [systemd-devel] [PATCH] missing.h: add more btrfs types and defines

2015-03-21 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Mar 19, 2015 at 02:48:24PM +0100, Michael Olbrich wrote: > On Thu, Mar 19, 2015 at 02:05:00PM +0100, David Herrmann wrote: > > On Wed, Mar 18, 2015 at 2:04 PM, Michael Olbrich > > wrote: > > > it seems we're getting a lot of btrfs stuff here. Maybe we should ship a > > > copy of btrfs.h in

[systemd-devel] [PATCH] Set the NOCOW flag for the journal via tmpfiles

2015-03-21 Thread Goffredo Baroncelli
Hi all, these patches set reverts the commit 11689d2 "journald: turn off COW for journal files on btrfs" which enables *unconditionally* the NOCOW flag for the journal files. The reason was that the performances of the journal file format are very bad on btrfs, and decrease during the time. Disab

[systemd-devel] [PATCH 2/2] Add +C attrib to the journal files directories

2015-03-21 Thread Goffredo Baroncelli
From: Goffredo Baroncelli Add +C attrib to the journal files directories. The journal file format behaves bad on a BTRFS filesystem: the performances decrease during the time. To avoid this issue, this tmpfile.d snippet sets the NOCOW attribute to the journal files directories, so newly created j

[systemd-devel] [PATCH 1/2] Revert patch 11689d2a which force the NOCOW attribute

2015-03-21 Thread Goffredo Baroncelli
From: Goffredo Baroncelli Revert patch 11689d2a, which force the NOCOW attribute for the journal files. This patch was introduced to allievate the perfomances problem that journald shows on the BTRFS filesystem. Because the NOCOW attribute is forced the user can't revert to the old behavior. How

Re: [systemd-devel] experiments with 'minimal build'

2015-03-21 Thread Michael Olbrich
On Thu, Mar 19, 2015 at 11:37:41PM -0700, Alison Chaiken wrote: > Jeff Waugh: > >The last + is +SYSVINIT, but there doesn't appear to be a configure option > >to disable sysvinit compatibility anymore. > > I was wondering about that myself. Try --with-sysvinit-path="" --with-sysvrcnd-path="". Tha

Re: [systemd-devel] [PATCH 4/4] Add a new tmpfiles.d snippets to set the NOCOW the journal.

2015-03-21 Thread Goffredo Baroncelli
On 2015-03-22 20:53, Zbigniew Jędrzejewski-Szmek wrote: > On Fri, Mar 20, 2015 at 07:06:28PM +0100, Goffredo Baroncelli wrote: >> Hi Zbyszek, >> [...] >>> But there are some details to >>> work out. >>> >>> Setting +C on /var/log/journal/%m has smaller scope than the code in >>> journal-file.c now.