[Bug 1931507] Re: rpcbind failing on 0.2.3-0.6ubuntu0.18.04.2
Norman Wilson
1931507 at bugs.launchpad.net
Fri Jun 11 15:52:08 UTC 2021
I came to report the bug, saw that the fix had shipped, and can confirm
that it works. Thanks to Marc (and anyone in the background) for the
quick response!
Getting the NFS server running properly again requires either a reboot
or a certain amount of tinkering; when rpcbind stops and restarts, it
forgets all its rpc-program-to-IP-port mappings (they are stored only in
memory). To get everything working again without rebooting, do
systemctl stop nfs-server
systemctl start nfs-server
systemctl restart rpc-statd
systemctl restart quotarpc
quotarpc matters only if you use disk quotas. If you don't make sure
statd is running and registered with rpcbind, both on the server and on
all clients, NFS locking may not work (and processes trying to make
locks may hang); this is most noticeable on a mail server. restart nfs-
server should work, but when I tried it it waited forever and when
interrupted left NFS down; stop/start was quick and effective.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to rpcbind in Ubuntu.
https://bugs.launchpad.net/bugs/1931507
Title:
rpcbind failing on 0.2.3-0.6ubuntu0.18.04.2
Status in rpcbind package in Ubuntu:
Fix Released
Bug description:
Failure with new rpcbind version. Reverting to the previous version
fixes it.
Bad: rpcbind_0.2.3-0.6ubuntu0.18.04.2_amd64.deb
Good: rpcbind_0.2.3-0.6ubuntu0.18.04.1_amd64.deb
$ journalctl -u rpcbind.service
Jun 09 23:41:00 MYSYSTEM systemd[1]: Started RPC bind portmap service.
Jun 09 23:41:30 MYSYSTEM rpcbind[25504]: rpcbind: pmap_prot.c:50: xdr_pmap: Assertion `regs != NULL' failed.
Jun 09 23:41:30 MYSYSTEM systemd[1]: rpcbind.service: Main process exited, code=killed, status=6/ABRT
Jun 09 23:41:30 MYSYSTEM systemd[1]: rpcbind.service: Failed with result 'signal'.
Jun 09 23:41:30 MYSYSTEM systemd[1]: rpcbind.service: Service hold-off time over, scheduling restart.
Jun 09 23:41:30 MYSYSTEM systemd[1]: rpcbind.service: Scheduled restart job, restart counter is at 477.
Jun 09 23:41:30 MYSYSTEM systemd[1]: Stopped RPC bind portmap service.
$ lsb_release -rd
Description: Ubuntu 18.04.5 LTS
Release: 18.04
$ uname -a
Linux MYSYSTEM 5.4.0-1044-gcp #47~18.04.2-Ubuntu SMP Mon May 17 03:48:15 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
$ apt-cache policy rpcbind
rpcbind:
Installed: 0.2.3-0.6ubuntu0.18.04.1
Candidate: 0.2.3-0.6ubuntu0.18.04.2
Version table:
0.2.3-0.6ubuntu0.18.04.2 500
500 http://us-east1.gce.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
*** 0.2.3-0.6ubuntu0.18.04.1 100
100 /var/lib/dpkg/status
0.2.3-0.6 500
500 http://us-east1.gce.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rpcbind/+bug/1931507/+subscriptions
More information about the foundations-bugs
mailing list