[systemd-devel] Warning to Distros: NetworkManager + systemd + nscd + nmcli deadlock issue on boot.

2012-04-02 Thread Colin Guthrie
Hi, Figured I'd send this as I discovered a deadlock on boot (resulting in timeouts) that could potentially affect other distros too. It relates to this: http://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/src/backends/NetworkManagerRedHat.c (I've highlighted the RedHat one here, but

Re: [systemd-devel] Warning to Distros: NetworkManager + systemd + nscd + nmcli deadlock issue on boot.

2012-04-02 Thread Michal Schmidt
Colin Guthrie wrote: So in this situation, as systemd is aiming for network.target, but it's not actually reached it yet, systemctl condrestart nscd appears to hang, presumably waiting for network.target to be reached (as nscd.service is ordered After network.target). Does reverting commit

Re: [systemd-devel] Warning to Distros: NetworkManager + systemd + nscd + nmcli deadlock issue on boot.

2012-04-02 Thread Colin Guthrie
'Twas brillig, and Michal Schmidt at 02/04/12 14:47 did gyre and gimble: Colin Guthrie wrote: So in this situation, as systemd is aiming for network.target, but it's not actually reached it yet, systemctl condrestart nscd appears to hang, presumably waiting for network.target to be reached (as

Re: [systemd-devel] Warning to Distros: NetworkManager + systemd + nscd + nmcli deadlock issue on boot.

2012-04-02 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 02/04/12 14:56 did gyre and gimble: 'Twas brillig, and Michal Schmidt at 02/04/12 14:47 did gyre and gimble: Colin Guthrie wrote: So in this situation, as systemd is aiming for network.target, but it's not actually reached it yet, systemctl condrestart nscd