apt was attempting to install nfs-kernel-server twice on reporter01. removed it and...
authorAndy Witter <awitter@georgialibraries.org>
Tue, 9 Apr 2019 14:57:21 +0000 (10:57 -0400)
committerAndy Witter <awitter@georgialibraries.org>
Tue, 9 Apr 2019 14:57:21 +0000 (10:57 -0400)
templates/apt/reporter01_apt.list
templates/setup.sh

index 16360fe..0cdde9f 100755 (executable)
@@ -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
index 26d9ba6..c883a54 100755 (executable)
@@ -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