--- dirtracer149 <[EMAIL PROTECTED]> wrote: > I have a Redhat 8.0 system that will no longer boot. > It comes up with numerous "segmentation faults" in > etc/rc.d/rc while > booting. > I am able to boot the system using "linux rescue". > I am a struggling since I can only use text mode so > far. > > Any ideas or suggestions? upgrade is best bet, or re-install of current version.
> I would like to save my data and settings if I > could. > Can I repair the existing system or should I start > over. > > What are "segmentation faults" and how do I repair > them? a segmentation fault means that while loading dynamic objects the application map in ram isn't stable. it is segmenting back into the shared objects rather than linking properly. the root, since this was working system, is the dynamic loader ( ld.so ) has gotten corrupted. best way to fix is rebuild the system, as the ld.so is a critical piece, that the entire system depends on. version data is incredibly important with it. version of gcc, version of kernel, system config options when built. ( it's the fun one with lfs systems, as use host to build one, then create chroot env, then build on in chroot, then build system then rebuild ld.so ) much simpler to re-install current distro version, then upgrade. ( some upgrades won't worjk right, with stable system starting better chance. ) > > If I try to upgrade this system to Fedora will it > fix the errors and > save my data? ______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be removed. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/LINUX_Newbies/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
