View previous topic :: View next topic |
Author |
Message |
tld Veteran
Joined: 09 Dec 2003 Posts: 1845
|
Posted: Fri Feb 09, 2024 1:39 am Post subject: nfs fails to stop? [SOLVED] |
|
|
At first I thought this was from an update I just did that included nfs-utils. Apparently however this must have been the case for some time and I just noticed it. Attempting to stop the nfs service fails every time:
Code: | /etc/init.d/nfs stop
* Caching service dependencies ... [ ok ]
* 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 |
Again, not sure when it may have last worked. I'm just glad it starts and works OK at least. I'm using nfs3 only by the way.
Any ideas what that's about? Thanks!
Tom
Last edited by tld on Sun Feb 18, 2024 12:51 pm; edited 1 time in total |
|
Back to top |
|
|
flexibeast Guru
Joined: 04 Apr 2022 Posts: 439 Location: Naarm/Melbourne, Australia
|
Posted: Fri Feb 09, 2024 4:55 am Post subject: |
|
|
It's been quite some time since i last used NFS, but could it be that client machines still have NFS shares mounted / in-use? |
|
Back to top |
|
|
Banana Moderator
Joined: 21 May 2004 Posts: 1719 Location: Germany
|
|
Back to top |
|
|
tld Veteran
Joined: 09 Dec 2003 Posts: 1845
|
Posted: Fri Feb 09, 2024 1:29 pm Post subject: |
|
|
flexibeast wrote: | It's been quite some time since i last used NFS, but could it be that client machines still have NFS shares mounted / in-use? | Actually no. This happens with no clients mouting anything.
Tom |
|
Back to top |
|
|
tld Veteran
Joined: 09 Dec 2003 Posts: 1845
|
Posted: Fri Feb 09, 2024 1:36 pm Post subject: |
|
|
That sounds like it might be related, but that seems quite different. This is happening with a 6.6.13-gentoo kernel in fact. I also don't get any sort of kernel messages like that at all.
What I do notice is that both when starting and when trying to stop the service, the init script itself appears to keep running in the background for sometimes over a minute. Odd one. Like I said, I'm glad it does at least start and work properly.
Tom |
|
Back to top |
|
|
engineermdr Guru
Joined: 08 Nov 2003 Posts: 304 Location: Altoona, WI, USA
|
Posted: Fri Feb 09, 2024 2:38 pm Post subject: |
|
|
I can confirm, I also see this problem with gentoo-sources-6.6.16. |
|
Back to top |
|
|
tld Veteran
Joined: 09 Dec 2003 Posts: 1845
|
Posted: Fri Feb 09, 2024 4:04 pm Post subject: |
|
|
engineermdr wrote: | I can confirm, I also see this problem with gentoo-sources-6.6.16. | I'm almost sure that the issue is in fact with the 6.6 kernel (I just updated to 6.6.13), which would explain why it still failed when I rolled back the nfs-utils to the previous version.
When I have a little down time on this machine in a bit, I'm going to try this booted to my previous 6.1 kernel.
EDIT: OK, yes, if I reboot to my 6.1.67 kernel the service stops just fine. I logged this bug referencing this thread:
https://bugs.gentoo.org/924178
Tom |
|
Back to top |
|
|
tld Veteran
Joined: 09 Dec 2003 Posts: 1845
|
Posted: Wed Feb 14, 2024 3:13 pm Post subject: |
|
|
I really don't understand what's going on with that bug. Mine was closed and marked as a duplicate of this:
https://bugs.gentoo.org/show_bug.cgi?id=916947
...which sounds related but actually quite different. Yet when Vjaceslavs Klimovs reported behavior identical to what I reported (only with a current version of openrc) he was asked to open a new bug:
https://bugs.gentoo.org/924309
Not following any of that.
Tom |
|
Back to top |
|
|
sam_ Developer
Joined: 14 Aug 2020 Posts: 1948
|
Posted: Wed Feb 14, 2024 3:42 pm Post subject: |
|
|
There are known issues with the ancient version of OpenRC. It's reasonable to then conclude yours is that, rather than the same as a report someone running the latest one, given a specific issue like this was addressed already.
It's not really clear to me what would satisfy you here. Supposing it's another OpenRC bug, when that gets fixed, what happens then? You'd be in the same position as now with the bug that yours may be a duplicate of now.
It would also help if you could characterise the difference you're seeing between that bug's description and yours. |
|
Back to top |
|
|
tld Veteran
Joined: 09 Dec 2003 Posts: 1845
|
Posted: Wed Feb 14, 2024 9:21 pm Post subject: |
|
|
Obviously I get that if it's an openrc issue that gets fixed, I'd need to update openrc to get any sort of fix.
If you're referring the differences in my issue and the one that's supposedly a duplicate: The latter is about service stops (like samba) hanging indefinitely on shutdown. Whereas the issue that Vjaceslavs Klimovs reported (the one that they said should have a new bug) is exactly what I'm experiencing...where the nfsd process won't die when stopping the nfs service...plus he's having that issue with the current openrc 0.53.
None of that adds up for me.
I'm actually not concerned at this point as long as nfs starts and works, and it doesn't lock up any shutdowns as that other issue apparently does.
Tom |
|
Back to top |
|
|
sam_ Developer
Joined: 14 Aug 2020 Posts: 1948
|
Posted: Wed Feb 14, 2024 10:40 pm Post subject: |
|
|
Right, I understand now - the difference is start-stop-daemon hanging vs. trying-and-failing. (That said, I still don't think it's particularly helpful to file bugs with an old OpenRC without trying a new one at least, and not upfront saying it clearly, especially given this could still be an issue on that side.) |
|
Back to top |
|
|
Perfect Gentleman Veteran
Joined: 18 May 2014 Posts: 1255
|
Posted: Thu Feb 15, 2024 3:05 am Post subject: |
|
|
Have the same issue on both PCs. |
|
Back to top |
|
|
C5ace Guru
Joined: 23 Dec 2013 Posts: 484 Location: Brisbane, Australia
|
Posted: Thu Feb 15, 2024 8:49 am Post subject: |
|
|
Just upgraded from kernel-6.1.67-gentoo to kernel-6.6.13-gentoo. Have no problem with NFS provided the server is available.
/etc/local.d/nfsclient.start: Code: | #!/bin/sh
date > /var/log/nfsclient.log
server="proxy-2.itw.lan"
status=$?
echo "nfsserver: "$server >> /var/log/nfsclient.log
echo > /dev/tcp/$server/2049
status=$?
echo "error status: "$status >> /var/log/nfsclient.log
if [ $status -eq 0 ]
then
echo "nsfserver: "$server" is alive" >> /var/log/nfsclient.log
rc-service netmount start >> /var/log/nfsclient.log
exit 0 >> /var/log/nfsclient.log
else
echo "nsfserver: "$server" is dead" >&2 >> /var/log/nfsclient.log
exit 1 >> /var/log/nfsclient.log
fi
| /etc/local.d/nfsclient.stop: Code: | /bin/umount -a -f -t nfs,nfs4 |
ADDED 17-2-2024:
I also confirm that the NFS server does not stop with # 'rc-service rpcbind stop' and kernel-6.6.13-gentoo.
kernel-6.1.67-gentoo works OK _________________ Observation after 30 years working with computers:
All software has known and unknown bugs and vulnerabilities. Especially software written in complex, unstable and object oriented languages such as perl, python, C++, C#, Rust and the likes.
Last edited by C5ace on Sat Feb 17, 2024 1:02 am; edited 1 time in total |
|
Back to top |
|
|
tld Veteran
Joined: 09 Dec 2003 Posts: 1845
|
Posted: Thu Feb 15, 2024 11:47 am Post subject: |
|
|
C5ace wrote: | Just upgraded from kernel-6.1.67-gentoo to kernel-6.6.13-gentoo. Have no problem with NFS provided the server is available. |
To be clear, the issue is with the nfs service and not nfsclient.
Tom |
|
Back to top |
|
|
Goverp Advocate
Joined: 07 Mar 2007 Posts: 2175
|
Posted: Fri Feb 16, 2024 10:47 am Post subject: |
|
|
FWIW I hit this some time ago (not sure if it coincided with changing kernel release - I follow kernel.org stable, which is Gentoo ~arch), though I issue "/etc/init.d/rpcbind stop" to take down the whole NFS stack. Reissuing the command then works OK, and I'm pretty sure stopping NFS twice will work. _________________ Greybeard |
|
Back to top |
|
|
tld Veteran
Joined: 09 Dec 2003 Posts: 1845
|
Posted: Fri Feb 16, 2024 2:05 pm Post subject: |
|
|
Goverp wrote: | FWIW I hit this some time ago (not sure if it coincided with changing kernel release - I follow kernel.org stable, which is Gentoo ~arch), though I issue "/etc/init.d/rpcbind stop" to take down the whole NFS stack. Reissuing the command then works OK, and I'm pretty sure stopping NFS twice will work. | Mine is a little screwier than that, and I think part of it is that the init script seems to hang around for a good while for some reason...either when stopping or starting. For example after starting the service I see this:
Code: | ps auxw | grep nfs
root 117 0.0 0.0 0 0 ? I< Feb09 0:00 [kworker/R-nfsio]
root 14220 0.0 0.0 0 0 ? I 09:00 0:00 [nfsd]
root 14221 0.0 0.0 0 0 ? I 09:00 0:00 [nfsd]
root 14222 0.0 0.0 0 0 ? I 09:00 0:00 [nfsd]
root 14223 0.0 0.0 0 0 ? I 09:00 0:00 [nfsd]
root 14224 0.0 0.0 0 0 ? I 09:00 0:00 [nfsd]
root 14225 0.0 0.0 0 0 ? I 09:00 0:00 [nfsd]
root 14273 0.0 0.0 7612 2076 pts/4 S 09:00 0:00 /bin/sh /lib64/rc/sh/openrc-run.sh /etc/init.d/nfs start
root 14283 0.0 0.0 0 0 ? I 09:00 0:00 [nfsd]
root 14284 0.0 0.0 0 0 ? I 09:00 0:00 [nfsd]
root 14304 0.0 0.0 6332 2176 pts/4 S+ 09:01 0:00 grep --colour=auto nfs
| That init script stays there for almost a minute, which clearly isn't normal. Sometimes after a failed stop I have to do a zap. Clearly something wrong going on there.
Tom |
|
Back to top |
|
|
tld Veteran
Joined: 09 Dec 2003 Posts: 1845
|
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22618
|
Posted: Sat Feb 17, 2024 4:35 pm Post subject: |
|
|
From the page you linked, choose (patch) (next to the commit id). Save the result as a file. Use it as input to GNU patch. Alternatively, observe that the link I gave can be derived from the one you showed by replacing the word commit with the word patch.
Optionally, use wget or curl on the patch URL instead of opening it in a browser. |
|
Back to top |
|
|
tld Veteran
Joined: 09 Dec 2003 Posts: 1845
|
Posted: Sat Feb 17, 2024 5:07 pm Post subject: |
|
|
Hu wrote: | From the page you linked, choose (patch) (next to the commit id). Save the result as a file. Use it as input to GNU patch. Alternatively, observe that the link I gave can be derived from the one you showed by replacing the word commit with the word patch.
Optionally, use wget or curl on the patch URL instead of opening it in a browser. | Thanks! That worked.
Tom |
|
Back to top |
|
|
tld Veteran
Joined: 09 Dec 2003 Posts: 1845
|
Posted: Sun Feb 18, 2024 12:53 pm Post subject: |
|
|
I can confirm that the changes to the init script in nfs-utils described in this bug correct this issue:
https://bugs.gentoo.org/924309
Tom |
|
Back to top |
|
|
|