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

Im trying to make wondershaper persist after reboot, but i got this error. #87

Open
Hsys7272 opened this issue Aug 20, 2022 · 1 comment

Comments

@Hsys7272
Copy link

sudo systemctl enable --now wondershaper.service
from journalctl

systemd[1]: Starting Bandwidth shaper/Network rate limiter...
systemd[11381]: wondershaper.service: Failed to execute command: No such file or directory
systemd[11381]: wondershaper.service: Failed at step EXEC spawning /usr/sbin/wondershaper: No such file or directory
systemd[1]: wondershaper.service: Main process exited, code=exited, status=203/EXEC
systemd[1]: wondershaper.service: Failed with result 'exit-code'.
systemd[1]: Failed to start Bandwidth shaper/Network rate limiter.

@Hsys7272 Hsys7272 changed the title Im trying to make wondershaper persist after reboot, but it got this error. Im trying to make wondershaper persist after reboot, but i got this error. Aug 20, 2022
@mazzi
Copy link

mazzi commented Jun 24, 2024

Could be this /usr/sbin/wondershaper: No such file or directory
I've done ln -s /usr/local/sbin/wondershaper /usr/sbin/wondershaper and after restarting the service, worked.

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
@mazzi @Hsys7272 and others