Home
last modified time | relevance | path

Searched refs:ZLOG_SYSERROR (Results 1 – 16 of 16) sorted by relevance

/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_signals.c190 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 Dfpm_unix.c84 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 Dfpm_trace_ptrace.c30 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 Dfpm_trace_pread.c23 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 Dfpm_shm.c26 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 Dfpm_stdio.c31 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 Dfpm_sockets.c74 …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 Dfpm_trace_mach.c47 zlog(ZLOG_SYSERROR, "failed to send SIGSTOP to %d", pid); in fpm_trace_signal()
H A Dfpm_clock.c37 zlog(ZLOG_SYSERROR, "clock_gettime() failed"); in fpm_clock_get()
H A Dzlog.h53 #define ZLOG_SYSERROR (ZLOG_ERROR | ZLOG_HAVE_ERRNO) macro
H A Dfpm_events.c75 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 Dfpm_php_trace.c201 zlog(ZLOG_SYSERROR, "unable to open slowlog (%s)", child->wp->config->slowlog); in fpm_php_trace()
H A Dfpm_conf.c1012 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 Dfpm_log.c45 zlog(ZLOG_SYSERROR, "failed to open access log (%s)", wp->config->access_log); in fpm_log_open()
H A Dfpm_children.c423 zlog(ZLOG_SYSERROR, "fork() failed"); in fpm_children_make()
H A Dfpm_process_ctl.c107 zlog(ZLOG_SYSERROR, "failed to reload: execvp() failed"); in fpm_pctl_exec()

Completed in 38 milliseconds