Re: [systemd-devel] Systemd-nspawn -- Canot add interface to container

2014-09-26 Thread James Lott
Hello again! Once again, thanks for all the help with getting my wireless interface moved into the container! Now I just have one more interface I'm having trouble with. I can't seem to move my ethernet interfaces into the container. I'm getting the same error, so I presume it's for the same re

Re: [systemd-devel] [PATCH 2/3] bootchart: check return of strftime

2014-09-26 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Sep 26, 2014 at 10:01:31PM +0200, Thomas H.P. Andersen wrote: > From: Thomas Hindoe Paaboel Andersen > > Found by coverity. Fixes: CID#996314 and #996312 > --- > src/bootchart/bootchart.c | 14 -- > src/bootchart/svg.c | 6 -- > 2 files changed, 16 insertions(+), 4

Re: [systemd-devel] [PATCH 1/3] bootchart: parse userinput with safe_atoi

2014-09-26 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Sep 26, 2014 at 10:01:30PM +0200, Thomas H.P. Andersen wrote: > From: Thomas Hindoe Paaboel Andersen > > Found by coverity. Fixes: CID#996409 > --- > src/bootchart/store.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/src/bootchart/store.c b/src/bootchar

[systemd-devel] [PATCH] sd-dhcp-client: support non-Ethernet hardware addresses

2014-09-26 Thread Dan Williams
Like Infiniband. See RFC 4390 section 2.1 for details on DHCP and Infiniband; chaddr is zeroed, hlen is set to 0, and htype is set to ARPHRD_INFINIBAND because IB hardware addresses are 20 bytes in length. --- src/libsystemd-network/dhcp-internal.h| 10 +++-- src/libsystemd-network/dhcp-netwo

[systemd-devel] [PATCH] sd-dhcp6-client: support custom DUIDs

2014-09-26 Thread Dan Williams
The caller may have an existing DUID that it wants to use, and may want to use some other DUID generation scheme than systemd's default DUID-EN. --- src/libsystemd-network/sd-dhcp6-client.c | 43 +++- src/systemd/sd-dhcp6-client.h| 2 ++ 2 files changed, 33

Re: [systemd-devel] [PATCH 1/3] bootchart: parse userinput with safe_atoi

2014-09-26 Thread Thomas H.P. Andersen
Hi, I am sending these small fixes for issues found with coverity for review. I think that they are good to commit but I am sending them here anyway because I cannot test them. My attempts to boot with init=/usr/lib/systemd/systemd-bootchart hangs while starting udev. Both with master, master + my

[systemd-devel] [PATCH 3/3] bootchart: use 'n/a' if PRETTY_NAME is not found

2014-09-26 Thread Thomas H.P. Andersen
From: Thomas Hindoe Paaboel Andersen Spotted with coverity. If parsing both /etc/os-release and /usr/lib/os-release fails then null would be passed on. The calls to parse the two files are allowed to fail. A empty /etc may not have had the /etc/os-release symlink restored yet and we just try agai

[systemd-devel] [PATCH 2/3] bootchart: check return of strftime

2014-09-26 Thread Thomas H.P. Andersen
From: Thomas Hindoe Paaboel Andersen Found by coverity. Fixes: CID#996314 and #996312 --- src/bootchart/bootchart.c | 14 -- src/bootchart/svg.c | 6 -- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/src/bootchart/bootchart.c b/src/bootchart/bootchart.c in

[systemd-devel] [PATCH 1/3] bootchart: parse userinput with safe_atoi

2014-09-26 Thread Thomas H.P. Andersen
From: Thomas Hindoe Paaboel Andersen Found by coverity. Fixes: CID#996409 --- src/bootchart/store.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/bootchart/store.c b/src/bootchart/store.c index ed683e8..3099ff1 100644 --- a/src/bootchart/store.c +++ b/src/bootchar

Re: [systemd-devel] [PATCH] udevd: SAS: use SAS addr + PHY id in by-path whenever possible.

2014-09-26 Thread Kay Sievers
On Fri, Sep 26, 2014 at 6:14 PM, Tomas Henzl wrote: > I haven't noticed a single one technical reason why the by-path should be > moved out > from udev and not fixed there when it's needed and most importantly how that > move > would help the users of this feature. Because it was changed severa

Re: [systemd-devel] [PATCH] udevd: SAS: use SAS addr + PHY id in by-path whenever possible.

2014-09-26 Thread Tomas Henzl
On 09/25/2014 05:07 PM, Kay Sievers wrote: > On Thu, Sep 25, 2014 at 1:57 PM, Tomas Henzl wrote: >> On 09/24/2014 05:03 PM, Kay Sievers wrote: > Simple as: Don't add new features to systemd/udev, only fix bugs. >> The by-path has been part of udev for a long time, the users of this >> feature

Re: [systemd-devel] [RESEND][PATCH] systemd-tmpfiles: Fix IGNORE_DIRECTORY_PATH age handling

2014-09-26 Thread Tom Gundersen
On Fri, Sep 26, 2014 at 12:46 PM, Richard Weinberger wrote: > Am 09.09.2014 11:09, schrieb Richard Weinberger: >> If one has a config like: >> d /tmp 1777 root root - >> X /tmp/important_mount >> >> All files below /tmp/important_mount will be deleted as the >> /tmp/important_mount item will spuri

Re: [systemd-devel] [systemd-commits] src/bus-proxyd test/bus-policy

2014-09-26 Thread Daniel Mack
On 09/26/2014 01:16 PM, Zbigniew Jędrzejewski-Szmek wrote: > On Fri, Sep 26, 2014 at 10:24:25AM +0200, Daniel Mack wrote: >> On 09/26/2014 05:05 AM, Zbigniew Jędrzejewski-Szmek wrote: >>> Hi, >>> test-bus-policy fails intermittently in 'make distcheck' >>> >>> FAIL: test-bus-policy >>>

Re: [systemd-devel] [PATCH 1/7] make utmp/wtmp support configurable

2014-09-26 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Sep 26, 2014 at 10:00:30AM +0200, Emil Renner Berthing wrote: > On 26 September 2014 04:43, Zbigniew Jędrzejewski-Szmek > wrote: > > On Wed, Sep 24, 2014 at 05:25:00PM +0200, Emil Renner Berthing wrote: > >> For now just stub out the functions in utmp-wtmp.h > >> so code will still compile

Re: [systemd-devel] [systemd-commits] src/bus-proxyd test/bus-policy

2014-09-26 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Sep 26, 2014 at 10:24:25AM +0200, Daniel Mack wrote: > On 09/26/2014 05:05 AM, Zbigniew Jędrzejewski-Szmek wrote: > > Hi, > > test-bus-policy fails intermittently in 'make distcheck' > > > > FAIL: test-bus-policy > > = > > > > Assertion 'policy_check_own(&p, &ucred, "o

Re: [systemd-devel] [RESEND][PATCH] systemd-tmpfiles: Fix IGNORE_DIRECTORY_PATH age handling

2014-09-26 Thread Richard Weinberger
Am 09.09.2014 11:09, schrieb Richard Weinberger: > If one has a config like: > d /tmp 1777 root root - > X /tmp/important_mount > > All files below /tmp/important_mount will be deleted as the > /tmp/important_mount item will spuriously inherit a max age of 0 > from /tmp. > /tmp has a max age of 0

[systemd-devel] nss-mymachines and virtual machines

2014-09-26 Thread Simon Peeters
hej, In the light of my linux classes i was looking into hooking up vagrant with machined in order to be able to use nss-mymachines to resolve the ip address on the host-only adaptor. Unfortunatly the network side of machined seems to only work with containers (since afaik it looks for a veth pair

Re: [systemd-devel] [HEADS-UP] Intent to remove readahead from systemd

2014-09-26 Thread Pacho Ramos
El vie, 26-09-2014 a las 08:58 +0200, Tom Gundersen escribió: > On Thu, Sep 25, 2014 at 6:40 PM, Pacho Ramos wrote: > > El jue, 25-09-2014 a las 16:44 +0200, Tom Gundersen escribió: > >> On Thu, Aug 14, 2014 at 7:16 PM, Lennart Poettering > >> wrote: > >> > So, I think with the release after the

Re: [systemd-devel] [HEADS-UP] Intent to remove readahead from systemd

2014-09-26 Thread Samuli Suominen
On 26/09/14 09:58, Tom Gundersen wrote: > On Thu, Sep 25, 2014 at 6:40 PM, Pacho Ramos wrote: >> El jue, 25-09-2014 a las 16:44 +0200, Tom Gundersen escribió: >>> On Thu, Aug 14, 2014 at 7:16 PM, Lennart Poettering >>> wrote: So, I think with the release after the upcoming one we should jus

Re: [systemd-devel] [systemd-commits] src/bus-proxyd test/bus-policy

2014-09-26 Thread Daniel Mack
On 09/26/2014 05:05 AM, Zbigniew Jędrzejewski-Szmek wrote: > Hi, > test-bus-policy fails intermittently in 'make distcheck' > > FAIL: test-bus-policy > = > > Assertion 'policy_check_own(&p, &ucred, "org.test.test1") == true' failed at > ../src/bus-proxyd/test-bus-policy.c:58,

Re: [systemd-devel] [PATCH 1/7] make utmp/wtmp support configurable

2014-09-26 Thread Emil Renner Berthing
On 26 September 2014 04:43, Zbigniew Jędrzejewski-Szmek wrote: > On Wed, Sep 24, 2014 at 05:25:00PM +0200, Emil Renner Berthing wrote: >> For now just stub out the functions in utmp-wtmp.h >> so code will still compile. These stubs will be >> removed in the last commit in this patch series. >> ---

Re: [systemd-devel] [HEADS-UP] Intent to remove readahead from systemd

2014-09-26 Thread Tom Gundersen
On Thu, Sep 25, 2014 at 6:38 PM, Daurnimator wrote: > On 25 September 2014 10:44, Tom Gundersen wrote: >> >> I pushed the patch deleting it. > > > Please ensure > http://www.freedesktop.org/software/systemd/man/sd-readahead.html is updated > ASAP with a deprecation note. This page will go away n