[systemd-devel] [PATCH 2/2] networkd: integrate LLDP

2014-11-22 Thread Susant Sahani
This patch integrates LLDP with networkd. Example conf: file : lldp.network [Match] Name=em1 [Network] LLDP=yes --- man/systemd.network.xml | 7 + src/network/networkd-link.c | 45 src/network/networkd-link.h | 2

[systemd-devel] [PATCH 1/2] networkd: Introduce Link Layer Discovery Protocol (LLDP)

2014-11-22 Thread Susant Sahani
This patch introduces LLDP support to networkd. it implements the receiver side of the protocol. The Link Layer Discovery Protocol (LLDP) is an industry-standard, vendor-neutral method to allow networked devices to advertise capabilities, identity, and other information onto a LAN. The Layer 2 pro

Re: [systemd-devel] [PATCH] rpcbind: add support for systemd socket activation

2014-11-22 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Nov 21, 2014 at 11:43:47AM -0500, Steve Dickson wrote: > From: Tom Gundersen > > Making rpcbind sockect activated will greatly simplify > its integration in systemd systems. In essence, other services > may now assume that rpcbind is always available, even during very > early boot. This m

Re: [systemd-devel] systemd-run checks path on host before running on container

2014-11-22 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Nov 23, 2014 at 12:14:32AM +0100, Zbigniew Jędrzejewski-Szmek wrote: > On Sat, Nov 22, 2014 at 02:47:49PM +0100, David Herrmann wrote: > > Hi > > > > On Fri, Nov 21, 2014 at 5:00 AM, Peter Hutterer > > wrote: > > > I was playing around with systemd-nspawn and systemd-run. The latter > >

Re: [systemd-devel] systemctl list-dependencies: consider "BindsTo" as well?

2014-11-22 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Nov 21, 2014 at 09:23:19PM +0100, Peter Mattern wrote: > Hello. > > Right now systemctl's command list-dependencies is considering > parameters Wants and Requires only. > > But given that command's purpose I was wondering whether it wouldn't > make sense to have it consider BindsTo as wel

Re: [systemd-devel] [PATCH] nspawn: ignore EEXIST when mounting tmpfs

2014-11-22 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Nov 21, 2014 at 09:44:48PM +0100, Richard Schütz wrote: > commit 79d80fc1466512d0ca211f4bfcd9de5f2f816a5a introduced a regression that > prevents mounting a tmpfs if the mount point already exits in the container's > root file system. This commit fixes the problem by ignoring EEXIST. > ---

Re: [systemd-devel] [PATCH] man/logind.conf.xml: make consistent with default logind.conf

2014-11-22 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Nov 22, 2014 at 03:58:47PM -0500, Chris Atkinson wrote: > See Bug 86263 It's better to specify the full URL for the bugtracker, since we have also the distribution bugtrackers, and then people can easily click to the the bug report. I can see how someone who doesn't know anything about sys

Re: [systemd-devel] systemd-run checks path on host before running on container

2014-11-22 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Nov 22, 2014 at 02:47:49PM +0100, David Herrmann wrote: > Hi > > On Fri, Nov 21, 2014 at 5:00 AM, Peter Hutterer > wrote: > > I was playing around with systemd-nspawn and systemd-run. The latter doesn't > > seem to let me run a command that solely exists on the container. > > simple way o

[systemd-devel] [PATCH] man/logind.conf.xml: make consistent with default logind.conf

2014-11-22 Thread Chris Atkinson
See Bug 86263 --- man/logind.conf.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/logind.conf.xml b/man/logind.conf.xml index d245bf4..d37fcba 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -281,17 +281,17 @@ sleep k

Re: [systemd-devel] systemd-run checks path on host before running on container

2014-11-22 Thread David Herrmann
Hi On Fri, Nov 21, 2014 at 5:00 AM, Peter Hutterer wrote: > I was playing around with systemd-nspawn and systemd-run. The latter doesn't > seem to let me run a command that solely exists on the container. > simple way of reproducing: drop a file foo into the container, then on the > host run > >