From c3b646b248f9dcf3a3a0cbc1272fcd0fdf788b22 Mon Sep 17 00:00:00 2001
From: gh-actions
Date: Thu, 31 Oct 2024 20:58:42 +0000
Subject: [PATCH] Updates
---
.../_sources/contents/configuration.rst.txt | 3 +--
.../_sources/contents/initialization.rst.txt | 19 -----------------
.../development-environment-kvm.rst.txt | 4 +---
.../development-environment-vagrant.rst.txt | 2 +-
.../development-environment-vbox.rst.txt | 4 +---
docs/main/contents/configuration.html | 3 +--
docs/main/contents/initialization.html | 21 +------------------
.../development-environment-kvm.html | 4 +---
.../development-environment-vagrant.html | 2 +-
.../development-environment-vbox.html | 4 +---
docs/main/searchindex.js | 2 +-
11 files changed, 10 insertions(+), 58 deletions(-)
diff --git a/docs/main/_sources/contents/configuration.rst.txt b/docs/main/_sources/contents/configuration.rst.txt
index 238f8bc9..37c7e3b0 100644
--- a/docs/main/_sources/contents/configuration.rst.txt
+++ b/docs/main/_sources/contents/configuration.rst.txt
@@ -114,8 +114,7 @@ explained as follows:
services.)
* ``warewulf:syslog``: This determines whether Warewulf server logs go
- to syslog or are written directly to a log file. (e.g.,
- ``/var/log/warewulfd.log``)
+ to syslog.
* ``nfs:export paths``: Warewulf can automatically set up these NFS
exports.
diff --git a/docs/main/_sources/contents/initialization.rst.txt b/docs/main/_sources/contents/initialization.rst.txt
index 6d56a42f..79a374f5 100644
--- a/docs/main/_sources/contents/initialization.rst.txt
+++ b/docs/main/_sources/contents/initialization.rst.txt
@@ -48,22 +48,3 @@ systemd service:
.. code-block:: console
# systemctl enable --now warewulfd
-
-You can also check and control the Warewulf service using the ``wwctl``
-command line program as follows:
-
-.. code-block:: console
-
- # wwctl server status
-
-.. note::
-
- If the Warewulf service is running via systemd, restarting
- stopping, and starting it from the ``wwctl`` command may result in
- unexpected results.
-
-Logs
-----
-
-The Warewulf server logs are by default written to
-``/var/log/warewulfd.log``.
diff --git a/docs/main/_sources/contributing/development-environment-kvm.rst.txt b/docs/main/_sources/contributing/development-environment-kvm.rst.txt
index 3f981652..1abd3e99 100644
--- a/docs/main/_sources/contributing/development-environment-kvm.rst.txt
+++ b/docs/main/_sources/contributing/development-environment-kvm.rst.txt
@@ -121,8 +121,6 @@ Build and install Warewulf on wwdev
sudo wwctl overlay build -a
# Start the Warewulf daemon
- sudo wwctl ready
- sudo wwctl server start
- sudo wwctl server status
+ sudo wwctl server &
Boot your node and watch the bash and the output of the Warewulfd process
diff --git a/docs/main/_sources/contributing/development-environment-vagrant.rst.txt b/docs/main/_sources/contributing/development-environment-vagrant.rst.txt
index 40c0c4d8..8d8944b7 100644
--- a/docs/main/_sources/contributing/development-environment-vagrant.rst.txt
+++ b/docs/main/_sources/contributing/development-environment-vagrant.rst.txt
@@ -223,7 +223,7 @@ Vagrantfile
systemd name: nfs-server
CONF
- sed -i 's@ExecStart=/usr/bin/wwctl server start@ExecStart=/usr/bin/wwctl server start -d -v@' /usr/lib/systemd/system/warewulfd.service
+ sed -i 's@ExecStart=/usr/bin/wwctl server@ExecStart=/usr/bin/wwctl server -d -v@' /usr/lib/systemd/system/warewulfd.service
systemctl enable --now warewulfd
wwctl configure --all
diff --git a/docs/main/_sources/contributing/development-environment-vbox.rst.txt b/docs/main/_sources/contributing/development-environment-vbox.rst.txt
index 17c9f16b..577bae52 100644
--- a/docs/main/_sources/contributing/development-environment-vbox.rst.txt
+++ b/docs/main/_sources/contributing/development-environment-vbox.rst.txt
@@ -137,9 +137,7 @@ I have VirtualBox running on my desktop.
sudo wwctl overlay build -a
# Start the Warewulf daemon
- sudo wwctl ready
- sudo wwctl server start
- sudo wwctl server status
+ sudo wwctl server &
4. Create a new guest VM instance inside the VirtualBox to be the
Warewulf client/compute node. Under the system configuration make
diff --git a/docs/main/contents/configuration.html b/docs/main/contents/configuration.html
index 1c6e00a1..0bac301b 100644
--- a/docs/main/contents/configuration.html
+++ b/docs/main/contents/configuration.html
@@ -220,8 +220,7 @@ warewulf.conf
+to syslog.
nfs:export paths
: Warewulf can automatically set up these NFS
exports.
container mounts
: These paths are mounted into the container
diff --git a/docs/main/contents/initialization.html b/docs/main/contents/initialization.html
index 1ad9c195..95b6155e 100644
--- a/docs/main/contents/initialization.html
+++ b/docs/main/contents/initialization.html
@@ -56,10 +56,7 @@
Controlling Warewulf (wwctl)
Warewulf Initialization
Container Management
@@ -160,22 +157,6 @@ Warewulf Service