On Sun, Apr 6, 2014 at 3:25 AM, Leonid Isaev wrote:
> On Sun, 6 Apr 2014 01:12:45 +0200
> Tom Gundersen 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 from knowing unit files.
On Sat, Apr 5, 2014 at 7:19 PM, Zbigniew Jędrzejewski-Szmek
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 two
>> builds
On Sat, Apr 5, 2014 at 10:08 PM, Zbigniew Jędrzejewski-Szmek
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 = NULL;
>>
Tomasz Torcz 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 don't think c
/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 po
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 netco
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/netconsol
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..
NetConso
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 netwo
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 1
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));
+retur
11 matches
Mail list logo