zlog 80 sapi/fpm/fpm/events/devpoll.c zlog(ZLOG_ERROR, "Unable to open /dev/poll"); zlog 91 sapi/fpm/fpm/events/devpoll.c zlog(ZLOG_ERROR, "poll: unable to allocate %d events", max); zlog 105 sapi/fpm/fpm/events/devpoll.c zlog(ZLOG_ERROR, "poll: unable to allocate %d events", max); zlog 166 sapi/fpm/fpm/events/devpoll.c zlog(ZLOG_WARNING, "/dev/poll: ioctl() returns %d", errno); zlog 212 sapi/fpm/fpm/events/devpoll.c zlog(ZLOG_ERROR, "/dev/poll: Unable to add the event in the internal queue"); zlog 237 sapi/fpm/fpm/events/devpoll.c zlog(ZLOG_ERROR, "/dev/poll: Unable to remove the event in the internal queue"); zlog 77 sapi/fpm/fpm/events/epoll.c zlog(ZLOG_ERROR, "epoll: unable to initialize"); zlog 84 sapi/fpm/fpm/events/epoll.c zlog(ZLOG_ERROR, "epoll: unable to allocate %d events", max); zlog 129 sapi/fpm/fpm/events/epoll.c zlog(ZLOG_WARNING, "epoll_wait() returns %d", errno); zlog 173 sapi/fpm/fpm/events/epoll.c zlog(ZLOG_ERROR, "epoll: unable to add fd %d", ev->fd); zlog 201 sapi/fpm/fpm/events/epoll.c zlog(ZLOG_ERROR, "epoll: unable to remove fd %d", ev->fd); zlog 82 sapi/fpm/fpm/events/kqueue.c zlog(ZLOG_ERROR, "kqueue: unable to initialize"); zlog 88 sapi/fpm/fpm/events/kqueue.c zlog(ZLOG_ERROR, "epoll: unable to allocate %d events", max); zlog 137 sapi/fpm/fpm/events/kqueue.c zlog(ZLOG_WARNING, "epoll_wait() returns %d", errno); zlog 173 sapi/fpm/fpm/events/kqueue.c zlog(ZLOG_ERROR, "kevent: unable to add event"); zlog 198 sapi/fpm/fpm/events/kqueue.c zlog(ZLOG_ERROR, "kevent: unable to add event"); zlog 83 sapi/fpm/fpm/events/poll.c zlog(ZLOG_ERROR, "poll: unable to allocate %d events", max); zlog 97 sapi/fpm/fpm/events/poll.c zlog(ZLOG_ERROR, "poll: unable to allocate %d events", max); zlog 149 sapi/fpm/fpm/events/poll.c zlog(ZLOG_WARNING, "poll() returns %d", errno); zlog 223 sapi/fpm/fpm/events/poll.c zlog(ZLOG_ERROR, "poll: not enought space to add event (fd=%d)", ev->fd); zlog 271 sapi/fpm/fpm/events/poll.c zlog(ZLOG_ERROR, "poll: unable to remove event: not found (fd=%d, index=%d)", ev->fd, ev->index); zlog 74 sapi/fpm/fpm/events/port.c zlog(ZLOG_ERROR, "port: unable to initialize port_create()"); zlog 85 sapi/fpm/fpm/events/port.c zlog(ZLOG_ERROR, "port: Unable to allocate %d events", max); zlog 133 sapi/fpm/fpm/events/port.c zlog(ZLOG_WARNING, "poll() returns %d", errno); zlog 164 sapi/fpm/fpm/events/port.c zlog(ZLOG_ERROR, "port: unable to add the event"); zlog 178 sapi/fpm/fpm/events/port.c zlog(ZLOG_ERROR, "port: unable to add the event"); zlog 106 sapi/fpm/fpm/events/select.c zlog(ZLOG_WARNING, "poll() returns %d", errno); zlog 146 sapi/fpm/fpm/events/select.c zlog(ZLOG_ERROR, "select: not enough space in the select fd list (max = %d). Please consider using another event mechanism.", FD_SETSIZE); zlog 271 sapi/fpm/fpm/fastcgi.c zlog(ZLOG_ERROR, "Wrong IP address '%s' in listen.allowed_clients", cur); zlog 824 sapi/fpm/fpm/fastcgi.c zlog(ZLOG_ERROR, "Connection disallowed: IP address '%s' has been dropped.", inet_ntoa(sa.sa_inet.sin_addr)); zlog 880 sapi/fpm/fpm/fastcgi.c zlog(ZLOG_ERROR, "Too many open file descriptors. FD_SETSIZE limit exceeded."); zlog 72 sapi/fpm/fpm/fpm.c zlog(ZLOG_ERROR, "FPM initialization failed"); zlog 78 sapi/fpm/fpm/fpm.c zlog(ZLOG_ERROR, "FPM initialization failed"); zlog 83 sapi/fpm/fpm/fpm.c zlog(ZLOG_NOTICE, "fpm is running, pid %d", (int) fpm_globals.parent_pid); zlog 158 sapi/fpm/fpm/fpm_children.c zlog(ZLOG_ERROR, "[pool %s] child failed to initialize", wp->config->name); zlog 227 sapi/fpm/fpm/fpm_children.c zlog(ZLOG_NOTICE, "child %d stopped for tracing", (int) pid); zlog 252 sapi/fpm/fpm/fpm_children.c zlog(severity, "[pool %s] child %d exited %s after %ld.%06d seconds from start", child->wp->config->name, (int) pid, buf, tv2.tv_sec, (int) tv2.tv_usec); zlog 254 sapi/fpm/fpm/fpm_children.c zlog(ZLOG_DEBUG, "[pool %s] child %d has been killed by the process management after %ld.%06d seconds from start", child->wp->config->name, (int) pid, tv2.tv_sec, (int) tv2.tv_usec); zlog 281 sapi/fpm/fpm/fpm_children.c zlog(ZLOG_WARNING, "failed processes threshold (%d in %d sec) is reached, initiating reload", fpm_global_config.emergency_restart_threshold, fpm_global_config.emergency_restart_interval); zlog 295 sapi/fpm/fpm/fpm_children.c zlog(ZLOG_ALERT, "oops, unknown child (%d) exited %s. Please open a bug report (https://bugs.php.net).", pid, buf); zlog 308 sapi/fpm/fpm/fpm_children.c zlog(ZLOG_ERROR, "[pool %s] unable to malloc new child", wp->config->name); zlog 411 sapi/fpm/fpm/fpm_children.c zlog(ZLOG_SYSERROR, "fork() failed"); zlog 421 sapi/fpm/fpm/fpm_children.c zlog(is_debug ? ZLOG_DEBUG : ZLOG_NOTICE, "[pool %s] child %d started", wp->config->name, (int) pid); zlog 428 sapi/fpm/fpm/fpm_children.c zlog(ZLOG_WARNING, "The maximum number of processes has been reached. Please review your configuration and consider raising 'process.max'"); zlog 441 sapi/fpm/fpm/fpm_children.c zlog(ZLOG_ERROR, "[pool %s] unable to malloc the ondemand socket event", wp->config->name); zlog 40 sapi/fpm/fpm/fpm_clock.c zlog(ZLOG_SYSERROR, "clock_gettime() failed"); zlog 72 sapi/fpm/fpm/fpm_clock.c zlog(ZLOG_ERROR, "host_get_clock_service() failed: %s", mach_error_string(ret)); zlog 80 sapi/fpm/fpm/fpm_clock.c zlog(ZLOG_ERROR, "clock_get_time() failed: %s", mach_error_string(ret)); zlog 96 sapi/fpm/fpm/fpm_clock.c zlog(ZLOG_ERROR, "clock_get_time() failed: %s", mach_error_string(ret)); zlog 700 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "'$prefix' must be use at the beginning of the value"); zlog 736 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "No pool defined. at least one pool section must be specified in config file"); zlog 747 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[pool %s] the prefix '%s' does not exist or is not a directory", wp->config->name, wp->config->prefix); zlog 754 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ALERT, "[pool %s] user has not been defined", wp->config->name); zlog 766 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ALERT, "[pool %s] no listen address have been defined!", wp->config->name); zlog 771 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[pool %s] process.priority must be included into [-19,20]", wp->config->name); zlog 777 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ALERT, "[pool %s] the process manager is missing (static, dynamic or ondemand)", wp->config->name); zlog 783 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ALERT, "[pool %s] pm.max_children must be a positive value", wp->config->name); zlog 792 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ALERT, "[pool %s] pm.min_spare_servers(%d) must be a positive value", wp->config->name, config->pm_min_spare_servers); zlog 797 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ALERT, "[pool %s] pm.max_spare_servers(%d) must be a positive value", wp->config->name, config->pm_max_spare_servers); zlog 803 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ALERT, "[pool %s] pm.min_spare_servers(%d) and pm.max_spare_servers(%d) cannot be greater than pm.max_children(%d)", wp->config->name, config->pm_min_spare_servers, config->pm_max_spare_servers, config->pm_max_children); zlog 808 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ALERT, "[pool %s] pm.max_spare_servers(%d) must not be less than pm.min_spare_servers(%d)", wp->config->name, config->pm_max_spare_servers, config->pm_min_spare_servers); zlog 814 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_WARNING, "[pool %s] pm.start_servers is not set. It's been set to %d.", wp->config->name, config->pm_start_servers); zlog 817 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ALERT, "[pool %s] pm.start_servers(%d) must not be less than pm.min_spare_servers(%d) and not greater than pm.max_spare_servers(%d)", wp->config->name, config->pm_start_servers, config->pm_min_spare_servers, config->pm_max_spare_servers); zlog 824 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ALERT, "[pool %s] ondemand process manager can ONLY be used when events.mechanisme is either epoll (Linux) or kqueue (*BSD).", wp->config->name); zlog 829 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ALERT, "[pool %s] pm.process_idle_timeout(%ds) must be greater than 0s", wp->config->name, config->pm_process_idle_timeout); zlog 834 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_WARNING, "[pool %s] listen.backlog(%d) was too low for the ondemand process manager. I updated it for you to %d.", wp->config->name, config->listen_backlog, FPM_BACKLOG_DEFAULT); zlog 850 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[pool %s] the status path '%s' must start with a '/'", wp->config->name, status); zlog 855 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[pool %s] the status path '%s' is not long enough", wp->config->name, status); zlog 861 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[pool %s] the status path '%s' must contain only the following characters '[alphanum]/_-.'", wp->config->name, status); zlog 873 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[pool %s] the ping path '%s' must start with a '/'", wp->config->name, ping); zlog 878 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[pool %s] the ping path '%s' is not long enough", wp->config->name, ping); zlog 884 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[pool %s] the ping path '%s' must containt only the following characters '[alphanum]/_-.'", wp->config->name, ping); zlog 893 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[pool %s] the ping response page '%s' is not long enough", wp->config->name, wp->config->ping_response); zlog 925 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[pool %s] 'slowlog' must be specified for use with 'request_slowlog_timeout'", wp->config->name); zlog 932 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_WARNING, "[pool %s] 'request_slowlog_timeout' is not supported on your system", wp->config->name); zlog 945 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_SYSERROR, "Unable to create or open slowlog(%s)", wp->config->slowlog); zlog 954 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[pool %s] 'request_slowlog_timeout' (%d) can't be greater than 'request_terminate_timeout' (%d)", wp->config->name, wp->config->request_slowlog_timeout, wp->config->request_terminate_timeout); zlog 965 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[pool %s] the chroot path '%s' must start with a '/'", wp->config->name, wp->config->chroot); zlog 970 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[pool %s] the chroot path '%s' does not exist or is not a directory", wp->config->name, wp->config->chroot); zlog 981 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[pool %s] the chdir path '%s' must start with a '/'", wp->config->name, wp->config->chdir); zlog 991 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[pool %s] the chdir path '%s' within the chroot path '%s' ('%s') does not exist or is not a directory", wp->config->name, wp->config->chdir, wp->config->chroot, buf); zlog 999 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[pool %s] the chdir path '%s' does not exist or is not a directory", wp->config->name, wp->config->chdir); zlog 1035 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[pool %s] unable to malloc extensions array", wp->config->name); zlog 1087 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[pool %s] unable to set listen address as it's already used in another pool '%s'", wp2->config->name, wp->config->name); zlog 1100 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_SYSERROR, "Unable to remove the PID file (%s).", fpm_global_config.pid_file); zlog 1120 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_SYSERROR, "Unable to create the PID file (%s).", fpm_global_config.pid_file); zlog 1127 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_SYSERROR, "Unable to write to the PID file."); zlog 1153 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "process_max can't be negative"); zlog 1158 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "process.priority must be included into [-19,20]"); zlog 1208 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[pool %s] wrong format for access.format '%s'", wp->config->name, wp->config->access_format); zlog 1251 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_WARNING, "Nothing matches the include pattern '%s' from %s at line %d.", inc, filename, ini_lineno); zlog 1256 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "Unable to globalize '%s' (ret=%d) from %s at line %d.", inc, i, filename, ini_lineno); zlog 1267 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "Unable to include %s from %s at line %d", g.gl_pathv[i], filename, ini_lineno); zlog 1277 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "Unable to include %s from %s at line %d", inc, filename, ini_lineno); zlog 1313 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[%s:%d] Unable to alloc a new WorkerPool for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section)); zlog 1319 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[%s:%d] Unable to alloc memory for configuration name for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section)); zlog 1333 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[%s:%d] value is NULL for a ZEND_INI_PARSER_ENTRY", ini_filename, ini_lineno); zlog 1340 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[%s:%d] two includes at the same time !", ini_filename, ini_lineno); zlog 1360 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[%s:%d] the parser for entry '%s' is not defined", ini_filename, ini_lineno, parser->name); zlog 1367 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[%s:%d] unable to parse value for entry '%s': %s", ini_filename, ini_lineno, parser->name, ret); zlog 1378 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[%s:%d] unknown entry '%s'", ini_filename, ini_lineno, Z_STRVAL_P(name)); zlog 1390 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[%s:%d] Misspelled array ?", ini_filename, ini_lineno); zlog 1395 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[%s:%d] Array are not allowed in the global section", ini_filename, ini_lineno); zlog 1402 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[%s:%d] empty value", ini_filename, ini_lineno); zlog 1426 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[%s:%d] unknown directive '%s'", ini_filename, ini_lineno, Z_STRVAL_P(name)); zlog 1432 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[%s:%d] error while parsing '%s[%s]' : %s", ini_filename, ini_lineno, Z_STRVAL_P(name), Z_STRVAL_P(key), err); zlog 1458 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "[%s:%d] Unknown INI syntax", ini_filename, ini_lineno); zlog 1476 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "configuration filename is empty"); zlog 1482 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_SYSERROR, "failed to open configuration file '%s'", filename); zlog 1487 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "failed to include more than 5 files recusively"); zlog 1539 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "[General]"); zlog 1540 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tpid = %s", STR2STR(fpm_global_config.pid_file)); zlog 1541 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\terror_log = %s", STR2STR(fpm_global_config.error_log)); zlog 1543 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tsyslog.ident = %s", STR2STR(fpm_global_config.syslog_ident)); zlog 1544 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tsyslog.facility = %d", fpm_global_config.syslog_facility); /* FIXME: convert to string */ zlog 1546 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tlog_level = %s", zlog_get_level_name(fpm_globals.log_level)); zlog 1547 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\temergency_restart_interval = %ds", fpm_global_config.emergency_restart_interval); zlog 1548 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\temergency_restart_threshold = %d", fpm_global_config.emergency_restart_threshold); zlog 1549 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tprocess_control_timeout = %ds", fpm_global_config.process_control_timeout); zlog 1550 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tprocess.max = %d", fpm_global_config.process_max); zlog 1552 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); zlog 1554 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tprocess.priority = %d", fpm_global_config.process_priority); zlog 1556 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tdaemonize = %s", BOOL2STR(fpm_global_config.daemonize)); zlog 1557 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\trlimit_files = %d", fpm_global_config.rlimit_files); zlog 1558 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\trlimit_core = %d", fpm_global_config.rlimit_core); zlog 1559 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tevents.mechanism = %s", fpm_event_machanism_name()); zlog 1561 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tsystemd_interval = %ds", fpm_global_config.systemd_interval/1000); zlog 1563 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, " "); zlog 1568 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "[%s]", STR2STR(wp->config->name)); zlog 1569 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tprefix = %s", STR2STR(wp->config->prefix)); zlog 1570 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tuser = %s", STR2STR(wp->config->user)); zlog 1571 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tgroup = %s", STR2STR(wp->config->group)); zlog 1572 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tlisten = %s", STR2STR(wp->config->listen_address)); zlog 1573 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tlisten.backlog = %d", wp->config->listen_backlog); zlog 1574 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tlisten.owner = %s", STR2STR(wp->config->listen_owner)); zlog 1575 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tlisten.group = %s", STR2STR(wp->config->listen_group)); zlog 1576 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tlisten.mode = %s", STR2STR(wp->config->listen_mode)); zlog 1577 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tlisten.allowed_clients = %s", STR2STR(wp->config->listen_allowed_clients)); zlog 1579 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); zlog 1581 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tprocess.priority = %d", wp->config->process_priority); zlog 1583 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tpm = %s", PM2STR(wp->config->pm)); zlog 1584 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tpm.max_children = %d", wp->config->pm_max_children); zlog 1585 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tpm.start_servers = %d", wp->config->pm_start_servers); zlog 1586 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tpm.min_spare_servers = %d", wp->config->pm_min_spare_servers); zlog 1587 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tpm.max_spare_servers = %d", wp->config->pm_max_spare_servers); zlog 1588 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tpm.process_idle_timeout = %d", wp->config->pm_process_idle_timeout); zlog 1589 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tpm.max_requests = %d", wp->config->pm_max_requests); zlog 1590 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tpm.status_path = %s", STR2STR(wp->config->pm_status_path)); zlog 1591 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tping.path = %s", STR2STR(wp->config->ping_path)); zlog 1592 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tping.response = %s", STR2STR(wp->config->ping_response)); zlog 1593 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\taccess.log = %s", STR2STR(wp->config->access_log)); zlog 1594 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\taccess.format = %s", STR2STR(wp->config->access_format)); zlog 1595 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tslowlog = %s", STR2STR(wp->config->slowlog)); zlog 1596 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\trequest_slowlog_timeout = %ds", wp->config->request_slowlog_timeout); zlog 1597 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\trequest_terminate_timeout = %ds", wp->config->request_terminate_timeout); zlog 1598 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\trlimit_files = %d", wp->config->rlimit_files); zlog 1599 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\trlimit_core = %d", wp->config->rlimit_core); zlog 1600 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tchroot = %s", STR2STR(wp->config->chroot)); zlog 1601 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tchdir = %s", STR2STR(wp->config->chdir)); zlog 1602 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tcatch_workers_output = %s", BOOL2STR(wp->config->catch_workers_output)); zlog 1603 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tsecurity.limit_extensions = %s", wp->config->security_limit_extensions); zlog 1606 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tenv[%s] = %s", kv->key, kv->value); zlog 1610 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tphp_value[%s] = %s", kv->key, kv->value); zlog 1614 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tphp_admin_value[%s] = %s", kv->key, kv->value); zlog 1616 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, " "); zlog 1628 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "the global prefix '%s' does not exist or is not a directory", fpm_globals.prefix); zlog 1647 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_SYSERROR, "spprintf() failed (tmp for fpm_globals.config)"); zlog 1655 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_SYSERROR, "spprintf() failed (fpm_globals.config)"); zlog 1663 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "failed to load configuration file '%s'", fpm_globals.config); zlog 1668 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_ERROR, "failed to post process the configuration"); zlog 1676 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "configuration file %s test is successful\n", fpm_globals.config); zlog 69 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_SYSERROR, "unable to read from the signal pipe"); zlog 76 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_DEBUG, "received SIGCHLD"); zlog 80 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_DEBUG, "received SIGINT"); zlog 81 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_NOTICE, "Terminating ..."); zlog 85 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_DEBUG, "received SIGTERM"); zlog 86 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_NOTICE, "Terminating ..."); zlog 90 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_DEBUG, "received SIGQUIT"); zlog 91 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_NOTICE, "Finishing ..."); zlog 95 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_DEBUG, "received SIGUSR1"); zlog 97 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_NOTICE, "error log file re-opened"); zlog 99 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_ERROR, "unable to re-opened error log file"); zlog 104 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_NOTICE, "access log file re-opened"); zlog 106 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_ERROR, "unable to re-opened access log file"); zlog 112 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_DEBUG, "received SIGUSR2"); zlog 113 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_NOTICE, "Reloading in progress ..."); zlog 156 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_SYSERROR, "Unable to add the event to queue: malloc() failed"); zlog 288 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_ERROR, "event mechanism '%s' is not available on this system", machanism); zlog 290 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_ERROR, "unable to find a suitable event mechanism on this system"); zlog 314 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_ERROR, "no event module found"); zlog 319 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_ERROR, "Incomplete event implementation. Please open a bug report on https://bugs.php.net."); zlog 333 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_ERROR, "Unable to initialize the event module %s", module->name); zlog 337 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_DEBUG, "event module is %s and %d fds have been reserved", module->name, max); zlog 366 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_DEBUG, "%zu bytes have been reserved in SHM", fpm_shm_get_size_allocated()); zlog 367 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_NOTICE, "ready to handle connections"); zlog 419 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_DEBUG, "event module triggered %d events", ret); zlog 47 sapi/fpm/fpm/fpm_log.c zlog(ZLOG_SYSERROR, "failed to open access log (%s)", wp->config->access_log); zlog 61 sapi/fpm/fpm/fpm_log.c zlog(ZLOG_WARNING, "failed to change attribute of access_log"); zlog 129 sapi/fpm/fpm/fpm_log.c zlog(ZLOG_WARNING, "unable to get scoreboard while preparing the access log"); zlog 134 sapi/fpm/fpm/fpm_log.c zlog(ZLOG_WARNING, "[pool %s] Unable to acquire shm slot while preparing the access log", scoreboard->pool); zlog 153 sapi/fpm/fpm/fpm_log.c zlog(ZLOG_NOTICE, "the log buffer is full (%d). The access log request has been truncated.", FPM_LOG_BUFFER); zlog 190 sapi/fpm/fpm/fpm_log.c zlog(ZLOG_WARNING, "only 'total', 'user' or 'system' are allowed as a modifier for %%%c ('%s')", *s, format); zlog 221 sapi/fpm/fpm/fpm_log.c zlog(ZLOG_WARNING, "only 'seconds', 'mili', 'miliseconds', 'micro' or 'microseconds' are allowed as a modifier for %%%c ('%s')", *s, format); zlog 229 sapi/fpm/fpm/fpm_log.c zlog(ZLOG_WARNING, "the name of the environment variable must be set between embraces for %%%c", *s); zlog 278 sapi/fpm/fpm/fpm_log.c zlog(ZLOG_WARNING, "only 'bytes', 'kilo', 'kilobytes', 'mega' or 'megabytes' are allowed as a modifier for %%%c ('%s')", *s, format); zlog 292 sapi/fpm/fpm/fpm_log.c zlog(ZLOG_WARNING, "the name of the header must be set between embraces for %%%c", *s); zlog 429 sapi/fpm/fpm/fpm_log.c zlog(ZLOG_WARNING, "missing closing embrace in the access.format"); zlog 436 sapi/fpm/fpm/fpm_log.c zlog(ZLOG_WARNING, "Invalid token in the access.format (%%%c)", *s); zlog 441 sapi/fpm/fpm/fpm_log.c zlog(ZLOG_WARNING, "embrace is not allowed for modifier %%%c", *s); zlog 685 sapi/fpm/fpm/fpm_main.c zlog(ZLOG_NOTICE, "PHP message: %s", message); zlog 1413 sapi/fpm/fpm/fpm_main.c zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: only classic entries are allowed"); zlog 1420 sapi/fpm/fpm/fpm_main.c zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: empty key"); zlog 1429 sapi/fpm/fpm/fpm_main.c zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: empty value for key '%s'", key); zlog 1437 sapi/fpm/fpm/fpm_main.c zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: unable to set '%s'", key); zlog 1831 sapi/fpm/fpm/fpm_main.c zlog(ZLOG_DEBUG, "Sending \"0\" (error) to parent via fd=%d", fpm_globals.send_config_pipe[1]); zlog 1840 sapi/fpm/fpm/fpm_main.c zlog(ZLOG_DEBUG, "Sending \"1\" (OK) to parent via fd=%d", fpm_globals.send_config_pipe[1]); zlog 1891 sapi/fpm/fpm/fpm_main.c zlog(ZLOG_DEBUG, "Primary script unknown"); zlog 1914 sapi/fpm/fpm/fpm_main.c zlog(ZLOG_ERROR, "Unable to open primary script: %s (%s)", primary_script, strerror(errno)); zlog 123 sapi/fpm/fpm/fpm_php.c zlog(ZLOG_ERROR, "Unable to set php_value '%s'", kv->key); zlog 129 sapi/fpm/fpm/fpm_php.c zlog(ZLOG_ERROR, "Unable to set php_admin_value '%s'", kv->key); zlog 256 sapi/fpm/fpm/fpm_php.c zlog(ZLOG_NOTICE, "Access to the script '%s' has been denied (see security.limit_extensions)", path); zlog 144 sapi/fpm/fpm/fpm_php_trace.c zlog(ZLOG_NOTICE, "about to trace %d", (int) child->pid); zlog 149 sapi/fpm/fpm/fpm_php_trace.c zlog(ZLOG_SYSERROR, "unable to open slowlog (%s)", child->wp->config->slowlog); zlog 172 sapi/fpm/fpm/fpm_php_trace.c zlog(ZLOG_NOTICE, "finished trace of %d", (int) child->pid); zlog 70 sapi/fpm/fpm/fpm_process_ctl.c zlog(ZLOG_NOTICE, "exiting, bye-bye!"); zlog 83 sapi/fpm/fpm/fpm_process_ctl.c zlog(ZLOG_NOTICE, "reloading: execvp(\"%s\", {\"%s\"" zlog 102 sapi/fpm/fpm/fpm_process_ctl.c zlog(ZLOG_SYSERROR, "failed to reload: execvp() failed"); zlog 157 sapi/fpm/fpm/fpm_process_ctl.c zlog(ZLOG_DEBUG, "[pool %s] sending signal %d %s to child %d", zlog 168 sapi/fpm/fpm/fpm_process_ctl.c zlog(ZLOG_DEBUG, "%d child(ren) still alive", alive_children); zlog 223 sapi/fpm/fpm/fpm_process_ctl.c zlog(ZLOG_DEBUG, "not switching to '%s' state, because already in '%s' state", zlog 231 sapi/fpm/fpm/fpm_process_ctl.c zlog(ZLOG_DEBUG, "switching to '%s' state", fpm_state_names[fpm_state]); zlog 347 sapi/fpm/fpm/fpm_process_ctl.c zlog(ZLOG_WARNING, "[pool %s] listening queue is not empty, #%d requests are waiting to be served, consider raising pm.max_children setting (%d)", wp->config->name, cur_lq, wp->config->pm_max_children); zlog 362 sapi/fpm/fpm/fpm_process_ctl.c zlog(ZLOG_DEBUG, "[pool %s] currently %d active children, %d spare children", wp->config->name, active, idle); zlog 379 sapi/fpm/fpm/fpm_process_ctl.c zlog(ZLOG_DEBUG, "[pool %s] currently %d active children, %d spare children, %d running children. Spawning rate %d", wp->config->name, active, idle, wp->running_children, wp->idle_spawn_rate); zlog 392 sapi/fpm/fpm/fpm_process_ctl.c zlog(ZLOG_WARNING, "[pool %s] server reached pm.max_children setting (%d), consider raising it", wp->config->name, wp->config->pm_max_children); zlog 400 sapi/fpm/fpm/fpm_process_ctl.c zlog(ZLOG_WARNING, "[pool %s] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning %d children, there are %d idle, and %d total children", wp->config->name, wp->idle_spawn_rate, idle, wp->running_children); zlog 411 sapi/fpm/fpm/fpm_process_ctl.c zlog(ZLOG_WARNING, "[pool %s] server reached pm.max_children setting (%d), consider raising it", wp->config->name, wp->config->pm_max_children); zlog 428 sapi/fpm/fpm/fpm_process_ctl.c zlog(ZLOG_DEBUG, "[pool %s] %d child(ren) have been created dynamically", wp->config->name, children_to_fork); zlog 460 sapi/fpm/fpm/fpm_process_ctl.c zlog(ZLOG_DEBUG, "heartbeat have been set up with a timeout of %dms", fpm_globals.heartbeat); zlog 515 sapi/fpm/fpm/fpm_process_ctl.c zlog(ZLOG_WARNING, "[pool %s] server reached max_children setting (%d), consider raising it", wp->config->name, wp->config->pm_max_children); zlog 536 sapi/fpm/fpm/fpm_process_ctl.c zlog(ZLOG_DEBUG, "[pool %s] got accept without idle child available .... I forked", wp->config->name); zlog 48 sapi/fpm/fpm/fpm_request.c zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); zlog 79 sapi/fpm/fpm/fpm_request.c zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); zlog 121 sapi/fpm/fpm/fpm_request.c zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); zlog 165 sapi/fpm/fpm/fpm_request.c zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); zlog 191 sapi/fpm/fpm/fpm_request.c zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); zlog 218 sapi/fpm/fpm/fpm_request.c zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); zlog 236 sapi/fpm/fpm/fpm_request.c zlog(ZLOG_WARNING, "failed to acquire scoreboard"); zlog 269 sapi/fpm/fpm/fpm_request.c zlog(ZLOG_WARNING, "[pool %s] child %d, script '%s' (request: \"%s %s\") executing too slow (%d.%06d sec), logging", zlog 279 sapi/fpm/fpm/fpm_request.c zlog(ZLOG_WARNING, "[pool %s] child %d, script '%s' (request: \"%s %s\") execution timed out (%d.%06d sec), terminating", zlog 40 sapi/fpm/fpm/fpm_scoreboard.c zlog(ZLOG_DEBUG, "got clock tick '%.0f'", fpm_scoreboard_tick); zlog 46 sapi/fpm/fpm/fpm_scoreboard.c zlog(ZLOG_ERROR, "[pool %s] Unable to create scoreboard SHM because max_client is not set", wp->config->name); zlog 51 sapi/fpm/fpm/fpm_scoreboard.c zlog(ZLOG_ERROR, "[pool %s] Unable to create scoreboard SHM because it already exists", wp->config->name); zlog 82 sapi/fpm/fpm/fpm_scoreboard.c zlog(ZLOG_WARNING, "Unable to update scoreboard: the SHM has not been found"); zlog 233 sapi/fpm/fpm/fpm_scoreboard.c zlog(ZLOG_ERROR, "**scoreboard is NULL"); zlog 296 sapi/fpm/fpm/fpm_scoreboard.c zlog(ZLOG_DEBUG, "[pool %s] the proc->free_slot was not free. Let's search", scoreboard->pool); zlog 306 sapi/fpm/fpm/fpm_scoreboard.c zlog(ZLOG_ERROR, "[pool %s] no free scoreboard slot", scoreboard->pool); zlog 28 sapi/fpm/fpm/fpm_shm.c zlog(ZLOG_SYSERROR, "unable to allocate %zu bytes in shared memory: %s", size, strerror(errno)); zlog 34 sapi/fpm/fpm/fpm_shm.c zlog(ZLOG_SYSERROR, "unable to allocate %zu bytes in shared memory", size); zlog 47 sapi/fpm/fpm/fpm_shm.c zlog(ZLOG_ERROR, "mem is NULL"); zlog 52 sapi/fpm/fpm/fpm_shm.c zlog(ZLOG_SYSERROR, "Unable to free shm"); zlog 149 sapi/fpm/fpm/fpm_signals.c zlog(ZLOG_WARNING, "failed to create a new socket"); zlog 187 sapi/fpm/fpm/fpm_signals.c zlog(ZLOG_SYSERROR, "failed to init signals: socketpair()"); zlog 192 sapi/fpm/fpm/fpm_signals.c zlog(ZLOG_SYSERROR, "failed to init signals: fd_set_blocked()"); zlog 197 sapi/fpm/fpm/fpm_signals.c zlog(ZLOG_SYSERROR, "falied to init signals: fcntl(F_SETFD, FD_CLOEXEC)"); zlog 212 sapi/fpm/fpm/fpm_signals.c zlog(ZLOG_SYSERROR, "failed to init signals: sigaction()"); zlog 241 sapi/fpm/fpm/fpm_signals.c zlog(ZLOG_SYSERROR, "failed to init child signals: sigaction()"); zlog 53 sapi/fpm/fpm/fpm_sockets.c zlog(ZLOG_ERROR, "can't resolve hostname '%s%s%s': getaddrinfo said: %s%s%s\n", zlog 175 sapi/fpm/fpm/fpm_sockets.c zlog(ZLOG_SYSERROR, "failed to create new listening socket: socket()"); zlog 180 sapi/fpm/fpm/fpm_sockets.c zlog(ZLOG_WARNING, "failed to change socket attribute"); zlog 185 sapi/fpm/fpm/fpm_sockets.c zlog(ZLOG_ERROR, "An another FPM instance seems to already listen on %s", ((struct sockaddr_un *) sa)->sun_path); zlog 194 sapi/fpm/fpm/fpm_sockets.c zlog(ZLOG_SYSERROR, "unable to bind listening socket for address '%s'", wp->config->listen_address); zlog 209 sapi/fpm/fpm/fpm_sockets.c zlog(ZLOG_SYSERROR, "failed to chown() the socket '%s'", wp->config->listen_address); zlog 217 sapi/fpm/fpm/fpm_sockets.c zlog(ZLOG_SYSERROR, "failed to listen to address '%s'", wp->config->listen_address); zlog 273 sapi/fpm/fpm/fpm_sockets.c zlog(ZLOG_ERROR, "invalid port value '%s'", port_str); zlog 285 sapi/fpm/fpm/fpm_sockets.c zlog(ZLOG_NOTICE, "address '%s' resolved as %u.%u.%u.%u", addr, IPQUAD(&sa_in.sin_addr)); zlog 334 sapi/fpm/fpm/fpm_sockets.c zlog(ZLOG_NOTICE, "using inherited socket fd=%d, \"%s\"", fd_no, inherited); zlog 405 sapi/fpm/fpm/fpm_sockets.c zlog(ZLOG_SYSERROR, "failed to retrieve TCP_INFO for socket"); zlog 28 sapi/fpm/fpm/fpm_status.c zlog(ZLOG_ERROR, "unable to init fpm_status because conf structure is NULL"); zlog 38 sapi/fpm/fpm/fpm_status.c zlog(ZLOG_ERROR, "[pool %s] ping is set (%s) but ping.response is not set.", wp->config->name, wp->config->ping_path); zlog 86 sapi/fpm/fpm/fpm_status.c zlog(ZLOG_ERROR, "status: unable to find or access status shared memory"); zlog 96 sapi/fpm/fpm/fpm_status.c zlog(ZLOG_NOTICE, "[pool %s] status: scoreboard already in used.", scoreboard_p->pool); zlog 109 sapi/fpm/fpm/fpm_status.c zlog(ZLOG_ERROR, "[pool %s] invalid status values", scoreboard.pool); zlog 31 sapi/fpm/fpm/fpm_stdio.c zlog(ZLOG_SYSERROR, "failed to init stdio: open(\"/dev/null\")"); zlog 36 sapi/fpm/fpm/fpm_stdio.c zlog(ZLOG_SYSERROR, "failed to init stdio: dup2()"); zlog 53 sapi/fpm/fpm/fpm_stdio.c zlog(ZLOG_SYSERROR, "failed to init stdio: dup2()"); zlog 78 sapi/fpm/fpm/fpm_stdio.c zlog(ZLOG_SYSERROR, "failed to init child stdio: dup2()"); zlog 120 sapi/fpm/fpm/fpm_stdio.c zlog(ZLOG_SYSERROR, "unable to read what child say"); zlog 166 sapi/fpm/fpm/fpm_stdio.c zlog(ZLOG_WARNING, "[pool %s] child %d said into %s: \"%s\"%s", child->wp->config->name, zlog 190 sapi/fpm/fpm/fpm_stdio.c zlog(ZLOG_SYSERROR, "failed to prepare the stdout pipe"); zlog 195 sapi/fpm/fpm/fpm_stdio.c zlog(ZLOG_SYSERROR, "failed to prepare the stderr pipe"); zlog 202 sapi/fpm/fpm/fpm_stdio.c zlog(ZLOG_SYSERROR, "failed to unblock pipes"); zlog 280 sapi/fpm/fpm/fpm_stdio.c zlog(ZLOG_SYSERROR, "failed to open error_log (%s)", fpm_global_config.error_log); zlog 303 sapi/fpm/fpm/fpm_stdio.c zlog(ZLOG_WARNING, "failed to change attribute of error_log"); zlog 41 sapi/fpm/fpm/fpm_systemd.c zlog(ZLOG_NOTICE, "failed to notify status to systemd"); zlog 66 sapi/fpm/fpm/fpm_systemd.c zlog(ZLOG_WARNING, "failed to notify start to systemd"); zlog 68 sapi/fpm/fpm/fpm_systemd.c zlog(ZLOG_DEBUG, "have notify start to systemd"); zlog 75 sapi/fpm/fpm/fpm_systemd.c zlog(ZLOG_NOTICE, "systemd monitor interval set to %dms", fpm_global_config.systemd_interval); zlog 77 sapi/fpm/fpm/fpm_systemd.c zlog(ZLOG_NOTICE, "systemd monitor disabled"); zlog 91 sapi/fpm/fpm/fpm_systemd.c zlog(ZLOG_DEBUG, "WATCHDOG_USEC=%s, interval=%d", watchdog, interval); zlog 96 sapi/fpm/fpm/fpm_systemd.c zlog(ZLOG_WARNING, "systemd_interval option ignored"); zlog 98 sapi/fpm/fpm/fpm_systemd.c zlog(ZLOG_NOTICE, "systemd watchdog configured to %.3gsec", (float)interval / 1000.0); zlog 40 sapi/fpm/fpm/fpm_trace_mach.c zlog(ZLOG_ERROR, "failed to read vm page: mach_vm_read(): %s (%d)", mach_error_string(kr), kr); zlog 50 sapi/fpm/fpm/fpm_trace_mach.c zlog(ZLOG_SYSERROR, "failed to send SIGSTOP to %d", pid); zlog 68 sapi/fpm/fpm/fpm_trace_mach.c zlog(ZLOG_ERROR, "task_for_pid() failed: %s (%d)%s", mach_error_string(kr), kr, msg); zlog 29 sapi/fpm/fpm/fpm_trace_pread.c zlog(ZLOG_SYSERROR, "failed to send SIGSTOP to %d", pid); zlog 43 sapi/fpm/fpm/fpm_trace_pread.c zlog(ZLOG_SYSERROR, "failed to open %s", buf); zlog 61 sapi/fpm/fpm/fpm_trace_pread.c zlog(ZLOG_SYSERROR, "pread() failed"); zlog 32 sapi/fpm/fpm/fpm_trace_ptrace.c zlog(ZLOG_SYSERROR, "failed to ptrace(ATTACH) child %d", pid); zlog 49 sapi/fpm/fpm/fpm_trace_ptrace.c zlog(ZLOG_SYSERROR, "failed to ptrace(DETACH) child %d", pid); zlog 68 sapi/fpm/fpm/fpm_trace_ptrace.c zlog(ZLOG_SYSERROR, "failed to ptrace(PT_IO) pid %d", traced_pid); zlog 75 sapi/fpm/fpm/fpm_trace_ptrace.c zlog(ZLOG_SYSERROR, "failed to ptrace(PEEKDATA) pid %d", traced_pid); zlog 49 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, c->listen_owner); zlog 62 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "[pool %s] cannot get gid for group '%s'", wp->config->name, c->listen_group); zlog 89 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_ERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, wp->config->user); zlog 109 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_ERROR, "[pool %s] cannot get gid for group '%s'", wp->config->name, wp->config->group); zlog 118 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_ERROR, "[pool %s] please specify user and group other than root", wp->config->name); zlog 124 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_NOTICE, "[pool %s] 'user' directive is ignored when FPM is not running as root", wp->config->name); zlog 127 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_NOTICE, "[pool %s] 'group' directive is ignored when FPM is not running as root", wp->config->name); zlog 130 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_NOTICE, "[pool %s] 'chroot' directive is ignored when FPM is not running as root", wp->config->name); zlog 133 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_NOTICE, "[pool %s] 'process.priority' directive is ignored when FPM is not running as root", wp->config->name); zlog 158 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "[pool %s] failed to set rlimit_files for this pool. Please check your system limits or decrease rlimit_files. setrlimit(RLIMIT_NOFILE, %d)", wp->config->name, wp->config->rlimit_files); zlog 168 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "[pool %s] failed to set rlimit_core for this pool. Please check your system limits or decrease rlimit_core. setrlimit(RLIMIT_CORE, %d)", wp->config->name, wp->config->rlimit_core); zlog 174 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "[pool %s] failed to chroot(%s)", wp->config->name, wp->config->chroot); zlog 182 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "[pool %s] failed to chdir(%s)", wp->config->name, wp->config->chdir); zlog 193 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "[pool %s] Unable to set priority for this new process", wp->config->name); zlog 200 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "[pool %s] failed to setgid(%d)", wp->config->name, wp->set_gid); zlog 206 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "[pool %s] failed to initgroups(%s, %d)", wp->config->name, wp->config->user, wp->set_gid); zlog 210 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "[pool %s] failed to setuid(%d)", wp->config->name, wp->set_uid); zlog 218 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "[pool %s] failed to prctl(PR_SET_DUMPABLE)", wp->config->name); zlog 240 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "failed to set rlimit_core for this pool. Please check your system limits or decrease rlimit_files. setrlimit(RLIMIT_NOFILE, %d)", fpm_global_config.rlimit_files); zlog 251 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "failed to set rlimit_core for this pool. Please check your system limits or decrease rlimit_core. setrlimit(RLIMIT_CORE, %d)", fpm_global_config.rlimit_core); zlog 275 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "failed to create pipe"); zlog 284 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "failed to daemonize"); zlog 305 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_DEBUG, "The calling process is waiting for the master process to ping via fd=%d", fpm_globals.send_config_pipe[0]); zlog 308 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "failed to select"); zlog 315 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "failed to read from pipe"); zlog 320 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_ERROR, "no data have been read from pipe"); zlog 324 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_DEBUG, "I received a valid acknoledge from the master process, I can exit without error"); zlog 328 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_DEBUG, "The master process returned an error !"); zlog 333 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_ERROR, "the master process didn't send back its status (via the pipe to the calling process)"); zlog 349 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "Unable to set priority for the master process"); zlog 353 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_NOTICE, "'process.priority' directive is ignored when FPM is not running as root");