Home
last modified time | relevance | path

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

/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_unix.c122 fpm_unix_check_passwd(wp, config->listen_owner, ZLOG_SYSERROR) && in fpm_unix_test_config()
123 fpm_unix_check_group(wp, config->listen_group, ZLOG_SYSERROR) in fpm_unix_test_config()
186 pwd = fpm_unix_get_passwd(wp, p, ZLOG_SYSERROR); in fpm_unix_resolve_socket_permissions()
218 grp = fpm_unix_get_group(wp, p, ZLOG_SYSERROR); in fpm_unix_resolve_socket_permissions()
259 pwd = fpm_unix_get_passwd(wp, c->listen_owner, ZLOG_SYSERROR); in fpm_unix_resolve_socket_permissions()
275 grp = fpm_unix_get_group(wp, c->listen_group, ZLOG_SYSERROR); in fpm_unix_resolve_socket_permissions()
500 zlog(ZLOG_SYSERROR, "[pool %s] ptrace is denied", wp->config->name); in fpm_unix_init_child()
612 zlog(ZLOG_SYSERROR, "failed to create pipe"); in fpm_unix_init_main()
621 zlog(ZLOG_SYSERROR, "failed to daemonize"); in fpm_unix_init_main()
645 zlog(ZLOG_SYSERROR, "failed to select"); in fpm_unix_init_main()
[all …]
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_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.c25 zlog(ZLOG_SYSERROR, "failed to send SIGSTOP to %d", pid); in fpm_trace_signal()
39 zlog(ZLOG_SYSERROR, "failed to open %s", buf); in fpm_trace_ready()
57 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.c32 zlog(ZLOG_SYSERROR, "failed to init stdio: open(\"/dev/null\")"); in fpm_stdio_init_main()
37 zlog(ZLOG_SYSERROR, "failed to init stdio: dup2()"); in fpm_stdio_init_main()
84 …zlog(ZLOG_SYSERROR, "failed to save original STDERR fd, access.log records may appear in error_log…
97 …zlog(ZLOG_SYSERROR, "failed to restore original STDERR fd, access.log records may appear in error_…
117 zlog(ZLOG_SYSERROR, "failed to tie stderr fd with error_log fd: dup2()");
271 …zlog(ZLOG_SYSERROR, "unable to read what child %d said into %s", (int) child->pid, is_stdout ? "st…
295 zlog(ZLOG_SYSERROR, "failed to prepare the stdout pipe");
300 zlog(ZLOG_SYSERROR, "failed to prepare the stderr pipe");
307 zlog(ZLOG_SYSERROR, "failed to unblock pipes");
386 zlog(ZLOG_SYSERROR, "failed to open error_log (%s)", fpm_global_config.error_log);
H A Dfpm_sockets.c78 …zlog(ZLOG_SYSERROR, "failure to inherit data on parent exec for socket `%s` due to memory allocati… in fpm_sockets_cleanup()
213 zlog(ZLOG_SYSERROR, "failed to create new listening socket: socket()"); in fpm_sockets_new_listening_socket()
232 …zlog(ZLOG_SYSERROR, "unable to bind listening socket for address '%s'", wp->config->listen_address… in fpm_sockets_new_listening_socket()
252 zlog(ZLOG_SYSERROR, "failed to listen to address '%s'", wp->config->listen_address); in fpm_sockets_new_listening_socket()
555 zlog(ZLOG_SYSERROR, "failed to retrieve TCP_INFO for socket"); in fpm_socket_get_listening_queue()
598 zlog(ZLOG_SYSERROR, "failed to retrieve TCP_CONNECTION_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.c200 zlog(ZLOG_SYSERROR, "unable to open slowlog (%s)", child->wp->config->slowlog); in fpm_php_trace()
H A Dfpm_conf.c1064 zlog(ZLOG_SYSERROR, "Unable to create or open slowlog(%s)", wp->config->slowlog); in fpm_conf_process_all_pools()
1244 zlog(ZLOG_SYSERROR, "Unable to remove the PID file (%s).", fpm_global_config.pid_file); in fpm_conf_unlink_pid()
1263 zlog(ZLOG_SYSERROR, "Unable to create the PID file (%s).", fpm_global_config.pid_file); in fpm_conf_write_pid()
1270 zlog(ZLOG_SYSERROR, "Unable to write to the PID file."); in fpm_conf_write_pid()
1654 zlog(ZLOG_SYSERROR, "failed to open configuration file '%s'", filename); in fpm_conf_load_ini_file()
1861 zlog(ZLOG_SYSERROR, "spprintf() failed (tmp for fpm_globals.config)"); in fpm_conf_init_main()
1869 zlog(ZLOG_SYSERROR, "spprintf() failed (fpm_globals.config)"); in fpm_conf_init_main()
H A Dfpm_children.c467 zlog(ZLOG_SYSERROR, "fork() failed"); in fpm_children_make()
H A Dfpm_log.c48 zlog(ZLOG_SYSERROR, "failed to open access log (%s)", wp->config->access_log); in fpm_log_open()
H A Dfpm_process_ctl.c107 zlog(ZLOG_SYSERROR, "failed to reload: execvp() failed"); in fpm_pctl_exec()

Completed in 26 milliseconds