Skip to content
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

sudo tc qdisc show | grep "netem" It looks like the packet rules are already setup #79

Open
JasonRWilson00 opened this issue Jun 7, 2022 · 2 comments

Comments

@JasonRWilson00
Copy link

Hello!
I am actually having several issues. I am currently running Ubuntu 20.04.4 LTS for context.

  1. The go install github.com/tylertreat/comcast@latest installation command isn't working for me; I needed to git pull the comcast repository, and then go build comcast.go and go install in order for the comcast command to work in my terminal. I am having to build and install each time I restart my terminal.
  2. I simply can't get the comcast command to work properly; for example running comcast --device=<device name> --latency=2000 prints sudo tc qdisc show | grep "netem" It looks like the packet rules are already setup
    and then comcast --stop prints Failed to stop packet controls.

Any advice on fixing either of these things or getting comcast working would be greatly appreciated.

@julimej
Copy link

julimej commented Oct 3, 2022

I have the same error. When running the stop it says that it fails.
How can i check by hand if something still configured.

@RaedAlyan
Copy link

RaedAlyan commented Feb 28, 2023

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)
    

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants