- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- kernel panic
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
02-24-2004 10:10 AM
02-24-2004 10:10 AM
kernel panic
kernel panic:attempted to kill init
yesterday install tomcat and JDK in this server.
and today in the reboot give that error.
thakx
E.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2004 10:43 AM
02-24-2004 10:43 AM
Re: kernel panic
RedHat has a startup mode where you can manually confirm each startup script. Try to run that and exclude the Tomcat startup to check if this is really the problem.
Greetigns, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2004 10:53 AM
02-24-2004 10:53 AM
Re: kernel panic
How can i do exclude the tomcat in the scripts ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2004 11:37 AM
02-24-2004 11:37 AM
Re: kernel panic
If it was a nice installation, and dropped in the startup scripts like RH do, then the following should work:
chkconfig tomcat off
If it wasn't, then you'll need to find how (in the /etc/rc.d/rc?.d/ files) it is started, and either remove (or re-name) the appropriate S
It seems odd that this would cause a kernel panic however. You might want to try running it manually to see if the kernel panic comes back.
Looking at the error though, something is definately a bit off-kilter. Nothing should be trying to kill 'init'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2004 12:05 PM
02-24-2004 12:05 PM
Re: kernel panic
Vern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2004 07:53 PM
02-24-2004 07:53 PM
Re: kernel panic
you should choose runlevel "1" in GRUB loader