From e6819f2a8ce43a172618355be70ed33989790f72 Mon Sep 17 00:00:00 2001 From: cyr1l0u <164659715+cyr1l0u@users.noreply.github.com> Date: Tue, 5 Nov 2024 20:08:19 +0100 Subject: [PATCH] Add yaml resource to faq.md --- docs/faq.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/faq.md b/docs/faq.md index 7350838b..7fec892e 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -195,6 +195,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht * Missing `/etc/kvmd/override.yaml` file, to resolve it run `rw; touch /etc/kvmd/override.yaml; ro` * Bad YAML syntax, edit your `/etc/kvmd/override.yaml` file and undo what you did and restart PiKVM. +You can use a YAML validator, such as [YAMLlint](https://www.yamllint.com/) or [YAMLline](https://yamline.com/validator/), to test your configuration file and verify its structure. ??? question "How can I use the serial console to gain access to other devices" You need to stop the service which listens on the `/dev/ttyAMA0`: