- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Linux Machine restarting
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-21-2005 06:07 AM
10-21-2005 06:07 AM
Linux Machine restarting
I have seen the log and shutdown is proper without any prob. Also it is not through any user account. I reset the password of Root also but still no use.
please guide me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2005 06:18 AM
10-21-2005 06:18 AM
Re: Linux Machine restarting
Verify for hardware/temperature problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2005 09:21 PM
10-21-2005 09:21 PM
Re: Linux Machine restarting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2005 11:01 AM
10-22-2005 11:01 AM
Re: Linux Machine restarting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2005 06:28 PM
10-23-2005 06:28 PM
Re: Linux Machine restarting
\cron.d ; \crontab; \cron\*
But I dont found anything
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2005 07:04 PM
10-23-2005 07:04 PM
Re: Linux Machine restarting
Check with shutdown log file to find which user is executing script?
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2005 07:41 PM
10-23-2005 07:41 PM
Re: Linux Machine restarting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2005 08:01 PM
10-23-2005 08:01 PM
Re: Linux Machine restarting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2005 10:47 PM
10-23-2005 10:47 PM
Re: Linux Machine restarting
If you have already checked that, remember that the shutdown command might not be "shutdown" or "reboot". It might be "init 6" or "telinit 6": they all produce the same result.
(The time is set at /etc/crontab, which calls the "run-parts" script to run all files marked as executable in a given directory. This is primarily so that individual packages can add things to /etc/cron.[hourly|daily|weekly|monthly] directories as appropriate.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2005 11:41 PM
10-23-2005 11:41 PM
Re: Linux Machine restarting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2005 07:40 AM
10-24-2005 07:40 AM
Re: Linux Machine restarting
I would also check /etc/anacrontab.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2005 08:18 AM
10-24-2005 08:18 AM
Re: Linux Machine restarting
The files in that directory runs every sunday at 4.22 AM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2005 10:38 PM
10-24-2005 10:38 PM
Re: Linux Machine restarting
So please suggest now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 12:01 AM
10-25-2005 12:01 AM
Re: Linux Machine restarting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 04:23 PM
10-25-2005 04:23 PM
Re: Linux Machine restarting
Please suggest now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 06:11 PM
10-25-2005 06:11 PM
Re: Linux Machine restarting
I have checked all my cron setup and nothing wrong or related could be identified.
As the server is located in a secured computer suite, the possibility of unauthorised access is low.
Any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 11:51 PM
10-25-2005 11:51 PM
Re: Linux Machine restarting
To verify that the makewhatis command wasn't replaced by a trojan (that instead ejecuting the makewhatis is rebooting the system), use the following command:
rpm -V man
You should have no output if all it's fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 04:33 PM
10-27-2005 04:33 PM
Re: Linux Machine restarting
Tell me what to do next.