Edit report at http://bugs.php.net/bug.php?id=53028&edit=1
ID: 53028 User updated by: iberkner at gmail dot com Reported by: iberkner at gmail dot com Summary: unable to retrieve process activity of one or more child(ren) in static mode -Status: Feedback +Status: Assigned Type: Bug Package: FPM related Operating System: CentOS 64bit 2.6.18-194.11.4.el5 PHP Version: 5.3.3 Assigned To: fat Block user comment: N New Comment: PHP Version 5.3.3, are you looking for something more specific? php-fpm configuration file can be found here: http://pastebin.com/cSxYQ0Hu php configuration options are below: patch -p1 < suhosin-patch-5.3.3-0.9.10.patch ./configure \ --with-mysqli=mysqlnd \ --with-mysql=mysqlnd \ --enable-fastcgi \ --enable-discard-path \ --enable-force-cgi-redirect \ --enable-fpm \ --enable-cli \ --enable-inline-optimization \ --disable-rpath \ --disable-ipv6 \ --enable-mbstring \ --enable-mbregex \ --enable-sqlite-utf8 \ --with-curl \ --with-zlib \ --enable-shmop \ --with-xsl=shared \ --enable-soap=shared \ --enable-sockets \ --enable-pcntl=shared \ --enable-shared \ --disable-static \ --with-mcrypt \ --with-bz2 \ --with-pcre-dir \ --with-openssl \ --with-pear \ --with-tidy=shared \ --with-gd \ --with-jpeg-dir=/usr/lib64 \ --with-png-dir=/usr/lib64 \ --enable-gd-native-ttf \ --with-freetype-dir \ --enable-exif \ --with-pspell \ --enable-zip \ --enable-ftp \ --with-imap \ --with-kerberos \ --with-imap-ssl \ --enable-bcmath Previous Comments: ------------------------------------------------------------------------ [2010-10-08 21:01:01] f...@php.net Can you: - post your full php-fpm.conf - post the configure options you used to compile PHP. - post your PHP version Thx ------------------------------------------------------------------------ [2010-10-08 20:41:11] iberkner at gmail dot com Description: ------------ Running php-fpm on several dedicated servers, very busy site, with approx 3mm daily page views. Currently running in pm=static mode with max children set to 100. Each system has at least 4GB. Error notice is set to debug. In reviewing the php-fpm error log, several times a day, we'll see this kind of error: Oct 08 12:35:35.574208 [ERROR] pid 1549, fpm_pctl_perform_idle_server_maintenance(), line 347: [pool www] unable to retrieve process activity of one or more child(ren). Will try again later. I posted this via the newsgroup and someone suggested I open a bug report, so here it is. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=53028&edit=1