Re: [systemd-devel] how to nest slices under system.slice

2015-03-09 Thread Alison Chaiken
Umut Tezduyar Lindskog (u...@tezduyar.com) asked: >> How do I add a slice that is inside the system.slice? Lennart answered: > The name is basically the cgroup path. i.e. foo-bar-baz.slice is a > slice below foo-bar.slice, which is below foo.slice, which is below > -.slice. I got curious about th

Re: [systemd-devel] [PATCH] add REMOTE_ADDR and REMOTE_PORT for Accept=yes

2015-03-09 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Mar 09, 2015 at 03:11:37PM -0700, Shawn Landden wrote: > --- > TODO | 2 - > man/systemd.socket.xml | 6 ++- > src/core/service.c | 39 +++- > src/libsystemd/sd-resolve/test-resolve.c | 2 +- > src/s

Re: [systemd-devel] [PATCH 1/3] Allow systemd-tmpfiles to set the file/directory attributes

2015-03-09 Thread Ronny Chevalier
2015-03-10 0:17 GMT+01:00 Goffredo Baroncelli : > On 2015-03-08 15:00, Ronny Chevalier wrote: >> 2015-03-08 12:48 GMT+01:00 Goffredo Baroncelli : >>> From: Goffredo Baroncelli >>> >> >> Hi, >> >>> Allow systemd-tmpfiles to set the file/directory attributes, like chattr(1) >>> does. Two more comman

Re: [systemd-devel] [PATCH 1/3] Allow systemd-tmpfiles to set the file/directory attributes

2015-03-09 Thread Goffredo Baroncelli
On 2015-03-08 15:00, Ronny Chevalier wrote: > 2015-03-08 12:48 GMT+01:00 Goffredo Baroncelli : >> From: Goffredo Baroncelli >> > > Hi, > >> Allow systemd-tmpfiles to set the file/directory attributes, like chattr(1) >> does. Two more commands are added: 'H' and 'h' to set the attributes, >> recu

Re: [systemd-devel] [PATCH] Improve log notice when unprivileged users run journalctl executable (reformatted)

2015-03-09 Thread Gautier Pelloux-Prayer
Indeed as far as I could see in my virtual machine, this is working now as expected! Le dimanche 08 mars 2015 à 16:15 +0100, Zbigniew Jędrzejewski-Szmek a écrit : > On Sun, Mar 08, 2015 at 03:31:25PM +0100, Zbigniew Jędrzejewski-Szmek wrote: > > On Sun, Mar 08, 2015 at 09:33:24AM +0100, Gautier Pe

Re: [systemd-devel] [PATCH 2/3] Update the man page of tmpfiles.d(5), to document the new h/H command.

2015-03-09 Thread Goffredo Baroncelli
On 2015-03-08 15:50, Ronny Chevalier wrote: > 2015-03-08 12:48 GMT+01:00 Goffredo Baroncelli : >> From: Goffredo Baroncelli >> >> Update the man page of tmpfiles.d(5), to document the new h/H command. >> >> Signed-off-by: Goffredo Baroncelli > > No Signed-off-by. > > Also, why not merge the 3 c

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

2015-03-09 Thread Goffredo Baroncelli
On 2015-03-08 15:34, Zbigniew Jędrzejewski-Szmek wrote: > On Sun, Mar 08, 2015 at 12:48:27PM +0100, Goffredo Baroncelli wrote: >> From: Goffredo Baroncelli >> >> Add a new tmpfiles.d snippets to set the NOCOW attributes for the >> journal files. This allow better perfomance when the root file syst

Re: [systemd-devel] [PATCH] add REMOTE_ADDR and REMOTE_PORT for Accept=yes

2015-03-09 Thread Ronny Chevalier
2015-03-09 23:09 GMT+01:00 Shawn Landden : > On Mon, Mar 9, 2015 at 1:18 PM, Lennart Poettering > wrote: >> >> On Mon, 09.03.15 13:09, Shawn Landden (sh...@churchofgit.com) wrote: >> >> > +if (UNIT_DEREF(s->accept_socket)) { >> > +union sockaddr_union sa; >> > +

[systemd-devel] [PATCH] add REMOTE_ADDR and REMOTE_PORT for Accept=yes

2015-03-09 Thread Shawn Landden
--- TODO | 2 - man/systemd.socket.xml | 6 ++- src/core/service.c | 39 +++- src/libsystemd/sd-resolve/test-resolve.c | 2 +- src/shared/socket-util.c | 76 +++-

Re: [systemd-devel] [PATCH] add REMOTE_ADDR and REMOTE_PORT for Accept=yes

2015-03-09 Thread Shawn Landden
On Mon, Mar 9, 2015 at 1:18 PM, Lennart Poettering wrote: > On Mon, 09.03.15 13:09, Shawn Landden (sh...@churchofgit.com) wrote: > > > +if (UNIT_DEREF(s->accept_socket)) { > > +union sockaddr_union sa; > > +socklen_t salen = sizeof(sa); > > + > > +

Re: [systemd-devel] [PATCH] add REMOTE_ADDR and REMOTE_PORT for Accept=yes

2015-03-09 Thread Shawn Landden
On Mon, Mar 9, 2015 at 1:18 PM, Lennart Poettering wrote: > On Mon, 09.03.15 13:09, Shawn Landden (sh...@churchofgit.com) wrote: > > > +if (UNIT_DEREF(s->accept_socket)) { > > +union sockaddr_union sa; > > +socklen_t salen = sizeof(sa); > > + > > +

Re: [systemd-devel] [systemd-commits] src/udev

2015-03-09 Thread Tom Gundersen
Makes sense. Made some changes now. On Mon, Mar 9, 2015 at 6:06 PM, Lennart Poettering wrote: > On Mon, 09.03.15 10:00, Tom Gundersen (tome...@kemper.freedesktop.org) wrote: > >> +static void event_queue_update(void) { >> +if (!udev_list_node_is_empty(&event_list)) { >> +i

Re: [systemd-devel] order of sd_journal_query_unique()?

2015-03-09 Thread Daurnimator
On 6 March 2015 at 14:38, Daurnimator wrote: > sd_journal_query_unique() finds unique *field names*. > Not journal entries. Apologies, I described this incorrectly. sd_journal_query_unique() takes a field name, and allows you to iterate over all different values that field has taken. To accompl

Re: [systemd-devel] [PATCH] add REMOTE_ADDR and REMOTE_PORT for Accept=yes

2015-03-09 Thread Lennart Poettering
On Mon, 09.03.15 13:09, Shawn Landden (sh...@churchofgit.com) wrote: > +if (UNIT_DEREF(s->accept_socket)) { > +union sockaddr_union sa; > +socklen_t salen = sizeof(sa); > + > +r = getpeername(s->socket_fd, &sa.sa, &salen); > +

[systemd-devel] [PATCH] add REMOTE_ADDR and REMOTE_PORT for Accept=yes

2015-03-09 Thread Shawn Landden
--- TODO | 2 - man/systemd.socket.xml | 6 ++- src/core/service.c | 35 +- src/libsystemd/sd-resolve/test-resolve.c | 2 +- src/shared/socket-util.c | 80 ++-- sr

Re: [systemd-devel] [PATCH] add REMOTE_ADDR and REMOTE_PORT for Accept=yes

2015-03-09 Thread Lennart Poettering
On Mon, 09.03.15 12:12, Shawn Landden (sh...@churchofgit.com) wrote: > > > + > > > +if (asprintf(our_env + n_env++, > > > + "REMOTE_ADDR=%s", > > > + /* musl and glibc inet_ntop() > > present v4-mapped

Re: [systemd-devel] Reliably waiting for udevd to finish processing triggered events

2015-03-09 Thread Ray Strode
Hi, On Mon, Mar 9, 2015 at 1:21 PM, Tom Gundersen wrote: > This sounds like a broken model (even if the problems you outlined > below were fixed). There is no reason to believe that all drm devices > will be available by the time udev has finished coldplug. Devices may > be enumerated at any time

Re: [systemd-devel] Reliably waiting for udevd to finish processing triggered events

2015-03-09 Thread Ray Strode
Hi, >> plymouth watches for the creation of drm display devices during boot. >> If it finds one, it starts a graphical splash and that is that. >> However, if the system finishes loading drivers and no drm device is >> available, it falls back onto a fbdev-based splash or a text-based >> boot. Once

Re: [systemd-devel] [PATCH] add REMOTE_ADDR and REMOTE_PORT for Accept=yes

2015-03-09 Thread Shawn Landden
On Mon, Mar 9, 2015 at 9:22 AM, Lennart Poettering wrote: > On Sun, 08.03.15 16:24, Shawn Landden (sh...@churchofgit.com) wrote: > > > > > diff --git a/src/core/service.c b/src/core/service.c > > index cc4ea19..6a690ac 100644 > > --- a/src/core/service.c > > +++ b/src/core/service.c > > @

[systemd-devel] [PATCH v2] tmpfiles: port to unquote_many_words()

2015-03-09 Thread daurnimator
--- TODO| 2 -- man/tmpfiles.d.xml | 2 ++ src/tmpfiles/tmpfiles.c | 21 +++-- 3 files changed, 9 insertions(+), 16 deletions(-) diff --git a/TODO b/TODO index 60efaaf..4d5e2b6 100644 --- a/TODO +++ b/TODO @@ -226,8 +226,6 @@ Features: * exponential b

Re: [systemd-devel] [systemd-commits] 9 commits - configure.ac .gitignore Makefile.am Makefile-man.am man/systemd-fsckd.service.xml man/systemd-f...@.service.xml po/de.po po/el.po po/fr.po po/hu.po po

2015-03-09 Thread Lennart Poettering
B1;3802;0cOn Mon, 09.03.15 19:45, Lennart Poettering (lenn...@poettering.net) wrote: > On Mon, 09.03.15 19:11, Lennart Poettering (lenn...@poettering.net) wrote: > > > - plymouth_feedback_handler() is really broken. Is it supposed to read > > from a SOCK_STREAM socket? If so, are all messages

Re: [systemd-devel] [systemd-commits] 9 commits - configure.ac .gitignore Makefile.am Makefile-man.am man/systemd-fsckd.service.xml man/systemd-f...@.service.xml po/de.po po/el.po po/fr.po po/hu.po po

2015-03-09 Thread Lennart Poettering
On Mon, 09.03.15 19:11, Lennart Poettering (lenn...@poettering.net) wrote: > - plymouth_feedback_handler() is really broken. Is it supposed to read > from a SOCK_STREAM socket? If so, are all messages exactly 6 bytes > long? If not: the parser will be completely confused by multiple > incomi

Re: [systemd-devel] [PATCH/RFC] FuseMAC: user space MAC in systemd

2015-03-09 Thread Topi Miettinen
On 03/08/15 23:16, Lennart Poettering wrote: > On Mon, 02.03.15 22:49, Topi Miettinen (toiwo...@gmail.com) wrote: > >> Intercept and filter filesystem operations of processes launched >> by systemd with FUSE. >> >> Implement learning, enforcing and auto enforcing/learning modes, >> enabled with ne

Re: [systemd-devel] [PATCH] tmpfiles: port to unquote_many_words()

2015-03-09 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Mar 09, 2015 at 01:51:07PM -0400, daurnimator wrote: > --- > TODO| 2 -- > man/tmpfiles.d.xml | 2 ++ > src/tmpfiles/tmpfiles.c | 24 ++-- > 3 files changed, 12 insertions(+), 16 deletions(-) > > diff --git a/TODO b/TODO > index 60efaaf..4d5e

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

2015-03-09 Thread Ronny Chevalier
2015-03-09 18:36 GMT+01:00 Sylvain Plantefève : > Add strings for importd, following 587fec427c80b6c34dcf1d7570f891fcb652a7c5 Hi, Patch applied, thanks! Ronny > --- > po/fr.po | 18 ++ > 1 file changed, 14 insertions(+), 4 deletions(-) > > diff --git a/po/fr.po b/po/fr.po > in

Re: [systemd-devel] [PATCH] Fsckd: only connect to plymouth if running

2015-03-09 Thread Lennart Poettering
On Mon, 09.03.15 13:49, Didier Roche (didro...@ubuntu.com) wrote: > Hey, > > use the systemd plymouth pid file detection to only try to send messages to > plymouth if present. > This prevent some warning spams which may confuse users as in > https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/

Re: [systemd-devel] [PATCH] tmpfiles: port to unquote_many_words()

2015-03-09 Thread Ronny Chevalier
2015-03-09 18:51 GMT+01:00 daurnimator : Hi, > --- > TODO| 2 -- > man/tmpfiles.d.xml | 2 ++ > src/tmpfiles/tmpfiles.c | 24 ++-- > 3 files changed, 12 insertions(+), 16 deletions(-) > > diff --git a/TODO b/TODO > index 60efaaf..4d5e2b6 100644 > --

Re: [systemd-devel] [systemd-commits] 9 commits - configure.ac .gitignore Makefile.am Makefile-man.am man/systemd-fsckd.service.xml man/systemd-f...@.service.xml po/de.po po/el.po po/fr.po po/hu.po po

2015-03-09 Thread Lennart Poettering
On Mon, 09.03.15 18:39, Lennart Poettering (lenn...@poettering.net) wrote: Didier, Martin, > I looked in more detail at the fsckd code that was commited a few > weeks ago, and I cannot say I liked what I saw. The code still has all > kinds of issues, including memory corruptions, fd handling erro

[systemd-devel] [PATCH] tmpfiles: port to unquote_many_words()

2015-03-09 Thread daurnimator
--- TODO| 2 -- man/tmpfiles.d.xml | 2 ++ src/tmpfiles/tmpfiles.c | 24 ++-- 3 files changed, 12 insertions(+), 16 deletions(-) diff --git a/TODO b/TODO index 60efaaf..4d5e2b6 100644 --- a/TODO +++ b/TODO @@ -226,8 +226,6 @@ Features: * exponenti

Re: [systemd-devel] [systemd-commits] 9 commits - configure.ac .gitignore Makefile.am Makefile-man.am man/systemd-fsckd.service.xml man/systemd-f...@.service.xml po/de.po po/el.po po/fr.po po/hu.po po

2015-03-09 Thread Lennart Poettering
On Wed, 18.02.15 07:47, Martin Pitt (mar...@kemper.freedesktop.org) wrote: Martin, I looked in more detail at the fsckd code that was commited a few weeks ago, and I cannot say I liked what I saw. The code still has all kinds of issues, including memory corruptions, fd handling errors, and tons

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

2015-03-09 Thread Sylvain Plantefève
Add strings for importd, following 587fec427c80b6c34dcf1d7570f891fcb652a7c5 --- po/fr.po | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/po/fr.po b/po/fr.po index b3b17ce..f26451f 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Pro

Re: [systemd-devel] Reliably waiting for udevd to finish processing triggered events

2015-03-09 Thread Tom Gundersen
On Fri, Mar 6, 2015 at 9:22 PM, Daniel Drake wrote: > plymouth watches for the creation of drm display devices during boot. > If it finds one, it starts a graphical splash and that is that. > However, if the system finishes loading drivers and no drm device is > available, it falls back onto a fbd

Re: [systemd-devel] [systemd-commits] src/udev

2015-03-09 Thread Lennart Poettering
On Mon, 09.03.15 10:00, Tom Gundersen (tome...@kemper.freedesktop.org) wrote: > +static void event_queue_update(void) { > +if (!udev_list_node_is_empty(&event_list)) { > +int fd; > + > +fd = open("/run/udev/queue", > O_WRONLY|O_CREAT|O_CLOEXEC|O_TRUNC|O_NOF

Re: [systemd-devel] is systemd killing dhclient?

2015-03-09 Thread Lennart Poettering
On Mon, 09.03.15 09:14, Ido Barkan (ibar...@redhat.com) wrote: > Hi All, > > I am a VDSM developer at Ovirt project. > > VDSM is a daemon which is run as a systemd unit and manages a RHEV hypervisor. > During it's start up, under ExecStartPre the unit runs an initialization > script, that calls

Re: [systemd-devel] Reliably waiting for udevd to finish processing triggered events

2015-03-09 Thread Lennart Poettering
On Mon, 09.03.15 06:49, Daniel Drake (dr...@endlessm.com) wrote: > Hi, > > On Sun, Mar 8, 2015 at 3:50 PM, Lennart Poettering > wrote: > > On Fri, 06.03.15 14:22, Daniel Drake (dr...@endlessm.com) wrote: > > To my knowledge newer versions don't do this anymore and actively > > watch drm devices

Re: [systemd-devel] [PATCH] add REMOTE_ADDR and REMOTE_PORT for Accept=yes

2015-03-09 Thread Lennart Poettering
On Sun, 08.03.15 16:24, Shawn Landden (sh...@churchofgit.com) wrote: > > diff --git a/src/core/service.c b/src/core/service.c > index cc4ea19..6a690ac 100644 > --- a/src/core/service.c > +++ b/src/core/service.c > @@ -22,6 +22,7 @@ > #include > #include > #include > +#include > >

[systemd-devel] Needs help for on charging activation

2015-03-09 Thread WaLyong Cho
Hi, I want to find best solution on our case. Our product is mobile device. But I don't think that is only problem of mobile device. That also can be problem of laptop. So, please comment to me. We have some of services are always running after system is started up as default. They don't need to

Re: [systemd-devel] is systemd killing dhclient?

2015-03-09 Thread Mantas Mikulėnas
On Mon, Mar 9, 2015 at 3:14 PM, Ido Barkan wrote: > Hi All, > > I am a VDSM developer at Ovirt project. > > VDSM is a daemon which is run as a systemd unit and manages a RHEV > hypervisor. > During it's start up, under ExecStartPre the unit runs an initialization > script, that calls > a part of

[systemd-devel] is systemd killing dhclient?

2015-03-09 Thread Ido Barkan
Hi All, I am a VDSM developer at Ovirt project. VDSM is a daemon which is run as a systemd unit and manages a RHEV hypervisor. During it's start up, under ExecStartPre the unit runs an initialization script, that calls a part of VDSM in order to configure networking on the host. During the netw

Re: [systemd-devel] [PATCH] missing.h: add NDA_*

2015-03-09 Thread Tom Gundersen
Applied. Thanks! On Mon, Mar 9, 2015 at 12:27 PM, Michael Olbrich wrote: > This is necessary to build with older kernel headers. NDA_VLAN was > introduced in v3.9 and NDA_PORT, NDA_VNI and NDA_IFINDEX in v3.10 > --- > configure.ac | 4 +++- > src/shared/missing.h | 16 >

Re: [systemd-devel] Reliably waiting for udevd to finish processing triggered events

2015-03-09 Thread Daniel Drake
Hi, On Sun, Mar 8, 2015 at 3:50 PM, Lennart Poettering wrote: > On Fri, 06.03.15 14:22, Daniel Drake (dr...@endlessm.com) wrote: > To my knowledge newer versions don't do this anymore and actively > watch drm devices coming. I'm describing the behaviour of the newer version here. The issue is cu

[systemd-devel] [PATCH] Fsckd: only connect to plymouth if running

2015-03-09 Thread Didier Roche
Hey, use the systemd plymouth pid file detection to only try to send messages to plymouth if present. This prevent some warning spams which may confuse users as in https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1429171 Cheers, Didier >From 9ad48f85f7acc18fe1b5782058a8bb58014a3d16 Mon

Re: [systemd-devel] udisks in systemd user-sessions (or kdbus in future)

2015-03-09 Thread Simon McVittie
On 09/03/15 12:32, Simon McVittie wrote: > I'm developing a patch for udisks to fix its interaction with systemd > user-sessions (, and I would like to check that the behaviour I propose > is consistent with udisks' and systemd's security models. Forgot to mention that this is

Re: [systemd-devel] [PATCH] Fix typos

2015-03-09 Thread Daniel Mack
Applied, thanks! On 03/09/2015 01:02 PM, Torstein Husebø wrote: > --- > man/systemd.network.xml | 2 +- > src/systemd/sd-daemon.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/man/systemd.network.xml b/man/systemd.network.xml > index 3522551293..5d7518b348 100644 >

[systemd-devel] udisks in systemd user-sessions (or kdbus in future)

2015-03-09 Thread Simon McVittie
(udisks developers, please see if you need more background on login sessions vs. user-sessions.) I'm developing a patch for udisks to fix its interaction with systemd user-sessions (, and I would like to check that the

Re: [systemd-devel] DBus api of systemd user instance

2015-03-09 Thread Alexander Larsson
On sön, 2015-03-08 at 23:14 +0100, Lennart Poettering wrote: > On Sat, 07.03.15 08:45, Mantas Mikulėnas (graw...@gmail.com) wrote: > The latter is "private", as the name suggests. Do not access it from > external programs, it is systemd's internal hack around ordering > issues with dbus, and nobod

[systemd-devel] [PATCH] Fix typos

2015-03-09 Thread Torstein Husebø
--- man/systemd.network.xml | 2 +- src/systemd/sd-daemon.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 3522551293..5d7518b348 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -568,7 +568,7 @@

Re: [systemd-devel] DBus api of systemd user instance

2015-03-09 Thread Ragnar Thomsen
Thanks for your replies. I managed to access the user bus by setting it up according to the Arch guide. Sincerely, Ragnar On Sun, Mar 8, 2015 at 11:14 PM, Lennart Poettering wrote: > On Sat, 07.03.15 08:45, Mantas Mikulėnas (graw...@gmail.com) wrote: > > > On Fri, Mar 6, 2015 at 6:23 PM, Ragn

Re: [systemd-devel] is there a plan for NIC teaming support ?

2015-03-09 Thread Simon Peeters
2015-03-05 5:41 GMT+01:00 Branko : > I have a need to put my NICs in "RAID0" so to speak, but according to > materials I have found on net I can't use NIC bonding driver because I would > need LACP (IEEE whatever) aware L2 switch, so I was refered to teaming > driver, which should be ( if those fol

[systemd-devel] [PATCH] missing.h: add NDA_*

2015-03-09 Thread Michael Olbrich
This is necessary to build with older kernel headers. NDA_VLAN was introduced in v3.9 and NDA_PORT, NDA_VNI and NDA_IFINDEX in v3.10 --- configure.ac | 4 +++- src/shared/missing.h | 16 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configu

[systemd-devel] How to factory reset?

2015-03-09 Thread Tobias Hunger
Hi everybody, I am running a kiosk-like box here and have a read-only copy of /etc hidden away in /usr/ somewhere. /etc is a symlink to that directory and that works fine. Recently I thought I'd experiment with factory reset. My idea was to use a tmpfs mounted on /etc instead of that symlink and

Re: [systemd-devel] sd_journal_add_match if not using the form of "FIELD=value"

2015-03-09 Thread Chris Morgan
On Mon, Mar 9, 2015 at 1:44 AM, Mantas Mikulėnas wrote: > On Mon, Mar 9, 2015 at 12:53 AM, Lennart Poettering > wrote: >> >> On Fri, 06.03.15 21:28, Chris Morgan (chmor...@gmail.com) wrote: >> >> > >> > http://www.freedesktop.org/software/systemd/man/sd_journal_add_match.html >> > is pretty clear

[systemd-devel] [PATCH] path_is_mount_point: handle false positive on some fs

2015-03-09 Thread Didier Roche
Hey, path_is_mount_point() can report some false positive that a file is a mount point on some file systems (like overlayfs). The function tries to call name_to_handle_at(), if this one isn't supported by the file system, then a fallback using stat() is triggered on the entity (which can be

Re: [systemd-devel] is there a plan for NIC teaming support ?

2015-03-09 Thread Tom Gundersen
Hi Branko, We do intend to support teaming, but it is still work in progress. Michal might be able to say more about it. Cheers, Tom On Thu, Mar 5, 2015 at 5:41 AM, Branko wrote: > I have a need to put my NICs in "RAID0" so to speak, but according to > materials I have found on net I can't use

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

2015-03-09 Thread Tom Gundersen
FTR, this has now been applied by Zbigniew. On Thu, Mar 5, 2015 at 7:07 PM, Ivan Shapovalov wrote: > On 2015-02-28 at 00:50 +0300, Ivan Shapovalov wrote: >> On 2015-02-27 at 22:25 +0100, Zbigniew Jędrzejewski-Szmek wrote: >> > On Wed, Feb 25, 2015 at 09:40:23PM +0300, Ivan Shapovalov wrote: >> >

[systemd-devel] [PATCH] networkd: Add support for bond option.

2015-03-09 Thread Susant Sahani
This patch adds configurational support for bond option. Test conf: bond.netdev --- [NetDev] Name=bond1 Kind=bond [Bond] ArpAllTargets=all PrimaryReselect=better ArpIntervalSec=10s ArpIpTargets= 192.168.8.102 192.168.8.101 192.168.8.102 --- $cat /proc/net/bonding/bond1 Ethernet Channel Bonding

Re: [systemd-devel] Possible systemd segfault switching from 216 to 219 in fedora upgrade

2015-03-09 Thread James Hogarth
On 8 March 2015 at 22:32, Lennart Poettering wrote: > On Thu, 05.03.15 22:07, James Hogarth (james.hoga...@gmail.com) wrote: > >> > Tried to put together a reduced testcase via a yum installroot style >> > container to switch-root into to see what that behaviour is like and >> > do see a segfault