Lines Matching defs:to

175                 return log_error_errno(errno, "Failed to get udev device from devnum %u:%u: %m", major(st.st_rdev), minor(st.st_rdev));
199 return log_error_errno(r, "Failed to add match: %m");
207 return log_error_errno(r, "Failed to stat() device node \"%s\": %m", devnode);
215 return log_error_errno(r, "Failed to add match: %m");
223 return log_error_errno(r, "Failed to add match for the current boot: %m");
301 " -e --pager-end Immediately jump to the end in the pager\n"
303 " -n --lines[=INTEGER] Number of journal entries to show\n"
334 " --sync Synchronize unwritten journal messages to disk\n"
508 log_error("Failed to parse lines '%s'", optarg);
517 * supposed to be the argument? Let's
556 log_error("Failed to parse boot descriptor '%s'", optarg);
563 * supposed to be the argument? Let's
601 return log_error_errno(r, "Failed to add paths: %m");
637 log_error("Failed to parse vacuum size: %s", optarg);
647 log_error("Failed to parse vacuum files: %s", optarg);
657 log_error("Failed to parse vacuum time: %s", optarg);
683 log_error("Failed to parse sealing key change interval: %s", optarg);
702 int from, to, i;
710 to = log_level_from_string(dots + 2);
713 if (from < 0 || to < 0) {
714 log_error("Failed to parse log level range %s", optarg);
720 if (from < to) {
721 for (i = from; i <= to; i++)
724 for (i = to; i <= from; i++)
749 log_error("Failed to parse timestamp: %s", optarg);
758 log_error("Failed to parse timestamp: %s", optarg);
877 return log_error_errno(r, "Failed to generate ID: %m");
971 return log_error_errno(r, "Failed to add match '%s': %m", *i);
1004 /* We expect the journal to be on the last position of a boot
1005 * (in relation to the direction we are going), so that the next
1008 * to the last location of the new boot by using a _BOOT_ID match
1012 * we can actually advance to a *different* boot. */
1038 /* Now seek to the last occurrence of this boot ID. */
1090 /* Advance to the earliest/latest occurrence of our reference
1182 return log_error_errno(count, "Failed to determine boots: %m");
1241 return log_error_errno(r, "Failed to add match: %m");
1245 return log_error_errno(r, "Failed to add conjunction: %m");
1259 return log_error_errno(r, "Failed to add match: %m");
1263 return log_error_errno(r, "Failed to add conjunction: %m");
1324 /* This list is supposed to return the superset of unit names
1461 return log_error_errno(r, "Failed to add match: %m");
1466 return log_error_errno(r, "Failed to add conjunction: %m");
1520 return log_error_errno(r, "Failed to get machine ID: %m");
1524 return log_error_errno(r, "Failed to get boot ID: %m");
1537 log_error("Sealing key file %s exists already. Use --force to recreate.", p);
1559 r = log_error_errno(errno, "Failed to open /dev/random: %m");
1566 log_error_errno(r, "Failed to read random seed: %m");
1584 r = log_error_errno(fd, "Failed to open %s: %m", k);
1592 log_warning_errno(r, "Failed to set file attributes: %m");
1606 log_error_errno(r, "Failed to write header: %m");
1612 log_error_errno(r, "Failed to write state: %m");
1617 r = log_error_errno(errno, "Failed to link file: %m");
1624 "The new key pair has been generated. The " ANSI_HIGHLIGHT "secret sealing key" ANSI_NORMAL " has been written to\n"
1662 fputs("\nTo transfer the verification key to your phone please scan the QR code below:\n\n", stderr);
1719 log_info("=> Validated from %s to %s, final %s entries not sealed.",
1755 return log_error_errno(r, "Failed to check if we are in the 'systemd-journal' group: %m");
1768 * access to most journal files too. */
1771 return log_error_errno(r, "Failed to search journal ACL: %m");
1793 " Pass -q to turn off this notice.", s);
1800 " Users in the 'systemd-journal' group can see all messages. Pass -q to\n"
1825 r = log_error_errno(EACCES, "No journal files were opened due to insufficient permissions.");
1873 /* OK, let's actually do the full logic, send SIGUSR1 to the
1874 * daemon and set up inotify to wait for the flushed file to appear */
1877 return log_error_errno(r, "Failed to get D-Bus connection: %m");
1889 return log_error_errno(r, "Failed to kill journal service: %s", bus_error_message(&error, r));
1895 return log_error_errno(errno, "Failed to create inotify watch: %m");
1899 return log_error_errno(errno, "Failed to watch journal directory: %m");
1906 return log_error_errno(errno, "Failed to check for existence of /run/systemd/journal/flushed: %m");
1910 return log_error_errno(r, "Failed to wait for event: %m");
1914 return log_error_errno(r, "Failed to flush inotify events: %m");
1933 /* This call sends the specified signal to journald, and waits
1935 * flag file. This is used to trigger syncing or rotation and
1936 * then wait for the operation to complete. */
1944 return log_error_errno(errno, "Failed to read %s: %m", watch_path);
1954 return log_error_errno(r, "Failed to get D-Bus connection: %m");
1966 return log_error_errno(r, "Failed to kill journal service: %s", bus_error_message(&error, r));
1978 return log_error_errno(errno, "Failed to create inotify watch: %m");
1982 return log_error_errno(errno, "Failed to watch journal directory: %m");
1993 return log_error_errno(r, "Failed to wait for event: %m");
1997 return log_error_errno(r, "Failed to flush inotify events: %m");
2031 /* Increase max number of open files to 16K if we can, we
2060 log_error_errno(r, "Failed to list catalog: %m");
2071 log_error_errno(r, "Failed to list catalog: %m");
2097 /* These ones require access to the journal files, continue below. */
2113 log_error_errno(r, "Failed to open %s: %m", arg_directory ?: arg_file ? "files" : "journal");
2171 log_error_errno(q, "Failed to vacuum %s: %m", d->path);
2207 * It may need to seek the journal to find parent boot IDs. */
2218 log_error_errno(r, "Failed to add filter for units: %m");
2224 log_error_errno(r, "Failed to add filter for syslog identifiers: %m");
2254 log_error_errno(r, "Failed to unset data size threshold: %m");
2260 log_error_errno(r, "Failed to query unique data objects: %m");
2287 log_error_errno(r, "Failed to get journal fd: %m");
2295 log_error_errno(r, "Failed to seek to cursor: %m");
2315 log_error_errno(r, "Failed to seek to date: %m");
2323 log_error_errno(r, "Failed to seek to date: %m");
2331 log_error_errno(r, "Failed to seek to tail: %m");
2340 log_error_errno(r, "Failed to seek to tail: %m");
2349 log_error_errno(r, "Failed to seek to head: %m");
2357 log_error_errno(r, "Failed to iterate through journal: %m");
2379 log_error_errno(r, "Failed to get cutoff: %m");
2404 log_error_errno(r, "Failed to iterate through journal: %m");
2416 log_error_errno(r, "Failed to determine timestamp: %m");
2428 log_error_errno(r, "Failed to determine timestamp: %m");
2473 log_error_errno(r, "Failed to get cursor: %m");