38b333ba30
Change-Id: Ia5a65510c58972c07a74c74eec3ab52aa82eedec
15 lines
532 B
YAML
15 lines
532 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Newer releases of CentOS ship a version of libnss that depends on the existance
|
|
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.
|