minor correction

typo correction
This commit is contained in:
marcpezin
2017-06-27 14:23:00 +02:00
committed by GitHub
parent 95f71adcef
commit 2646fa9eda

View File

@@ -1,6 +1,6 @@
# Common errors and troubleshooting
## Recommandation
## Recommendation
If you think you have a problem with your XOA, start by typing`xoa check`command in your terminal:
```
@@ -13,7 +13,7 @@ $ xoa check
✔ Appliance registration
✔ Internet connectivity
```
If the result you have is completely different than that, or if error messages are display, lost packets, etc., you have, indeed, a problem. The next step should be to check in this document if there is an existing troubleshooting for the problem you have.
If the result you have is completely different from that, or if error messages are displayed, lost packets, etc., you have, indeed, a problem. The next step should be to check in this document if there is an existing troubleshooting for the problem you have.
> You can also access the log by using this command: `$ tail -f /var/log/syslog` ([learn more](https://xen-orchestra.com/docs/logs.html))