A Quality of Experience and Smart Queue Management system for ISPs. Leverage CAKE to improve network responsiveness, enforce bandwidth plans, and reduce bufferbloat.
I'm trying to install and configure libreqos 1.4 on Ubuntu 22.04, but I'm not succeeding. It shows the following error:
Nov 27 18:03:59 CNE1A-SRV-0051 lqosd[1182783]: [2023-11-27T18:03:59Z INFO lqosd] LibreQoS Daemon Starting
Nov 27 18:03:59 lqosd[1182783]: [2023-11-27T18:03:59Z INFO lqos_sys::lqos_kernel] Unloading XDP/TC
Nov 27 18:03:59 lqosd[1182783]: [2023-11-27T18:03:59Z WARN lqos_sys::lqos_kernel] Attached in SKB compatibility mode. (Not so fast)
Nov 27 18:03:59 lqosd[1182783]: [2023-11-27T18:03:59Z INFO lqos_sys::cpu_map] xps_setup
Nov 27 18:03:59 lqosd[1182783]: [2023-11-27T18:03:59Z INFO lqos_sys::lqos_kernel] Unloading XDP/TC
Nov 27 18:03:59 lqosd[1182783]: [2023-11-27T18:03:59Z INFO lqos_sys::lqos_kernel] Unloading XDP/TC
Nov 27 18:03:59 lqosd[1182783]: Error: No such file or directory (os error 2)
Nov 27 18:03:59 systemd[1]: lqosd.service: Main process exited, code=exited, status=1/FAILURE
Nov 27 18:03:59 systemd[1]: lqosd.service: Failed with result 'exit-code'.
Nov 27 18:03:59 systemd[1]: lqosd.service: Scheduled restart job, restart counter is at 5.
Nov 27 18:03:59 systemd[1]: Stopped lqosd.service.
Nov 27 18:03:59 systemd[1]: lqosd.service: Start request repeated too quickly.
Nov 27 18:03:59 systemd[1]: lqosd.service: Failed with result 'exit-code'.
Nov 27 18:03:59 systemd[1]: Failed to start lqosd.service.
I'm trying to install and configure libreqos 1.4 on Ubuntu 22.04, but I'm not succeeding. It shows the following error: Nov 27 18:03:59 CNE1A-SRV-0051 lqosd[1182783]: [2023-11-27T18:03:59Z INFO lqosd] LibreQoS Daemon Starting Nov 27 18:03:59 lqosd[1182783]: [2023-11-27T18:03:59Z INFO lqos_sys::lqos_kernel] Unloading XDP/TC Nov 27 18:03:59 lqosd[1182783]: [2023-11-27T18:03:59Z WARN lqos_sys::lqos_kernel] Attached in SKB compatibility mode. (Not so fast) Nov 27 18:03:59 lqosd[1182783]: [2023-11-27T18:03:59Z INFO lqos_sys::cpu_map] xps_setup Nov 27 18:03:59 lqosd[1182783]: [2023-11-27T18:03:59Z INFO lqos_sys::lqos_kernel] Unloading XDP/TC Nov 27 18:03:59 lqosd[1182783]: [2023-11-27T18:03:59Z INFO lqos_sys::lqos_kernel] Unloading XDP/TC Nov 27 18:03:59 lqosd[1182783]: Error: No such file or directory (os error 2) Nov 27 18:03:59 systemd[1]: lqosd.service: Main process exited, code=exited, status=1/FAILURE Nov 27 18:03:59 systemd[1]: lqosd.service: Failed with result 'exit-code'. Nov 27 18:03:59 systemd[1]: lqosd.service: Scheduled restart job, restart counter is at 5. Nov 27 18:03:59 systemd[1]: Stopped lqosd.service. Nov 27 18:03:59 systemd[1]: lqosd.service: Start request repeated too quickly. Nov 27 18:03:59 systemd[1]: lqosd.service: Failed with result 'exit-code'. Nov 27 18:03:59 systemd[1]: Failed to start lqosd.service.
cat /etc/netplan/50-cloud-init.yaml network: bonds: bond0: interfaces:
macaddress:
macaddress:
bridges: br-ir254: addresses:
bond0.254 macaddress: 38:68:dd:66:b5:2a mtu: 9000 parameters: forward-delay: 15 stp: false routes:
to: 10.XX.0.0/16 via: 10.XX.YY.1
br-irbr255: addresses:
optional: true
version: 2 vlans: bond0.254: id: 254 link: bond0 mtu: 9000 bond0.255: id: 255 link: bond0 mtu: 9000 bond1.708: id: 708 link: bond1 mtu: 9216 bond2.709: id: 709 link: bond2 mtu: 9216
End of File
cat /etc/lqos.conf lqos_directory = '/opt/libreqos/src' queue_check_period_ms = 1000 node_id = "28f6305d-577e-4556-8e85-88d2f0e365b3"
[tuning] stop_irq_balance = true netdev_budget_usecs = 8000 netdev_budget_packets = 300 rx_usecs = 8 tx_usecs = 8 disable_rxvlan = true disable_txvlan = true disable_offload = [ "gso", "tso", "lro", "sg", "gro" ]
[bridge] use_xdp_bridge = true interface_mapping = [ { name = "bond2.709", redirect_to = "bond1.708", scan_vlans = false }, { name = "bond1.708", redirect_to = "bond2.709", scan_vlans = false } ] vlan_mapping = []
[usage_stats] send_anonymous = false anonymous_server = "stats.libreqos.io:9125"