Home
last modified time | relevance | path

Searched refs:nxt_alert (Results 1 – 25 of 45) sorted by last modified time

12

/unit/src/
H A Dnxt_router.c770 nxt_alert(task, "conf_data_handler: reply port not found"); in nxt_router_conf_data_handler()
788 nxt_alert(task, "conf_data_handler: invalid shm fd"); in nxt_router_conf_data_handler()
1356 nxt_alert(task, "failed to apply new conf"); in nxt_router_conf_error()
1657 nxt_alert(task, "configuration parsing error"); in nxt_router_conf_create()
1667 nxt_alert(task, "root map error"); in nxt_router_conf_create()
1760 nxt_alert(task, "application map error"); in nxt_router_conf_create()
1937 nxt_alert(task, "no \"http\" block"); in nxt_router_conf_create()
1966 nxt_alert(task, "listener map error"); in nxt_router_conf_create()
2003 nxt_alert(task, "http map error"); in nxt_router_conf_create()
2014 nxt_alert(task, "websocket map error"); in nxt_router_conf_create()
[all …]
H A Dnxt_main_process.c459 nxt_alert(task, "router port not found"); in nxt_main_start_process_handler()
464 nxt_alert(task, "process %PI cannot start processes", in nxt_main_start_process_handler()
530 nxt_alert(task, "router app configuration parsing error"); in nxt_main_start_process_handler()
708 nxt_alert(task, "whoami: buffer is NULL or unexpected size"); in nxt_main_process_whoami_handler()
993 nxt_alert(task, "waitpid() failed: %E", err); in nxt_main_process_sigchld_handler()
1006 nxt_alert(task, "process %PI exited on signal %d%s", in nxt_main_process_sigchld_handler()
1010 nxt_alert(task, "process %PI exited on signal %d", in nxt_main_process_sigchld_handler()
1128 nxt_alert(task, "process %PI cannot create listener sockets", in nxt_main_port_socket_handler()
1160 nxt_alert(task, "%*s", size, ls.start); in nxt_main_port_socket_handler()
1611 nxt_alert(task, "conf_store_handler: invalid shm fd"); in nxt_main_port_conf_store_handler()
[all …]
H A Dnxt_application.c320 nxt_alert(task, "discovery write past the buffer"); in nxt_discovery_modules()
358 nxt_alert(task, "dlopen(\"%s\"), failed: \"%s\"", name, dlerror()); in nxt_discovery_module()
468 nxt_alert(task, "dlsym(\"%s\"), failed: \"%s\"", name, dlerror()); in nxt_discovery_module()
478 nxt_alert(task, "dlclose(\"%s\"), failed: \"%s\"", name, dlerror()); in nxt_discovery_module()
539 nxt_alert(task, "failed to set environment"); in nxt_proto_setup()
792 nxt_alert(task, "waitpid() failed: %E", err); in nxt_proto_sigchld_handler()
807 nxt_alert(task, "app process %PI (isolated %PI) " in nxt_proto_sigchld_handler()
814 nxt_alert(task, "app process %PI exited on signal %d%s", in nxt_proto_sigchld_handler()
874 nxt_alert(task, "dlopen(\"%s\") failed: \"%s\"", in nxt_app_module_load()
888 nxt_alert(task, "dlclose(\"%s\") failed: \"%s\"", in nxt_app_module_load()
[all …]
H A Dnxt_js.c447 nxt_alert(task, "js exception: %V", &res); in nxt_js_call()
H A Dnxt_listen_socket.c23 nxt_alert(task, "listen(%d, %d) failed %E", s, backlog, nxt_socket_errno); in nxt_listen_socket()
154 nxt_alert(task, "listen(%d, %d) failed %E", in nxt_listen_socket_create()
174 nxt_alert(task, "connect(%d, %*s) socket already in use", in nxt_listen_socket_create()
182 nxt_alert(task, "connect(%d, %*s) failed %E", in nxt_listen_socket_create()
247 nxt_alert(task, "listen(%d, %d) failed %E", in nxt_listen_socket_update()
H A Dnxt_runtime.c166 nxt_alert(task, "using inherited listen sockets: %s", v); in nxt_runtime_inherited_listen_sockets()
182 nxt_alert(task, "invalid socket number \"%s\" " in nxt_runtime_inherited_listen_sockets()
905 nxt_alert(task, "Unable to create certificates storage directory: " in nxt_runtime_conf_init()
922 nxt_alert(task, "Unable to create scripts storage directory: " in nxt_runtime_conf_init()
1274 nxt_alert(task, "gethostname() failed %E", nxt_errno); in nxt_runtime_hostname()
1710 nxt_alert(task, "process %PI failed to add", process->pid); in nxt_runtime_process_add()
H A Dnxt_file.c95 nxt_alert(task, "close(%FD, \"%FN\") failed %E", in nxt_file_close()
454 nxt_alert(task, "ioctl(%d, FIONBIO) failed %E", fd, nxt_errno); in nxt_fd_nonblocking()
472 nxt_alert(task, "ioctl(%d, !FIONBIO) failed %E", fd, nxt_errno); in nxt_fd_blocking()
487 nxt_alert(task, "fcntl(%d, F_GETFL) failed %E", fd, nxt_errno); in nxt_fd_nonblocking()
494 nxt_alert(task, "fcntl(%d, F_SETFL, O_NONBLOCK) failed %E", in nxt_fd_nonblocking()
511 nxt_alert(task, "fcntl(%d, F_GETFL) failed %E", fd, nxt_errno); in nxt_fd_blocking()
518 nxt_alert(task, "fcntl(%d, F_SETFL, !O_NONBLOCK) failed %E", in nxt_fd_blocking()
605 nxt_alert(task, "fopen(\"%s\") failed %E", pathname, err); in nxt_file_fopen()
617 nxt_alert(task, "fclose() failed %E", nxt_errno); in nxt_file_fclose()
729 nxt_alert(task, "pipe() failed %E", nxt_errno); in nxt_pipe_create()
[all …]
H A Dnxt_conn_write.c219 nxt_alert(task, "sendfile() reported that file was truncated at %O", in nxt_conn_io_sendfile()
H A Dnxt_isolation.c112 nxt_alert(task, "cannot set user \"%V\" for app \"%V\": " in nxt_isolation_main_prefork()
122 nxt_alert(task, "cannot set group \"%V\" for app \"%V\": " in nxt_isolation_main_prefork()
364 nxt_alert(task, "clone map entry map error"); in nxt_isolation_credential_map()
785 nxt_alert(task, "mkdir(%s) %E", dst, nxt_errno); in nxt_isolation_prepare_rootfs()
830 nxt_alert(task, "chdir(\"/\") %E", nxt_errno); in nxt_isolation_change_root()
868 nxt_alert(task, "failed to chdir(%s) %E", path, nxt_errno); in nxt_isolation_pivot_root()
873 nxt_alert(task, "failed to pivot_root %E", nxt_errno); in nxt_isolation_pivot_root()
996 nxt_alert(task, "parent mount not found"); in nxt_isolation_make_private_mount()
1006 nxt_alert(task, "parent mount not found"); in nxt_isolation_make_private_mount()
1078 nxt_alert(task, "chdir(\"/\") %E", nxt_errno); in nxt_isolation_change_root()
[all …]
H A Dnxt_router_access_log.c95 nxt_alert(task, "access log map error"); in nxt_router_access_log_create()
111 nxt_alert(task, "failed to allocate access log structure"); in nxt_router_access_log_create()
130 nxt_alert(task, "failed to allocate log format structure"); in nxt_router_access_log_create()
451 nxt_alert(task, "dup2(%FD, %FD) failed %E", in nxt_router_access_log_reopen_ready()
H A Dnxt_clone.c36 nxt_alert(task, "error write past the buffer: %s", path); in nxt_clone_credential_setgroups()
50 nxt_alert(task, "open(%s): %E", path, nxt_errno); in nxt_clone_credential_setgroups()
61 nxt_alert(task, "write(%s): %E", path, nxt_errno); in nxt_clone_credential_setgroups()
82 nxt_alert(task, "writing past the buffer"); in nxt_clone_credential_map_write()
90 nxt_alert(task, "failed to open proc map (%s) %E", buf, nxt_errno); in nxt_clone_credential_map_write()
100 nxt_alert(task, "failed to write %s: Check kernel maximum " \ in nxt_clone_credential_map_write()
104 nxt_alert(task, "failed to write proc map (%s) %E", buf, in nxt_clone_credential_map_write()
150 nxt_alert(task, "write past the mapinfo buffer"); in nxt_clone_credential_map_set()
175 nxt_alert(task, "write past mapinfo buffer"); in nxt_clone_credential_map_set()
226 nxt_alert(task, "failed to write /proc/%d/setgroups", pid); in nxt_clone_credential_map()
H A Dnxt_socket.c31 nxt_alert(task, "socket(%ui, 0x%uXi, %ui) failed %E", in nxt_socket_create()
89 nxt_alert(task, "getsockopt(%d, %ui, %s) failed %E", in nxt_socket_getsockopt()
111 nxt_alert(task, "setsockopt(%d, %ui, %s, %d) failed %E", in nxt_socket_setsockopt()
184 nxt_alert(task, "bind(%d, %*s) failed %E", in nxt_socket_bind()
H A Dnxt_openssl.c717 nxt_alert(task, "Setting custom session ticket keys is not supported with "
H A Dnxt_php_sapi.c425 nxt_alert(task, "failed to initialize SAPI module and extension"); in nxt_php_setup()
446 nxt_alert(task, "failed to find $_SERVER auto global"); in nxt_php_setup()
501 nxt_alert(task, "nxt_unit_default_init() failed"); in nxt_php_start()
552 nxt_alert(task, "root realpath(%s) failed %E", tmp, nxt_errno); in nxt_php_set_target()
585 nxt_alert(task, "script realpath(%s) failed %E", tmp, nxt_errno); in nxt_php_set_target()
597 nxt_alert(task, "script is not under php root"); in nxt_php_set_target()
H A Dnxt_credential.c27 nxt_alert(task, "getpwnam(\"%s\") failed, user \"%s\" not found", in nxt_credential_get()
30 nxt_alert(task, "getpwnam(\"%s\") failed %E", uc->user, nxt_errno); in nxt_credential_get()
47 nxt_alert(task, in nxt_credential_get()
130 nxt_alert(task, "getgrouplist(\"%s\", %d) failed %E", uc->user, in nxt_credential_groups_get()
192 nxt_alert(task, "getgroups(0, NULL) failed %E", nxt_errno); in nxt_credential_groups_get()
218 nxt_alert(task, "getgroups(%d) failed %E", nsaved, nxt_errno); in nxt_credential_groups_get()
235 nxt_alert(task, "initgroups(%s, %d) failed %E", in nxt_credential_groups_get()
244 nxt_alert(task, "getgroups(0, NULL) failed %E", nxt_errno); in nxt_credential_groups_get()
259 nxt_alert(task, "getgroups(%d) failed %E", ngroups, nxt_errno); in nxt_credential_groups_get()
270 nxt_alert(task, "setgroups(%d) failed %E", nsaved, nxt_errno); in nxt_credential_groups_get()
[all …]
H A Dnxt_controller.c209 nxt_alert(task, "failed to restore previous configuration: " in nxt_controller_prefork()
361 nxt_alert(task, "failed to restore previous configuration: " in nxt_controller_start()
385 nxt_alert(task, "the previous configuration is invalid: %V", in nxt_controller_start()
545 nxt_alert(task, "failed to apply previous configuration"); in nxt_controller_conf_init_handler()
H A Dnxt_http_route.c993 nxt_alert(task, "nxt_regex_compile(%V) failed: %s at offset %d", in nxt_http_route_pattern_create()
998 nxt_alert(task, "nxt_regex_compile(%V) failed %s", &test, err.msg); in nxt_http_route_pattern_create()
H A Dnxt_h1proto.c935 nxt_alert(task, "mkstemp(%s) failed %E", tmp_name.start, nxt_errno); in nxt_h1p_request_body_read()
H A Dnxt_script.c82 nxt_alert(task, "JS compile module(%V) failed: %s", name, error); in nxt_script_new()
360 nxt_alert(task, "no scripts storage directory"); in nxt_script_store_load()
374 nxt_alert(task, "opendir(\"%s\") failed %E", in nxt_script_store_load()
555 nxt_alert(task, "process port not found (pid %PI, reply_port %d)", in nxt_script_store_get_handler()
563 nxt_alert(task, "process %PI cannot store scripts", in nxt_script_store_get_handler()
576 nxt_alert(task, "no scripts storage directory"); in nxt_script_store_get_handler()
642 nxt_alert(task, "controller port not found"); in nxt_script_store_delete_handler()
647 nxt_alert(task, "process %PI cannot delete scripts", in nxt_script_store_delete_handler()
653 nxt_alert(task, "no scripts storage directory"); in nxt_script_store_delete_handler()
H A Dnxt_kqueue_engine.c195 nxt_alert(&engine->task, "kqueue() failed %E", nxt_errno); in nxt_kqueue_create()
232 nxt_alert(&engine->task, "kqueue close(%d) failed %E", in nxt_kqueue_free()
479 nxt_alert(&engine->task, "kevent(%d) failed %E", in nxt_kqueue_get_kevent()
582 nxt_alert(&engine->task, "sigaction(%d) failed %E", signo, nxt_errno); in nxt_kqueue_add_signal()
601 nxt_alert(&engine->task, "kevent(%d) failed %E", kqueue, nxt_errno); in nxt_kqueue_add_signal()
629 nxt_alert(&engine->task, "kevent(%d) failed %E", in nxt_kqueue_enable_post()
654 nxt_alert(&engine->task, "kevent(%d) failed %E", in nxt_kqueue_signal()
731 nxt_alert(&engine->task, in nxt_kqueue_poll()
833 nxt_alert(&engine->task, in nxt_kqueue_poll()
H A Dnxt_process.c454 nxt_alert(task, "unshare() failed for %s %E", process->name, in nxt_process_unshare()
529 nxt_alert(task, "prctl(PR_SET_CHILD_SUBREAPER) failed for %s %E", in nxt_process_init_pidns()
625 nxt_alert(task, "cgroup: failed to add process %s to %s %E", in nxt_process_create()
751 nxt_alert(task, "%s failed to start", process->name); in nxt_process_do_start()
859 nxt_alert(task, "WHOAMI error"); in nxt_process_whoami_error()
956 nxt_alert(task, "%s failed to start", init->name); in nxt_process_created_error()
1052 nxt_alert(task, "failed to set no_new_privs %E", nxt_errno); in nxt_process_apply_creds()
1071 nxt_alert(task, "%s failed to send READY message", process->name); in nxt_process_send_ready()
1108 nxt_alert(task, "posix_spawn(\"%s\") failed %E", name, nxt_errno); in nxt_process_execute()
1160 nxt_alert(task, "setsid() failed %E", nxt_errno); in nxt_process_daemon()
[all …]
H A Dnxt_port.c189 nxt_alert(task, "port %d: unknown message type:%uD", in nxt_port_handler()
/unit/src/ruby/
H A Dnxt_ruby.c342 nxt_alert(task, "Ruby: Unable to find rack entry point"); in nxt_ruby_start()
435 nxt_alert(rack_init->task, in nxt_ruby_init_basic()
/unit/src/wasm/
H A Dnxt_wasm.c210 nxt_alert(task, "nxt_unit_default_init() failed"); in nxt_wasm_start()
/unit/src/python/
H A Dnxt_python.c182 nxt_alert(task, "Failed to allocate memory"); in nxt_python_start()
202 nxt_alert(task, "Failed to allocate memory"); in nxt_python_start()
216 nxt_alert(task, "Failed to initialise config"); in nxt_python_start()
223 nxt_alert(task, "Failed to allocate memory"); in nxt_python_start()
246 nxt_alert(task, "Python failed to get \"sys.stderr\" object"); in nxt_python_start()
256 nxt_alert(task, "Python failed to get \"flush\" attribute of " in nxt_python_start()
272 nxt_alert(task, "Python failed to set the \"sys.argv\" list"); in nxt_python_start()
284 nxt_alert(task, "Could not allocate targets"); in nxt_python_start()
503 nxt_alert(task, "Failed to allocate target prefix string"); in nxt_python_set_prefix()
511 nxt_alert(task, "Python failed to allocate target prefix " in nxt_python_set_prefix()
[all …]

12