简体   繁体   中英

Linux fedora tc qdisc gets "Error: Specified qdisc not found."

I'm trying to run on Linux (fedora) this command:

sudo tc qdisc add dev enp2s0 handle 1:0 root netem delay 0 loss 1%

I checked the interface enp2s0 and the settings are fine, but I get this message:

Error: Specified qdisc not found.

what could be the problem?

Thanks

If you're using a RedHat based distro, try installing the kernel-modules-extra package. That resolved the same problem for me.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM