/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_signals.c | 190 zlog(ZLOG_SYSERROR, "failed to init signals: socketpair()"); in fpm_signals_init_main() 195 zlog(ZLOG_SYSERROR, "failed to init signals: fd_set_blocked()"); in fpm_signals_init_main() 200 zlog(ZLOG_SYSERROR, "failed to init signals: fcntl(F_SETFD, FD_CLOEXEC)"); in fpm_signals_init_main() 215 zlog(ZLOG_SYSERROR, "failed to init signals: sigaction()"); in fpm_signals_init_main() 248 zlog(ZLOG_SYSERROR, "failed to init child signals: sigaction()"); in fpm_signals_init_child() 275 zlog(ZLOG_SYSERROR, "failed to prepare signal block mask: sigemptyset()"); in fpm_signals_init_mask() 283 zlog(ZLOG_SYSERROR, "failed to prepare signal block mask: sigaddset(%s)", in fpm_signals_init_mask() 293 zlog(ZLOG_SYSERROR, "failed to prepare child signal block mask: sigaddset()"); in fpm_signals_init_mask() 302 zlog(ZLOG_SYSERROR, "failed to block signals"); in fpm_signals_block() 311 zlog(ZLOG_SYSERROR, "failed to block child signals"); in fpm_signals_child_block() [all …]
|
H A D | fpm_unix.c | 84 zlog(ZLOG_SYSERROR, "[pool %s] cannot allocate ACL", wp->config->name); in fpm_unix_resolve_socket_premissions() 100 zlog(ZLOG_SYSERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, p); in fpm_unix_resolve_socket_premissions() 112 zlog(ZLOG_SYSERROR, "[pool %s] cannot create ACL for user '%s'", wp->config->name, p); in fpm_unix_resolve_socket_premissions() 133 zlog(ZLOG_SYSERROR, "[pool %s] cannot get gid for group '%s'", wp->config->name, p); in fpm_unix_resolve_socket_premissions() 390 zlog(ZLOG_SYSERROR, "[pool %s] failed to setgid(%d)", wp->config->name, wp->set_gid); in fpm_unix_init_child() 408 zlog(ZLOG_SYSERROR, "[pool %s] failed to prctl(PR_SET_DUMPABLE)", wp->config->name); in fpm_unix_init_child() 501 zlog(ZLOG_SYSERROR, "failed to create pipe"); in fpm_unix_init_main() 510 zlog(ZLOG_SYSERROR, "failed to daemonize"); in fpm_unix_init_main() 534 zlog(ZLOG_SYSERROR, "failed to select"); in fpm_unix_init_main() 541 zlog(ZLOG_SYSERROR, "failed to read from pipe"); in fpm_unix_init_main() [all …]
|
H A D | fpm_trace_ptrace.c | 30 zlog(ZLOG_SYSERROR, "failed to ptrace(ATTACH) child %d", pid); in fpm_trace_signal() 47 zlog(ZLOG_SYSERROR, "failed to ptrace(DETACH) child %d", pid); in fpm_trace_close() 66 zlog(ZLOG_SYSERROR, "failed to ptrace(PT_IO) pid %d", traced_pid); in fpm_trace_get_long() 73 zlog(ZLOG_SYSERROR, "failed to ptrace(PEEKDATA) pid %d", traced_pid); in fpm_trace_get_long()
|
H A D | fpm_trace_pread.c | 23 zlog(ZLOG_SYSERROR, "failed to send SIGSTOP to %d", pid); in fpm_trace_signal() 37 zlog(ZLOG_SYSERROR, "failed to open %s", buf); in fpm_trace_ready() 55 zlog(ZLOG_SYSERROR, "pread() failed"); in fpm_trace_get_long()
|
H A D | fpm_shm.c | 26 zlog(ZLOG_SYSERROR, "unable to allocate %zu bytes in shared memory: %s", size, strerror(errno)); in fpm_shm_alloc() 32 zlog(ZLOG_SYSERROR, "unable to allocate %zu bytes in shared memory", size); in fpm_shm_alloc() 49 zlog(ZLOG_SYSERROR, "Unable to free shm"); in fpm_shm_free()
|
H A D | fpm_stdio.c | 31 zlog(ZLOG_SYSERROR, "failed to init stdio: open(\"/dev/null\")"); in fpm_stdio_init_main() 36 zlog(ZLOG_SYSERROR, "failed to init stdio: dup2()"); in fpm_stdio_init_main() 83 …zlog(ZLOG_SYSERROR, "failed to save original STDERR fd, access.log records may appear in error_log… 96 …zlog(ZLOG_SYSERROR, "failed to restore original STDERR fd, access.log records may appear in error_… 116 zlog(ZLOG_SYSERROR, "failed to tie stderr fd with error_log fd: dup2()"); 271 zlog(ZLOG_SYSERROR, "unable to read what child say"); 294 zlog(ZLOG_SYSERROR, "failed to prepare the stdout pipe"); 299 zlog(ZLOG_SYSERROR, "failed to prepare the stderr pipe"); 306 zlog(ZLOG_SYSERROR, "failed to unblock pipes"); 384 zlog(ZLOG_SYSERROR, "failed to open error_log (%s)", fpm_global_config.error_log);
|
H A D | fpm_sockets.c | 74 …zlog(ZLOG_SYSERROR, "failure to inherit data on parent exec for socket `%s` due to memory allocati… in fpm_sockets_cleanup() 209 zlog(ZLOG_SYSERROR, "failed to create new listening socket: socket()"); in fpm_sockets_new_listening_socket() 228 …zlog(ZLOG_SYSERROR, "unable to bind listening socket for address '%s'", wp->config->listen_address… in fpm_sockets_new_listening_socket() 248 zlog(ZLOG_SYSERROR, "failed to listen to address '%s'", wp->config->listen_address); in fpm_sockets_new_listening_socket() 501 zlog(ZLOG_SYSERROR, "failed to retrieve TCP_INFO for socket"); in fpm_socket_get_listening_queue()
|
H A D | fpm_trace_mach.c | 47 zlog(ZLOG_SYSERROR, "failed to send SIGSTOP to %d", pid); in fpm_trace_signal()
|
H A D | fpm_clock.c | 37 zlog(ZLOG_SYSERROR, "clock_gettime() failed"); in fpm_clock_get()
|
H A D | zlog.h | 53 #define ZLOG_SYSERROR (ZLOG_ERROR | ZLOG_HAVE_ERRNO) macro
|
H A D | fpm_events.c | 75 zlog(ZLOG_SYSERROR, "unable to read from the signal pipe"); in fpm_got_signal() 175 zlog(ZLOG_SYSERROR, "Unable to add the event to queue: malloc() failed"); in fpm_event_queue_add()
|
H A D | fpm_php_trace.c | 201 zlog(ZLOG_SYSERROR, "unable to open slowlog (%s)", child->wp->config->slowlog); in fpm_php_trace()
|
H A D | fpm_conf.c | 1012 zlog(ZLOG_SYSERROR, "Unable to create or open slowlog(%s)", wp->config->slowlog); in fpm_conf_process_all_pools() 1193 zlog(ZLOG_SYSERROR, "Unable to remove the PID file (%s).", fpm_global_config.pid_file); in fpm_conf_unlink_pid() 1212 zlog(ZLOG_SYSERROR, "Unable to create the PID file (%s).", fpm_global_config.pid_file); in fpm_conf_write_pid() 1219 zlog(ZLOG_SYSERROR, "Unable to write to the PID file."); in fpm_conf_write_pid() 1586 zlog(ZLOG_SYSERROR, "failed to open configuration file '%s'", filename); in fpm_conf_load_ini_file() 1786 zlog(ZLOG_SYSERROR, "spprintf() failed (tmp for fpm_globals.config)"); in fpm_conf_init_main() 1794 zlog(ZLOG_SYSERROR, "spprintf() failed (fpm_globals.config)"); in fpm_conf_init_main()
|
H A D | fpm_log.c | 45 zlog(ZLOG_SYSERROR, "failed to open access log (%s)", wp->config->access_log); in fpm_log_open()
|
H A D | fpm_children.c | 423 zlog(ZLOG_SYSERROR, "fork() failed"); in fpm_children_make()
|
H A D | fpm_process_ctl.c | 107 zlog(ZLOG_SYSERROR, "failed to reload: execvp() failed"); in fpm_pctl_exec()
|