We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
I see nearly the same issue on Ubuntu 64-bit 19.10:
~/go/bin/comcast --latency=250 --target-bw=1000 --packet-loss=10%
sudo tc qdisc show | grep "netem" sudo tc qdisc add dev eth0 handle 10: root htb default 1 I couldn't setup the packet rules: exit status 1
Sorry, something went wrong.
If you run the commands directly, you can see the command output. For me:
sudo tc qdisc add dev eth0 handle 10: root htb default 1 Cannot find device "eth0" <--
I've faced the same issue, and I've fixed it. The fix is:
make sure the tc tool was installed on the setup (to install it run this command: sudo yum install -y iproute-tc)
make sure the NetEm was installed on the setup (to install it run this commmand: yum -y install kernel-modules-extra)
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: