From 7177dd1c802aa57dc054ce90cd27faba0f5fe83b Mon Sep 17 00:00:00 2001 From: ebner Date: Wed, 29 Nov 2023 17:08:06 +0100 Subject: [PATCH] add troubleshooting tip for tftp server --- infrastructure-guide/boot_server.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/infrastructure-guide/boot_server.md b/infrastructure-guide/boot_server.md index 9fc8e646..1062b26c 100644 --- a/infrastructure-guide/boot_server.md +++ b/infrastructure-guide/boot_server.md @@ -1 +1,9 @@ # Boot Server + +## Troubleshooting + +To troubleshoot the tftp server / tftp queries check the tftpserver logs as follows: + +```bash +journalctl -u tftp.service +```