On Jan 11, 2024, at 8:58 AM, email200202 email200202@yahoo.com wrote:
Hi Greg
Here is the test results for the latest versions of 6.6.x and 6.7.x available in Gentoo portage
1- Stopping NFS service failed but, unlike 6.1.x, it did NOT hang.
# uname -r 6.6.11-gentoo # /etc/init.d/nfs stop
- Stopping NFS mountd ... [ ok ]
- Stopping NFS daemon ...
- start-stop-daemon: 8 process(es) refused to stop [ !! ]
- Unexporting NFS directories ... [ ok ]
- ERROR: nfs failed to stop
# /etc/init.d/nfs start
- WARNING: nfs has already been started
# uname -r 6.7.0-gentoo # /etc/init.d/nfs stop
- Stopping NFS mountd ... [ ok ]
- Stopping NFS daemon ...
- start-stop-daemon: 8 process(es) refused to stop [ !! ]
- Unexporting NFS directories ... [ ok ]
- ERROR: nfs failed to stop
# /etc/init.d/nfs start
- WARNING: nfs has already been started
2- Shutdown didn't hang in both of them
Best regards John G
On 11/1/24 21:21, Greg KH wrote:
On Thu, Jan 11, 2024 at 09:10:39PM +1100, email200202 wrote:
Hi Greg
I'm sorry. This my first kernel report.
I didn't test 6.6.x and 6.7.x. I use only 6.1.x.
Can you do so?
thanks,
greg k-h
I haven't seen emails before this one. But here are the only three new NFSD commits in v6.1.71:
f9a01938e079 NFSD: fix possible oops when nfsd/pool_stats is closed. bb4f791cb2de nfsd: call nfsd_last_thread() before final nfsd_put() 03d68ffc48b9 nfsd: separate nfsd_last_thread() from nfsd_put()
And the latter two are directly related to NFSD shut down.
-- Chuck Lever