- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- rc.sysinit segmentation fault
Operating System - Linux
1821583
Members
3396
Online
109633
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2008 04:19 AM
12-16-2008 04:19 AM
rc.sysinit segmentation fault
Morning. We have a client who has Redhat AS4 Update 5 installed on DL380 G4 server. When booting we get error similar to the below:
Welcome to /etc/rc.d/rc.synsinit: line 70: 35 Segmentation fault LC_ALL=C grep -q "Red Hat" /etc/redhat-release Red Hat Linux
Press 'I' to enter interactive startup.
Mounting proc filesystem: [failed]
/etc/rc.d/rc.sysinit: line 90: 42 Segmantation fault LC_ALL=C grep -q .initrd /proc/mounts
Confuguring kernel parameters: Error: /proc must ve mounted
To mount /proc at boot you need an /etcfstab line like: /proc /proc proc defaults
In the meantime, mount /proc /proc -t proc [failed]
Setting clock (localtime): Fi Jan 23 09:06:35 MST 2004 [ ok ]
Loading default keymap (us): [ ok ]
Setting hosname dbcluster01: [FAILED ]
Cat /proc/cmdline: No such file or directory
We have tried replacing memory. Ran fsck from linux rescue mode. We cannot afford to lose data in the system, thats why we dont want to do a fresh installation. Has anybody come across the same and how did they resolve problem?
Thanks in advance
Welcome to /etc/rc.d/rc.synsinit: line 70: 35 Segmentation fault LC_ALL=C grep -q "Red Hat" /etc/redhat-release Red Hat Linux
Press 'I' to enter interactive startup.
Mounting proc filesystem: [failed]
/etc/rc.d/rc.sysinit: line 90: 42 Segmantation fault LC_ALL=C grep -q .initrd /proc/mounts
Confuguring kernel parameters: Error: /proc must ve mounted
To mount /proc at boot you need an /etcfstab line like: /proc /proc proc defaults
In the meantime, mount /proc /proc -t proc [failed]
Setting clock (localtime): Fi Jan 23 09:06:35 MST 2004 [ ok ]
Loading default keymap (us): [ ok ]
Setting hosname dbcluster01: [FAILED ]
Cat /proc/cmdline: No such file or directory
We have tried replacing memory. Ran fsck from linux rescue mode. We cannot afford to lose data in the system, thats why we dont want to do a fresh installation. Has anybody come across the same and how did they resolve problem?
Thanks in advance
Don't panic
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2008 07:16 AM
12-16-2008 07:16 AM
Re: rc.sysinit segmentation fault
Maybe the system board has failed, causing random command failures because of data corruption in system memory.
Or maybe the OS on the disks has been corrupted so far that the OS installation is no longer viable.
Your *first* objective should be a full backup of your application data. Any attempts to fix the problem must come after that: it is possible that a failed "fix" will make the problem worse.
You'll need to boot from some other media and mount the old disks as "data disks". This would allow you to backup the data.
You could use a Live-CD style Linux distribution, like Knoppix. That would allow you to boot from CD/DVD and still have networking features.
Does the server have any free disk slots? If so, you could add a new disk and install a new OS _on that disk_. If you do this, you must be very careful running the installer, and make sure you don't select any options that would erase the data on the original disks.
This would allow running comparisions between any damaged files on the old disks and a known-good installation of the same OS version on the new disk.
By the way, this is *exactly* the reason why server systems should have separate filesystem(s) dedicated to applications and their data. The OS installer will detect existing filesystems: you could then choose to overwrite only the root, /boot, /usr, /var and /tmp filesystems, leaving any application and data filesystems untouched.
After the installation completes, you could then manually mount the application and data filesystems and be essentially ready to start the application. (Of course, you would still have to restore any custom init scripts and the like... but at that point, the worst of the crisis will be over.)
MK
Or maybe the OS on the disks has been corrupted so far that the OS installation is no longer viable.
Your *first* objective should be a full backup of your application data. Any attempts to fix the problem must come after that: it is possible that a failed "fix" will make the problem worse.
You'll need to boot from some other media and mount the old disks as "data disks". This would allow you to backup the data.
You could use a Live-CD style Linux distribution, like Knoppix. That would allow you to boot from CD/DVD and still have networking features.
Does the server have any free disk slots? If so, you could add a new disk and install a new OS _on that disk_. If you do this, you must be very careful running the installer, and make sure you don't select any options that would erase the data on the original disks.
This would allow running comparisions between any damaged files on the old disks and a known-good installation of the same OS version on the new disk.
By the way, this is *exactly* the reason why server systems should have separate filesystem(s) dedicated to applications and their data. The OS installer will detect existing filesystems: you could then choose to overwrite only the root, /boot, /usr, /var and /tmp filesystems, leaving any application and data filesystems untouched.
After the installation completes, you could then manually mount the application and data filesystems and be essentially ready to start the application. (Of course, you would still have to restore any custom init scripts and the like... but at that point, the worst of the crisis will be over.)
MK
MK
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP