Re: [systemd-devel] /sys/subsystem device dependency not working

2011-08-24 Thread Albert Strasheim
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

Re: [systemd-devel] /sys/subsystem device dependency not working

2011-08-23 Thread Lennart Poettering
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

Re: [systemd-devel] /sys/subsystem device dependency not working

2011-08-23 Thread Lennart Poettering
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

Re: [systemd-devel] /sys/subsystem device dependency not working

2011-08-19 Thread Albert Strasheim
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

[systemd-devel] /sys/subsystem device dependency not working

2011-08-18 Thread Albert Strasheim
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