Closed sgnsys3 closed 11 months ago
I've try to start with more verbose output
[2023-12-06T08:50:36Z INFO lqosd] LibreQoS Daemon Starting
[2023-12-06T08:50:37Z INFO lqos_sys::lqos_kernel] Unloading XDP/TC
[2023-12-06T08:50:37Z INFO lqos_sys::lqos_kernel] Attached in driver mode. (Fast)
[2023-12-06T08:50:37Z INFO lqos_sys::cpu_map] xps_setup
[2023-12-06T08:50:37Z INFO lqos_sys::lqos_kernel] Unloading XDP/TC
[2023-12-06T08:50:37Z INFO lqos_sys::lqos_kernel] Unloading XDP/TC
Error: No such file or directory (os error 2)
You need a network card that supports multiple Rx/tx queues.
On Wed, Dec 6, 2023, 2:51 AM Pureewat Kaewpoi @.***> wrote:
I've try to start with more verbose output
[2023-12-06T08:50:36Z INFO lqosd] LibreQoS Daemon Starting [2023-12-06T08:50:37Z INFO lqos_sys::lqos_kernel] Unloading XDP/TC [2023-12-06T08:50:37Z INFO lqos_sys::lqos_kernel] Attached in driver mode. (Fast) [2023-12-06T08:50:37Z INFO lqos_sys::cpu_map] xps_setup [2023-12-06T08:50:37Z INFO lqos_sys::lqos_kernel] Unloading XDP/TC [2023-12-06T08:50:37Z INFO lqos_sys::lqos_kernel] Unloading XDP/TC Error: No such file or directory (os error 2)
— Reply to this email directly, view it on GitHub https://github.com/LibreQoE/LibreQoS/issues/429#issuecomment-1842449337, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADRU435MQ3XB73RKAAKIEM3YIAW27AVCNFSM6AAAAABACVTOO2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBSGQ2DSMZTG4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>
@thebracket Thanks for reply my question
I install Ubuntu in QEMU (GNS3 with virtio nic for lab testing) and I've seen server requirements that say "Using Virtio / bridging is much slower than NIC passthrough. Virtio / bridging should not be used for large amounts of traffic."
Is virtio nic still support ?
Virtio works, but you have to configure it to have multiple tx/rx queues. It's not as fast as passing through an actual NIC, but it does work.
On Wed, Dec 6, 2023, 10:42 AM Pureewat Kaewpoi @.***> wrote:
@thebracket https://github.com/thebracket Thanks for reply my question
I install Ubuntu in QEMU (GNS3 with virtio nic) and I've seen server requirements that say "Using Virtio / bridging is much slower than NIC passthrough. Virtio / bridging should not be used for large amounts of traffic."
Is virtio nic still support ?
— Reply to this email directly, view it on GitHub https://github.com/LibreQoE/LibreQoS/issues/429#issuecomment-1843267932, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADRU435YIISTOQNUUCYX4ZDYICOAXAVCNFSM6AAAAABACVTOO2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBTGI3DOOJTGI . You are receiving this because you were mentioned.Message ID: @.***>
@thebracket Thanks for information I think I can close this issue
Hi
After installing on a fresh installation of ubuntu 22.04 libreqos is not working due to an error
Journalctl outpu
OS: Ubuntu 22.04.3 LTS Kernel: 5.15.0-89-generic Installation Method: Simple (apt install libreqos) Version: 1.4
Does anyone facing this issue ?