Anybody have a how to delay the network shutdown upon reboot? Ever since 13.1 I have not been able to reboot my systems because the network goes down before the nfs mounts are unmounted causing the system to wait forever trying to unmount them.
Doing a umount to the shares before hand allows the system to reboot nearly instantaneously.
deanjo13 wrote:
>
> Anybody have a how to delay the network shutdown upon reboot? Ever
> since 13.1 I have not been able to reboot my systems because the network
> goes down before the nfs mounts are unmounted causing the system to wait
> forever trying to unmount them.
>
> Doing a umount to the shares before hand allows the system to reboot
> nearly instantaneously.
>
>
If we are dealing with fstab entries try the solution provided here :-
I am only running 13.1 occasionaly at the moment, but yesterday I had the same experience. I had to switch the system of hardwarewise. But 10 mins later I shutdown the system and hadn’t the problem. Reading your post it seems that it (like mine as an afterthought) only experience this with a reboot. Can you conform that you also do not have it at a shutdown? (this to have a better bug description when someone of us go to bugzilla).
I find this strange because IMHO a reboot and a shutdown are exectly the same, only difference is a signal too the BIOS at the end to either switch off or do a boot. The whole Linux system shutdown should run exactly the same in both caces (again IMHO).
Well, strange. I only had this yesterday in that reboot (seeing your picture, I am almost sure I had the same). Could be a timing problem (which may hamper finding the excact problem). In any case IMHO it worthwhile to file a bug here: openSUSE:Submitting bug reports - openSUSE
The same username/password as that for the Forums should work there.
Please report the bug number here in the thread when you are finished, so interested people (like me) can trace what happens and eventauly can add comments to it.
Same issue was reported against 12.3. I have really given up on submitting bugs to openSUSE as pretty much everyone I have submitted over the last 4 years has been ignored.
You really have to submit the bugzilla and hope. Other people having the same issue here should then
add a “me too” (the more, the merrier). If nobody answers, then go to the factory mail list and nag
the devs in there to pay attention (tell them the issue was reported in another bugzilla some many
months/years ago). Most of them do not read the forum.
Yes, I also have many bugzillas reported an no response in years. But it can not be said that I
did not contribute my duty.
–
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 “Bottle” (Elessar))
Screenshot you attached later does not show network being stopped. How did you perform diagnostic? Do you have any detailed logs from shutdown that can help to find the root cause? What are bug numbers?
It stops Postfix.
It stops the NTP deamon.
It stops DNS client (if I interprete this correct).
It can be seen that the network interface enp0s5 is stopped now.
Then it tries to unmount /home/wij, which is NFS mounted.
After several minutes it says that it unmounted /home/wij. Then three more lines which are a not very understandable to me, but show that the system is still busy doing NFS things.
Yes, your screenshot indeed clearly shows that first network is stopped and then NFS client. Could you please
make sure journal is persistent. Check if you have /var/log/journal directory (and some files in it). If not - “mkdir /var/log/journal” and reboot; check again.
boot your system
run “systemctl dump” and save output
switch on debugging using “kill -RTMIN+22 1”.
reboot or shutdown. If it hangs, wait for several minutes to make sure everythiong is flushed to disk.
reboot and fetch journal from previous boot using “journalctl -b -1” (of course, as root)
Make output of “systemctl dump” and “journalctl -b -1” available.
You can delete /var/log/journal to save disk space; you will need to reboot.
For the record: I repeat that shutdown in my case works as lightning. I tried to see on the screen what the sequence is in that case, but the only thing I can see that there is much more before the screen gets dark because of the shutdown.
Could you compress it and make available (dropbox or similar)? I’m afraid it is too long for susepaste or probably even pastebin.
Yes, that is one reason why bugs sometimes are left open for a long time - as soon as you try to debug it, it does not happen. No debug information - no fixes