Update troubleshooting.md

This commit is contained in:
Robert Chacón
2023-08-03 15:05:10 -06:00
committed by GitHub
parent fc7dd8aeb0
commit 21e6297df0

View File

@@ -17,3 +17,8 @@ Node manager and scheduler are dependent on the `lqos.service` being in a health
### 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).
### InfluxDB "Failed to update bandwidth graphs"
The scheduler (scheduler.py) runs the InfluxDB integration within a try/except statement. If it fails to update InfluxDB, it will report "Failed to update bandwidth graphs".
To find the exact cause of the failure, please run ```python3 graphInfluxDB.py``` which will provde more specific errors.