Hello
On Wed, Aug 24, 2011 at 1:41 AM, Lennart Poettering
wrote:
> On Thu, 18.08.11 22:03, Albert Strasheim (full...@gmail.com) wrote:
>> Hello all
>> I am trying to use systemd-26 to configure a network device.
>> I've decided to try this instead of the standard Fedora init scripts
>> because I
On Fri, 19.08.11 16:48, Albert Strasheim (full...@gmail.com) wrote:
> it does a goto fail at this point:
>
> 151 if ((r = hashmap_put(u->meta.manager->units, s, u)) < 0) {
> (gdb) n
> 152 set_remove(u->meta.names, s);
> (gdb) n
> 153 goto fail;
>
> where s = strdup(text), and text contains the a
On Thu, 18.08.11 22:03, Albert Strasheim (full...@gmail.com) wrote:
> Hello all
>
> I am trying to use systemd-26 to configure a network device.
>
> I've decided to try this instead of the standard Fedora init scripts
> because I want the network configuration to depend on a kernel command
> lin
Hello again
On Thu, Aug 18, 2011 at 10:03 PM, Albert Strasheim wrote:
> I am trying to use systemd-26 to configure a network device.
>
> I've decided to try this instead of the standard Fedora init scripts
> because I want the network configuration to depend on a kernel command
> line argument (w
Hello all
I am trying to use systemd-26 to configure a network device.
I've decided to try this instead of the standard Fedora init scripts
because I want the network configuration to depend on a kernel command
line argument (which should be possible as soon as
ConditionKernelCommandLine=foo=bar