Hi all,<br><br> I have installed rhcs on a CentOS 4.4 server with clvmd. When server reboots display a segmentation fault on line 504 in /etc/rc.d/rc.sysinit file, here:<br><br>  if [ -x /sbin/lvm.static ]; then<br>    500         if /sbin/lvm.static vgscan --mknodes --ignorelockingfailure > /dev/null 2>&1 ; then
<br>    501             action $"Setting up Logical Volume Management:" /sbin/lvm.static vgchange -a y --ignorelockingfailure<br>    502         fi<br>    503     fi<br>    504 fi<br><br> I don't use lvm on root filesystem, only on a gfs volumes:
<br> <br> [root@keops RPMS]# df -h<br>Filesystem            Size  Used Avail Use% Mounted on<br>/dev/hda1             5.8G  791M  4.7G  15% /<br>none                  379M     0  379M   0% /dev/shm<br>/dev/mapper/gfsvol01-cludatavol01
<br>                       64G  357M   63G   1% /gfsdata<br><br><br>Why?? On a RHEL 4 U4 AS, this error doesn't occur .... My lvm packages are:<br><br> [root@keops RPMS]# rpm -qa |grep lvm |sort<br>lvm2-2.02.06-6.0.RHEL4<br>
lvm2-cluster-2.02.06-7.0.RHEL4<br><br> Can somebody help me?? Many thanks.<br><br>