Re: [systemd-devel] [PATCHv2] sysusers: do not reject users with already present /etc/shadow entries

2015-03-07 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Mar 07, 2015 at 06:11:32PM +0300, Ivan Shapovalov wrote: > This is needed to interoperate firstboot and sysusers. The former one is > started > first, and it writes only /etc/shadow when it is told to set the root > password. > It's better to relax checks here than to duplicate functional

Re: [systemd-devel] [PATCH 3/3] sysusers: do not reject users with already present /etc/shadow entries

2015-03-07 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Feb 26, 2015 at 02:46:25AM +0300, Ivan Shapovalov wrote: > This is needed to interoperate firstboot and sysusers. The former one is > started > first, and it writes only /etc/shadow when it is told to set the root > password. > It's better to relax checks here than to duplicate functional

Re: [systemd-devel] [PATCH 2/3] firstboot: set all spwd fields to -1 for consistency with sysusers

2015-03-07 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Feb 26, 2015 at 02:46:24AM +0300, Ivan Shapovalov wrote: > --- > src/firstboot/firstboot.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Applied. Zbyszek ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://l

Re: [systemd-devel] [PATCH 0/3] using firstboot and sysusers to construct an initramfs

2015-03-07 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Mar 05, 2015 at 09:42:17PM +0300, Ivan Shapovalov wrote: > On 2015-03-05 at 19:16 +0100, Zbigniew Jędrzejewski-Szmek wrote: > > On Thu, Mar 05, 2015 at 09:09:54PM +0300, Ivan Shapovalov wrote: > > > On 2015-02-26 at 02:53 +0300, Ivan Shapovalov wrote: > > > >

Re: [systemd-devel] [PATCH] adjust for time spent in timedated even without dbus timestamp

2015-03-07 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Mar 07, 2015 at 01:43:32AM -0800, Shawn Landden wrote: > it is trivial to fall back to our own timestamp > > v2: use now() > v3: remove useless if () > v4: add comment Applied. Zbyszek ___ systemd-devel mailing list systemd-devel@lists.freedeskt

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

2015-03-06 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Mar 07, 2015 at 12:56:46AM +0100, Sylvain Plantefève wrote: > --- > po/fr.po | 14 -- > 1 file changed, 12 insertions(+), 2 deletions(-) Applied. Zbyszek ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists

Re: [systemd-devel] [PATCH 0/3] using firstboot and sysusers to construct an initramfs

2015-03-05 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Mar 05, 2015 at 09:09:54PM +0300, Ivan Shapovalov wrote: > On 2015-02-26 at 02:53 +0300, Ivan Shapovalov wrote: > > On 2015-02-26 at 02:46 +0300, Ivan Shapovalov wrote: > > > Hi there. > > > > > > These patches allow using firstboot and sysusers together to construct an > > > initramfs wit

Re: [systemd-devel] [PATCH] tmpfiles: Fix handling of duplicate lines [was: Regression in 219: tmpfiles.d order not respected any more]

2015-03-05 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Mar 05, 2015 at 03:37:46PM +, Dimitri John Ledkov wrote: > On 5 March 2015 at 15:14, Martin Pitt wrote: > > Zbigniew Jędrzejewski-Szmek [2015-03-05 15:47 +0100]: > >> Looks good, please push! > > > > Done, thanks for reviewing! > > > > I

Re: [systemd-devel] [PATCH] tmpfiles: Fix handling of duplicate lines [was: Regression in 219: tmpfiles.d order not respected any more]

2015-03-05 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Mar 05, 2015 at 03:06:05PM +0100, Martin Pitt wrote: > Hey Zbigniew, all, > > Martin Pitt [2015-03-05 10:20 +0100]: > > As per tmpfiles.d(5), the first match should win if there are several > > tmpfiles.d lines for the same directory. Our rsyslog package ships a > > /usr/lib/tmpfiles.d/00r

Re: [systemd-devel] [PATCH] use dolt.m4 to speedup compilation

2015-03-05 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Mar 05, 2015 at 11:58:30AM +0100, har...@redhat.com wrote: > Original libtool > $ ccache -C && make clean && time make -j4 > […] > real6m4.104s > user13m49.234s > sys7m37.864s > > Original libtool + dolt > $ ccache -C && make clean && time make -j4 > […] > real2m24.869s > u

Re: [systemd-devel] [PATCH] refactored Re: [PATCH] nspawn: Map all seccomp filters to matching capabilities

2015-03-04 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Mar 03, 2015 at 05:18:00PM +, Jay Faulkner wrote: > > On Mar 3, 2015, at 8:55 AM, Topi Miettinen > mailto:toiwo...@gmail.com>> wrote: > > On 03/03/15 01:28, Jay Faulkner wrote: > Hey, > > Lennart reviewed this in IRC and suggested I refactor the change in this > manner. Now, we have

Re: [systemd-devel] [PATCH] fix strict aliasing violations in src/udev/udev-builtin-usb_id.c

2015-03-04 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Mar 03, 2015 at 04:21:30PM -0800, Shawn Landden wrote: > also switch to > --- > src/udev/udev-builtin-usb_id.c | 35 ++- > 1 file changed, 18 insertions(+), 17 deletions(-) > > diff --git a/src/udev/udev-builtin-usb_id.c b/src/udev/udev-builtin-usb_id.c >

Re: [systemd-devel] [PATCH 2/2] Allow up to 4096 simultaneous connections

2015-03-04 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Mar 04, 2015 at 04:32:17PM +0100, Hannes Reinecke wrote: > On large system we hit the limit on 512 simultaneous dbus > connections, resulting in tons of annoying messages: > > Too many concurrent connections, refusing > > This patch raises the limit to 4096. > > Signed-off-by: Hannes Rei

Re: [systemd-devel] [PATCH 1/2] Remove the cap on epoll events

2015-03-04 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Mar 04, 2015 at 04:32:16PM +0100, Hannes Reinecke wrote: > Currently the code will silently blank out events > if there are more then 512 epoll events, causing them > never to be handled at all. > This patch removes the cap on the number of events > for epoll_wait, thereby avoiding this iss

Re: [systemd-devel] [PATCH] build-sys: fix check for efi-lds file

2015-03-04 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Mar 05, 2015 at 01:22:01AM +0100, Mirco Tischler wrote: > Using the DIR macro breaks caching and has no benefit as it only offers > performance improvements when AS_FOR is used with a single element list. > Also --with-lds-dir= was broken as we never set have_efi_lds in this case. > Fix thi

Re: [systemd-devel] [PATCH] man: replace obsolete wiki link with man page

2015-03-04 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Mar 04, 2015 at 06:43:20PM -0500, Zachary Cook wrote: > --- > man/systemd-cryptsetup-generator.xml| 6 ++ > man/systemd-debug-generator.xml | 6 ++ > man/systemd-efi-boot-generator.xml | 4 +--- > man/systemd-fstab-generator.xml | 6 ++ > man/systemd-ge

Re: [systemd-devel] [PATCH] core/socket: Add REMOTE_IP environment variable for Accept=true

2015-03-04 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Mar 04, 2015 at 03:15:02PM -0800, Shawn Landden wrote: > Fix handling of abstract unix domain sockets too. Please split it into two patches. > --- > TODO | 2 -- > man/systemd.socket.xml | 5 - > src/core/service.c | 24 > src/sha

Re: [systemd-devel] [PATCH] systemd: Have rpc-statd-notify.service Require network.target

2015-03-03 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Mar 03, 2015 at 04:37:24PM -0500, Steve Dickson wrote: > > > On 03/03/2015 02:18 PM, Zbigniew Jędrzejewski-Szmek wrote: > > On Tue, Mar 03, 2015 at 10:06:57PM +0300, Andrei Borzenkov wrote: > > Indeed. From the man page: > > -m retry-time > > Specifi

Re: [systemd-devel] [PATCH] systemd: Have rpc-statd-notify.service Require network.target

2015-03-03 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Mar 03, 2015 at 10:06:57PM +0300, Andrei Borzenkov wrote: > В Tue, 3 Mar 2015 13:36:43 -0500 > Steve Dickson пишет: > > > Its been reported that having the rpc-statd-notify service > > depend on network.target instead network-online.target > > decrease boot times as much as 10 seconds on

Re: [systemd-devel] [PATCH 2/2] systemd: Relax dependencies of services

2015-03-03 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Mar 03, 2015 at 06:28:10PM +0100, Martin Pitt wrote: > Stop depending on basic.target in the daemons which still do; i. e. add > DefaultDependencies=no. This makes it possible to run NFS during early boot, > and helps if you e. g. have /var on NFS. We don't require much else than > local-fs

Re: [systemd-devel] [PATCH 1/2] systemd: Order NFS server before client

2015-03-03 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Mar 03, 2015 at 06:28:09PM +0100, Martin Pitt wrote: > This makes mounting NFS shares from localhost work reliably, as you need to > start the server before attempting (client) mounts, and conversely on shutdown > need to unmount all shares before stopping the server to avoid hangs. > --- >

Re: [systemd-devel] [PATCH] tmpfiles.d: only copy /etc/pam.d if PAM is present

2015-03-03 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Mar 03, 2015 at 11:37:52AM +, Ross Burton wrote: > If HAVE_PAM isn't set then don't attempt to copy /etc/pam.d from the factory, > as > it doesn't get installed. Applied. Zbyszek > Signed-off-by: Ross Burton > --- > tmpfiles.d/etc.conf.m4 |2 ++ > 1 file changed, 2 insertions(

Re: [systemd-devel] Systemd-219: Failed to start Create Volatile...

2015-03-03 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Mar 02, 2015 at 05:07:40PM -0300, RicΛrdo Bastos™ wrote: > Hi all, > > I'm using this tip to solve problem in systemd-TMPFILES-setup.service: > http://forums.gentoo.org/viewtopic-t-1011254-view-previous.html?sid=4a7ba76e913f996abfa6e09aee95 >

Re: [systemd-devel] [PATCH] tmpfiles: Fail verbosely if acls can't be read

2015-03-03 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Mar 03, 2015 at 12:35:08AM +0100, Hans-Peter Deifel wrote: > If the acls of a file couldn't be retrieved (probably due to missing acl > support in the filesytem), systemd-tmpfiles just silently failed. > > Now it logs an error, just as it already does if the acls cannot be set. Hi, I solve

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

2015-03-03 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Mar 02, 2015 at 01:40:49PM +, Dimitri John Ledkov wrote: > On 2 March 2015 at 13:04, Sergey Ptashnick <0comff...@inbox.ru> wrote: > > On 02.03.2015 02:26, Ivan Shapovalov wrote: > >> Hmm... Here (and in similar cases below) the comma should not be used, > >> because "для" is just a prep

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

2015-03-02 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Feb 18, 2015 at 06:17:17PM -0300, Cristian Rodríguez wrote: > El 18/02/15 a las 07:10, Lennart Poettering escribió: > >On Tue, 17.02.15 17:35, Cristian Rodríguez (crrodrig...@opensuse.org) wrote: > > > >Please fix this for all arguments, not just symlinks. > > > >>diff --git a/src/tmpfiles/

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

2015-03-02 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Mar 02, 2015 at 03:58:48AM +0300, Ivan Shapovalov wrote: > 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_NOC

Re: [systemd-devel] bootctl SIGSEGV

2015-02-27 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Feb 27, 2015 at 11:19:25PM +0200, Oleksii Shevchuk wrote: > Program received signal SIGSEGV, Segmentation fault. > bootctl_main.2553 (argc=, argv=) at > /tmp/portage/sys-apps/systemd-/work/systemd-/src/boot/bootctl.c:1333 > 1333efi_tilt_backslashes(loader_path);

Re: [systemd-devel] [PATCHv2] core: do not spawn jobs or touch other units during coldplugging

2015-02-27 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Feb 25, 2015 at 09:40:23PM +0300, Ivan Shapovalov wrote: > Because the order of coldplugging is not defined, we can reference a > not-yet-coldplugged unit and read its state while it has not yet been > set to a meaningful value. > > This way, already active units may get started again. >

Re: [systemd-devel] [PATCH] user-sessions: move into own subdir and build independently of logind

2015-02-27 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Feb 25, 2015 at 09:47:26PM +0300, Ivan Shapovalov wrote: > Suggested by Zbyszek on IRC. > > This does not conditionalize on HAVE_PAM. Don't know whether that's right. I added conditionalization on HAVE_PAM back, and will push this in a moment. Zbyszek > > Makefile.am

Re: [systemd-devel] [v1] shutdown: add kexec loading, ?avoid calling `kexec` binary unnessecarily

2015-02-27 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Feb 27, 2015 at 08:58:04AM -0800, Shawn Landden wrote: > On Thu, Feb 26, 2015 at 6:22 PM, Zbigniew Jędrzejewski-Szmek < > zbys...@in.waw.pl> wrote: > > > On Thu, Feb 26, 2015 at 08:04:08AM +, Jan Janssen wrote: > > > Shawn Landden churchofgit.co

Re: [systemd-devel] [PATCH 3/8] power: refactor the three power management binaries to src/power

2015-02-27 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Feb 27, 2015 at 08:52:34AM -0800, Shawn Landden wrote: > On Thu, Feb 26, 2015 at 6:26 PM, Zbigniew Jędrzejewski-Szmek < > zbys...@in.waw.pl> wrote: > > > I'm not sure we want this... Can you add some justification? Do they share > > code? > > >

Re: [systemd-devel] [PATCH 1/2] vconsole: match on vtcon events, not fbcon ones

2015-02-26 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Feb 24, 2015 at 05:49:02PM +0100, Jan Engelhardt wrote: > I observe that upon loading of framebuffer drivers, I do not get the > desired system font, but the kernel-level defaults (usually > lib/fonts/font_8x16.c, but your mileage may vary depending on kernel > config and boot options). >

Re: [systemd-devel] [PATCH 2/2] vconsole: set font on tty16..tty63 as well

2015-02-26 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Feb 26, 2015 at 01:37:25PM +0100, Jan Engelhardt wrote: > > On Wednesday 2015-02-25 21:10, Lennart Poettering wrote: > >> >> The setup program would not set the font on tty16 upwards. > >> >> There is a maximum of 63 VCs possible in Linux. (That number is > >> >> hardcoded.) > >> > > >> >W

Re: [systemd-devel] [PATCH 3/8] power: refactor the three power management binaries to src/power

2015-02-26 Thread Zbigniew Jędrzejewski-Szmek
I'm not sure we want this... Can you add some justification? Do they share code? On Fri, Feb 20, 2015 at 02:31:00PM -0800, Shawn Landden wrote: > --- > Makefile.am | 6 +- > src/core/shutdown.c | 420 - > src/power/Makefile| 2

Re: [systemd-devel] [v1] shutdown: add kexec loading, ?avoid calling `kexec` binary unnessecarily

2015-02-26 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Feb 26, 2015 at 08:04:08AM +, Jan Janssen wrote: > Shawn Landden churchofgit.com> writes: > > > void strv_free(char **l) { > > -strv_clear(l); > > +char **k; > > + > > +if (!l) > > +return; > > + > > +for (k = l; *k; k++) > > +

Re: [systemd-devel] [v1] shutdown: add kexec loading, avoid calling `kexec` binary unnessecarily

2015-02-26 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Feb 20, 2015 at 07:16:36PM -0800, Shawn Landden wrote: > Still use helper when Xen Dom0, to avoid duplicating some hairy code. > > Future: generate BootLoaderSpec files for other kernel install locations > > v2: support specifying the kernel version > support appending to the kernel c

Re: [systemd-devel] [PATCH 5/8] power: these binaries are internal APIs

2015-02-26 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Feb 20, 2015 at 02:31:02PM -0800, Shawn Landden wrote: > They are not executed by a user (they all check how they were executed) > so we can use assert() in main() just like we would anywhere else. > --- > src/power/shutdown.c | 20 ++-- > src/power/shutdownd.c | 22 --

Re: [systemd-devel] [PATCH 2/8] man/systemd.timer.xml: improve documentation of WakeSystem=

2015-02-26 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Feb 20, 2015 at 02:30:59PM -0800, Shawn Landden wrote: > --- > man/systemd.timer.xml | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml > index 20890f2..4207be0 100644 > --- a/man/systemd.timer.xml > +++ b/man/system

Re: [systemd-devel] [PATCH] boot: efi - fix missing include

2015-02-26 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Feb 27, 2015 at 01:20:43AM +0100, Marcel Holtmann wrote: > src/boot/efi/splash.c:312:9: warning: implicit declaration of function > ‘graphics_mode’ [-Wimplicit-function-declaration] > err = graphics_mode(TRUE); > ^ Just push such trivial ones directly. Zbyszek _

Re: [systemd-devel] [PATCH] unit: When stopping due to BindsTo=, log which unit caused it

2015-02-26 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Feb 17, 2015 at 01:47:34PM -0500, Colin Walters wrote: > I'm trying to track down a relatively recent change in systemd > which broke OSTree; see https://bugzilla.gnome.org/show_bug.cgi?id=743891 > > Systemd started to stop sysroot.mount, and this patch should help > me debug why at least.

Re: [systemd-devel] [PATCH] core: emit changes for NFailedUnits property

2015-02-26 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Feb 26, 2015 at 12:31:50AM -0300, Lucas De Marchi wrote: > On Wed, Feb 18, 2015 at 2:22 PM, wrote: > > From: Lucas De Marchi > > > > By notifying the clients when this property is changed it's possible to > > allow "system health monitor" tools to get transitions like > > running<->degra

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

2015-02-25 Thread Zbigniew Jędrzejewski-Szmek
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 using them via the coredump controller util. > > My system, which is Archlinux, is

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

2015-02-25 Thread 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 device to /etc/fstab > > > > The "Waiting for device to show up ..." messages are printed all over tty9. We made rescue.service conflict w

Re: [systemd-devel] [PATCH] systemd: add getrandom syscall numbers for MIPS

2015-02-24 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Feb 23, 2015 at 04:01:31PM +0200, Aaro Koskinen wrote: > Add getrandom syscall numbers for MIPS. Based on Linux 3.17 kernel > (commit 42944521af97a3b25516f15f3149aec3779656dc, "MIPS: Wire up new > syscalls getrandom and memfd_create"). > > Signed-off-by: Aaro Koskinen No need for SOB. Ap

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

2015-02-24 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Feb 19, 2015 at 05:03:51PM +0100, Daniele Medri wrote: > --- > po/it.po | 158 > +++ > 1 file changed, 109 insertions(+), 49 deletions(-) Thanks, applied. Zbyszek ___ systemd-devel mai

Re: [systemd-devel] [PATCH] bootchart: svg: fix checking of list end

2015-02-24 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Feb 24, 2015 at 06:32:31PM +0200, Aaro Koskinen wrote: > If we have less samples than expected, systemd-bootchart will crash. > > Signed-off-by: Aaro Koskinen No need for SOB. > --- > src/bootchart/svg.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/bootc

Re: [systemd-devel] [RFC] core, login: wording

2015-02-24 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Feb 20, 2015 at 11:01:18AM +0100, Daniele Medri wrote: > --- > src/core/org.freedesktop.systemd1.policy.in.in | 6 +++--- > src/login/org.freedesktop.login1.policy.in | 8 > 2 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/src/core/org.freedesktop.systemd1.po

Re: [systemd-devel] [systemd-commits] configure.ac

2015-02-24 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Feb 24, 2015 at 04:08:17PM +0100, David Herrmann wrote: > Hi > > On Tue, Feb 24, 2015 at 4:07 PM, Zbigniew Jędrzejewski-Szmek > wrote: > > On Tue, Feb 24, 2015 at 07:02:49AM -0800, David Herrmann wrote: > >> configure.ac |1 + > >> 1 file c

Re: [systemd-devel] feature request: dlopen

2015-02-22 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Feb 22, 2015 at 11:58:25PM +, Luke Kenneth Casson Leighton wrote: > On Wed, Feb 18, 2015 at 9:10 AM, Tobias Hunger > wrote: > > Hi Luke, > > > > I am mostly a lurker on the systemd mailing list, so my opinion does > > not carry weight in this community. > > > > On Tue, Feb 17, 2015 at

Re: [systemd-devel] [PATCH] journald: Introduce RFC 5424 syslog

2015-02-20 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Feb 19, 2015 at 12:10:04PM +0100, Lennart Poettering wrote: > On Thu, 19.02.15 13:28, Susant Sahani (sus...@redhat.com) wrote: > > > This patch adds support for RFC 5424 syslog format to journald. Journald > > can now forward logs to a multicast UDP group. > > > > RFC 5424 format: > > VER

Re: [systemd-devel] heads-up: chasing journal(?) related regression in 219 causing boot hang/fail

2015-02-20 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Feb 20, 2015 at 04:01:34PM +0100, Didier Roche wrote: > Le 20/02/2015 15:41, Michael Biebl a écrit : > >2015-02-20 15:36 GMT+01:00 Martin Pitt : > >>Hello all, > >> > >>Since we updated to 219 in Ubuntu, several people reported boot > >>failures. Booting hangs a long time after starting D-B

Re: [systemd-devel] [PATCH] cryptsetup-generator: support rd.luks.key=keyfile:keyfile_device

2015-02-20 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Feb 20, 2015 at 11:15:36AM +0100, Przemyslaw Rudy wrote: > Could you use the rd.luks.key.tout= instead of hardcoded > JobTimeoutSec=30, as the dracut does? Maybe we could rename it to rd.luks.key.device-timeout= ? tout is not really descriptive. (Old name should be kept for comptibility, th

Re: [systemd-devel] [PATCH] build-sys: add configure option to disable LTO/gold

2015-02-18 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Feb 18, 2015 at 11:52:50PM +0100, Michael Biebl wrote: > 2015-02-18 20:34 GMT+01:00 Lennart Poettering : > > Well, why patch anything? You already have a configure option, just by > > adding LDFLAGS= and CFLAGS= to the end of the configure line. What's > > the point of having an explicit op

Re: [systemd-devel] [ANNOUNCE] systemd 219

2015-02-18 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Feb 18, 2015 at 11:03:39AM +0100, Lennart Poettering wrote: > Well it's the only logic that can work really, already since the same > device node is usually known to the kernel by a different name thatn > to userspace. Trying to always map that is really nasty, as one can > see with the GPT

Re: [systemd-devel] [ANNOUNCE] systemd 219

2015-02-17 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Feb 18, 2015 at 06:22:38AM +0300, Andrei Borzenkov wrote: > В Wed, 18 Feb 2015 01:14:44 +0100 > Zbigniew Jędrzejewski-Szmek пишет: > > > On Tue, Feb 17, 2015 at 08:05:29PM +0100, Goffredo Baroncelli wrote: > > > Hi Lennart, > > > > > > On

Re: [systemd-devel] [PATCH] shutdown: avoid calling `kexec` binary unnessecarily

2015-02-17 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Feb 17, 2015 at 04:39:46PM -0800, Shawn Landden wrote: > On Tue, Feb 17, 2015 at 4:34 PM, Shawn Landden > wrote: > > > On Tue, Feb 17, 2015 at 7:00 AM, Zbigniew Jędrzejewski-Szmek < > > zbys...@in.waw.pl> wrote: > > > >> On Mon, Feb 16, 201

Re: [systemd-devel] [PATCH] shutdown: avoid calling `kexec` binary unnessecarily

2015-02-17 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Feb 17, 2015 at 04:46:26PM -0800, Shawn Landden wrote: > The bootloader spec does not say which entry is to be the default. I cannot > support the spec unless I can choose a single default kernel. > > http://freedesktop.org/wiki/Specifications/BootLoaderSpec/ But it says where to look for

Re: [systemd-devel] [ANNOUNCE] systemd 219

2015-02-17 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Feb 17, 2015 at 08:05:29PM +0100, Goffredo Baroncelli wrote: > Hi Lennart, > > On 2015-02-16 23:59, Lennart Poettering wrote: > > * journald now sets the special FS_NOCOW file flag for its > > journal files. This should improve performance on btrfs, by > > avoid

Re: [systemd-devel] [PATCH 3/9] Connect to plymouth and support cancellation of in, progress fsck

2015-02-17 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Feb 17, 2015 at 05:26:05PM +0100, Didier Roche wrote: > Le 14/02/2015 17:38, Zbigniew Jędrzejewski-Szmek a écrit : > >On Thu, Feb 05, 2015 at 06:09:24PM +0100, Didier Roche wrote: > >> From ec3b3d2cd4b0097f9fafa6c3f0f400e06292e21c Mon Sep 17 00:00:00 2001 > >>F

Re: [systemd-devel] /run conf_file_dirs are never created

2015-02-17 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Feb 17, 2015 at 12:36:39PM -0300, Cristian Rodríguez wrote: > Hi: > > It appears that with the exception of /run/tmpfiles.d , the rest of > the volatile conf_file_dirs are never created at boot. Is this > intentional ? /run/tmpfiles.d is created as a side effect of kmod running. I don't th

Re: [systemd-devel] [PATCH] shutdown: avoid calling `kexec` binary unnessecarily

2015-02-17 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Feb 16, 2015 at 07:53:47PM -0800, Shawn Landden wrote: > On Mon, Feb 16, 2015 at 5:08 AM, Lennart Poettering > wrote: > > > On Fri, 13.02.15 14:18, Shawn Landden (sh...@churchofgit.com) wrote: > > > > > Still use helper when Xen Dom0, to avoid duplicating some hairy > > > code. > > > > Hm

Re: [systemd-devel] [PATCH] configure: turn off -Wlogical-not-parentheses

2015-02-16 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Feb 17, 2015 at 06:45:14AM +0300, Andrei Borzenkov wrote: > В Mon, 16 Feb 2015 23:03:39 +0100 > Zbigniew Jędrzejewski-Szmek пишет: > > > On Mon, Feb 16, 2015 at 02:02:17PM -0800, Shawn Landden wrote: > > > Introduced in gcc-5 > > > > > > T

Re: [systemd-devel] [PATCH] configure: turn off -Wlogical-not-parentheses

2015-02-16 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Feb 16, 2015 at 02:02:17PM -0800, Shawn Landden wrote: > Introduced in gcc-5 > > These errors are really annoying. I can get behind clarification of nested > ifs, > but this is overkill. > --- > configure.ac | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configure.ac b/configu

Re: [systemd-devel] [PATCH 1/3] Add helper for fnmatch over strv

2015-02-16 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Feb 16, 2015 at 07:43:35PM +0100, Lennart Poettering wrote: > On Mon, 16.02.15 19:38, Tom Gundersen (t...@jklm.no) wrote: > > > Perfect! Thanks! > > No, not perfect at all: > > $ ./test-network > Assertion 's' failed at ./src/shared/strv.h:152, function > strv_fnmatch_or_empty(). Aborti

Re: [systemd-devel] [PATCH 1/3] Add helper for fnmatch over strv

2015-02-16 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Feb 16, 2015 at 06:47:32PM +0100, Tom Gundersen wrote: > On Mon, Feb 16, 2015 at 3:51 PM, Zbigniew Jędrzejewski-Szmek > wrote: > > On Mon, Feb 16, 2015 at 03:20:21PM +0100, Tom Gundersen wrote: > >> On Mon, Feb 16, 2015 at 2:54 PM, Zbigniew Jędrzejewski-Szmek >

Re: [systemd-devel] [PATCH 1/3] Add helper for fnmatch over strv

2015-02-16 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Feb 16, 2015 at 03:20:21PM +0100, Tom Gundersen wrote: > On Mon, Feb 16, 2015 at 2:54 PM, Zbigniew Jędrzejewski-Szmek > wrote: > > On Mon, Feb 16, 2015 at 02:12:38PM +0100, Lennart Poettering wrote: > >> On Sat, 14.02.15 00:53, Zbigniew Jędrzejewski-Szmek (zbys...@i

Re: [systemd-devel] [PATCH 1/3] Add helper for fnmatch over strv

2015-02-16 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Feb 16, 2015 at 02:12:38PM +0100, Lennart Poettering wrote: > On Sat, 14.02.15 00:53, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: > > > No functional change intended. > > I like this simplification! > > > > > if (match_h

Re: [systemd-devel] Mount options of /var/run/users/

2015-02-15 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Feb 15, 2015 at 04:31:24PM +0400, Павел Самсонов wrote: > Good day, I see a new Debian jessie, and I mean, that /var/run/ > filesystems must be mounted with noexec options, so thay have user write > access. On some installations this very important. Were I may configure > this, or may be Yo

Re: [systemd-devel] [PATCH] shutdown: avoid calling `kexec` binary unnessecarily

2015-02-14 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Feb 14, 2015 at 10:00:54AM -0800, Shawn Landden wrote: > On Sat, Feb 14, 2015 at 5:54 AM, Zbigniew Jędrzejewski-Szmek < > zbys...@in.waw.pl> wrote: > > > On Fri, Feb 13, 2015 at 02:18:07PM -0800, Shawn Landden wrote: > > > Still use helper when Xen Dom0, t

Re: [systemd-devel] Do not realize and migrate cgroups multiple times / test suite patch

2015-02-14 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Feb 03, 2015 at 10:49:01PM +0100, Lennart Poettering wrote: > On Sat, 13.12.14 17:15, Martin Pitt (martin.p...@ubuntu.com) wrote: > > > Hello Lennart, > > > > Lennart Poettering [2014-12-09 2:37 +0100]: > > > hashmap_put() will actually compare the string, not the pointer to > > > it. Ou

Re: [systemd-devel] systemd-networkd mysteriously shutting down after launch

2015-02-14 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Feb 13, 2015 at 10:49:12AM +0100, Lennart Poettering wrote: > On Thu, 12.02.15 22:30, Keller, Jacob E (jacob.e.kel...@intel.com) wrote: > > > On Thu, 2015-02-12 at 20:15 +0100, Tom Gundersen wrote: > > > On Thu, Feb 12, 2015 at 7:28 PM, Keller, Jacob E > > > > Now I'm having an interestin

Re: [systemd-devel] [PATCH 8/9] Add man page and references to it.

2015-02-14 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Feb 05, 2015 at 06:11:24PM +0100, Didier Roche wrote: > > From 2533acf15135d9db18fbd79e63de9a702e3859cc Mon Sep 17 00:00:00 2001 > From: Didier Roche > Date: Mon, 26 Jan 2015 17:34:59 +0100 > Subject: [PATCH 8/9] Add man page and references to it. > > Add man page explaining the plymout

Re: [systemd-devel] [PATCH 3/9] Connect to plymouth and support cancellation of in, progress fsck

2015-02-14 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Feb 05, 2015 at 06:09:24PM +0100, Didier Roche wrote: > > From ec3b3d2cd4b0097f9fafa6c3f0f400e06292e21c Mon Sep 17 00:00:00 2001 > From: Didier Roche > Date: Thu, 5 Feb 2015 17:08:18 +0100 > Subject: [PATCH 3/9] Connect to plymouth and support cancellation of in > progress fsck > > Try

Re: [systemd-devel] [PATCH 1/9] fsckd daemon for inter-fsckd communication

2015-02-14 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Feb 05, 2015 at 06:06:50PM +0100, Didier Roche wrote: > Hey, > > Posting the new set of patches for the fsck/plymouth integration, > rebased from all the comments and the systemd event loop system. > > This version talks the raw plymouth protocol directly, supporting > only what is needed

Re: [systemd-devel] [PATCH v3] Added support for Uplink Failure Detection using BindCarrier

2015-02-14 Thread Zbigniew Jędrzejewski-Szmek
l Message- > > From: Tom Gundersen [mailto:t...@jklm.no] > > Sent: Saturday, February 14, 2015 2:50 PM > > To: Zbigniew Jędrzejewski-Szmek > > Cc: Rauta, Alin; Lennart Poettering; systemd Mailing List; Kinsella, Ray > > Subject: Re: [PATCH v3] Added support for Uplink

Re: [systemd-devel] [PATCH] bootchart: display each CPU utilization/wait

2015-02-14 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Feb 13, 2015 at 02:59:39PM +0900, WaLyong Cho wrote: > --- > src/bootchart/bootchart.c| 38 +- > src/bootchart/bootchart.conf | 1 + > src/bootchart/bootchart.h| 1 + > src/bootchart/svg.c | 65 > +--- > 4

Re: [systemd-devel] [PATCH v3] Added support for Uplink Failure Detection using BindCarrier

2015-02-14 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Feb 13, 2015 at 10:27:07PM +0100, Tom Gundersen wrote: > Hi Alin, > > Thanks for the patch. This is starting to look pretty good now. > > I still have some questions/requests regarding some implementation > details (below), but hopefully we can get this merged after the next > release (tr

Re: [systemd-devel] [PATCH] shutdown: avoid calling `kexec` binary unnessecarily

2015-02-14 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Feb 13, 2015 at 02:18:07PM -0800, Shawn Landden wrote: > Still use helper when Xen Dom0, to avoid duplicating some hairy code. > So we don't have any logic to load kexec kernels? > --- > TODO| 3 --- > src/core/shutdown.c | 33 - > 2 files c

[systemd-devel] [PATCH 2/3] network-internal: chain matches with AND in net_match_config()

2015-02-13 Thread Zbigniew Jędrzejewski-Szmek
The test would treat the first non-empty set of matches in match_paths, match_drivers, match_types, match_names as definitive (essentially chaining them with OR). Make those tests instead match like other tests and require all to pass if the set of patterns is nonempty. --- src/libsystemd-network/

[systemd-devel] [PATCH 3/3] analyze: change behaviour of combined --to/from--pattern

2015-02-13 Thread Zbigniew Jędrzejewski-Szmek
We would require a match against all three: patterns specified with --to, with --from, and as positional arguments to show an edge. This does not seem useful. Let instead the positional args behave like they were specified in both --to and --from, which is fairly intuitive and should be more useful

[systemd-devel] [PATCH 1/3] Add helper for fnmatch over strv

2015-02-13 Thread Zbigniew Jędrzejewski-Szmek
No functional change intended. --- src/analyze/analyze.c | 46 --- src/libsystemd-network/network-internal.c | 53 +-- src/shared/strv.c | 10 ++ src/shared/strv.h | 9 +

Re: [systemd-devel] [systemd-commits] rules/60-persistent-storage.rules

2015-02-13 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Feb 12, 2015 at 11:50:23PM -0800, Martin Pitt wrote: > rules/60-persistent-storage.rules |6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > New commits: > commit b87b01cf83947f467f3c46d9831cd67955fc46b9 > Author: Martin Pitt > Date: Wed Feb 11 15:26:52 2015 +0100 > >

Re: [systemd-devel] [PATCH v3] Added support for Uplink Failure Detection using BindCarrier

2015-02-13 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Feb 13, 2015 at 09:53:28AM +0300, Andrei Borzenkov wrote: > В Thu, 12 Feb 2015 15:25:08 +0100 > Zbigniew Jędrzejewski-Szmek пишет: > > > On Thu, Feb 12, 2015 at 12:52:00PM +, Rauta, Alin wrote: > > > > Yes, but the updates need to be done for

Re: [systemd-devel] systemd-networkd not discovering all devices at bootup, and thus no network is configured

2015-02-12 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Feb 11, 2015 at 09:32:00PM +0100, Lennart Poettering wrote: > On Wed, 11.02.15 20:22, Keller, Jacob E (jacob.e.kel...@intel.com) wrote: > > > > > I actually see the same behavior now again, so the removal of > > > > biosdevname does not solve this problem! :( > > > > > > > > Is there any

Re: [systemd-devel] [PATCH v3] Added support for Uplink Failure Detection using BindCarrier

2015-02-12 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Feb 12, 2015 at 12:52:00PM +, Rauta, Alin wrote: > > Yes, but the updates need to be done for all links and I'm not sure adding > > this is a good thing. > > I'm now having 64 links on the switch and I need the failure detection in > > networkd to be quite fast because however even no

Re: [systemd-devel] Failed units and "Unit type .busname is not supported on this system"

2015-02-12 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Feb 12, 2015 at 10:28:10AM +0100, Tom Gundersen wrote: > > Just an update on the above. "unit type .busname is not supported on > > this system" isn't the cause of the problem that I was seeing (I still > > don't know why this appears or if it is significant in other ways but it > > would a

Re: [systemd-devel] Whitespace in /etc/crypttab

2015-02-12 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Feb 12, 2015 at 09:49:34AM +, John Lane wrote: > I see > [1] that > "PARTLABEL=" is supported in /etc/cryptab although it isn't > documented[2] > . > > [

Re: [systemd-devel] [PATCH v3] Added support for Uplink Failure Detection using BindCarrier

2015-02-12 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Feb 12, 2015 at 08:56:00AM +, Rauta, Alin wrote: > > Well, one option could be to keep a set of bound_by and bound_to links > > around for each link, and then just update that each time an interface > > comes, goes, or changes names. > > Yes, but the updates need to be done for all lin

Re: [systemd-devel] systemd-218 clfsmultilib linux-3.18.5 wont boot

2015-02-11 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Feb 11, 2015 at 11:43:00PM +, lux-integ wrote: > Greetings > > I have a recently minted x86 clfs multilib build ) > ( http://clfs.org/view/git/x86_64/ ) > I am using stuff out of git > with modifications such as > linux-3.18.5 > systemd-218 > > It refuses to boot > On startup i

Re: [systemd-devel] Removing unnecessary includes

2015-02-11 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Feb 11, 2015 at 11:46:37PM +0100, Thomas H.P. Andersen wrote: > On Wed, Feb 11, 2015 at 12:39 PM, Lennart Poettering > wrote: > > On Wed, 11.02.15 01:40, Thomas H.P. Andersen (pho...@gmail.com) wrote: > > > >> Yep. Makes sense. > >> > >> Here is a status on what I have done so far. > >> >

Re: [systemd-devel] multi-user.target only wants network.service if I'm doing 'systemct show runlevel3.target'

2015-02-11 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Feb 11, 2015 at 08:12:35PM +0100, Lennart Poettering wrote: > On Thu, 05.02.15 01:07, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: > > > > Just want to know why he didn't considered pushing this patch upstream. > > > Apparently already two dist

Re: [systemd-devel] [PATCH 3/3] core: remove unneeded include

2015-02-11 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Feb 11, 2015 at 06:26:41PM +0100, Lennart Poettering wrote: > On Wed, 11.02.15 18:21, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: > > > On Wed, Feb 11, 2015 at 06:18:54PM +0100, Lennart Poettering wrote: > > > On Wed, 11.02.15 18:10, Zbigniew Jęd

Re: [systemd-devel] [PATCH 3/3] core: remove unneeded include

2015-02-11 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Feb 11, 2015 at 06:18:54PM +0100, Lennart Poettering wrote: > On Wed, 11.02.15 18:10, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: > > > On Wed, Feb 11, 2015 at 06:05:13PM +0100, Lennart Poettering wrote: > > > On Mon, 09.02.15 21:41, Cristian Rodríguez (crr

Re: [systemd-devel] [PATCH 3/3] core: remove unneeded include

2015-02-11 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Feb 11, 2015 at 06:05:13PM +0100, Lennart Poettering wrote: > On Mon, 09.02.15 21:41, Cristian Rodríguez (crrodrig...@opensuse.org) wrote: > > > execute.c only uses basename (the GNU version in ) > > Is this right even? > > This was added by Zbigniew in 2b6bf07dd23bb467099d213c97b3875c5e

Re: [systemd-devel] [PATCH v2] Added support for Uplink Failure Detection using BindCarrier

2015-02-09 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Feb 09, 2015 at 03:06:46AM -0800, Alin Rauta wrote: > --- > man/systemd.network.xml | 11 ++ > src/libsystemd/sd-network/sd-network.c | 4 + > src/network/networkctl.c | 212 > --- > src/network/networkd-link.c

Re: [systemd-devel] [systemd-commits] 4 commits - man/systemd.network.xml network/80-container-host0.network network/80-container-ve.network src/libsystemd src/network

2015-02-09 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Feb 09, 2015 at 03:20:35AM -0800, Tom Gundersen wrote: > man/systemd.network.xml |8 +-- > network/80-container-host0.network |2 > network/80-container-ve.network |2 > src/libsystemd/sd-rtnl/rtnl-types.c | 19 --- > src/network/net

Re: [systemd-devel] help with compiling systemd-218 library only 32-bit multilib host

2015-02-08 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Feb 08, 2015 at 04:05:51PM +, lux-integ wrote: > Greetings, > > I am having a go at compiling systemd on clfs-multilib described here:- > ( http://clfs.org/view/git/x86_64/final-system/systemd.html ) > Systemd-213 as in the book compiles for 32-bit. > > Paradoxically systemd-218 c

Re: [systemd-devel] multi-user.target only wants network.service if I'm doing 'systemct show runlevel3.target'

2015-02-08 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Feb 08, 2015 at 09:12:32AM +0300, Andrei Borzenkov wrote: > В Wed, 4 Feb 2015 01:29:11 +0100 > Lennart Poettering пишет: > > > On Thu, 25.12.14 08:37, Andrei Borzenkov (arvidj...@gmail.com) wrote: > > > > > This looks like fallout of moving to generators for sysv units. Before > > > syst

Re: [systemd-devel] [PATCHv3] sysctl: consider --prefix while parsing the files

2015-02-07 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Feb 07, 2015 at 02:12:41PM +0100, Umut Tezduyar Lindskog wrote: > not while applying the parsed sysctl values. Otherwise > info "Overwriting earlier assignment of %s in file %s" is > visible many times even though the given --prefix doesn't > try to set the overridden value. > > This also

<    1   2   3   4   5   6   7   8   9   10   >