blob: 9596aa20901ea1cc79ff68e5fc8b8396fce4e3f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
Template: nfs-kernel-server/sync-default
Type: note
Description: To comply with standards and increase data safety,
the Linux NFS server now defaults to synchronous writes. Since
this is a major change, it is not silent: All exports should be
explicitly marked as either "sync" or "async". Exports not so
marked will elicit warnings.
Template: nfs-kernel-server/tcpwrappers-mountd
Type: note
Description: in /etc/hosts.{allow,deny}, replace "rpc.mountd" with "mountd"
The mount daemon uses tcpwrappers to control access. To configure
it, use program name "mountd" in /etc/hosts.allow and /etc/hosts.deny.
.
Older versions of nfs-kernel-server included a mount daemon that
called itself "rpc.mountd". Therefore, you should replace all
occurrences of "rpc.mountd" with "mountd" in /etc/hosts.allow and
/etc/hosts.deny.
Description-de: "rpc.mountd" mit "mountd" in /etc/hosts.{allow,deny} ersetzen
=C4ltere Versionen von nfs-kernel-server enthalten einen Mount-daemon,
der als "rpc.mountd" bezeichnet wird. Der aktuelle Daemon wird jedoch
nur noch "mountd" genannt.
.
Deshalb sollten Sie alle Referenzen zu "rpc.mountd" in den Dateien
/etc/hosts.allow und /etc/hosts.deny mit "mountd" ersetzen.
Description-ru: Замените в /etc/hosts.{allow,deny} "rpc.mountd" на "mountd"
Демон монтирования использует для управления доступом tcp-врапперы.
Чтобы их настроить, используйте имя "mountd" в /etc/hosts.allow и
/etc/hosts.deny.
.
Более старые версии nfs-kernel-server включали демон монтирования,
который называл себя "rpc.mountd". Поэтому, вы должны заменить все
вхождения "rpc.mountd" на "mountd" в файлах /etc/hosts.allow и
/etc/hosts.deny.
|