Re: [systemd-devel] networkd config for dummy0 interface

2014-07-01 Thread Matthias Schiffer
On 07/01/2014 01:58 PM, Tom Gundersen wrote: > On Mon, Jun 30, 2014 at 11:47 PM, Matthias Schiffer > wrote: >> On 06/24/2014 12:25 PM, Tom Gundersen wrote: >>> On Tue, Jun 24, 2014 at 12:14 PM, Vasiliy Tolstov >>> wrote: >>>> Hi. I have very strange t

Re: [systemd-devel] networkd config for dummy0 interface

2014-06-30 Thread Matthias Schiffer
On 07/01/2014 05:56 AM, Christian Hesse wrote: > Matthias Schiffer on Mon, 2014/06/30 23:47: >> On 06/24/2014 12:25 PM, Tom Gundersen wrote: >>> On Tue, Jun 24, 2014 at 12:14 PM, Vasiliy Tolstov >>> wrote: >>>> Hi. I have very strange task: >>&g

Re: [systemd-devel] networkd config for dummy0 interface

2014-06-30 Thread Matthias Schiffer
On 06/24/2014 12:25 PM, Tom Gundersen wrote: > On Tue, Jun 24, 2014 at 12:14 PM, Vasiliy Tolstov wrote: >> Hi. I have very strange task: > > Not tested, but I would start with trying: > >> 1) Nedd modprobe dummy > > Use modules-load.d > >> 2) Assign specific mac address to it > > Possibly use

Re: [systemd-devel] systemd-networkd: setting the MAC address for a .netdev unit?

2014-05-12 Thread Matthias Schiffer
>>> This should really be added as AFAICT there is currently no way to match >>> on virtual devices like briges, TAP devices, batman-adv devices, etc... >>> which have neither a persistent MAC address nor an ID_PATH to match on. >> >> So I think what we should do here is to allow MAC address (and o

Re: [systemd-devel] systemd-networkd: setting the MAC address for a .netdev unit?

2014-04-22 Thread Matthias Schiffer
On 04/22/2014 04:07 PM, Tom Gundersen wrote: > Hi Matthias, > > On Fri, Apr 18, 2014 at 1:08 AM, Matthias Schiffer > wrote: >> On 04/18/2014 12:14 AM, Matthias Schiffer wrote: >>> On 04/17/2014 11:28 PM, Dave Reisner wrote: >>>> On Thu, Apr 17, 2014 at 11

Re: [systemd-devel] systemd-networkd: setting the MAC address for a .netdev unit?

2014-04-17 Thread Matthias Schiffer
On 04/18/2014 12:14 AM, Matthias Schiffer wrote: > On 04/17/2014 11:28 PM, Dave Reisner wrote: >> On Thu, Apr 17, 2014 at 11:02:11PM +0200, Matthias Schiffer wrote: >>> Hi, >>> I'd like to configure the MAC address of a bridge device statically (as >>>

Re: [systemd-devel] systemd-networkd: setting the MAC address for a .netdev unit?

2014-04-17 Thread Matthias Schiffer
On 04/17/2014 11:28 PM, Dave Reisner wrote: > On Thu, Apr 17, 2014 at 11:02:11PM +0200, Matthias Schiffer wrote: >> Hi, >> I'd like to configure the MAC address of a bridge device statically (as >> bridges tend to change their MAC address depending on the order the &

[systemd-devel] systemd-networkd: setting the MAC address for a .netdev unit?

2014-04-17 Thread Matthias Schiffer
Hi, I'd like to configure the MAC address of a bridge device statically (as bridges tend to change their MAC address depending on the order the ports are added on Linux otherwise), but there doesn't seem to be a way to match for a bridge in a .link unit. This would be very useful for macvlans as we

Re: [systemd-devel] Forgot break in switch? (+ PATCH)

2010-10-01 Thread Matthias Schiffer
the switch when I have a failing timer unit and call daemon-reload. On 09/29/2010 03:23 PM, Matthias Schiffer wrote: > Hi, > the single semicolon in timer.c:433 (git ee95669) looks strange, was it > meant to be a break? > > This causes systemd to crash at the assertion on my Arch s

[systemd-devel] Forgot break in switch?

2010-09-29 Thread Matthias Schiffer
Hi, the single semicolon in timer.c:433 (git ee95669) looks strange, was it meant to be a break? This causes systemd to crash at the assertion on my Arch system whenever I call daemon-reload (yes, I have some failing units, I haven't set up everything correctly for Arch yet; I think, this is conn

[systemd-devel] [PATCH] Arch Linux: Don't crash because of double free when services are disabled in rc.conf

2010-09-27 Thread Matthias Schiffer
--- src/service.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/service.c b/src/service.c index 021bc86..c58536d 100644 --- a/src/service.c +++ b/src/service.c @@ -2731,6 +2731,7 @@ static int service_enumerate(Manager *m) { STRV_FOREACH(p, arch_daem