Ошибки связывания RPC при отключении IPv6

journald - это централизованный демон, который собирает данные из всех доступных источников и хранит их в двоичном формате для простого и динамического манипулирования. В ответ на ваш вопрос я бы сказал, что обычно, когда нет никакого вывода, это означает, что все "ОК", и если вы хотите быть уверены, используйте journalctl для проверки журналов.

3
09.07.2018, 09:54
2 ответа

Вот решение, которое сработало для меня.

This message is causing people to be confused that the problem is caused by rpcbind when the problem is something else.

For the benefit of google users, to disable this message, edit the file /etc/netconfig, and disable these two lines (add a '#' character at the beginning), such that they now read as thus:

#udp6       tpi_clts      v     inet6    udp     -       -
#tcp6       tpi_cots_ord  v     inet6    tcp     -       -

Save the file, reboot the computer and you should no longer see the "rpcbind: cannot create socket for udp6" messages.

Как было сказано, это работает и кажется наиболее правильным решением. Однако я не до конца разбираюсь во всех нюансах этого вопроса, поэтому комментарии приветствуются.

3
27.01.2020, 21:18

Укажите IP-адрес привязки вручную.

man rpc.statd:

   -n, --name ipaddr | hostname
          Specifies  the  bind address used for RPC listener sockets.  The
          ipaddr form can be expressed as either an IPv4 or an  IPv6  pre‐
          sentation  address.   If this option is not specified, rpc.statd
          uses a wildcard address as the transport bind address.
1
27.01.2020, 21:18

Теги

Похожие вопросы