From e5a79f517afe3f31a40f73a537920155bd4231d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Thu, 26 Oct 2023 12:43:49 -0600 Subject: [PATCH] Update troubleshooting.md --- docs/TechnicalDocs/troubleshooting.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/TechnicalDocs/troubleshooting.md b/docs/TechnicalDocs/troubleshooting.md index 4b27cc551..be1cceaca 100644 --- a/docs/TechnicalDocs/troubleshooting.md +++ b/docs/TechnicalDocs/troubleshooting.md @@ -8,12 +8,18 @@ In ispConfig.py, make sure the edge and core interfaces correspond to correctly Make sure your services are running properly -- `lqos.service` +- `lqosd.service` - `lqos_node_manager` - `lqos_scheduler` Node manager and scheduler are dependent on the `lqos.service` being in a healthy, running state. +For example to check the status of lqosd, run: +```sudo systemctl status lqosd``` + +### lqosd not running or failed to start +At the command-line, type ```sudo RUST_LOG=info /opt/libreqos/src/bin/lqosd``` which will provide specifics regarding why it failed to start. + ### RTNETLINK answers: Invalid argument This tends to show up when the MQ qdisc cannot be added correctly to the NIC interface. This would suggest the NIC has insufficient RX/TX queues. Please make sure you are using the [recommended NICs](../SystemRequirements/Networking.md).