$ uwsgi -s /tmp/tmp.sock -M -p3 -C --chdir /home/ddarko/Pulpit/t1 -w start *** Starting uWSGI 0.9.6.5 (32bit) on [Fri Dec 10 21:24:25 2010] *** compiled with version: 4.4.5 Python version: 2.6.6 (r266:84292, Sep 15 2010, 16:02:57) [GCC 4.4.5] your memory page size is 4096 bytes allocated 412 bytes (0 KB) for 1 request's buffer. binding on UNIX socket: /tmp/tmp.sock chmod() socket to 666 for lazy and brave users your server socket listen backlog is limited to 64 connections initializing hooks...done. ...getting the applications list from the 'start' module... uwsgi.applications dictionary is not defined, trying with the "applications" one... applications dictionary is not defined, trying with the "application" callable. application 0 () ready setting default application to 0
# kill -HUP 2358 spawned uWSGI master process (pid: 2358) spawned uWSGI worker 1 (pid: 2359) spawned uWSGI worker 2 (pid: 2360) spawned uWSGI worker 3 (pid: 2361) ...gracefully killing workers... Gracefully killing worker 2360... Gracefully killing worker 2361... Gracefully killing worker 2359... binary reloading uWSGI... closing all fds > 2 (_SC_OPEN_MAX = 1024)... running uwsgi execve(): No such file or directory [uwsgi.c line 1411] :/ the same version compiled with ptyhon 3.1 works correctly. -- Łukasz Wróblewski www.nri.pl - Nowoczesne Rozwiązania Internetowe www.hostowisko.pl - Profesjonalny i tani hosting www.katalog-polskich-firm.pl - Najlepszy darmowy katalog firm _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
