Il giorno 17/apr/2012, alle ore 12:57, Łukasz Wróblewski ha scritto: > 2012-04-17 12:52:38 - ...gracefully killing workers... > 2012-04-17 12:52:38 - Gracefully killing worker 1 (pid: 218192)... > 2012-04-17 12:52:38 - Gracefully killing worker 3 (pid: 218194)... > 2012-04-17 12:52:38 - Gracefully killing worker 2 (pid: 218193)... > 2012-04-17 12:52:39 - binary reloading uWSGI... > 2012-04-17 12:52:39 - chdir() to ... > 2012-04-17 12:52:39 - closing all non-uwsgi socket fds > 2 (max_fd = 1024)... > 2012-04-17 12:52:39 - found fd 4 mapped to socket 0 (127.0.0.1:38517) > 2012-04-17 12:52:39 - running ... > [uWSGI] getting INI configuration from config.ini > 2012-04-17 12:52:41 - *** Starting uWSGI 1.1.3 (64bit) on [Tue Apr 17 > 12:52:41 2012] *** > 2012-04-17 12:52:41 - compiled with version: 4.4.5 on 13 April 2012 10:38:13 > 2012-04-17 12:52:41 - current working directory: ... > 2012-04-17 12:52:41 - detected binary path: ... > 2012-04-17 12:52:41 - uWSGI running as root, you can use --uid/--gid/--chroot > options > 2012-04-17 12:52:41 - *** WARNING: you are running uWSGI as root !!! (use the > --uid flag) *** > 2012-04-17 12:52:41 - your memory page size is 4096 bytes > 2012-04-17 12:52:41 - detected max file descriptor number: 1024 > 2012-04-17 12:52:41 - lock engine: pthread mutexes > 2012-04-17 12:52:41 - uWSGI http bound on :84 fd 5 > 2012-04-17 12:52:41 - uwsgi socket 0 bound to TCP address 127.0.0.1:47077 > (port auto-assigned) fd 3 > 2012-04-17 12:52:41 - Python version: 3.1.3 (r313:86834, Nov 28 2010, > 10:15:50) [GCC 4.4.5] > 2012-04-17 12:52:41 - Python main interpreter initialized at 0x1a32b00 > 2012-04-17 12:52:41 - your server socket listen backlog is limited to 100 > connections > 2012-04-17 12:52:41 - *** Operational MODE: preforking *** > 2012-04-17 12:52:42 - WSGI app 0 (mountpoint='') ready in 1 seconds on > interpreter 0x1a32b00 pid: 218187 (default app) > 2012-04-17 12:52:42 - gracefully (RE)spawned uWSGI master process (pid: > 218187) > 2012-04-17 12:52:42 - spawned uWSGI worker 1 (pid: 428133, cores: 1) > 2012-04-17 12:52:42 - spawned uWSGI worker 2 (pid: 428134, cores: 1) > 2012-04-17 12:52:42 - epoll_ctl(): Bad file descriptor [event.c line 196] > 2012-04-17 12:52:42 - spawned uWSGI worker 3 (pid: 428135, cores: 1) > 2012-04-17 12:52:42 - epoll_ctl(): Bad file descriptor [event.c line 196] > 2012-04-17 12:52:42 - spawned uWSGI http 1 (pid: 428136) > 2012-04-17 12:52:42 - epoll_ctl(): Bad file descriptor [event.c line 196] > > > On Python 3.2 works fine. > On 3.1.3 after send HUP: > "epoll_ctl(): Bad file descriptor [event.c line 196]" > >
Hi Lukasz, is this a debian/ubuntu python 3.1 package ? -- Roberto De Ioris http://unbit.it JID: [email protected] _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
