On Mon, 27 Jun 2005, William Stearns wrote:

"raidautorun /dev/md0"
      758 Segmentation fault      | nash --quiet

nash is statically linked

  ldd /sbin/nash
        not a dynamic executable

Why they use nash in the rc.sysinit script beats me. It is only supposed to be used in the initrd while bringing up the base hardware required to boot, not the full system.

You should be able to replace this with and mdadm call, given a suitable /etc/mdadm.conf file. Or disable it entirely if raid support is not needed.

/etc/rc.d/rc.sysinit: line 340:   762 Segmentation fault /sbin/lvm.static
vgscan --mknodes --ignorelockingfailure >/dev/null 2>&1

similar problem here.. lvm.static is a statically linked binary.

Regards
Henrik


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
User-mode-linux-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to