Re: [systemd-devel] udev vs. nscd vs. /var automount

2016-04-06 Thread Łukasz Stelmach
It was <2016-04-06 śro 11:43>, when Jóhann B. Guðmundsson wrote: > On 04/06/2016 09:15 AM, Łukasz Stelmach wrote: >> I've hit a problem caused by a mix of: automounting + glibc + udev + my >> partition layout. Apparently it is impossible to make /var automountable >> because udev (which needs to en

Re: [systemd-devel] udev vs. nscd vs. /var automount

2016-04-06 Thread Jóhann B . Guðmundsson
On 04/06/2016 09:15 AM, Łukasz Stelmach wrote: Hi, I've hit a problem caused by a mix of: automounting + glibc + udev + my partition layout. Apparently it is impossible to make /var automountable because udev (which needs to enumerate devices befor mounting them) is trying to connect to /var/r

[systemd-devel] udev vs. nscd vs. /var automount

2016-04-06 Thread Łukasz Stelmach
Hi, I've hit a problem caused by a mix of: automounting + glibc + udev + my partition layout. Apparently it is impossible to make /var automountable because udev (which needs to enumerate devices befor mounting them) is trying to connect to /var/run/nscd/socket (that's actually glibc code). This a