From: Andy Witter Date: Tue, 9 Apr 2019 14:57:21 +0000 (-0400) Subject: apt was attempting to install nfs-kernel-server twice on reporter01. removed it and... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=014926a0a5eb6308a457a64d2192562a89432975;p=contrib%2Fpines%2Fgenasys.git apt was attempting to install nfs-kernel-server twice on reporter01. removed it and rpcbind from the default apt list --- diff --git a/templates/apt/reporter01_apt.list b/templates/apt/reporter01_apt.list index 16360fe..0cdde9f 100755 --- a/templates/apt/reporter01_apt.list +++ b/templates/apt/reporter01_apt.list @@ -1 +1 @@ -ntp gdebi-core nfs-kernel-server rpcbind nagios-nrpe-server sysstat munin-node munin-plugins-extra libwww-perl libapache2-mod-rpaf ejabberd +ntp gdebi-core nagios-nrpe-server sysstat munin-node munin-plugins-extra libwww-perl libapache2-mod-rpaf ejabberd diff --git a/templates/setup.sh b/templates/setup.sh index 26d9ba6..c883a54 100755 --- a/templates/setup.sh +++ b/templates/setup.sh @@ -806,7 +806,7 @@ then useradd -m -u 2000 -s /bin/bash opensrf fi chown -R opensrf:opensrf /storage/reports-output - $APT_TOOL install nfs-kernel-server + $APT_TOOL install nfs-kernel-server rpcbind systemctl add-wants nfs-mountd.service rpcbind.service fi