Re: [systemd-devel] [PATCH 2/2] path-lookup: don't hardcode .config

2014-04-13 Thread Tanu Kaskinen
On Sat, 2014-04-12 at 19:30 +0200, Zbigniew Jędrzejewski-Szmek wrote: On Sat, Apr 12, 2014 at 08:37:39AM +0300, Tanu Kaskinen wrote: If XDG_CONFIG_HOME is set, then we should respect that. --- src/shared/path-lookup.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff

[systemd-devel] NetworkManager systemd-networkd - Side by Side

2014-04-13 Thread poma
$ systemctl is-enabled NetworkManager systemd-networkd enabled enabled $ systemctl is-active NetworkManager systemd-networkd active active $ file /etc/NetworkManager/NetworkManager.conf /etc/NetworkManager/NetworkManager.conf: symbolic link to `/etc/NetworkManager/conf.d/keyfile-plugin.conf' $

[systemd-devel] [PATCH] sd-dhcp-client: log positive error number

2014-04-13 Thread Umut Tezduyar Lindskog
Log error no for such client_stop(client, DHCP_EVENT_STOP) --- src/libsystemd-network/sd-dhcp-client.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/libsystemd-network/sd-dhcp-client.c b/src/libsystemd-network/sd-dhcp-client.c index 4892203..9715953 100644 ---

Re: [systemd-devel] [PATCH] sd-dhcp-client: log positive error number

2014-04-13 Thread Tom Gundersen
Hm, why? Are not error messages more useful? On 13 Apr 2014 12:53, Umut Tezduyar Lindskog umut.tezdu...@axis.com wrote: Log error no for such client_stop(client, DHCP_EVENT_STOP) --- src/libsystemd-network/sd-dhcp-client.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff

Re: [systemd-devel] [PATCH] sd-dhcp-client: log positive error number

2014-04-13 Thread Umut Tezduyar Lindskog
On Sun, Apr 13, 2014 at 1:16 PM, Tom Gundersen t...@jklm.no wrote: Hm, why? Are not error messages more useful? What is going to be the mapping for DHCP_EVENT_STOP? log_dhcp_client(client, STOPPED: %s, strerror(-DHCP_EVENT_STOP)); On 13 Apr 2014 12:53, Umut Tezduyar Lindskog

Re: [systemd-devel] [PATCH] libnetworkd: only allow positive ifindex

2014-04-13 Thread Umut Tezduyar Lindskog
Hi, On Sat, Apr 12, 2014 at 10:46 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Sat, Apr 12, 2014 at 09:59:52PM +0200, Tom Gundersen wrote: On Sat, Apr 12, 2014 at 7:26 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Sat, Apr 12, 2014 at 01:19:48PM +0200, Umut

[systemd-devel] pci.ids confusion

2014-04-13 Thread Jerome Leclanche
Hi list This is a followup of a chat on #systemd. The pciids-devel list is dead and someone recommended I post here instead. While browsing some debug logs, I came accross a confusing message: systemd[1]: Found device M4A785TD Motherboard. I was even more confused since I don't actually have a

Re: [systemd-devel] [PATCH] sd-dhcp-client: log positive error number

2014-04-13 Thread Tom Gundersen
On Sun, Apr 13, 2014 at 2:11 PM, Umut Tezduyar Lindskog u...@tezduyar.com wrote: On Sun, Apr 13, 2014 at 1:16 PM, Tom Gundersen t...@jklm.no wrote: Hm, why? Are not error messages more useful? What is going to be the mapping for DHCP_EVENT_STOP? log_dhcp_client(client, STOPPED: %s,

Re: [systemd-devel] systemd-networkd bridge with DHCP *NOT*working

2014-04-13 Thread Henrik /KaarPoSoft
On 03/22/2014 10:41 AM, Tom Gundersen wrote: On Sat, Mar 22, 2014 at 5:06 AM, poma pomidorabelis...@gmail.com wrote: systemd-networkd bridge dhcp OK https://bugzilla.redhat.com/attachment.cgi?id=877526 Thanks for reporting back. Cheers, Tom Dear all, I started this thread about a month

Re: [systemd-devel] systemd-networkd bridge with DHCP *NOT*working

2014-04-13 Thread Tom Gundersen
On Mon, Apr 14, 2014 at 12:12 AM, Henrik /KaarPoSoft hen...@kaarposoft.dk wrote: On 03/22/2014 10:41 AM, Tom Gundersen wrote: On Sat, Mar 22, 2014 at 5:06 AM, poma pomidorabelis...@gmail.com wrote: systemd-networkd bridge dhcp OK https://bugzilla.redhat.com/attachment.cgi?id=877526

[systemd-devel] [PATCH] systemctl: allow to change the default target without the --force switch

2014-04-13 Thread Djalal Harouni
Currently systemctl set-default will fail to change the default target due to the 'default.target' being a symlink which is always the case. To work around this, the user must specify the --force switch to be able to overwrite the existing symlink. This is clearly a regression that was

[systemd-devel] [PATCH 2/2] sd-rtnl: fix test cases for rtnl tunnel attr

2014-04-13 Thread Susant Sahani
This patch fix the test cases for tunneling type safe address rtnl attributes and enhances module loading support . --- src/test/test-rtnl-manual.c | 49 + 1 file changed, 36 insertions(+), 13 deletions(-) diff --git a/src/test/test-rtnl-manual.c

[systemd-devel] [PATCH 1/2] networkd: ipip tunell add address support

2014-04-13 Thread Susant Sahani
This patch extends supports to configure address for ipip tunnel patch. File: ipip.network [Match] Name=em1 [Network] Tunnel=ipip-tun Address=192.168.10.24 --- src/network/networkd-address.c | 8 +++- src/network/networkd-link.c| 1 + 2 files changed, 8 insertions(+), 1 deletion(-)