diff --git a/docs/faq.md b/docs/faq.md index eb9c3f63..0ae6c7d4 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -177,6 +177,7 @@ If you run into any issues you can check this page which will list common errors * 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`: