|
Home | Switchboard | Unix Administration | Red Hat | TCP/IP Networks | Neoliberalism | Toxic Managers |
(slightly skeptical) Educational society promoting "Back to basics" movement against IT overcomplexity and bastardization of classic Unix |
|
|
The problem that happens both with RHEL 5 and RHEL 6. The following is a typical environment in which problem occurs:
System could not start Gnome GUI on level 5 and goes back into line prompt. The screen keeps showing the message:
Id "x" is respawning too fast, disable every 5 minutes
The same effect is if you boot to runlevel 3 and then try to change to run level 5 with "init 5". Again no Gnome login script is displayed and the same "X is respawning too fast" messages pop up.
The "respawning too fast" message is telling you that your X-server (or Gnome) is miss-configured, and is crashing when it tries to start and trying to restart too fast or too often.
From the command line, look at /var/log/Xorg.0.log to see why the X-server crashed
# init 5
Id "x" is respawning too fast, disable every 5 minutes
# Run xdm in runlevel 5
x:5:respawn:/etc/X11/prefdm -nodaemon
# Fallbacks, in order
exec gdm "$@" >/dev/null 2>&1 </dev/null
exec kdm "$@" >/dev/null 2>&1 </dev/null
exec xdm "$@" >/dev/null 2>&1 </dev/null
$ rpm -q gdm
$ which gdm
/usr/bin/which: no gdm in (/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/username/bin:/sbin:/usr/sbin)
# yum install gdm
or
#
yum -y groupinstall "X Window System" "Desktop" "Fonts" "General Purpose Desktop"
Looks like bug in RHEL introduced in RHEL 5.10. The latter was released on October 2, 2013
This problem does not exist in RHEL 5.9. It also exist in RHEL 6.x (not sure about exact version).
Generally the only way to fix the problem in Red Hat 5 is full reinstallation of X11 and Gnome, see
Reinstallation of X11 and Gnome Desktop in RHEL
|
Switchboard | ||||
Latest | |||||
Past week | |||||
Past month |
Hannibal S. Jackson wrote:
> > Rebooted HP ML370 (Red Hat WS3) and then it came back with the
error
> > INIT: Id "x" respawning too fast: disabled for 5
minutes.
> I've searched
> > and searched and have not been able to find a viable solution.
I've
> read
> > RH's Knowledge base and they stated it was related to the
graphic card
> > settings. Problem is I can not log in to make those changes.
I've
> tried
> > to boot into single user mode, run level 3, but nothing has
worked thus
> > far. It comes back to the login prompt but as soon as I try to
log in it
> > goes right back to the login screen never asking me for a
password.
> I've
> > read it could also be an issue in the inittab file but I
can't log on
> to
> > view that or make any changes. Any assistance is greatly
appreciated.
> > Getting that error but still can not log in at the console to
make any
> > adjustments because the password prompt never comes back. Also,
I've
> > noticed even when I try to tell it to boot the kernel into run
level 3,
> > it still goes back to 5.
> >
>
> 1) password prompt:
> Are you able login, then immediately go to init 1? Init 1 is single
user
> mode. If not you can try booting from a livecd. Then mount the
harddisk
> (assembling raid if needed), and edit /etc/inittab to boot to runlevel
3
> (or 1).
>
> 2) X spawning too fast is often due to an X misconfiguration, or
missing
> graphics card drivers. Check /var/log/Xorg.0.log. Checking X
> configuration can be directly done using "startx", and
> "Ctrl-Alt-Backspace" to kill X if needed.
>
> Hope that helps. =)
>
> Regards,
> Junhao
In most distributions this means that the system is booting by default
into runlevel 5, which is supposed to respawn (re-start again after
it's been exited) a graphical login via xdm, kdm, gdm, or whatever,
and the system can't locate the program.However, "Id" can also indicate the absence or misconfiguration of
another program, like mingetty, if init tries to respawn itself more
than 10 times in 2 minutes.Id "x" is the number in the leftmost column of the /etc/inittab file:
# Run gettys in standard runlevels
1:2345:respawn:/sbin/mingetty tty1
2:2345:respawn:/sbin/mingetty tty2
3:2345:respawn:/sbin/mingetty tty3
4:2345:respawn:/sbin/mingetty tty4
5:2345:respawn:/sbin/mingetty tty5
6:2345:respawn:/sbin/mingetty tty6Commenting the offending line out and then fixing the errant program
and testing on the command line will allow you to see any error
messages that go to standard error output (console) if the errors are
not going to the system log file. Uncomment the line and restart init
with "kill -SIGHUP 1" or "telinit q" to cause init to reinitialize and
reread the /etc/inittab file.Some systems, however, rewrite /etc/inittab when booting. In that
case, refer to the init man page, and/or the settings in
/etc/sysconfig/init.Refer to the init and /etc/inittab man pages for detailed information.
|
||||
Bulletin | Latest | Past week | Past month |
|
https://access.redhat.com/site/solutions/26027
Joey's Notes The Red Hat Linux Boot Process LG #156
Society
Groupthink : Two Party System as Polyarchy : Corruption of Regulators : Bureaucracies : Understanding Micromanagers and Control Freaks : Toxic Managers : Harvard Mafia : Diplomatic Communication : Surviving a Bad Performance Review : Insufficient Retirement Funds as Immanent Problem of Neoliberal Regime : PseudoScience : Who Rules America : Neoliberalism : The Iron Law of Oligarchy : Libertarian Philosophy
Quotes
War and Peace : Skeptical Finance : John Kenneth Galbraith :Talleyrand : Oscar Wilde : Otto Von Bismarck : Keynes : George Carlin : Skeptics : Propaganda : SE quotes : Language Design and Programming Quotes : Random IT-related quotes : Somerset Maugham : Marcus Aurelius : Kurt Vonnegut : Eric Hoffer : Winston Churchill : Napoleon Bonaparte : Ambrose Bierce : Bernard Shaw : Mark Twain Quotes
Bulletin:
Vol 25, No.12 (December, 2013) Rational Fools vs. Efficient Crooks The efficient markets hypothesis : Political Skeptic Bulletin, 2013 : Unemployment Bulletin, 2010 : Vol 23, No.10 (October, 2011) An observation about corporate security departments : Slightly Skeptical Euromaydan Chronicles, June 2014 : Greenspan legacy bulletin, 2008 : Vol 25, No.10 (October, 2013) Cryptolocker Trojan (Win32/Crilock.A) : Vol 25, No.08 (August, 2013) Cloud providers as intelligence collection hubs : Financial Humor Bulletin, 2010 : Inequality Bulletin, 2009 : Financial Humor Bulletin, 2008 : Copyleft Problems Bulletin, 2004 : Financial Humor Bulletin, 2011 : Energy Bulletin, 2010 : Malware Protection Bulletin, 2010 : Vol 26, No.1 (January, 2013) Object-Oriented Cult : Political Skeptic Bulletin, 2011 : Vol 23, No.11 (November, 2011) Softpanorama classification of sysadmin horror stories : Vol 25, No.05 (May, 2013) Corporate bullshit as a communication method : Vol 25, No.06 (June, 2013) A Note on the Relationship of Brooks Law and Conway Law
History:
Fifty glorious years (1950-2000): the triumph of the US computer engineering : Donald Knuth : TAoCP and its Influence of Computer Science : Richard Stallman : Linus Torvalds : Larry Wall : John K. Ousterhout : CTSS : Multix OS Unix History : Unix shell history : VI editor : History of pipes concept : Solaris : MS DOS : Programming Languages History : PL/1 : Simula 67 : C : History of GCC development : Scripting Languages : Perl history : OS History : Mail : DNS : SSH : CPU Instruction Sets : SPARC systems 1987-2006 : Norton Commander : Norton Utilities : Norton Ghost : Frontpage history : Malware Defense History : GNU Screen : OSS early history
Classic books:
The Peter Principle : Parkinson Law : 1984 : The Mythical Man-Month : How to Solve It by George Polya : The Art of Computer Programming : The Elements of Programming Style : The Unix Hater’s Handbook : The Jargon file : The True Believer : Programming Pearls : The Good Soldier Svejk : The Power Elite
Most popular humor pages:
Manifest of the Softpanorama IT Slacker Society : Ten Commandments of the IT Slackers Society : Computer Humor Collection : BSD Logo Story : The Cuckoo's Egg : IT Slang : C++ Humor : ARE YOU A BBS ADDICT? : The Perl Purity Test : Object oriented programmers of all nations : Financial Humor : Financial Humor Bulletin, 2008 : Financial Humor Bulletin, 2010 : The Most Comprehensive Collection of Editor-related Humor : Programming Language Humor : Goldman Sachs related humor : Greenspan humor : C Humor : Scripting Humor : Real Programmers Humor : Web Humor : GPL-related Humor : OFM Humor : Politically Incorrect Humor : IDS Humor : "Linux Sucks" Humor : Russian Musical Humor : Best Russian Programmer Humor : Microsoft plans to buy Catholic Church : Richard Stallman Related Humor : Admin Humor : Perl-related Humor : Linus Torvalds Related humor : PseudoScience Related Humor : Networking Humor : Shell Humor : Financial Humor Bulletin, 2011 : Financial Humor Bulletin, 2012 : Financial Humor Bulletin, 2013 : Java Humor : Software Engineering Humor : Sun Solaris Related Humor : Education Humor : IBM Humor : Assembler-related Humor : VIM Humor : Computer Viruses Humor : Bright tomorrow is rescheduled to a day after tomorrow : Classic Computer Humor
The Last but not Least Technology is dominated by two types of people: those who understand what they do not manage and those who manage what they do not understand ~Archibald Putt. Ph.D
Copyright © 1996-2021 by Softpanorama Society. www.softpanorama.org was initially created as a service to the (now defunct) UN Sustainable Development Networking Programme (SDNP) without any remuneration. This document is an industrial compilation designed and created exclusively for educational use and is distributed under the Softpanorama Content License. Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.
FAIR USE NOTICE This site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner. We are making such material available to advance understanding of computer science, IT technology, economic, scientific, and social issues. We believe this constitutes a 'fair use' of any such copyrighted material as provided by section 107 of the US Copyright Law according to which such material can be distributed without profit exclusively for research and educational purposes.
This is a Spartan WHYFF (We Help You For Free) site written by people for whom English is not a native language. Grammar and spelling errors should be expected. The site contain some broken links as it develops like a living tree...
|
You can use PayPal to to buy a cup of coffee for authors of this site |
Disclaimer:
The statements, views and opinions presented on this web page are those of the author (or referenced source) and are not endorsed by, nor do they necessarily reflect, the opinions of the Softpanorama society. We do not warrant the correctness of the information provided or its fitness for any purpose. The site uses AdSense so you need to be aware of Google privacy policy. You you do not want to be tracked by Google please disable Javascript for this site. This site is perfectly usable without Javascript.
Last modified: March, 12, 2019