You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I am actually having several issues. I am currently running Ubuntu 20.04.4 LTS for context.
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.
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.
The text was updated successfully, but these errors were encountered:
Hello!
I am actually having several issues. I am currently running Ubuntu 20.04.4 LTS for context.
go install github.com/tylertreat/comcast@latest
installation command isn't working for me; I needed to git pull the comcast repository, and thengo build comcast.go
andgo 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.comcast --device=<device name> --latency=2000
printssudo 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.
The text was updated successfully, but these errors were encountered: