On Fri, 03.07.15 05:05, RayBloodworth ([email protected]) wrote:

> Hi, everyone
>  
>     I'm optimizing booting performance of my system.
>  
>     systemd version: 208

This is ancient. Please report only issues with very recent releases
of systemd upstream, thanks!

>     platform: freescale i.MX6D Cortex-A9
>  
>     I found "systemd-logind.service" takes about 3.7s for starting.
>     Then I added many logs about system time and found that method 
> "manager_connect_bus()" in logind.c takes 2.4718s.
>  
>     Method "dbus_bus_get_private()" in  "manager_connect_bus()"  blocks 2.3s 
> ...
>  
>     Could anyone help me with this issue?

Most likely logind is just blocking on dbus-daemon to start up fully,
and that's the actualy culprit for you.

Lennart

-- 
Lennart Poettering, Red Hat
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to