unbit / uwsgi

uWSGI application server container
http://projects.unbit.it/uwsgi
Other
3.45k stars 691 forks source link

Valid system uid and gid cause "cursed" instance #667

Closed francescortiz closed 10 years ago

francescortiz commented 10 years ago

If the linux system username or the group start with a number the uwsgi instances get cursed and do not launch.

unbit commented 10 years ago

are you in tyrant mode ?

francescortiz commented 10 years ago

This is what I run:

/usr/bin/uwsgi -d /var/log/uwsgi.log -M --emperor 'glob:///home//uwsgi/.ini' --pidfile $PIDFILE

Then in the ini file I set the uid and gid.

unbit commented 10 years ago

can you check if the patch works for you ?

francescortiz commented 10 years ago

I have already renamed the user and everything related to it. When I have some free time I will test it again.