Lines Matching refs:log_unit_debug
151 log_unit_debug(UNIT(s), "Stopping watch for PID file %s", s->pid_file_pathspec->path); in service_unwatch_pid_file()
307 log_unit_debug(UNIT(s), "watchdog_usec="USEC_FMT, s->watchdog_usec); in service_override_watchdog_timeout()
308 log_unit_debug(UNIT(s), "watchdog_override_usec="USEC_FMT, s->watchdog_override_usec); in service_override_watchdog_timeout()
335 log_unit_debug(UNIT(s), "Releasing all stored fds"); in service_release_fd_store()
350 log_unit_debug(u, "Releasing resources."); in service_release_resources()
415 log_unit_debug(UNIT(fs->service), in on_fd_store_io()
499 log_unit_debug(UNIT(s), "Added fd %u (%s) to fd store.", fd, strna(name)); in service_add_fd_store_set()
514 … log_unit_debug(UNIT(s), "Got explicit request to remove fd %i (%s), closing.", fs->fd, name); in service_remove_fd_store()
526 …log_unit_debug(UNIT(s), "Adding delta of %s sec to timeout", FORMAT_TIMESPAN(delta, USEC_PER_SEC)); in service_running_timeout()
954 … log_unit_debug(UNIT(s), "New main PID "PID_FMT" belongs to service, we are happy.", pid); in service_is_suitable_main_pid()
1022 …log_unit_debug(UNIT(s), "New main PID "PID_FMT" does not belong to service, but we'll accept it si… in service_load_pid_file()
1026 … log_unit_debug(UNIT(s), "Main PID changing: "PID_FMT" -> "PID_FMT, s->main_pid, pid); in service_load_pid_file()
1031 log_unit_debug(UNIT(s), "Main PID loaded: "PID_FMT, pid); in service_load_pid_file()
1063 log_unit_debug(UNIT(s), "Main PID guessed: "PID_FMT, pid); in service_search_main_pid()
1144 …log_unit_debug(UNIT(s), "Changed %s -> %s", service_state_to_string(old_state), service_state_to_s… in service_set_state()
1504 log_unit_debug(UNIT(s), "Will spawn child (%s): %s", caller, c->path); in service_spawn_internal()
1533 …log_unit_debug(UNIT(s), "Passing %zu fds to service", exec_params.n_socket_fds + exec_params.n_sto… in service_spawn_internal()
1829 log_unit_debug(UNIT(s), "Service restart not allowed."); in service_enter_dead()
1835 log_unit_debug(UNIT(s), "Service will %srestart (%s)", in service_enter_dead()
2921 log_unit_debug(u, "Failed to parse state value: %s", value); in service_deserialize_item()
2929 log_unit_debug(u, "Failed to parse result value: %s", value); in service_deserialize_item()
2938 log_unit_debug(u, "Failed to parse reload result value: %s", value); in service_deserialize_item()
2946 log_unit_debug(u, "Failed to parse control-pid value: %s", value); in service_deserialize_item()
2953 log_unit_debug(u, "Failed to parse main-pid value: %s", value); in service_deserialize_item()
2961 log_unit_debug(u, "Failed to parse main-pid-known value: %s", value); in service_deserialize_item()
2969 log_unit_debug(u, "Failed to parse bus-name-good value: %s", value); in service_deserialize_item()
3001 log_unit_debug(u, "Failed to parse socket-fd value: %s", value); in service_deserialize_item()
3013 log_unit_debug(u, "Failed to parse fd-store-fd value: %s", value); in service_deserialize_item()
3019 log_unit_debug(u, "Failed to parse fd-store-fd value: %s", value); in service_deserialize_item()
3041 log_unit_debug(u, "Failed to parse main-exec-status-pid value: %s", value); in service_deserialize_item()
3048 log_unit_debug(u, "Failed to parse main-exec-status-code value: %s", value); in service_deserialize_item()
3055 … log_unit_debug(u, "Failed to parse main-exec-status-status value: %s", value); in service_deserialize_item()
3069 log_unit_debug(u, "Failed to parse forbid-restart value: %s", value); in service_deserialize_item()
3076 log_unit_debug(u, "Failed to parse stdin-fd value: %s", value); in service_deserialize_item()
3086 log_unit_debug(u, "Failed to parse stdout-fd value: %s", value); in service_deserialize_item()
3096 log_unit_debug(u, "Failed to parse stderr-fd value: %s", value); in service_deserialize_item()
3106 log_unit_debug(u, "Failed to parse exec-fd value: %s", value); in service_deserialize_item()
3116 … log_unit_debug(u, "Failed to parse watchdog_override_usec value: %s", value); in service_deserialize_item()
3122 … log_unit_debug(u, "Failed to parse watchdog_original_usec value: %s", value); in service_deserialize_item()
3141 log_unit_debug(u, "Unknown serialization key: %s", key); in service_deserialize_item()
3197 log_unit_debug(UNIT(s), "Setting watch for PID file %s", s->pid_file_pathspec->path); in service_watch_pid_file()
3204 …log_unit_debug(UNIT(s), "Trying to read PID file %s in case it changed", s->pid_file_pathspec->pat… in service_watch_pid_file()
3257 log_unit_debug(UNIT(s), "inotify event"); in service_dispatch_inotify_io()
3281 log_unit_debug(UNIT(s), "got exec-fd event"); in service_dispatch_exec_io()
3308 log_unit_debug(UNIT(s), "Got EOF on exec-fd"); in service_dispatch_exec_io()
3316 … log_unit_debug(UNIT(s), "Got EOF on exec-fd while it was disabled, ignoring."); in service_dispatch_exec_io()
3334 log_unit_debug(u, "Control group is empty."); in service_notify_cgroup_empty_event()
3412 log_unit_debug(u, "Process(es) of control group were killed by systemd-oomd."); in service_notify_cgroup_oom_event()
3414 log_unit_debug(u, "Process of control group was killed by the OOM killer."); in service_notify_cgroup_oom_event()
3543 … log_unit_debug(u, "Running next main command for state %s.", service_state_to_string(s->state)); in service_sigchld_event()
3674 …log_unit_debug(u, "Running next control command for state %s.", service_state_to_string(s->state)); in service_sigchld_event()
3684 … log_unit_debug(u, "Got final SIGCHLD for state %s.", service_state_to_string(s->state)); in service_sigchld_event()
3991 log_unit_debug(UNIT(s), in service_dispatch_timer()
3995 log_unit_debug(UNIT(s), in service_dispatch_timer()
4103 …log_unit_debug(u, "Got notification message from PID "PID_FMT" (%s)", ucred->pid, isempty(cc) ? "n… in service_notify_message()
4120 …log_unit_debug(u, "New main PID "PID_FMT" does not belong to service, but we'll accept it as the r… in service_notify_message()
4123 … log_unit_debug(u, "New main PID "PID_FMT" does not belong to service, refusing.", new_main_pid); in service_notify_message()
4340 … log_unit_debug(u, "D-Bus name %s is now owned by process " PID_FMT, s->bus_name, (pid_t) pid); in bus_name_pid_lookup_callback()
4355 log_unit_debug(u, "D-Bus name %s now owned by %s", s->bus_name, new_owner); in service_bus_name_owner_change()
4357 log_unit_debug(u, "D-Bus name %s now not owned by anyone.", s->bus_name); in service_bus_name_owner_change()