From 23bd1e0232ac0aedf2e94248aa2683cd7822026b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 30 Jan 2018 22:49:03 +0100 Subject: Disable NIS netgroup cache in NSCD, has been buggy in glibc since Debian jessie... --- install-itzks-workstation | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install-itzks-workstation b/install-itzks-workstation index 2a910fd..e73f288 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -71,6 +71,10 @@ sed -i 's/iface eth0 inet dhcp/#NetworkManager iface eth0 inet dhcp/' /etc/netwo # Scripted edit to /etc/default/nfs-common when script is run sed -i 's/NEED_GSSD=.*/NEED_GSSD=/' /etc/default/nfs-common +#################### +# Disable NIS netgroup cache in NSCD, has been buggy in glibc since Debian jessie... +sed -r -i /etc/nscd.conf -e "s/(\s+)enable-cache(\s+)netgroup(\s+)yes/\1enable-cache\2netgroup\3no/" + #################### # WiFi-config for NetworkManager -- cgit v1.2.3