-
Notifications
You must be signed in to change notification settings - Fork 144
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
Cannot get ympd to run under unprivileged user #12
Comments
This is not a problem with ympd. You just can't bind to such low ports as an unprivileged user. I didn't verify it, but if I recally correctly it's nothing below 1024. |
Ah, so I was indeed being dumb. Changed to |
Hi, indeed as user you cannot bind to ports below 1024. But especially for that case I added the "drop privileges" feature, so ympd acquires the port as root and does Funny, this works for me:
@realG could you test this? I will investigate this bug, the order of the options should not affect anything. |
Yup, same for me, |
Hi. First off, let me say your web gui is killer, beautiful design and great layout!
I've got it running on Raspbian, but cannot seem to get it to run under an unprivileged user. Under root it works great
but
sudo ./ympd --user pi --webport 80
produces no output on the command line. I can see the process is createdbut the web interface is not reachable. Am I doing something dumb? Any help is greatly appreciated!
The text was updated successfully, but these errors were encountered: