On 07/02/2014 06:27 PM, Игорь Дьяконов wrote: > Hello. > > I've been trying to install LFS and I've been encountering a strange > error trying to make systemd-localed to start. Here're the relevant > parts of the `localectl set-keymap` and `systemd --failed` output: > > Failed to set keymap: The name org.freedesktop.locale1 was not provided by > any .service files > * systemd-localed.service - Locale Service > Loaded: loaded (/lib/systemd/system/systemd-localed.service; static) > Active: failed (Result: exit-code) since Wed 2014-07-02 15:36:58 MSK; 34s > ago > Docs: man:systemd-localed.service(8) > man:locale.conf(5) > man:vconsole.conf(5) > http://www.freedesktop.org/wiki/Software/systemd/localed > Process: 4337 ExecStart=/lib/systemd/systemd-localed (code=exited, > status=127) > Main PID: 4337 (code=exited, status=127) > > Jul 02 15:36:58 Reyli systemd-localed[4337]: /lib/systemd/systemd-localed: > error while loading shared libraries: libpthread.so.0: cannot open shared > object file: Permission denied > Jul 02 15:36:58 Reyli systemd[1]: systemd-localed.service: main process > exited, code=exited, status=127/n/a > Jul 02 15:36:58 Reyli systemd[1]: Failed to start Locale Service. > Jul 02 15:36:58 Reyli systemd[1]: Unit systemd-localed.service entered failed > state. > > UNIT LOAD ACTIVE SUB DESCRIPTION > *org.freedesktop.locale1.busname loaded failed failed Locale Service Bus Name > *systemd-localed.service loaded failed failed Locale Service > *systemd-networkd.service loaded failed failed Network Service > *systemd-resolved.service loaded failed failed Network Name Resolution > > However `/lib/libpthread.so.0` is there and has appropriate 755 > permissions. How can I solve this? > > Regards, > Igor. > > >
Try running "ldd /lib/systemd/systemd-localed" and post the output. -- Note: My last name is not Krejzi. -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
