Displaying 3 results from an estimated 3 matches for "__umount_loop".
2010 Mar 15
1
[PATCH node] fix reboot hang on /etc
...ipe/common-post.ks
@@ -166,3 +166,18 @@ empty /mnt
empty /live
empty /boot
EOF
+
+# prevent node from hanging on reboot due to /etc mounts
+patch -d /etc/init.d/ -p0 <<\EOF
+--- halt.orig 2010-03-15 16:01:13.677585448 -0400
++++ halt 2010-03-15 16:01:39.798581069 -0400
+@@ -138,7 +138,7 @@ __umount_loop '$3 ~ /^rpc_pipefs$/ || $3
+ $"Unmounting pipe file systems (retry): " \
+ -f
+
+-LANG=C __umount_loop '$2 ~ /^\/$|^\/proc|^\/dev/{next}
++LANG=C __umount_loop '$2 ~ /^\/$|^\/proc|^\/etc|^\/dev/{next}
+ $3 == "tmpfs" || $3 == "proc" {print $2 ; ne...
2010 Mar 24
0
[Fwd: [PATCH node] fix halt patch]
...[ "^\/dev\/mapper", "^\/dev\
>
> # prevent node from hanging on reboot due to /etc mounts
> patch -d /etc/init.d/ -p0 <<\EOF
> ---- halt.orig 2010-03-15 16:01:13.677585448 -0400
> -+++ halt 2010-03-15 16:01:39.798581069 -0400
> -@@ -138,7 +138,7 @@ __umount_loop '$3 ~ /^rpc_pipefs$/ || $3
> +--- halt.orig 2009-12-05 00:44:29.000000000 +0000
> ++++ halt 2010-03-24 18:12:36.000000000 +0000
> +@@ -138,7 +138,7 @@
> $"Unmounting pipe file systems (retry): " \
> -f
> -
> +
> -LANG=C __umount_loop '$2 ~ /^\...
2020 May 18
4
how does autofs deal with stuck NFS mounts and suspending to RAM?
Hi,
after trying sshfs to mount a remote file system on a server with the result
that sshfs will sooner or later get stuck and require a reboot of the client,
I'm fed up with it and am looking for alternatives.
So next I would like to use NFS over a VPN connection instead. To minimize
the instances of the NFS mount getting stuck, it might be helpful to use
autofs.
What happens when the