Linux fedora tc qdisc 获取 "Error: Specified qdisc not found."

标签 linux fedora

我正在尝试在 Linux (fedora) 上运行此命令:

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

我检查了接口(interface) enp2s0 并且设置没问题,但我收到这条消息:

Error: Specified qdisc not found.

可能是什么问题?

谢谢

最佳答案

如果您使用的是基于 RedHat 的发行版,请尝试安装 kernel-modules-extra 软件包。这为我解决了同样的问题。

关于Linux fedora tc qdisc 获取 "Error: Specified qdisc not found.",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64755248/

相关文章:

c++ - 在具有多个接口(interface)的linux主机上接收多播

linux - 如何在启动过程后切换 linux 内核控制台?

c++ - getpwuid 不设置 errno

go - “user: Current not implemented on linux/amd64” 在 Fedora 上带有新鲜的 golang

linux - 复制到剪贴板时如何删除换行符

linux - 这个for循环出了什么问题?

linux - 如何更改内核的版本字符串?

php - 安装tomcat 8后Nginx 502 Bad Gateway错误

python - Fedora30 上 libpq.so.5 和 PQencryptPasswordConn 版本 RHPG_10 的问题

Magento安装权限问题