[systemd-devel] [PATCH] journal: fix Inappropriate ioctl for device on ext4

2015-03-01 Thread Cristian Rodríguez
Logs constantly show systemd-journald[395]: Failed to set file attributes: Inappropriate ioctl for device This is because ext4 does not support FS_NOCOW_FL. --- src/journal/journal-file.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/journal/journal-file.c

[systemd-devel] anacron timer for backup job to depend on network-online.target

2015-03-01 Thread Thomas Koch
meta: is it ok to ask user questions on this list? Hi, I want my backup job to be triggered only, if my laptop is online. I've a service file and a timer file. Should I add a Wants= and After= dependency on network-online.target? To which file? What is the effect, if the laptop is offline for

Re: [systemd-devel] How to make debug-shell more usable?

2015-03-01 Thread Michael Biebl
2015-03-01 12:17 GMT+01:00 Lennart Poettering lenn...@poettering.net: On Thu, 26.02.15 20:22, Michael Biebl (mbi...@gmail.com) wrote: 2015-02-26 1:12 GMT+01:00 Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl: On Thu, Feb 26, 2015 at 01:04:55AM +0100, Michael Biebl wrote: 2015-02-26 0:55

Re: [systemd-devel] [PATCH] journal: fix Inappropriate ioctl for device on ext4

2015-03-01 Thread Ivan Shapovalov
On 2015-03-01 at 21:13 -0300, Cristian Rodríguez wrote: Logs constantly show systemd-journald[395]: Failed to set file attributes: Inappropriate ioctl for device This is because ext4 does not support FS_NOCOW_FL. --- src/journal/journal-file.c | 3 ++- 1 file changed, 2 insertions(+),

Re: [systemd-devel] Plans to fix or provide alternative for lz4?

2015-03-01 Thread Lennart Poettering
On Thu, 26.02.15 05:55, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: On Thu, Feb 26, 2015 at 04:41:48AM +, Laszlo Papp wrote: Hi, it seems that the lz4 headers are broken when getting coredumps generated. They cannot even be extracted by the lz4 tool itself, let alone

Re: [systemd-devel] How to make debug-shell more usable?

2015-03-01 Thread Lennart Poettering
On Thu, 26.02.15 20:22, Michael Biebl (mbi...@gmail.com) wrote: 2015-02-26 1:12 GMT+01:00 Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl: On Thu, Feb 26, 2015 at 01:04:55AM +0100, Michael Biebl wrote: 2015-02-26 0:55 GMT+01:00 Michael Biebl mbi...@gmail.com: To reproduce the problem, add

Re: [systemd-devel] [PATCH] core: downgrade unit type not supported message

2015-03-01 Thread Lennart Poettering
On Wed, 25.02.15 05:39, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: On Fri, Feb 20, 2015 at 10:53:28AM +0100, Umut Tezduyar Lindskog wrote: Otherwise every daemon reload prints out warnings like: systemd[1]: Unit type .busname is not supported on this system. systemd[1]: Unit

[systemd-devel] Service watchdog feature in state ACTIVATING ?

2015-03-01 Thread Hoyer, Marko (ADITG/SW2)
Hi, I ran into a use case where the activation phase of a service takes significantly longer than the desired watchdog period (Activating: 10-20secs, Watchdog: 1-5secs). I found out that the watchdog features starts not before the service is in state START_POST. This means for my use case

Re: [systemd-devel] [PATCH 8/9] shared: AFS is also a network filesystem

2015-03-01 Thread Lennart Poettering
On Fri, 20.02.15 15:35, Cristian Rodríguez (crrodrig...@opensuse.org) wrote: Thanks! Applied! --- src/shared/util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/util.c b/src/shared/util.c index dc65280..6729461 100644 --- a/src/shared/util.c +++ b/src/shared/util.c

Re: [systemd-devel] [PATCH] machined: use x-machine-unix prefix for the container bus on dbus1

2015-03-01 Thread Lennart Poettering
On Thu, 19.02.15 20:47, Benjamin Franzke (benjaminfran...@googlemail.com) wrote: This fixes machinectl login on systems configured with --disable-kdbus. The error was: machinectl login foo Failed to get machine PTY: Input/output error Looks good! Applied! Sorry for the delay! Thanks!

Re: [systemd-devel] How to make debug-shell more usable?

2015-03-01 Thread Lennart Poettering
On Thu, 26.02.15 00:55, Michael Biebl (mbi...@gmail.com) wrote: 2015-02-26 0:44 GMT+01:00 Lennart Poettering lenn...@poettering.net: What precisely is supposedly written there? I have never seen anythign like that on FEdora... Maybe you should reconfigure your kernel to not spew its

[systemd-devel] [PATCH] po: update Russian translation

2015-03-01 Thread Sergey Ptashnick
Add some forgotten strings for systemd, logind and machined. --- po/ru.po | 106 ++--- 1 files changed, 73 insertions(+), 33 deletions(-) diff --git a/po/ru.po b/po/ru.po index 1ffeec6..e04934c 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,13

[systemd-devel] autoconf cache collision in check for gnuefi

2015-03-01 Thread Mirco Tischler
Hi I get the following error when doing ./configure --enable-gnuefi: checking for /usr/lib/gnuefi/elf_x86_64_efi.lds... no checking for /usr/lib/elf_x86_64_efi.lds... (cached) no configure: error: *** gnuefi support requested but files not found even though the second file exists on my system.

Re: [systemd-devel] anacron timer for backup job to depend on network-online.target

2015-03-01 Thread Andrei Borzenkov
В Sun, 01 Mar 2015 22:13:11 +0100 Thomas Koch tho...@koch.ro пишет: meta: is it ok to ask user questions on this list? Hi, I want my backup job to be triggered only, if my laptop is online. I've a service file and a timer file. Should I add a Wants= and After= dependency on

Re: [systemd-devel] Errors using machinectl pull-tar and machinectl pull-dkr

2015-03-01 Thread Peter Paule
Hi, is it ok for you to have a configuration file for machined? It would be wonderful if one could add the dkr index url to that file because for me it's always the same. And maybe you could also support multiple values for the url to support private and public registries at the same time: 1.

Re: [systemd-devel] tmpfiles.d specifier support on argument when operating on files

2015-03-01 Thread Cristian Rodríguez
On Wed, Feb 18, 2015 at 6:17 PM, Cristian Rodríguez crrodrig...@opensuse.org wrote: Is the attached version cool for you ? Ping ? Any comments about this one ? note that implementing the specifier expansion in all cases for argument does not make sense to me unless I am missing something .