> I have an init.d script that I use to restart my uwsgi instance by sending > a HUP signal to the process. In the past I've had no issues and it > usually > restarts the instance in a nice way. Recently I've occasionally gotten > the > following in my logs: > > worker 1 buried after 2 seconds > worker 2 buried after 3 seconds > binary reloading uWSGI... > chdir() to / > closing all non-uwsgi socket fds > 2 (max_fd = 1024)... > found fd 3 mapped to socket 0 (/var/run/uwsgi/metrics_dev.sock) > running /sites/metrics_dev/env/bin/uwsgi > Bad file descriptor (epoll.cpp:144)
this file (epoll.cpp) is not part of uWSGI sources, so i find this error pretty strange. (Could it be zeromq ?) Can you paste the whole config ? -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
