/systemd-251/src/test/ |
D | test-loop-block.c | 43 log_notice("Time's up, exiting thread's loop"); in thread_func() 47 log_notice("> Thread iteration #%u.", i); in thread_func() 56 log_notice("Acquired loop device %s, will mount on %s", loop->node, mounted); in thread_func() 72 log_notice("Found node %s fstype %s designator %s", in thread_func() 95 log_notice("Unmounting %s", mounted); in thread_func() 98 log_notice("Unmounted."); in thread_func() 102 log_notice("Detaching loop device %s", loop->node); in thread_func() 104 log_notice("Detached loop device."); in thread_func() 107 log_notice("Leaving thread"); in thread_func() 276 log_notice("Threads are being started now"); in run() [all …]
|
D | test-execute.c | 249 log_notice("Cannot use CPU 0, skipping %s", __func__); in test_exec_cpuaffinity() 258 log_notice("Cannot use CPU 1 or 2, skipping remaining tests in %s", __func__); in test_exec_cpuaffinity() 383 log_notice("Unknown personality, skipping %s", __func__); in test_exec_personality() 406 log_notice("Testing in container, skipping %s", __func__); in test_exec_privatedevices() 410 log_notice("Testing without inaccessible, skipping %s", __func__); in test_exec_privatedevices() 435 log_notice("Cannot reliably unshare, skipping %s", __func__); in test_exec_protecthome() 446 log_notice("Testing in container, skipping %s", __func__); in test_exec_protectkernelmodules() 450 log_notice("Testing without inaccessible, skipping %s", __func__); in test_exec_protectkernelmodules() 470 log_notice("Directory /var is readonly, skipping remaining tests in %s", __func__); in test_exec_readonlypaths() 482 log_notice("Root directory is readonly, skipping %s", __func__); in test_exec_readwritepaths() [all …]
|
D | test-seccomp.c | 165 log_notice("Seccomp not available, skipping %s", __func__); in TEST() 169 log_notice("Not privileged, skipping %s", __func__); in TEST() 264 log_notice("Testing without namespaces, skipping %s", __func__); in TEST() 296 log_notice("Seccomp not available, skipping remaining tests in %s", __func__); in TEST() 300 log_notice("Not privileged, skipping remaining tests in %s", __func__); in TEST() 364 log_notice("Seccomp not available, skipping %s", __func__); in TEST() 368 log_notice("Not privileged, skipping %s", __func__); in TEST() 374 log_notice("Testing in container, skipping %s", __func__); in TEST() 415 log_notice("Seccomp not available, skipping %s", __func__); in TEST() 419 log_notice("Not privileged, skipping %s", __func__); in TEST() [all …]
|
D | test-bpf-firewall.c | 73 log_notice("BPF firewalling with BPF_F_ALLOW_MULTI supported. Yay!"); in main() 76 log_notice("BPF firewalling (though without BPF_F_ALLOW_MULTI) supported. Good."); in main() 166 log_notice("log:"); in main() 167 log_notice("-------"); in main() 168 log_notice("%s", log_buf); in main() 169 log_notice("-------"); in main() 175 log_notice("log:"); in main() 176 log_notice("-------"); in main() 177 log_notice("%s", log_buf); in main() 178 log_notice("-------"); in main()
|
D | test-fd-util.c | 336 …log_notice("Lacking privileges, skipping running tests with blocked close_range() and with /proc/ … in TEST() 344 … log_notice("Overmounting /proc didn#t work, skipping close_all_fds() with masked /proc/."); in TEST() 352 log_notice("Seccomp not available, skipping seccomp tests in %s", __func__); in TEST() 360 …log_notice("Applying seccomp filter didn't work, skipping close_all_fds() test with masked close_r… in TEST() 372 …log_notice("Applying seccomp filter didn't work, skipping close_all_fds() test with masked close_r… in TEST() 376 … log_notice("Overmounting /proc didn#t work, skipping close_all_fds() with masked /proc/."); in TEST()
|
D | test-devnum-util.c | 73 log_notice("Path %s not found, skipping test", path); in test_device_path_make_canonical_one() 81 log_notice("Device %s cannot be resolved, skipping test", path); in test_device_path_make_canonical_one()
|
D | test-condition.c | 267 log_notice("hostname is an id128, skipping test"); in TEST() 1042 …return (void) log_notice("Pressure Stall Information (PSI) is not supported, skipping %s", __func_… in TEST() 1146 …return (void) log_notice("Failed to determine whether the unified cgroups hierarchy is used, skipp… in TEST() 1148 … return (void) log_notice("Requires the unified cgroups hierarchy, skipping %s", __func__); in TEST() 1151 … return (void) log_notice("Failed to get supported cgroup controllers, skipping %s", __func__); in TEST() 1154 … return (void) log_notice("Requires the cgroup memory controller, skipping %s", __func__); in TEST() 1157 … return (void) log_notice("Requires the cgroup CPU controller, skipping %s", __func__); in TEST()
|
/systemd-251/src/core/ |
D | manager-serialize.c | 344 … log_notice("Failed to parse current job id value '%s', ignoring.", val); in manager_deserialize() 352 … log_notice("Failed to parse installed jobs counter '%s', ignoring.", val); in manager_deserialize() 360 … log_notice("Failed to parse failed jobs counter '%s', ignoring.", val); in manager_deserialize() 369 log_notice("Failed to parse taint /usr flag '%s', ignoring.", val); in manager_deserialize() 378 log_notice("Failed to parse ready-sent flag '%s', ignoring.", val); in manager_deserialize() 387 … log_notice("Failed to parse taint-logged flag '%s', ignoring.", val); in manager_deserialize() 396 … log_notice("Failed to parse service-watchdogs flag '%s', ignoring.", val); in manager_deserialize() 405 … log_notice("Failed to parse honor-device-enumeration flag '%s', ignoring.", val); in manager_deserialize() 414 … log_notice("Failed to parse show-status-overridden flag '%s', ignoring.", val); in manager_deserialize() 423 … log_notice("Failed to parse log-level-override value '%s', ignoring.", val); in manager_deserialize() [all …]
|
D | crash-handler.c | 27 log_notice("Rebooting in 10s..."); in freeze_or_exit_or_reboot() 30 log_notice("Rebooting now..."); in freeze_or_exit_or_reboot() 132 log_notice("Executing crash shell in 10s..."); in crash()
|
D | emergency-action.c | 53 … log_notice("Shutdown is already active. Skipping emergency action request %s.", in emergency_action() 112 log_notice("Doing \"poweroff\" action instead of an \"exit\" emergency action."); in emergency_action() 131 … log_notice("Doing \"poweroff-force\" action instead of an \"exit-force\" emergency action."); in emergency_action()
|
D | dbus-timer.c | 226 …log_notice("Client is using obsolete AccuracySec= transient property, please use AccuracyUSec= ins… in bus_timer_set_transient_property() 334 …log_notice("Client is using obsolete %s= transient property, please use TimersMonotonic= instead."… in bus_timer_set_transient_property() 350 …log_notice("Client is using obsolete %s= transient property, please use TimersCalendar= instead.",… in bus_timer_set_transient_property()
|
/systemd-251/src/shared/ |
D | libfido2-util.c | 293 log_notice("%s%sPlease confirm presence on security token to unlock.", in fido2_use_hmac_hash_specific_token() 307 log_notice("%s%sPlease verify user on security token to unlock.", in fido2_use_hmac_hash_specific_token() 346 log_notice("%s%sPlease confirm presence on security to unlock.", in fido2_use_hmac_hash_specific_token() 359 …log_notice("%s%sGot unsupported option error when when user presence test is turned off. Trying wi… in fido2_use_hmac_hash_specific_token() 618 …log_notice("Requested to lock with PIN, but FIDO2 device %s does not support it, disabling.", devi… in fido2_generate_hmac_hash() 623 …log_notice("Locking with user presence test requested, but FIDO2 device %s does not support it, di… in fido2_generate_hmac_hash() 628 …log_notice("Locking with user verification test requested, but FIDO2 device %s does not support it… in fido2_generate_hmac_hash() 686 … log_notice("%s%s(Hint: This might require confirmation of user presence on security token.)", in fido2_generate_hmac_hash() 707 log_notice("PIN may not be empty."); in fido2_generate_hmac_hash() 725 log_notice("PIN incorrect, please try again."); in fido2_generate_hmac_hash() [all …]
|
D | journal-util.c | 64 log_notice("Hint: You are currently not seeing messages from %s.\n" in access_check_var_log_journal() 74 log_notice("Hint: You are currently not seeing messages from %s.\n" in access_check_var_log_journal() 95 log_notice("No journal files were found."); in journal_access_check_and_warn()
|
D | killall.c | 72 … log_notice("Process " PID_FMT " (%s) has been marked to be excluded from killing. It is " in ignore_proc() 218 log_notice("Sending SIGKILL to PID "PID_FMT" (%s).", pid, strna(s)); in killall()
|
D | tpm2-util.c | 379 … log_notice("TPM2 chip apparently does not support ECC primary keys, falling back to RSA. " in tpm2_make_primary() 583 …log_notice("TPM2 device supports both SHA1 and SHA256 PCR banks, but only SHA1 PCRs are valid, fal… in tpm2_get_best_pcr_bank() 586 …log_notice("TPM2 device lacks support for SHA256 PCR bank, but SHA1 bank is supported and SHA1 PCR… in tpm2_get_best_pcr_bank() 591 …log_notice("TPM2 device supports SHA256 PCR bank but none of the selected PCRs are valid! Firmware… in tpm2_get_best_pcr_bank() 594 …log_notice("TPM2 device lacks support for SHA256 bank, but SHA1 bank is supported, but none of the… in tpm2_get_best_pcr_bank() 699 …log_notice("Selected TPM2 PCRs are not initialized on this system, most likely due to a firmware i… in tpm2_make_pcr_session()
|
/systemd-251/src/systemctl/ |
D | systemctl-start-special.c | 162 …log_notice("Positional argument to reboot command is deprecated, please use --reboot-argument= ins… in verb_start_special() 176 log_notice("Failed to load kexec kernel, continuing without."); in verb_start_special() 241 …log_notice("It is possible to perform action directly, see discussion of --force --force in man:sy… in verb_start_special()
|
D | systemctl-set-environment.c | 176 … log_notice("Environment variable $%.*s contains control characters, importing anyway.", in verb_import_environment() 199 … log_notice("Environment variable $%.*s contains control characters, importing anyway.", in verb_import_environment() 212 log_notice("Environment variable $%s not set, ignoring.", *a); in verb_import_environment()
|
D | systemctl-set-default.c | 44 … log_notice("Note: found \"%s\" on the kernel commandline, which overrides the default unit.", in emit_cmdline_warning() 153 … log_notice("Note: \"%s\" is the default unit (possibly a runtime override).", final); in verb_set_default()
|
D | systemctl-enable.c | 153 … log_notice("Unit %s does not exist, proceeding anyway.", *name); in verb_enable() 245 … log_notice("The unit files have no installation config (WantedBy=, RequiredBy=, Also=,\n" in verb_enable()
|
D | systemctl-start-unit.c | 100 … log_notice("--show-transaction not supported by this service manager, proceeding without."); in start_unit_one() 338 … log_notice("Hint: unit globs expand to loaded units, so start will usually have no effect.\n" in verb_start()
|
/systemd-251/src/analyze/ |
D | analyze-condition.c | 130 log_notice("Asserts %s.", r > 0 ? "succeeded" : "failed"); in verify_conditions() 134 log_notice("Conditions %s.", q > 0 ? "succeeded" : "failed"); in verify_conditions()
|
D | analyze.c | 156 log_notice("Hint: this expression is a valid calendar specification. " in time_parsing_hint() 159 log_notice("Hint: this expression is a valid timestamp. " in time_parsing_hint() 162 log_notice("Hint: this expression is a valid timespan. " in time_parsing_hint()
|
/systemd-251/src/journal-remote/ |
D | journal-remote.c | 406 log_notice("Premature EOF. %zu bytes lost.", remaining); in journal_remote_handle_raw_source() 411 log_notice("Entry with too many fields, skipped"); in journal_remote_handle_raw_source() 414 log_notice("Entry too big, skipped"); in journal_remote_handle_raw_source()
|
/systemd-251/src/boot/ |
D | bootctl.c | 184 log_notice("Read $KERNEL_INSTALL_MACHINE_ID from /etc/machine-info. " in load_etc_machine_info() 197 log_notice("Read $KERNEL_INSTALL_LAYOUT from /etc/machine-info. " in load_etc_machine_info() 1801 log_notice("Not booted with EFI, skipping EFI variable setup."); in install_random_seed() 1826 … log_notice("Not installing system token, since we are running in a virtualized environment."); in install_random_seed() 1830 … log_notice("Not writing system token, because $SYSTEMD_WRITE_SYSTEM_TOKEN is set to false."); in install_random_seed() 2221 log_notice("No ESP found, not initializing random seed."); in verb_random_seed() 2252 … log_notice("Note: SystemdOptions EFI variable has been removed since boot."); in verb_systemd_efi_options() 2256 … log_notice("Note: SystemdOptions EFI variable has been modified since boot. New value: %s", in verb_systemd_efi_options()
|
/systemd-251/src/sleep/ |
D | sleep.c | 303 log_notice("Couldn't hibernate, will try to suspend again."); in execute_s2h() 413 log_notice("Couldn't hybrid sleep, will try to suspend instead."); in run()
|