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. Lo

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 пишет: > 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.targ

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 inserti

[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 b/src/journ

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

2015-03-01 Thread Ivan Shapovalov
On 2015-03-02 at 00:37 +0300, Sergey Ptashnick wrote: > 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 > i

[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. In

[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

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 : > 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 : >> > On Thu, Feb 26, 2015 at 01:04:55AM +0100, Michael Biebl wrote: >> >> 2015-02-26 0:55 GMT+01:00 Michael Biebl : >> >> >

[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] 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 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 . __

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[

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/ut

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 : > > 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 output always > >

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 : > > On Thu, Feb 26, 2015 at 01:04:55AM +0100, Michael Biebl wrote: > >> 2015-02-26 0:55 GMT+01:00 Michael Biebl : > >> > To reproduce the problem, add e.g. a non-existing devic

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 >

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! Thank

[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 that