From: Matt Birkholz Date: Mon, 15 Jun 2026 17:02:24 +0000 (-0600) Subject: Install munin-node and emacs on Gate to avoid package downloads. X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fa4e483cfdb032d8ded968f2a388509c27d8ecc6;p=Institute Install munin-node and emacs on Gate to avoid package downloads. A recent fresh install of Debian 13 on Gate might have been configured without incident if these packages had been pre-installed. --- diff --git a/README.org b/README.org index 70ecf46..586e6a6 100644 --- a/README.org +++ b/README.org @@ -1184,7 +1184,7 @@ file is described in [[*The Ansible Configuration][The Ansible Configuration]].) : notebook$ ansible-vault encrypt_string icismassssadestm \ : notebook_ >>Secret/become.yml -With Debian freshly installed, Gate needed a couple additional +With Debian freshly installed, Gate just needed a few additional software packages. The administrator temporarily plugged Gate into a cable modem and installed them as shown below. @@ -1193,7 +1193,7 @@ cable modem and installed them as shown below. : $ sudo apt install systemd-resolved unattended-upgrades \ : _ ufw postfix wireguard lm-sensors \ -: _ nagios-nrpe-server +: _ nagios-nrpe-server munin-node emacs The host then needed to be rebooted to get its name service working again after ~systemd-resolved~ was installed. (Any help with this will @@ -7459,7 +7459,8 @@ The script starts by installing additional software packages. #!/bin/bash -e sudo apt install wireguard systemd-resolved unattended-upgrades \ - postfix ufw lm-sensors nagios-nrpe-server + postfix ufw lm-sensors nagios-nrpe-server \ + munin-node emacs #+END_SRC # A similar list of packages is installed on "The Gate Machine". diff --git a/private/test-gate-prep b/private/test-gate-prep index 1fcbae5..be042e3 100755 --- a/private/test-gate-prep +++ b/private/test-gate-prep @@ -1,7 +1,8 @@ #!/bin/bash -e sudo apt install wireguard systemd-resolved unattended-upgrades \ - postfix ufw lm-sensors nagios-nrpe-server + postfix ufw lm-sensors nagios-nrpe-server \ + munin-node emacs ( umask 377 echo "yOBdLbXh6KBwYQvvb5mhiku8Fxkqc5Cdyz6gNgjc/2U=" \