Updated to the latest RC release: nfs-utils-2-8-2-rc2
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2024-39db8155bf
Please log in to add feedback.
This update has been submitted for testing by steved.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'passed'.
This update has been pushed to testing.
Works.
Works
This update can be pushed to stable now if the maintainer wishes
Note: The corresponding F40 update is broken: FEDORA-2024-e27e34f8dc
We don't currently run Cockpit tests on Fedora 41 updates-testing, but there is a high chance that rpc.statd crashes in F41 as well. I don't -1 this right now as I don't have proof yet, but you may want to be cautious.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.
It is also broken in F41, so this regression landed now, see https://bugzilla.redhat.com/show_bug.cgi?id=2328627
Perhaps you can still unpush, but I figure it's too late.
I can not reproduce this regression in either rawhide, f41, or f40. Can you please explain the tests you are running?
Steve: I can reproduce this outside of any tests, in a Fedora 40 or 41 cloud image. https://bugzilla.redhat.com/show_bug.cgi?id=2328627 has a reproducer.
40$ cat /etc/exports
/home *.home.dicksonnet.net(rw,s2sc)
/home *.home.dicksonnet.net(rw)
/home (rw,sec=sys:krb5:krb5i:krb5p) /tmp (rw,fsid=666,all_squash) /home/foo 127.0.0.0/24(rw) /home/bar 127.0.0.0/24(rw) f40$ fg su (wd: ~) f40# systemctl restart nfs-server f40# systemctl status nfs-server * nfs-server.service - NFS server and services Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; preset: disabled) Drop-In: /usr/lib/systemd/system/service.d
-10-timeout-abort.conf /run/systemd/generator/nfs-server.service.d-order-with-mounts.conf Active: active (exited) since Mon 2024-11-25 05:33:32 EST; 20s ago Docs: man:rpc.nfsd(8) man:exportfs(8) Process: 48961 ExecStartPre=/usr/sbin/exportfs -r (code=exited, status=0/SUCCESS) Process: 48962 ExecStart=/bin/sh -c /usr/sbin/nfsdctl autostart || /usr/sbin/rpc.nfsd (co> Process: 48983 ExecStart=/bin/sh -c if systemctl -q is-active gssproxy; then systemctl re> Main PID: 48983 (code=exited, status=0/SUCCESS) CPU: 20msNov 25 05:33:32 f40.home.dicksonnet.net systemd[1]: Starting nfs-server.service - NFS server > Nov 25 05:33:32 f40.home.dicksonnet.net systemd[1]: Finished nfs-server.service - NFS server >
What do I need to do to reproduce this?