3

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

ADL
  • 114
  • 1
  • 3
  • 9
  • I got the same when I run that command in a RedHat UBI image hosted in Centos8, but not on the same image when hosted on my mac. very weird – fabiog1901 Dec 07 '20 at 21:05

1 Answers1

4

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