Re: [systemd-devel] startup performance

2012-10-09 Thread Lennart Poettering
On Mon, 08.10.12 15:36, Allmeroth, Robert ([email protected]) wrote: > Hello, > > While playing around with systemd and our automotive setup we found that > systemd checks some kernel features at startup (from systemd 33). > static const char * const kmod_table[] = { > "autofs4

Re: [systemd-devel] startup performance

2012-10-09 Thread Lennart Poettering
On Tue, 09.10.12 14:55, Allmeroth, Robert ([email protected]) wrote: heya, > If I do the modprobe on console it's much faster than from within systemd. > The measurements show that the call to > int kmod_setup(void) { > ... > return wait_for_terminate_and_warn(cmdline[0], pid); > }

Re: [systemd-devel] startup performance

2012-10-09 Thread Allmeroth, Robert
Von: Kay Sievers [mailto:[email protected]] Gesendet: Montag, 8. Oktober 2012 21:21 An: Allmeroth, Robert Cc: [email protected] Betreff: Re: [systemd-devel] startup performance On Mon, Oct 8, 2012 at 3:36 PM, Allmeroth, Robert wrote: > While playing around with systemd and

Re: [systemd-devel] startup performance

2012-10-08 Thread Kay Sievers
On Mon, Oct 8, 2012 at 3:36 PM, Allmeroth, Robert wrote: > While playing around with systemd and our automotive setup we found that > systemd checks some kernel features at startup (from systemd 33). > > static const char * const kmod_table[] = { > "autofs4", "/sys/class/misc/autofs", >

[systemd-devel] startup performance

2012-10-08 Thread Allmeroth, Robert
Hello, While playing around with systemd and our automotive setup we found that systemd checks some kernel features at startup (from systemd 33). static const char * const kmod_table[] = { "autofs4", "/sys/class/misc/autofs", "ipv6","/sys/module/ipv6", "unix","/pro