Skip to content

Commit

Permalink
Update troubleshooting.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rchac authored Oct 26, 2023
1 parent 9a41b8d commit e5a79f5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/TechnicalDocs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit e5a79f5

Please sign in to comment.