tc command gives "Error: Specified qdisc not found" on RHEL 8
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
https://access.redhat.com/solutions/3828331
tc command gives "Error: Specified qdisc not found" on RHEL 8
SOLUTION UNVERIFIED - 已更新 2019年四月23日01:38 -
环境
- Red Hat Enterprise Linux 8
问题
- Using qdisks via the
tc
command fails with the following error
Error: Specified qdisc not found
决议
- To properly use qdiscs, install the
kernel-modules-extra
package:
# yum -y install kernel-modules-extra
根源
In RHEL 8 qdiscs are shipped as kernel modules in package named kernel-modules-extra
.
/lib/modules/4.18.0-32.el8.x86_64/extra/net/sched/sch_atm.ko.xz
/lib/modules/4.18.0-32.el8.x86_64/extra/net/sched/sch_cbq.ko.xz
/lib/modules/4.18.0-32.el8.x86_64/extra/net/sched/sch_choke.ko.xz
/lib/modules/4.18.0-32.el8.x86_64/extra/net/sched/sch_drr.ko.xz
/lib/modules/4.18.0-32.el8.x86_64/extra/net/sched/sch_dsmark.ko.xz
/lib/modules/4.18.0-32.el8.x86_64/extra/net/sched/sch_gred.ko.xz
/lib/modules/4.18.0-32.el8.x86_64/extra/net/sched/sch_mqprio.ko.xz
/lib/modules/4.18.0-32.el8.x86_64/extra/net/sched/sch_multiq.ko.xz
/lib/modules/4.18.0-32.el8.x86_64/extra/net/sched/sch_netem.ko.xz
/lib/modules/4.18.0-32.el8.x86_64/extra/net/sched/sch_qfq.ko.xz
/lib/modules/4.18.0-32.el8.x86_64/extra/net/sched/sch_red.ko.xz
/lib/modules/4.18.0-32.el8.x86_64/extra/net/sched/sch_sfb.ko.xz
/lib/modules/4.18.0-32.el8.x86_64/extra/net/sched/sch_teql.ko.xz
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献9条内容
所有评论(0)