Projects STRLCPY pikvm Commits 8d767d66
🤬
  • ■ ■ ■ ■ ■
    docs/faq.md
    1 1  # FAQ & Troubleshooting
    2 2   
    3  -As a first step, we recommend carefully reading our documentation on [GitHub](https://github.com/pikvm/pikvm). Most steps to successfully set up your PiKVM are already described there. If you run into any issues you can check this page which will list common errors. If that still doesn't help you you're welcome to raise an [issue ticket](https://github.com/pikvm/pikvm/issues) or [join our Discord](https://discord.gg/bpmXfz5) for further help.
    4  - 
    5  -!!! tip
    6  - If you can't find an answer to your question here, try the [Community FAQ](community_faq.md). It will be merged with this page in the future.
     3 +As a first step, we recommend carefully reading our documentation on [GitHub](https://github.com/pikvm/pikvm) or the updated [documentation](https://docs.pikvm.org). Most steps to successfully set up your PiKVM are already described there. If you run into any issues you can check this page which will list common errors. If that still doesn't help you you're welcome to raise an [issue ticket](https://github.com/pikvm/pikvm/issues) or [join our Discord](https://discord.gg/bpmXfz5) for further help.
    7 4   
    8 5   
    9 6  ## Common questions
    skipped 133 lines
    143 140   ```
    144 141  
    145 142  ??? question "I am getting a 500/503 error when I try and access the main KVM page!"
    146  - The latest images take care of these issues, please reflash and edit, otherwise follow the below.
    147  - This is due to your recent changes in your yaml file; you have to use spaces and NOT tabs.
    148  - Undo what you just did, then, `systemctl restart kvmd`, does it work again?
    149  - Review what you added and take care of [YAML syntax](https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html).
    150  -
    151  - For future edits there are some steps you can do to prevent this from happening again.
    152  - 
    153  - Make a .nanorc file and populate it with the following:
    154  - 
    155  - ```
    156  - set tabsize 4
    157  - set tabstospaces
    158  - ```
    159  - 
    160  - Now re-edit your `/etc/kvmd/override.yaml` file and just use tab to get the right spacing, you might need to delete the current leading "spaces" to ensure proper formatting.
     143 + Older images have this issue due to yaml syntax, it's advised to reflash with the newest image
     144 + This maybe due to a few of the following:
     145 + Missing /etc/kvmd/override.yaml file, to resolve `cd /etc/kvmd ; touch override.yaml`
     146 + Bad yaml syntax, edit your override.yaml file and undo what you did and restart PiKVM
    161 147   
    162 148   
    163 149  ??? question "How can I use the serial console to access to access other devices"
    skipped 24 lines
    188 174   - Reboot the pikvm
    189 175  
    190 176  ??? question "Can I run PiKVM in a docker?"
    191  - Technically it might be possible but the OS requires many specific settings that cannot be performed inside the container.
     177 + No, technically it might be possible but the OS requires many specific settings that cannot be performed inside the container.
    192 178   
    193 179  ## First steps
    194 180   
    skipped 327 lines
Please wait...
Page is in error, reload to recover