summaryrefslogtreecommitdiffstats
path: root/upstream/fedora-rawhide/man1/systemd-analyze.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
commit4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch)
tree3900955c1886e6d2570fea7125ee1f01bafe876d /upstream/fedora-rawhide/man1/systemd-analyze.1
parentAdding upstream version 4.22.0. (diff)
downloadmanpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz
manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/fedora-rawhide/man1/systemd-analyze.1')
-rw-r--r--upstream/fedora-rawhide/man1/systemd-analyze.196
1 files changed, 79 insertions, 17 deletions
diff --git a/upstream/fedora-rawhide/man1/systemd-analyze.1 b/upstream/fedora-rawhide/man1/systemd-analyze.1
index ce1a2b09..22b5a31a 100644
--- a/upstream/fedora-rawhide/man1/systemd-analyze.1
+++ b/upstream/fedora-rawhide/man1/systemd-analyze.1
@@ -1,5 +1,5 @@
'\" t
-.TH "SYSTEMD\-ANALYZE" "1" "" "systemd 255" "systemd-analyze"
+.TH "SYSTEMD\-ANALYZE" "1" "" "systemd 256~rc3" "systemd-analyze"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -73,7 +73,9 @@ systemd-analyze \- Analyze and debug system manager
.HP \w'\fBsystemd\-analyze\fR\ 'u
\fBsystemd\-analyze\fR [OPTIONS...] pcrs [\fIPCR\fR...]
.HP \w'\fBsystemd\-analyze\fR\ 'u
-\fBsystemd\-analyze\fR [OPTIONS...] srk > \fIFILE\fR
+\fBsystemd\-analyze\fR [OPTIONS...] srk [\fI>FILE\fR]
+.HP \w'\fBsystemd\-analyze\fR\ 'u
+\fBsystemd\-analyze\fR [OPTIONS...] architectures [\fINAME\fR...]
.SH "DESCRIPTION"
.PP
\fBsystemd\-analyze\fR
@@ -906,15 +908,48 @@ NR NAME SHA256
.if n \{\
.RE
.\}
-.SS "systemd\-analyze srk > \fIFILE\fR"
+.SS "systemd\-analyze srk [>\fIFILE\fR]"
+.PP
+This command reads the Storage Root Key (SRK) from the TPM2 device, and writes it in marshalled TPM2B_PUBLIC format to stdout\&. The output is non\-printable data, so it should be redirected to a file or into a pipe\&.
.PP
-This command reads the Storage Root Key (SRK) from the TPM2 device, and writes it in marshalled TPM2B_PUBLIC format to stdout\&. Example:
+\fBExample\ \&25.\ \&Save the Storage Root Key to srk\&.tpm2b_public\fR
.sp
.if n \{\
.RS 4
.\}
.nf
-systemd\-analyze srk > srk\&.tpm2b_public
+systemd\-analyze srk >srk\&.tpm2b_public
+.fi
+.if n \{\
+.RE
+.\}
+.SS "systemd\-analyze architectures [\fINAME\fR\&.\&.\&.]"
+.PP
+Lists all known CPU architectures, and which ones are native\&. The listed architecture names are those
+\fIConditionArchitecture=\fR
+supports, see
+\fBsystemd.unit\fR(5)
+for details\&. If architecture names are specified only those specified are listed\&.
+.PP
+\fBExample\ \&26.\ \&Table output\fR
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+$ systemd\-analyze architectures
+NAME SUPPORT
+alpha foreign
+arc foreign
+arc\-be foreign
+arm foreign
+arm64 foreign
+\&...
+sparc foreign
+sparc64 foreign
+tilegx foreign
+x86 secondary
+x86\-64 native
.fi
.if n \{\
.RE
@@ -959,8 +994,8 @@ are shown\&. If
is passed, only dependencies of type
\fIRequires=\fR,
\fIRequisite=\fR,
-\fIWants=\fR
-and
+\fIBindsTo=\fR,
+\fIWants=\fR, and
\fIConflicts=\fR
are shown\&. If neither is passed, this shows dependencies of all these types\&.
.sp
@@ -980,7 +1015,7 @@ Each of these can be used more than once, in which case the unit name must match
Added in version 201\&.
.RE
.PP
-\fB\-\-fuzz=\fR\fItimespan\fR
+\fB\-\-fuzz=\fR\fB\fItimespan\fR\fR
.RS 4
When used in conjunction with the
\fBcritical\-chain\fR
@@ -1026,9 +1061,13 @@ Added in version 250\&.
\fB\-\-root=\fR\fB\fIPATH\fR\fR
.RS 4
With
-\fBcat\-files\fR
+\fBcat\-config\fR,
+\fBverify\fR,
+\fBcondition\fR
and
-\fBverify\fR, operate on files underneath the specified root path
+\fBsecurity\fR
+when used with
+\fB\-\-offline=\fR, operate on files underneath the specified root path
\fIPATH\fR\&.
.sp
Added in version 239\&.
@@ -1037,9 +1076,13 @@ Added in version 239\&.
\fB\-\-image=\fR\fB\fIPATH\fR\fR
.RS 4
With
-\fBcat\-files\fR
+\fBcat\-config\fR,
+\fBverify\fR,
+\fBcondition\fR
and
-\fBverify\fR, operate on files inside the specified image path
+\fBsecurity\fR
+when used with
+\fB\-\-offline=\fR, operate on files inside the specified image path
\fIPATH\fR\&.
.sp
Added in version 250\&.
@@ -1609,7 +1652,7 @@ if the condition is respectively true or false\&.
.PP
\fI$SYSTEMD_LOG_LEVEL\fR
.RS 4
-The maximum log level of emitted messages (messages with a higher log level, i\&.e\&. less important ones, will be suppressed)\&. Either one of (in order of decreasing importance)
+The maximum log level of emitted messages (messages with a higher log level, i\&.e\&. less important ones, will be suppressed)\&. Takes a comma\-separated list of values\&. A value may be either one of (in order of decreasing importance)
\fBemerg\fR,
\fBalert\fR,
\fBcrit\fR,
@@ -1619,7 +1662,15 @@ The maximum log level of emitted messages (messages with a higher log level, i\&
\fBinfo\fR,
\fBdebug\fR, or an integer in the range 0\&...7\&. See
\fBsyslog\fR(3)
-for more information\&.
+for more information\&. Each value may optionally be prefixed with one of
+\fBconsole\fR,
+\fBsyslog\fR,
+\fBkmsg\fR
+or
+\fBjournal\fR
+followed by a colon to set the maximum log level for that specific log target (e\&.g\&.
+\fBSYSTEMD_LOG_LEVEL=debug,console:info\fR
+specifies to log at debug level except when logging to the console which should be at info level)\&. Note that the global maximum log level takes priority over any per target maximum log levels\&.
.RE
.PP
\fI$SYSTEMD_LOG_COLOR\fR
@@ -1738,6 +1789,12 @@ will be ignored by the executable, and needs to be handled by the pager\&.
This option instructs the pager to not send termcap initialization and deinitialization strings to the terminal\&. It is set by default to allow command output to remain visible in the terminal even after the pager exits\&. Nevertheless, this prevents some pager functionality from working, in particular paged output cannot be scrolled with the mouse\&.
.RE
.sp
+Note that setting the regular
+\fI$LESS\fR
+environment variable has no effect for
+\fBless\fR
+invocations by systemd tools\&.
+.sp
See
\fBless\fR(1)
for more discussion\&.
@@ -1749,6 +1806,12 @@ Override the charset passed to
\fBless\fR
(by default
"utf\-8", if the invoking terminal is determined to be UTF\-8 compatible)\&.
+.sp
+Note that setting the regular
+\fI$LESSCHARSET\fR
+environment variable has no effect for
+\fBless\fR
+invocations by systemd tools\&.
.RE
.PP
\fI$SYSTEMD_PAGERSECURE\fR
@@ -1804,7 +1867,7 @@ and other conditions\&.
.RE
.SH "EXAMPLES"
.PP
-\fBExample\ \&25.\ \&JSON Policy\fR
+\fBExample\ \&27.\ \&JSON Policy\fR
.PP
The JSON file passed as a path parameter to
\fB\-\-security\-policy=\fR
@@ -1870,8 +1933,7 @@ means the setting will not be checked\&.
.\}
.SH "SEE ALSO"
.PP
-\fBsystemd\fR(1),
-\fBsystemctl\fR(1)
+\fBsystemd\fR(1), \fBsystemctl\fR(1)
.SH "NOTES"
.IP " 1." 4
Packaging Metadata