INIT: Id "x" respawning too fast

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat INIT: Id "x" respawning too fast
# 1  
Old 04-03-2011
INIT: Id "x" respawning too fast

Hi,

OS: Oracle Enterprise Linux 4

My system was working normal then when i reboot the machine the system started but it is halting the boot sequence with this message
"INIT: Id "x" respawning too fast: disabled for 5 minutes"

Q: any solution to this reply is highly appreciated .
# 2  
Old 04-03-2011
I think you should look at (and post it here) /etc/inittab.
# 3  
Old 04-03-2011
Thanks for your response, but i couldnot the commandline to check .

Regards
# 4  
Old 04-03-2011
If you can't get into your system at all, there's no magic command we can give you that's going to let you do so. You'll have to boot a livecd of some sort.
# 5  
Old 04-04-2011
If you can reboot and are using grub, type "e" at the prompt to edit the line. Then, go to the second of three lines and add the following:


linux single


and then boot that modified (for this attempt only) line

It should bring you into single user mode and allow you to show us what the /etc/inittab looks like.
# 6  
Old 04-05-2011
maooah,

Is error is due to the non-availability of the display manager.

Check whether anyone of the following package is installed

gdm,kdm or xdm.

if not install it according to your Desktop environment for GNOME (gdm),KDE (kdm) or Other DE (xdm).
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Apache 2.4 directory cannot display "Last modified" "Size" "Description"

Hi 2 all, i have had AIX 7.2 :/# /usr/IBMAHS/bin/apachectl -v Server version: Apache/2.4.12 (Unix) Server built: May 25 2015 04:58:27 :/#:/# /usr/IBMAHS/bin/apachectl -M Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_worker_module (static) ... (3 Replies)
Discussion started by: penchev
3 Replies

2. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

3. Solaris

ZFS: /system/zones "respawning" on rpool

Hi, I have this fresh installation of Solaris 11.3 sparc. I have two zfs pools both using two disks in mirroring mode, both are online. I want to move /system/zones, currently rpool/VARSHARE/zones, from rpool to the other zfs pool so my zones don't consume space on the disks allocated to... (1 Reply)
Discussion started by: X96
1 Replies

4. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

5. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

6. Red Hat

INIT: cannot execute "/etc/X11/prefdm"

Hi I tried the following but no joy! Inserted the linux installation cd.. ( rescue mode)... tried chroot /mnt/sysimage but I get chroot: cannot execute /bin/sh Checked the permission on /bin and it was set to ?r--rw-rx tried to do chmod –R 755 but got error operation not permitted ...... (3 Replies)
Discussion started by: halacil
3 Replies

7. Solaris

How to resolve error "INIT: Cannot stat /etc/inittab, errno: 2"

Hi All, I am getting an error message when I execute command “zlogin -C sunsrv4z5” on my root server. INIT: Cannot stat /etc/inittab, errno: 2 INIT: Cannot stat /etc/inittab, errno: 2 As per my analysis it seems that some files inside /etc folder are deleted. This server was... (14 Replies)
Discussion started by: surbhit4u
14 Replies

8. UNIX for Dummies Questions & Answers

Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"

Hi Friends, Can any of you explain me about the below line of code? mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'` Im not able to understand, what exactly it is doing :confused: Any help would be useful for me. Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies

9. UNIX for Dummies Questions & Answers

Doubt regarding "init q"

I am writing a script for the installation of a new version of my executable. The process is started from inittab. The script does the following 1.Comment the process entry from inittab. 2."init q" 3.replace the old executable with the new one 4.Uncomment the entry in initttab 5.init q Now... (2 Replies)
Discussion started by: soorajmu
2 Replies
Login or Register to Ask a Question