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
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
After installation of redsocks:
swupd bundle-add network-basic
systemctl start redsocks is having this error:
Job for redsocks.service failed because the control process exited with error code.
See "systemctl status redsocks.service" and "journalctl -xe" for details.
Looks like it's due to permission error.
Everything works fine after I removed the line
"User=nobody"
in service file:
/lib/systemd/system/redsocks.service
After installation of redsocks:
swupd bundle-add network-basic
systemctl start redsocks is having this error:
Job for redsocks.service failed because the control process exited with error code.
See "systemctl status redsocks.service" and "journalctl -xe" for details.
Looks like it's due to permission error.
Everything works fine after I removed the line
"User=nobody"
in service file:
/lib/systemd/system/redsocks.service
redsocks will start up with root permission.
Reproducible on every version.