Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_unix.c49 zlog(ZLOG_SYSERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, c->listen_owner); in fpm_unix_resolve_socket_premissions()
174 zlog(ZLOG_SYSERROR, "[pool %s] failed to chroot(%s)", wp->config->name, wp->config->chroot); in fpm_unix_init_child()
182 zlog(ZLOG_SYSERROR, "[pool %s] failed to chdir(%s)", wp->config->name, wp->config->chdir); in fpm_unix_init_child()
200 zlog(ZLOG_SYSERROR, "[pool %s] failed to setgid(%d)", wp->config->name, wp->set_gid); in fpm_unix_init_child()
210 zlog(ZLOG_SYSERROR, "[pool %s] failed to setuid(%d)", wp->config->name, wp->set_uid); in fpm_unix_init_child()
218 zlog(ZLOG_SYSERROR, "[pool %s] failed to prctl(PR_SET_DUMPABLE)", wp->config->name); in fpm_unix_init_child()
275 zlog(ZLOG_SYSERROR, "failed to create pipe"); in fpm_unix_init_main()
284 zlog(ZLOG_SYSERROR, "failed to daemonize"); in fpm_unix_init_main()
308 zlog(ZLOG_SYSERROR, "failed to select"); in fpm_unix_init_main()
315 zlog(ZLOG_SYSERROR, "failed to read from pipe"); in fpm_unix_init_main()
[all …]
H A Dfpm_trace_ptrace.c32 zlog(ZLOG_SYSERROR, "failed to ptrace(ATTACH) child %d", pid); in fpm_trace_signal()
49 zlog(ZLOG_SYSERROR, "failed to ptrace(DETACH) child %d", pid); in fpm_trace_close()
68 zlog(ZLOG_SYSERROR, "failed to ptrace(PT_IO) pid %d", traced_pid); in fpm_trace_get_long()
75 zlog(ZLOG_SYSERROR, "failed to ptrace(PEEKDATA) pid %d", traced_pid); in fpm_trace_get_long()
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()
53 zlog(ZLOG_SYSERROR, "failed to init stdio: dup2()"); in fpm_stdio_init_final()
78 zlog(ZLOG_SYSERROR, "failed to init child stdio: dup2()"); in fpm_stdio_init_child()
120 zlog(ZLOG_SYSERROR, "unable to read what child say"); in fpm_stdio_child_said()
190 zlog(ZLOG_SYSERROR, "failed to prepare the stdout pipe"); in fpm_stdio_prepare_pipes()
195 zlog(ZLOG_SYSERROR, "failed to prepare the stderr pipe"); in fpm_stdio_prepare_pipes()
202 zlog(ZLOG_SYSERROR, "failed to unblock pipes"); in fpm_stdio_prepare_pipes()
284 zlog(ZLOG_SYSERROR, "failed to open error_log (%s)", fpm_global_config.error_log);
H A Dfpm_trace_pread.c29 zlog(ZLOG_SYSERROR, "failed to send SIGSTOP to %d", pid); in fpm_trace_signal()
43 zlog(ZLOG_SYSERROR, "failed to open %s", buf); in fpm_trace_ready()
61 zlog(ZLOG_SYSERROR, "pread() failed"); in fpm_trace_get_long()
H A Dfpm_shm.c28 zlog(ZLOG_SYSERROR, "unable to allocate %zu bytes in shared memory: %s", size, strerror(errno)); in fpm_shm_alloc()
34 zlog(ZLOG_SYSERROR, "unable to allocate %zu bytes in shared memory", size); in fpm_shm_alloc()
52 zlog(ZLOG_SYSERROR, "Unable to free shm"); in fpm_shm_free()
H A Dfpm_signals.c187 zlog(ZLOG_SYSERROR, "failed to init signals: socketpair()"); in fpm_signals_init_main()
192 zlog(ZLOG_SYSERROR, "failed to init signals: fd_set_blocked()"); in fpm_signals_init_main()
197 zlog(ZLOG_SYSERROR, "falied to init signals: fcntl(F_SETFD, FD_CLOEXEC)"); in fpm_signals_init_main()
212 zlog(ZLOG_SYSERROR, "failed to init signals: sigaction()"); in fpm_signals_init_main()
241 zlog(ZLOG_SYSERROR, "failed to init child signals: sigaction()"); in fpm_signals_init_child()
H A Dzlog.h39 #define ZLOG_SYSERROR (ZLOG_ERROR | ZLOG_HAVE_ERRNO) macro
H A Dfpm_sockets.c172 zlog(ZLOG_SYSERROR, "failed to create new listening socket: socket()"); in fpm_sockets_new_listening_socket()
191 …zlog(ZLOG_SYSERROR, "unable to bind listening socket for address '%s'", wp->config->listen_address… in fpm_sockets_new_listening_socket()
206 zlog(ZLOG_SYSERROR, "failed to chown() the socket '%s'", wp->config->listen_address); in fpm_sockets_new_listening_socket()
214 zlog(ZLOG_SYSERROR, "failed to listen to address '%s'", wp->config->listen_address); in fpm_sockets_new_listening_socket()
432 zlog(ZLOG_SYSERROR, "failed to retrieve TCP_INFO for socket"); in fpm_socket_get_listening_queue()
H A Dfpm_clock.c40 zlog(ZLOG_SYSERROR, "clock_gettime() failed"); in fpm_clock_get()
H A Dfpm_trace_mach.c50 zlog(ZLOG_SYSERROR, "failed to send SIGSTOP to %d", pid); in fpm_trace_signal()
H A Dfpm_php_trace.c149 zlog(ZLOG_SYSERROR, "unable to open slowlog (%s)", child->wp->config->slowlog); in fpm_php_trace()
H A Dfpm_events.c69 zlog(ZLOG_SYSERROR, "unable to read from the signal pipe"); in fpm_got_signal()
156 zlog(ZLOG_SYSERROR, "Unable to add the event to queue: malloc() failed"); in fpm_event_queue_add()
H A Dfpm_conf.c947 zlog(ZLOG_SYSERROR, "Unable to create or open slowlog(%s)", wp->config->slowlog); in fpm_conf_process_all_pools()
1105 zlog(ZLOG_SYSERROR, "Unable to remove the PID file (%s).", fpm_global_config.pid_file); in fpm_conf_unlink_pid()
1125 zlog(ZLOG_SYSERROR, "Unable to create the PID file (%s).", fpm_global_config.pid_file); in fpm_conf_write_pid()
1132 zlog(ZLOG_SYSERROR, "Unable to write to the PID file."); in fpm_conf_write_pid()
1488 zlog(ZLOG_SYSERROR, "failed to open configuration file '%s'", filename); in fpm_conf_load_ini_file()
1654 zlog(ZLOG_SYSERROR, "spprintf() failed (tmp for fpm_globals.config)"); in fpm_conf_init_main()
1662 zlog(ZLOG_SYSERROR, "spprintf() failed (fpm_globals.config)"); in fpm_conf_init_main()
H A Dfpm_children.c411 zlog(ZLOG_SYSERROR, "fork() failed"); in fpm_children_make()
H A Dfpm_log.c47 zlog(ZLOG_SYSERROR, "failed to open access log (%s)", wp->config->access_log); in fpm_log_open()
H A Dfpm_process_ctl.c102 zlog(ZLOG_SYSERROR, "failed to reload: execvp() failed"); in fpm_pctl_exec()

Completed in 28 milliseconds