Re: Debian 10 guest not starting
Jean Weisbuch <[email protected]> Fri, 8 Nov 2019 13:53:07 +0100
| Newsgroups | gmane.linux.vserver |
|---|---|
| Message-ID | <[email protected]> |
I dont have any VServers anymore so i dont know if its a similar issue to the one i had by trying to run a Debian 10 guest on a OpenVZ 7 host (https://bugs.openvz.org/browse/OVZ-7114), having this error message when trying to start the container : relocation error: /lib/x86_64-linux-gnu/libnss_files.so.2: symbol __libc_readline_unlocked, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference To make it work you have to modify /etc/nsswitch.conf (on the guest) by adding "compat" on the "passwd:" and "group:" lines before "files" and "systemd". Related Debian bug : https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928769 ps: just realized the thread is about Debian 9 and not 10 so its probably unrelated but just in case it might also be of use with VServer i am posting it anyway :)