- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System won't boot into multiuser
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
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
Discussion Boards
Community
Resources
Forums
Blogs
- 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
10-28-2002 07:07 AM
10-28-2002 07:07 AM
System won't boot into multiuser
When I boot in single user mode and mount /usr just about every command I execute comes back with the error
"PID xxx killed due to text modification or page I/O error, Bus error (coredump)"
Anyone any ideas how to resolve this??
RD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2002 07:22 AM
10-28-2002 07:22 AM
Re: System won't boot into multiuser
Have you tried booting the system into single user mode, and then to review your /etc/inittab to see what process is failing?
Mike-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2002 07:23 AM
10-28-2002 07:23 AM
Re: System won't boot into multiuser
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2002 07:27 AM
10-28-2002 07:27 AM
Re: System won't boot into multiuser
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2002 07:31 AM
10-28-2002 07:31 AM
Re: System won't boot into multiuser
Ok, before you attempt to mount /usr, try running fsck on the lv to make sure all is ok.
I'm also curious to know if you've done any application or patch install recently that may have modified your kernel.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2002 07:42 AM
10-28-2002 07:42 AM
Re: System won't boot into multiuser
This typically happens because initd it trying to start some process and it can't. Since the process is set up to respaw, initd try again and again...so to slow it down, init waits 5 minutes hoping that things will be fixed by then.
First start by commenting out the line starting the samd, i.e. the line with /usr/sam/lbin/samd in /etc/inittab. Then tell initd to reread the configuration file (init q). Then try to debug why the samd process will not start...start by looking at syslog.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2002 11:45 PM
10-28-2002 11:45 PM
Re: System won't boot into multiuser
I hadn't applied any patches or installed anything as the box is only really used to telnet and ssh to other machines.