-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
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
I couldn't setup the packet rules: %s exit status 2 #41
Comments
Can you run the commands manually?
|
root@ubuntu:~# tc qdisc add dev eth0 handle 10: root htb |
I have a similiar problem on Arch.
|
With those parameters, these are the generated commands (you can get the raw command output if you use the --dry-run paramter)
Can you try to set those up and see which one it falls over with? |
I updated comcast and |
Here |
root@ubuntu:~# comcast --device=eth0 --latency=250 --target-bw=1000 --packet-loss=10%
sudo tc qdisc show | grep "netem"
sudo tc qdisc add dev eth0 handle 10: root htb
I couldn't setup the packet rules: %s exit status 2
The text was updated successfully, but these errors were encountered: