Problems when rebooting the system


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Problems when rebooting the system
# 1  
Old 02-21-2006
Problems when rebooting the system

Hi !
I am working on a server. We have ABAQUS installed on it. I added a compiler to .env file and added usr/local...../IMSL/... to the path.

Then i restarted the computer and I get this error:

when I am doing interactive option (Red hat Lunix OS)
Start service local Yes/no/Continue? no
Starting lmgrd...
INIT:Id "x" respawning too fast:disabled for 5 minutes..

It is stuck there.

Can anyone help ?

Thank you.
dsmv.
# 2  
Old 02-22-2006
seems to be a misconfiguration for your hardware.

check for the entry in /etc/inittab
something like
x:<respawn>

then,
thats init's fail-safe mechanism to abort boot ( runlevel - 5) preventing
itself from entering infinite loop,

my suggestion would be to better,
remove the line
and try booting again at runlevel - 5.
I have heard of this problem and not encountered so far, so better rethink about the suggestion
( !!! are frontiers are good !!! )
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. What is on Your Mind?

Rebooting a career

Apologies if this is not the correct place to post this. I used to have a job supporting several custom applications that ran on Unix platforms. I used shell scripting, sed, awk, and SQL, but all on a pretty basic level. I also performed non-technical tasks like helping with project management,... (4 Replies)
Discussion started by: intranslation
4 Replies

2. Ubuntu

Login Problems when the system is grub mode

Hi Experts, I am using ubuntu.When i am trying to login it is showing grub ..How i can overcome to this problem..Pls reply me ASAP.. Thanks, Sree (1 Reply)
Discussion started by: sree vasu
1 Replies

3. UNIX for Advanced & Expert Users

System V IPC problems

Hi all, Is there a situation like system assigning same ID's for semaphores and shared memory at the same time. Ex: When I try to create 10 Shared memory objects with starting key as 0x1500 and 10 semaphore objects with starting key as 0x1234 in the same program. Assume those are not deleted... (2 Replies)
Discussion started by: gkreddy
2 Replies

4. Linux

Sabayon - KDE4.2 Problems accessing system management - all greyed out

I have just loaded Sabayon KDE4.2. I have a 64bit comp and have tried several Linux/Unix os and have had problems with all of them and now it seems this one as well. I can't load my printer up and I cannot access any login management. I have had trouble accessing my Login Manager. I have looked... (3 Replies)
Discussion started by: Tony_photoplus
3 Replies

5. AIX

hmc not rebooting

Anyone faced this? I rebooted the HMC through command line after patch installation (hmcshutdown -t now -r) The strange thing happened was the hmc never rebooted, I was not able to connect it through graphical view or through ssh, but the session through which i issued the command was still... (4 Replies)
Discussion started by: balaji_prk
4 Replies

6. UNIX for Advanced & Expert Users

Suse 9.3 system rebooting automatically

Hello, Can anyone tell me where I can start looking to determine why a suse linux box is reboot automatically.... When doing the last command I get the below. It shows the reboot's... Any help would be appreciated. Thanks. root pts/0 xxxxx.xxx Mon Jun 23 13:50 still logged in... (2 Replies)
Discussion started by: benefactr
2 Replies

7. AIX

system command and threads problems

Hi, my name is German. Im working with an aix over one year and i have developed a PRO*C multithread process that reads commands from a table and execute it in parallel (one command by thread) with a system function call, so depending the process exit code (system return value) , I put a mark... (2 Replies)
Discussion started by: german83
2 Replies

8. UNIX for Advanced & Expert Users

File system problems

Hi All, I am currently running Linux on a file server. The server starts experiencing problems (slow access, no access). After a shutdown and reboot, the file system is corrupted and requires to run fsck to clean up. Is this signs of a failing hard drive? Ken (2 Replies)
Discussion started by: kmcvey
2 Replies

9. UNIX for Dummies Questions & Answers

Prints Problems on Unix system

We are experiencing printing problems coming from an Unix host. In Feb. 05 we applied patches to the Unix operating system. Shortly the patches were applied we began experiencing problems printing on a IBM 6400 that emulates an Epson printer. When the printing starts we can print about 10 pages and... (1 Reply)
Discussion started by: ddameron
1 Replies
Login or Register to Ask a Question