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
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.
The text was updated successfully, but these errors were encountered:
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
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.
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.
The text was updated successfully, but these errors were encountered: