diff options
Diffstat (limited to 'upstream/opensuse-leap-15-6/man7')
-rw-r--r-- | upstream/opensuse-leap-15-6/man7/kernel-command-line.7 | 12 | ||||
-rw-r--r-- | upstream/opensuse-leap-15-6/man7/nfs.systemd.7 | 28 | ||||
-rw-r--r-- | upstream/opensuse-leap-15-6/man7/nfsd.7 | 45 | ||||
-rw-r--r-- | upstream/opensuse-leap-15-6/man7/systemd.directives.7 | 71 | ||||
-rw-r--r-- | upstream/opensuse-leap-15-6/man7/systemd.net-naming-scheme.7 | 2 |
5 files changed, 120 insertions, 38 deletions
diff --git a/upstream/opensuse-leap-15-6/man7/kernel-command-line.7 b/upstream/opensuse-leap-15-6/man7/kernel-command-line.7 index a1a4c578..154bb401 100644 --- a/upstream/opensuse-leap-15-6/man7/kernel-command-line.7 +++ b/upstream/opensuse-leap-15-6/man7/kernel-command-line.7 @@ -40,7 +40,7 @@ For command line parameters understood by the initrd, see \fBdracut.cmdline\fR(7), or the documentation of the specific initrd implementation of your installation\&. .SH "CORE OS COMMAND LINE ARGUMENTS" .PP -\fIsystemd\&.unit=\fR, \fIrd\&.systemd\&.unit=\fR, \fIsystemd\&.dump_core\fR, \fIsystemd\&.crash_chvt\fR, \fIsystemd\&.crash_shell\fR, \fIsystemd\&.crash_reboot\fR, \fIsystemd\&.confirm_spawn\fR, \fIsystemd\&.service_watchdogs\fR, \fIsystemd\&.show_status\fR, \fIsystemd\&.status_unit_format=\fR, \fIsystemd\&.log_target=\fR, \fIsystemd\&.log_level=\fR, \fIsystemd\&.log_location=\fR, \fIsystemd\&.log_color\fR, \fIsystemd\&.log_ratelimit_kmsg\fR, \fIsystemd\&.default_standard_output=\fR, \fIsystemd\&.default_standard_error=\fR, \fIsystemd\&.setenv=\fR, \fIsystemd\&.machine_id=\fR, \fIsystemd\&.set_credential=\fR, \fIsystemd\&.set_credential_binary=\fR, \fIsystemd\&.import_credentials=\fR, \fIsystemd\&.reload_limit_interval_sec=\fR, \fIsystemd\&.reload_limit_burst=\fR +\fIsystemd\&.unit=\fR, \fIrd\&.systemd\&.unit=\fR, \fIsystemd\&.dump_core\fR, \fIsystemd\&.crash_chvt\fR, \fIsystemd\&.crash_shell\fR, \fIsystemd\&.crash_reboot\fR, \fIsystemd\&.confirm_spawn\fR, \fIsystemd\&.service_watchdogs\fR, \fIsystemd\&.show_status\fR, \fIsystemd\&.status_unit_format=\fR, \fIsystemd\&.log_target=\fR, \fIsystemd\&.log_level=\fR, \fIsystemd\&.log_location=\fR, \fIsystemd\&.log_color\fR, \fIsystemd\&.log_ratelimit_kmsg\fR, \fIsystemd\&.default_standard_output=\fR, \fIsystemd\&.default_standard_error=\fR, \fIsystemd\&.setenv=\fR, \fIsystemd\&.machine_id=\fR, \fIsystemd\&.unified_cgroup_hierarchy\fR, \fIsystemd\&.set_credential=\fR, \fIsystemd\&.set_credential_binary=\fR, \fIsystemd\&.import_credentials=\fR, \fIsystemd\&.reload_limit_interval_sec=\fR, \fIsystemd\&.reload_limit_burst=\fR .RS 4 Parameters understood by the system and service manager to control system behavior\&. For details, see \fBsystemd\fR(1)\&. @@ -397,16 +397,6 @@ on the kernel command line\&. The tty name should be specified without the prefix (e\&.g\&. "systemd\&.tty\&.rows\&.ttyS0=80")\&. .RE -.SH "HISTORY" -.PP -systemd 252 -.RS 4 -Kernel command\-line arguments -\fIsystemd\&.unified_cgroup_hierarchy\fR -and -\fIsystemd\&.legacy_systemd_cgroup_controller\fR -were deprecated\&. Please switch to the unified cgroup hierarchy\&. -.RE .SH "SEE ALSO" .PP \fBsystemd\fR(1), diff --git a/upstream/opensuse-leap-15-6/man7/nfs.systemd.7 b/upstream/opensuse-leap-15-6/man7/nfs.systemd.7 index 01801ebb..df89ddd1 100644 --- a/upstream/opensuse-leap-15-6/man7/nfs.systemd.7 +++ b/upstream/opensuse-leap-15-6/man7/nfs.systemd.7 @@ -27,7 +27,9 @@ any command line arguments to daemons so as to configure their behavior. In many case such configuration can be performed by making changes to .I /etc/nfs.conf -or other configuration files. When that is not convenient, a +or other configuration files (see +.BR nfs.conf (5)). +When that is not convenient, a distribution might provide systemd "drop-in" files which replace the .B ExecStart= setting to start the program with different arguments. For example a @@ -79,7 +81,7 @@ unit should be enabled. Several other units which might be considered to be optional, such as .I rpc-gssd.service are careful to only start if the required configuration file exists. -.I rpc-gsdd.service +.I rpc-gssd.service will not start if the .I krb5.keytab file does not exist (typically in @@ -120,10 +122,11 @@ be needed to reduce system load to an absolute minimum, or to reduce attack surface by not running daemons that are not absolutely required. .PP -Two particular services which this can apply to are -.I rpcbind +Three particular services which this can apply to are +.IR rpcbind , +.IR idmapd , and -.IR idmapd . +.IR rpc-gssd . .I rpcbind is not part of the .I nfs-utils @@ -155,12 +158,27 @@ is not needed and not wanted, it can be masked with .RS .B systemctl mask idmapd .RE +.I rpc-gssd +is assumed to be needed if the +.I krb5.keytab +file is present. If a site needs this file present but does not want +.I rpc-gssd +running, it can be masked with +.RS +.B systemctl mask rpc-gssd +.RE .SH FILES /etc/nfs.conf .br /etc/nfsmount.conf .br /etc/idmapd.conf +.P +Also similar files in +.B /usr/etc +and in related +.I conf.d +drop-in directories. .SH SEE ALSO .BR systemd.unit (5), .BR nfs.conf (5), diff --git a/upstream/opensuse-leap-15-6/man7/nfsd.7 b/upstream/opensuse-leap-15-6/man7/nfsd.7 index 0c516fa1..514153f0 100644 --- a/upstream/opensuse-leap-15-6/man7/nfsd.7 +++ b/upstream/opensuse-leap-15-6/man7/nfsd.7 @@ -13,14 +13,8 @@ nfsd \- special filesystem for controlling Linux NFS server The .B nfsd filesystem is a special filesystem which provides access to the Linux -NFS server. The filesystem consists of a single directory which -contains a number of files. These files are actually gateways into -the NFS server. Writing to them can affect the server. Reading from -them can provide information about the server. -.P -This file system is only available in Linux 2.6 and later series -kernels (and in the later parts of the 2.5 development series leading -up to 2.6). This man page does not apply to 2.4 and earlier. +NFS server. Writing to files in this filesystem can affect the server. +Reading from them can provide information about the server. .P As well as this filesystem, there are a collection of files in the .B procfs @@ -38,13 +32,10 @@ filesystem mounted at .B /proc/fs/nfsd or .BR /proc/fs/nfs . -If it is not mounted, they will fall-back on 2.4 style functionality. -This involves accessing the NFS server via a systemcall. This -systemcall is scheduled to be removed after the 2.6 kernel series. .SH DETAILS -The three files in the +Files in the .B nfsd -filesystem are: +filesystem include: .TP .B exports This file contains a list of filesystems that are currently exported @@ -90,6 +81,16 @@ for that path as exported to the given client. The filehandle's length will be at most the number of bytes given. The filehandle will be represented in hex with a leading '\ex'. + +.TP +.B clients/ +This directory contains a subdirectory for each NFSv4 client. Each file +under that subdirectory gives some details about the client in YAML +format. In addition, writing "expire\\n" to the +.B ctl +file will force the server to immediately revoke all state held by that +client. + .PP The directory .B /proc/net/rpc @@ -105,11 +106,6 @@ clients have for different filesystems. The caches are: .TP -.B auth.domain -This cache maps the name of a client (or domain) to an internal data -structure. The only access that is possible is to flush the cache. - -.TP .B auth.unix.ip This cache contains a mapping from IP address to the name of the authentication domain that the ipaddress should be treated as part of. @@ -133,7 +129,8 @@ are: .B flush When a number of seconds since epoch (1 Jan 1970) is written to this file, all entries in the cache that were last updated before that file -become invalidated and will be flushed out. Writing 1 will flush +become invalidated and will be flushed out. Writing a time in the +future (in seconds since epoch) will flush everything. This is the only file that will always be present. .TP @@ -195,6 +192,16 @@ number represents a bit-pattern where bits that are set cause certain classes of tracing to be enabled. Consult the kernel header files to find out what number correspond to what tracing. +.SH NOTES +This file system is only available in Linux 2.6 and later series +kernels (and in the later parts of the 2.5 development series leading +up to 2.6). This man page does not apply to 2.4 and earlier. +.P +Previously the nfsctl systemcall was used for communication between nfsd +and user utilities. That systemcall was removed in kernel version 3.1. +Older nfs-utils versions were able to fall back to nfsctl if necessary; +that was removed from nfs-utils 1.3.5. + .SH SEE ALSO .BR nfsd (8), .BR rpc.nfsd (8), diff --git a/upstream/opensuse-leap-15-6/man7/systemd.directives.7 b/upstream/opensuse-leap-15-6/man7/systemd.directives.7 index dcd900ce..e33895c6 100644 --- a/upstream/opensuse-leap-15-6/man7/systemd.directives.7 +++ b/upstream/opensuse-leap-15-6/man7/systemd.directives.7 @@ -3108,6 +3108,12 @@ Kernel boot options for configuring the behaviour of the systemd process\&. \fBkernel-command-line\fR(7) .RE .PP +\fIsystemd\&.unified_cgroup_hierarchy\fR +.RS 4 +\fBkernel-command-line\fR(7), +\fBsystemd\fR(1) +.RE +.PP \fIsystemd\&.unit=\fR .RS 4 \fBkernel-command-line\fR(7), @@ -7704,6 +7710,11 @@ Fields in the journal events with a well known meaning\&. \fBsystemd-coredump\fR(8) .RE .PP +\fICOREDUMP_CMDLINE=\fR +.RS 4 +\fBsystemd-coredump\fR(8) +.RE +.PP \fICOREDUMP_COMM=\fR .RS 4 \fBsystemd-coredump\fR(8) @@ -7774,6 +7785,16 @@ Fields in the journal events with a well known meaning\&. \fBsystemd-coredump\fR(8) .RE .PP +\fICOREDUMP_PROC_AUXV=\fR +.RS 4 +\fBsystemd-coredump\fR(8) +.RE +.PP +\fICOREDUMP_PROC_CGROUP=\fR +.RS 4 +\fBsystemd-coredump\fR(8) +.RE +.PP \fICOREDUMP_PROC_LIMITS=\fR .RS 4 \fBsystemd-coredump\fR(8) @@ -7804,6 +7825,11 @@ Fields in the journal events with a well known meaning\&. \fBsystemd-coredump\fR(8) .RE .PP +\fICOREDUMP_SESSION=\fR +.RS 4 +\fBsystemd-coredump\fR(8) +.RE +.PP \fICOREDUMP_SIGNAL=\fR .RS 4 \fBsystemd-coredump\fR(8) @@ -13703,6 +13729,7 @@ Command\-line options accepted by programs in the systemd suite\&. \fBmachinectl\fR(1), \fBportablectl\fR(1), \fBsystemctl\fR(1), +\fBsystemd-analyze\fR(1), \fBsystemd-creds\fR(1), \fBsystemd-detect-virt\fR(1), \fBsystemd-mount\fR(1), @@ -17484,6 +17511,16 @@ Various constants used and/or defined by systemd\&. \fBsystemd-gpt-auto-generator\fR(8) .RE .PP +\fBSD_GPT_ROOT_MIPS\fR +.RS 4 +\fBsystemd-gpt-auto-generator\fR(8) +.RE +.PP +\fBSD_GPT_ROOT_MIPS64\fR +.RS 4 +\fBsystemd-gpt-auto-generator\fR(8) +.RE +.PP \fBSD_GPT_ROOT_MIPS64_LE\fR .RS 4 \fBsystemd-gpt-auto-generator\fR(8) @@ -22320,6 +22357,7 @@ $XDG_RUNTIME_DIR/user\-tmpfiles\&.d/*\&.conf .PP /etc/systemd/nspawn/ .RS 4 +\fBmachinectl\fR(1), \fBsystemd-nspawn\fR(1), \fBsystemd.nspawn\fR(5) .RE @@ -22899,11 +22937,22 @@ $XDG_RUNTIME_DIR/user\-tmpfiles\&.d/*\&.conf /run/ .RS 4 \fBbinfmt.d\fR(5), +\fBcoredump.conf\fR(5), \fBcrypttab\fR(5), \fBenvironment.d\fR(5), \fBfile-hierarchy\fR(7), +\fBhomed.conf\fR(5), +\fBiocost.conf\fR(5), +\fBjournal-remote.conf\fR(5), +\fBjournal-upload.conf\fR(5), +\fBjournald.conf\fR(5), +\fBlogind.conf\fR(5), \fBmodules-load.d\fR(5), +\fBnetworkd.conf\fR(5), +\fBoomd.conf\fR(5), \fBorg.freedesktop.systemd1\fR(5), +\fBpstore.conf\fR(5), +\fBresolved.conf\fR(5), \fBsd-login\fR(3), \fBsd_notify\fR(3), \fBsysctl.d\fR(5), @@ -22913,7 +22962,9 @@ $XDG_RUNTIME_DIR/user\-tmpfiles\&.d/*\&.conf \fBsystemd-modules-load.service\fR(8), \fBsystemd-nspawn\fR(1), \fBsystemd-poweroff.service\fR(8), +\fBsystemd-sleep.conf\fR(5), \fBsystemd-soft-reboot.service\fR(8), +\fBsystemd-system.conf\fR(5), \fBsystemd-timedated.service\fR(8), \fBsystemd.dnssd\fR(5), \fBsystemd.environment-generator\fR(7), @@ -22925,6 +22976,7 @@ $XDG_RUNTIME_DIR/user\-tmpfiles\&.d/*\&.conf \fBsystemd.preset\fR(5), \fBsystemd.service\fR(5), \fBsystemd.unit\fR(5), +\fBtimesyncd.conf\fR(5), \fBtmpfiles.d\fR(5), \fBudev\fR(7) .RE @@ -23195,7 +23247,7 @@ $XDG_RUNTIME_DIR/user\-tmpfiles\&.d/*\&.conf \fBsystemd\fR(1) .RE .PP -/run/systemd/propagate +/run/systemd/propagate/ .RS 4 \fBsystemd.exec\fR(5) .RE @@ -29376,11 +29428,26 @@ Properties exposed in the D\-Bus interface\&. \fBorg.freedesktop.systemd1\fR(5) .RE .PP +\fIEffectiveMemoryHigh\fR +.RS 4 +\fBorg.freedesktop.systemd1\fR(5) +.RE +.PP +\fIEffectiveMemoryMax\fR +.RS 4 +\fBorg.freedesktop.systemd1\fR(5) +.RE +.PP \fIEffectiveMemoryNodes\fR .RS 4 \fBorg.freedesktop.systemd1\fR(5) .RE .PP +\fIEffectiveTasksMax\fR +.RS 4 +\fBorg.freedesktop.systemd1\fR(5) +.RE +.PP \fIEnableWallMessages\fR .RS 4 \fBorg.freedesktop.login1\fR(5) @@ -32587,4 +32654,4 @@ Signals emitted in the D\-Bus interface\&. .RE .SH "COLOPHON" .PP -This index contains 5817 entries in 24 sections, referring to 385 individual manual pages\&. +This index contains 5827 entries in 24 sections, referring to 385 individual manual pages\&. diff --git a/upstream/opensuse-leap-15-6/man7/systemd.net-naming-scheme.7 b/upstream/opensuse-leap-15-6/man7/systemd.net-naming-scheme.7 index 1f291731..028c3638 100644 --- a/upstream/opensuse-leap-15-6/man7/systemd.net-naming-scheme.7 +++ b/upstream/opensuse-leap-15-6/man7/systemd.net-naming-scheme.7 @@ -48,7 +48,7 @@ Note that while the concept of network interface naming schemes is primarily rel systemd\-udevd\&.service, the \fBsystemd-nspawn\fR(1) container manager also takes it into account when naming network interfaces, see below\&. -.SH "NAMING" +.SH "POLICIES" .PP All names start with a two\-character prefix that signifies the interface type\&. .sp |