Home
last modified time | relevance | path

Searched refs:log_error (Results 1 – 25 of 103) sorted by relevance

12345

/systemd-251/src/shared/
Dbus-wait-for-jobs.c29 log_error("Warning! D-Bus connection terminated."); in match_disconnected()
202 log_error("Job for %s failed because %s.\n" in log_job_error_with_service_result()
214 log_error("Job for %s failed.\n" in log_job_error_with_service_result()
238 log_error("Job for %s canceled.", strna(d->name)); in check_wait_response()
240 log_error("Job for %s timed out.", strna(d->name)); in check_wait_response()
242log_error("A dependency job for %s failed. See 'journalctl -xe' for details.", strna(d->name)); in check_wait_response()
244 log_error("%s is not active, cannot reload.", strna(d->name)); in check_wait_response()
246 log_error("Assertion failed on job for %s.", strna(d->name)); in check_wait_response()
248log_error("Operation on or unit type of %s not supported on this system.", strna(d->name)); in check_wait_response()
250 log_error("Queued job for %s was garbage collected.", strna(d->name)); in check_wait_response()
[all …]
/systemd-251/man/
Dprint-unit-path.c23 static int log_error(int error, const char *message) { in log_error() function
37 return log_error(r, "Failed to create bus message"); in print_unit_path()
41 return log_error(r, "Failed to append to bus message"); in print_unit_path()
45 return log_error(r, "Call failed"); in print_unit_path()
50 return log_error(r, "Failed to read reply"); in print_unit_path()
63 return log_error(r, "Failed to acquire bus"); in main()
/systemd-251/src/busctl/
Dbusctl-introspect.c67 log_error("XML parse error."); in parse_xml_annotation()
196 log_error("XML parse error."); in parse_xml_node()
414log_error("Unexpected method <arg> direction value '%s'.", argument_direction); in parse_xml_node()
546log_error("Unexpected signal <arg> direction value '%s'.", argument_direction); in parse_xml_node()
698 log_error("XML parse error"); in parse_xml_introspect()
714 log_error("Unexpected tag '%s' in introspection data.", name); in parse_xml_introspect()
719 log_error("Unexpected token."); in parse_xml_introspect()
/systemd-251/src/shutdown/
Dshutdown.c145 log_error("Excess arguments, ignoring"); in parse_argv()
268log_error("Syncing filesystems and block devices - timed out, issuing SIGKILL to PID "PID_FMT".", … in sync_with_progress()
360 log_error("Not executed by init (PID 1)."); in main()
376 log_error("Unknown action '%s'.", arg_verb); in main()
564 log_error("Failed to finalize%s%s%s%s%s ignoring.", in main()
/systemd-251/src/journal-remote/
Dmicrohttpd-util.c207 log_error("Failed to initialize client certificate"); in get_client_cert()
215 log_error("Failed to import client certificate"); in get_client_cert()
233 log_error("gnutls_x509_crt_get_dn failed"); in get_auth_dn()
264 log_error("MHD_get_connection_info failed: session is unencrypted"); in check_permissions()
/systemd-251/src/journal/
Djournald-native.c357 log_error("Received file outside of allowed directories. Refusing."); in server_process_native_file()
362log_error("Received file in subdirectory of allowed directories. Refusing."); in server_process_native_file()
373 log_error("File passed is not regular. Ignoring."); in server_process_native_file()
383log_error("File passed too large (%"PRIu64" bytes). Ignoring.", (uint64_t) st.st_size); in server_process_native_file()
418log_error("Received file descriptor from file system with mandatory locking enabled, not processin… in server_process_native_file()
/systemd-251/src/fsck/
Dfsck.c69 log_error("Failed to start unit: %s", bus_error_message(&error, r)); in start_target()
127log_error("Please pass 'fsck.mode=skip' on the kernel command line rather than creating /fastboot … in test_files()
132log_error("Please pass 'fsck.mode=force' on the kernel command line rather than creating /forcefsc… in test_files()
409 log_error("fsck failed with exit status %i.", exit_status); in run()
/systemd-251/src/hibernate-resume/
Dhibernate-resume.c19 log_error("This program expects one argument."); in main()
39 log_error("Resume device '%s' is not a block device.", device); in main()
/systemd-251/src/core/
Dselinux-setup.c74 log_error("Failed to compute init label, ignoring."); in mac_selinux_setup()
80log_error("Failed to transition into init label '%s', ignoring.", label); in mac_selinux_setup()
/systemd-251/src/udev/
Dudev-ctrl.c192 log_error("No sender credentials received, ignoring message"); in udev_ctrl_connection_event_handler()
199 log_error("Invalid sender uid "UID_FMT", ignoring message", cred->uid); in udev_ctrl_connection_event_handler()
204 log_error("Message magic 0x%08x doesn't match, ignoring message", msg_wire.magic); in udev_ctrl_connection_event_handler()
243 log_error("Invalid sender uid "UID_FMT", closing connection", ucred.uid); in udev_ctrl_event_handler()
/systemd-251/src/libsystemd-network/
Dtest-acd.c30 log_error("the client was stopped"); in acd_handler()
92 log_error("This program takes two arguments.\n" in main()
Dtest-ipv4ll-manual.c38 log_error("the client was stopped with address %s", strna(address)); in ll_handler()
106 log_error("This program takes one or two arguments.\n" in main()
/systemd-251/src/veritysetup/
Dveritysetup-generator.c73 log_error("Verity information for %s incomplete, hash unspecified.", name); in create_device()
75 log_error("Verity information for %s incomplete, data device unspecified.", name); in create_device()
77 log_error("Verity information for %s incomplete, hash device unspecified.", name); in create_device()
483log_error("Failed to parse %s:%u, ignoring.", arg_veritytab, veritytab_line); in add_veritytab_devices()
/systemd-251/src/libsystemd/sd-bus/
Dtest-bus-chat.c311log_error("Failed to read from pipe: %s", errno != 0 ? strerror_safe(errno) : "early read"); in client1()
375 log_error("Failed to issue method call: %s", bus_error_message(&error, r)); in client2()
394 log_error("Failed to issue signal: %s", bus_error_message(&error, r)); in client2()
414 log_error("Failed to issue method call: %s", bus_error_message(&error, r)); in client2()
Dtest-bus-track.c17 log_error("TRACK CB X"); in track_cb_x()
31 log_error("TRACK CB Y"); in track_cb_y()
/systemd-251/src/libsystemd/sd-resolve/
Dtest-resolve.c26 log_error("getaddrinfo error: %s %i", gai_strerror(ret), ret); in getaddrinfo_handler()
46 log_error("getnameinfo error: %s %i", gai_strerror(ret), ret); in getnameinfo_handler()
/systemd-251/src/remount-fs/
Dremount-fs.c139log_error(MOUNT_PATH " for %s exited with exit status %i.", s, si.si_status); in run()
141log_error(MOUNT_PATH " for %s terminated by signal %s.", s, signal_to_string(si.si_status)); in run()
/systemd-251/src/integritysetup/
Dintegritysetup-generator.c155 log_error("Failed to parse %s:%u, ignoring.", l, integritytab_line); in add_integritytab_devices()
161log_error("Failed to find device %s:%u, ignoring.", device_id, integritytab_line); in add_integritytab_devices()
/systemd-251/src/udev/scsi_id/
Dscsi_id.c354 log_error("Unknown page code '%s'", optarg); in per_dev_options()
360 log_error("Unknown or bad option '%c' (0x%x)", option, option); in per_dev_options()
503 log_error("No device specified."); in main()
/systemd-251/src/initctl/
Dinitctl.c128 log_error("Got initctl request with invalid magic. Ignoring."); in request_process()
136 log_error("Got invalid runlevel. Ignoring."); in request_process()
/systemd-251/src/import/
Dtest-qcow2.c16 log_error("Needs two arguments."); in main()
/systemd-251/src/nspawn/
Dtest-patch-uid.c18 log_error("Expected PATH SHIFT RANGE parameters."); in main()
/systemd-251/src/test/
Dnss-test-util.c40 log_error("Failed to load module %s: %s", module, dlerror()); in nss_open_handle()
/systemd-251/src/boot/
Dbless-boot-generator.c28 log_error("This program takes three or no arguments."); in main()
/systemd-251/src/cgroups-agent/
Dcgroups-agent.c21 log_error("Incorrect number of arguments."); in main()

12345