Re: [systemd-devel] Masking .network files

2014-04-06 Thread Tom Gundersen
On Sun, Apr 6, 2014 at 3:25 AM, Leonid Isaev lis...@umail.iu.edu wrote: On Sun, 6 Apr 2014 01:12:45 +0200 Tom Gundersen t...@jklm.no wrote: So in general masking .network files (in the sense applied to unit files) does not make much sense, and will probably not behave as you would expect

Re: [systemd-devel] systemd-git Build failed

2014-04-06 Thread arnaud gaboury
On Sat, Apr 5, 2014 at 7:19 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Sat, Apr 05, 2014 at 02:00:33PM +0200, arnaud gaboury wrote: I am running Archlinux with a custom 3.18.1 Kernel. Full system is upgraded. Usually systemd-git build fine using the AUR package[1]. The last

Re: [systemd-devel] [PATCH] journal-remote-parse: avoid passing null to memchr

2014-04-06 Thread Thomas H.P. Andersen
On Sat, Apr 5, 2014 at 10:08 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Sat, Apr 05, 2014 at 09:09:47PM +0200, Thomas H.P. Andersen wrote: static int get_line(RemoteSource *source, char **line, size_t *size) { ssize_t n, remain; -char *c; +char *c =

Re: [systemd-devel] [PATCH] run systemd-tmpfiles-clean only when we have AC power

2014-04-06 Thread Kai Krakow
Tomasz Torcz to...@pipebreaker.pl schrieb: On Thu, Apr 03, 2014 at 03:42:08PM -0300, Cristian Rodríguez wrote: While it is cool to be neat and clean all the time, this task can wait if we are on battery. What if I connect my laptop to AC only when it sleeps? This will never run. I also

[systemd-devel] Netconsole NG

2014-04-06 Thread poma
/etc/sysconfig/netconsole: # This is the EnvironmentFile for the netconsole service. Starting this # service enables the capture of dmesg output on a destination machine. # Source port SRC_PORT=12345 # Source IP address SRC_IP=192.168.1.2 # Source network device SRC_DEV=enp1s2 # Destination

Re: [systemd-devel] Netconsole NG

2014-04-06 Thread Cristian Rodríguez
El 06/04/14 12:59, poma escribió: /usr/lib/systemd/system/netconsole.service: [Unit] Description=Adds the netconsole module with the configured parameters After=network.target [Service] EnvironmentFile=/etc/sysconfig/netconsole Type=simple RemainAfterExit=yes ExecStart=/usr/sbin/modprobe

Re: [systemd-devel] Netconsole NG

2014-04-06 Thread poma
On 06.04.2014 18:42, Cristian Rodríguez wrote: El 06/04/14 12:59, poma escribió: /usr/lib/systemd/system/netconsole.service: [Unit] Description=Adds the netconsole module with the configured parameters After=network.target [Service] EnvironmentFile=/etc/sysconfig/netconsole Type=simple

Re: [systemd-devel] Netconsole NG

2014-04-06 Thread Cristian Rodríguez
El 06/04/14 13:42, Cristian Rodríguez escribió: Hrmm.. a systemd-netconsole.service that could setup this is a clean race-free fashion will be a cool addition to the stack ;) The question is.. as a separate tool or an extension to networkd, which seems to be a more suitable place..

Re: [systemd-devel] Netconsole NG

2014-04-06 Thread poma
On 06.04.2014 19:40, Cristian Rodríguez wrote: El 06/04/14 13:42, Cristian Rodríguez escribió: Hrmm.. a systemd-netconsole.service that could setup this is a clean race-free fashion will be a cool addition to the stack ;) The question is.. as a separate tool or an extension to networkd,

Re: [systemd-devel] [PATCH] networkd: Introduce ipip tunnel

2014-04-06 Thread Susant Sahani
On 04/04/2014 10:00 PM, Tom Gundersen wrote: Hi Susant, Hi Tom, Thanks for reviewing . Thanks for this, looking forward getting this merged! I have some comments below though. I have addressed all your comments. However I have some queries Please find below. On Fri, Apr 4, 2014 at

Re: [systemd-devel] [PATCH] networkd: Introduce ipip tunnel

2014-04-06 Thread Susant Sahani
On 04/07/2014 10:05 AM, Susant Sahani wrote: On 04/04/2014 10:00 PM, Tom Gundersen wrote: Hi Susant, Hi Tom, + log_error_netdev(netdev, + Could not append IFLA_IPTUN_LINK attribute: %s, + strerror(-r)); +return