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

Why does it need to run as root? #22

Closed
elordini opened this issue Sep 22, 2013 · 3 comments
Closed

Why does it need to run as root? #22

elordini opened this issue Sep 22, 2013 · 3 comments

Comments

@elordini
Copy link

In the example on the github front page, the mud is started as root. When I try to start it as a different user, I get an error. Why does it need to be run as root?

@shawncplus
Copy link
Member

Seemed to need root to obtain a socket. It might not absolutely be the case but I was too lazy to chase it down.

@hath995
Copy link

hath995 commented Sep 23, 2013

Any port less than 1024 is protected and root is required on most *nix based systems. The default is set to port 23, the standard telnet port, which is in the protected range. Change the port using the command line flag and it should be able to start without root.

@shawncplus
Copy link
Member

What he said

marado pushed a commit to marado/ranviermud that referenced this issue Oct 29, 2015
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