openstack-ansible-lxc_hosts/releasenotes/notes/add-random-devices-38671b23cb1319b8.yaml
chengebj5238 4b85a07840 Correct spelling mistakes
Change-Id: I6c807c13005b8d7848322b977add3953c349b1da
2018-11-22 19:57:10 +08:00

15 lines
532 B
YAML

---
fixes:
- |
Newer releases of CentOS ship a version of libnss that depends on the existence
of /dev/random and /dev/urandom in the operating system in order to run. This
causes a problem during the cache preparation process which runs inside chroot
that does not contain this, resulting in errors with the following message.
.. code-block:: text
error: Failed to initialize NSS library
This has been resolved by introducing a /dev/random and /dev/urandom inside
the chroot-ed environment.