<div dir="auto"><div>OK it works with mounting it with a - - bind from the host.<div dir="auto"><br></div><div dir="auto">Thanks a lot. </div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le lun. 23 déc. 2019 à 18:52, Serge E. Hallyn <<a href="mailto:serge@hallyn.com">serge@hallyn.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, Dec 23, 2019 at 11:17:16AM +0100, Jorge Samuel wrote:<br>
> Hi folks, I tried to create a LXC container on CentOS7.5 with centos<br>
> template and lxc-create<br>
> It works with a minimal Centos 7.5 minimal ISO.<br>
> So I tried to make a Kickstart to install Centos 7.5. It works.<br>
> But now when I tried to  create a LXC container on CentOS7.5  with centos<br>
> template  and lxc-create, I have an error message like this:<br>
> <br>
> <br>
> <br>
> I am getting error when installing updates or patches in RHEL-7.7.3..<br>
> <br>
> error: Failed to initialize NSS library<br>
<br>
This is a tell-tale sign that your container does not have /dev/urandom.<br>
Providing that should fix it.  (You can use an lxc.mount.entry to bind<br>
mount the host one, or mknod it in the rootfs)<br>
<br>
> There was a problem importing one of the Python modules<br>
> <br>
> required to run yum. The error leading to this problem was:<br>
> <br>
> <br>
>    cannot import name ts.<br>
> <br>
> Yum seems broken.<br>
> <br>
> <br>
> Why I have this differences from normal installation from an ISO and<br>
> Kickstart Install because I have the same packages core installed?<br>
> <br>
> Many Thanks.<br>
<br>
> _______________________________________________<br>
> lxc-users mailing list<br>
> <a href="mailto:lxc-users@lists.linuxcontainers.org" target="_blank" rel="noreferrer">lxc-users@lists.linuxcontainers.org</a><br>
> <a href="http://lists.linuxcontainers.org/listinfo/lxc-users" rel="noreferrer noreferrer" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-users</a><br>
<br>
_______________________________________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org" target="_blank" rel="noreferrer">lxc-users@lists.linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" rel="noreferrer noreferrer" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-users</a><br>
</blockquote></div></div></div>