Displaying 6 results from an estimated 6 matches for "loopf".
Did you mean:
loop
2010 Mar 15
1
[PATCH node] fix reboot hang on /etc
...~ /^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 ; next}
+ /(loopfs|autofs|nfs|cifs|smbfs|ncpfs|sysfs|^none|^\/dev\/ram|^\/dev\/root$)/ {next}
+ {print $2}' /proc/mounts \
+EOF
--
1.6.6.1
2010 Mar 24
1
[PATCH node] Fix blkid.conf to scan devices for findfs calls.
...--
recipe/common-post.ks | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/recipe/common-post.ks b/recipe/common-post.ks
index 9243751..0a2e180 100644
--- a/recipe/common-post.ks
+++ b/recipe/common-post.ks
@@ -192,3 +192,7 @@ patch -d /etc/init.d/ -p0 <<\EOF
/(loopfs|autofs|nfs|cifs|smbfs|ncpfs|sysfs|^none|^\/dev\/ram|^\/dev\/root$)/ {next}
{print $2}' /proc/mounts \
EOF
+
+# Need this for F12 findfs calls
+# Otherwise, findfs returns /dev/sdX instead of /dev/mapper/<wwid>
+echo "EVALUATE=scan" > /etc/blkid.conf
--
1.6.6.1
2010 Mar 24
0
[Fwd: [PATCH node] fix halt patch]
...nting 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 ; next}
> - /(loopfs|autofs|nfs|cifs|smbfs|ncpfs|sysfs|^none|^\/dev\/ram|^\/dev\/root$)/ {next}
> - {print $2}' /proc/mounts \
> + $3 == "tmpfs" || $3 == "proc" {print $2 ; next}
> + /(loopfs|autofs|nfs|cifs|smbfs|ncpfs|sysfs|^none|^\/dev\/ram|^\/dev\/root$)/ {next}
> + {print...
2007 Feb 16
5
LVM on dom0?
I''ve spent the past while researching this but I''m just not finding a
solution. I''ve been trying to get my xen kernel booting on a pretty much stock
CentOS 4.4 installation. I installed Xen from src rpm and installed all the
requisite software and I''m sure it''s with the ram disk but I can''t figure out
how to resolve this.
With a stock kernel
2007 Feb 08
5
kernel 2.6.9-42.0.8.EL error while booting - CentOS 4.4
Hi ,
I am ruuning Senmail with MailScanner on CentOS 4.4. It has updated to
kernel 2.6.9-42.0.8.EL from its past kernel 2.6.9-42.0.3.EL.
Now the Server can not boot up and gives the below error.
mkrootdev: label / not found
Mounting root filesystem
mount: error 2 mouting ext3
switchroot: mount failed: 22
Kernel panic - not syncing: Attempted to kill init!
But I can boot up from its
2004 Jun 30
0
problem loading initrd
...root 4, 4 Jun 30 15:10 tty4
etc:
total 2
drwxr-xr-x 2 root root 1024 Jun 30 15:10 .
drwxr-xr-x 9 root root 1024 Jun 30 15:10 ..
lib:
total 2
drwxr-xr-x 2 root root 1024 Jun 30 15:10 .
drwxr-xr-x 9 root root 1024 Jun 30 15:10 ..
loopfs:
total 2
drwxr-xr-x 2 root root 1024 Jun 30 15:10 .
drwxr-xr-x 9 root root 1024 Jun 30 15:10 ..
proc:
total 2
drwxr-xr-x 2 root root 1024 Jun 30 15:10 .
drwxr-xr-x 9 root root 1024 Jun 30 15:10 ..
sysroot:
total 2
drwxr-xr-x 2 root...