Skip to content

Commit 08937e6

Browse files
committed
DNS and mailer notes in installation/on_debian.rst (#153)
* DNS and mailer notes in on_debian.rst * Update on_debian.rst with dhcp workaround, removed postfix workaround * Small improvements Signed-off-by: Volker Theile <[email protected]> --------- Signed-off-by: Volker Theile <[email protected]> Co-authored-by: Volker Theile <[email protected]> (cherry picked from commit 3f9d02b) Signed-off-by: Volker Theile <[email protected]>
1 parent e8975b0 commit 08937e6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

installation/on_debian.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,19 @@ reconfiguring the network using the :command:`omv-firstaid` command.
4646

4747
.. code-block:: console
4848
49-
apt-get install --yes systemd-resolved
49+
apt-get install --yes systemd-resolved psmisc
5050
systemctl enable --now systemd-resolved.service
51+
systemctl restart systemd-resolved.service
5152
resolvectl dns <INTERFACE> <DNS_SERVER_IP>
5253
54+
.. note::
55+
56+
If your IP address is configured by DHCP, the dhcp client may interfere
57+
with `systemd-resolved`, preventing the download of additional packages
58+
(``apt-get`` and ``wget`` fails).
59+
In that case, stop it with ``killall dhcpcd`` and repeat the
60+
``resolvectl dns <INTERFACE> <DNS_SERVER_IP>`` command.
61+
5362
Install the |omv| keyring manually:
5463

5564
.. code-block:: console

0 commit comments

Comments
 (0)