-
Notifications
You must be signed in to change notification settings - Fork 196
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
Error code=exited status=203/exec #2155
Comments
Can you check |
It is not a SELinux related problem |
If you watch |
It's probably an issue either with the shebang line in |
That fixed it! Thanks a lot! It was the shebang line. I wasn't specifying the shell |
Thanks! I should try and contact the Landchad maintainers to remove the |
@termermc ^ thanks for your work on the landchad guide! Would you be able to update the guide according to the above recommendation? I think you would just have to delete the instruction to create
since you're already setting |
I made a specific user for running ergo called "ergo" :)
When i go into this user and cd into the server direcory and run "./ergo run" everything works well... but I tried to create a service so the server would start when I turn de pc on. I do systemctl enable ergo and systemctl start ergo and dont get any error messages but when I do systemctl status ergo it shows this
ergo.service - Ergo IRC server Loaded: loaded (/etc/systemd/system/ergo.service; enabled; preset: enabled) Active: failed (Result: exit-code) since Wed 2024-05-22 13:47:11 WEST; 4s ago Duration: 2ms Process: 3874143 ExecStart=/home/ergo/server/start.sh (code=exited, status=203/EXEC) Main PID: 3874143 (code=exited, status=203/EXEC) CPU: 1ms
I followed this guide https://landchad.net/irc/ and on the end of the "Connecting to the server" section there is a ergo.service example and I just copied and paste. (Yes the server is also on the same "server" directory like in the guide)
The text was updated successfully, but these errors were encountered: