diff --git a/share/words.xml b/share/words.xml index df319f44..af1e1ee0 100644 --- a/share/words.xml +++ b/share/words.xml @@ -1267,6 +1267,16 @@ Failed to generate an RSA public key for the user: [#!variable!user!#]. The outp Dynamic Link Aggregation (802.3ad) Balanced Transmit Load balancing Balanced Adaptive Load balancing + Up + Down + Full + Half + Always Use Primary + Select Better + On Failure + STP Disabled + STP Enabled in Kernel + STP Enabled in User land diff --git a/tools/anvil-daemon b/tools/anvil-daemon index 18d4a5e4..46536a24 100755 --- a/tools/anvil-daemon +++ b/tools/anvil-daemon @@ -13,6 +13,8 @@ # - Add a "running: pending,yes,done,dead" and show an appropriate icon beside jobs # - Decide if holding before the main loop until 'systemctl is-system-running' returns 'running' is a good # idea or not. +# - Write the status of this and the scancore daemon to /etc/anvil/anvil.motd and symlink it to /etc/motd.d/ +# - Write a script that runs in crontab at UTC 17:00 that sends an email if Scancore or anvil-daemon are disabled. # # NOTE: # - For later; 'reboot --force --force' immediately kills the OS, like disabling ACPI on EL6 and hitting the @@ -1162,10 +1164,7 @@ sub update_striker_json my ($anvil) = @_; # Start by recording information about currently unconfigured nodes and DR hosts. - my $striker_json_body = "{\"unconfigured\":[\n"; - - # Collect data on unconfigured hosts. - my ($hosts) = $anvil->Database->get_hosts({debug => 3}); + my $striker_json_body = ""; return(0); diff --git a/tools/striker-manage-install-target b/tools/striker-manage-install-target index 7701e76d..729a908e 100755 --- a/tools/striker-manage-install-target +++ b/tools/striker-manage-install-target @@ -1491,6 +1491,7 @@ sub load_packages "kbd-misc.noarch", "kbd.x86_64", "kernel-core.x86_64", + "kernel-doc.noarch", "kernel-headers.x86_64", "kernel-modules.x86_64", "kernel-tools-libs.x86_64",