Lines Matching refs:ZLOG_SYSERROR

49 			zlog(ZLOG_SYSERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, c->listen_owner);  in fpm_unix_resolve_socket_premissions()
62 … zlog(ZLOG_SYSERROR, "[pool %s] cannot get gid for group '%s'", wp->config->name, c->listen_group); in fpm_unix_resolve_socket_premissions()
158 …zlog(ZLOG_SYSERROR, "[pool %s] failed to set rlimit_files for this pool. Please check your system … in fpm_unix_init_child()
168 …zlog(ZLOG_SYSERROR, "[pool %s] failed to set rlimit_core for this pool. Please check your system l… in fpm_unix_init_child()
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()
193 zlog(ZLOG_SYSERROR, "[pool %s] Unable to set priority for this new process", wp->config->name); 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()
206 …zlog(ZLOG_SYSERROR, "[pool %s] failed to initgroups(%s, %d)", wp->config->name, wp->config->user, … 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()
240 …zlog(ZLOG_SYSERROR, "failed to set rlimit_core for this pool. Please check your system limits or d… in fpm_unix_init_main()
251 …zlog(ZLOG_SYSERROR, "failed to set rlimit_core for this pool. Please check your system limits or d… in fpm_unix_init_main()
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()
349 zlog(ZLOG_SYSERROR, "Unable to set priority for the master process"); in fpm_unix_init_main()