Re: [OE-core] [PATCH 1/1] libpam: add system-auth in case of systemd

2014-11-04 Thread ChenQi
On 10/31/2014 03:22 PM, Koen Kooi wrote: Op 31 okt. 2014, om 03:59 heeft ChenQi het volgende geschreven: On 10/30/2014 09:27 PM, Koen Kooi wrote: Op 30 okt. 2014, om 10:08 heeft Chen Qi het volgende geschreven: systemd needs this file to be there because one of its configuration file in pa

Re: [OE-core] [PATCH 1/1] libpam: add system-auth in case of systemd

2014-10-31 Thread Koen Kooi
> Op 31 okt. 2014, om 03:59 heeft ChenQi het volgende > geschreven: > > On 10/30/2014 09:27 PM, Koen Kooi wrote: >>> Op 30 okt. 2014, om 10:08 heeft Chen Qi het >>> volgende geschreven: >>> >>> systemd needs this file to be there because one of its configuration file >>> in pam.d, systemd-us

Re: [OE-core] [PATCH 1/1] libpam: add system-auth in case of systemd

2014-10-30 Thread ChenQi
On 10/31/2014 10:59 AM, ChenQi wrote: On 10/30/2014 09:27 PM, Koen Kooi wrote: Op 30 okt. 2014, om 10:08 heeft Chen Qi het volgende geschreven: systemd needs this file to be there because one of its configuration file in pam.d, systemd-user, requires it. Otherwise, we would have errors like

Re: [OE-core] [PATCH 1/1] libpam: add system-auth in case of systemd

2014-10-30 Thread ChenQi
On 10/30/2014 09:27 PM, Koen Kooi wrote: Op 30 okt. 2014, om 10:08 heeft Chen Qi het volgende geschreven: systemd needs this file to be there because one of its configuration file in pam.d, systemd-user, requires it. Otherwise, we would have errors like below. systemd: PAM _pam_load_conf_

Re: [OE-core] [PATCH 1/1] libpam: add system-auth in case of systemd

2014-10-30 Thread Koen Kooi
> Op 30 okt. 2014, om 10:08 heeft Chen Qi het volgende > geschreven: > > systemd needs this file to be there because one of its configuration file > in pam.d, systemd-user, requires it. Otherwise, we would have errors like > below. > >systemd: PAM _pam_load_conf_file: unable to open /etc/p

[OE-core] [PATCH 1/1] libpam: add system-auth in case of systemd

2014-10-30 Thread Chen Qi
systemd needs this file to be there because one of its configuration file in pam.d, systemd-user, requires it. Otherwise, we would have errors like below. systemd: PAM _pam_load_conf_file: unable to open /etc/pam.d/system-auth Signed-off-by: Chen Qi --- meta/recipes-extended/pam/libpam/pam.