LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-03-2007, 01:27 AM   #1
muvenny
LQ Newbie
 
Registered: Oct 2007
Posts: 5

Rep: Reputation: 0
my linux server cannot boot up to login window


after rebooting my linux server, it does not go up to the login window where i can login as root.it only stops to a black window requesting to login and the password which keeps coming on and off.formerly,it would boot up to the login window where i would login as root and enter the main window.can any one help? thanks.
 
Old 10-03-2007, 01:52 AM   #2
muvenny
LQ Newbie
 
Registered: Oct 2007
Posts: 5

Original Poster
Rep: Reputation: 0
can't login to linux server

helo,i want to clarify on the problem i just posted.
when i boot my linux server,it just stops on the window displaying the following information:
"White Box Enterprise linux release 3.0 (liberation Respin 1)
kernel 2.4.21-15.EL on an i686
myservername-srv login:"
this information keeps on appearing and disappearing again.please help as i want to enter the server and do something urgent.thaks.
 
Old 10-03-2007, 02:13 AM   #3
brianmcgee
Member
 
Registered: Jun 2007
Location: Munich, Germany
Distribution: RHEL, CentOS, Fedora, SLES (...)
Posts: 399

Rep: Reputation: 40
Your Display settings are probably wrong. Start to runlevel 3 and either debug your current display setup, copy an old configuration into place or create a new configuration.

I do not know which Linux distribution you use so I can only guess that you might use Xorg. Its configuration file may be found in /etc/X11/xorg.conf on some machines.

A new config may also be created from scratch:

Code:
# Xorg -configure
Also this symptom may arise from a missing fonts-server. But most likely its simply a wrong display configuration.

Look in the log files (e.g. /var/log/Xorg.0.log) for further debugging.

/edit: Btw. it is not wise to login as root everytime. You should use a regular user account and use sudo or su where appropriate.

Last edited by brianmcgee; 10-03-2007 at 02:42 AM.
 
Old 10-03-2007, 02:15 AM   #4
illiadum
Member
 
Registered: May 2006
Location: Arizona...where its unreasonably hot.
Distribution: Slackware
Posts: 34

Rep: Reputation: 15
Sounds like you're just booting into text mode (as you can see). You need it to boot into the graphical runlevel, depending on you're distro this will be anywhere from runlevel 3 to 5.

There are a few different ways to do this. (Again, depending on you're distro).

You might need to edit /etc/sysconfig/init, so the line GRAPHIC=yes, rather than "GRAPHIC=no".

Or, you might need to edit /etc/inittab and change the line "id:1:initdefault:" so the the "1" is replaced by the runlevel of your graphical login. For example, I run slack and my runlevel for graphical is 4, so mine would read "id:4:initdefault:".

A bit of a dirty way of doing it would also be to edit your rc.local file (Usually in /etc/rc.d/, /etc/init.d/ or something similar) and add the line "kdm" at the end if you want to run KDE, or "gdm" at the end if you want to run Gnome.

If none of this works, please post which distribution you are running as well as anything you may have installed or changed before the graphical login disappeared. I find people will generally have better answers if you provide more info.

Good luck and post how it went.
 
Old 10-03-2007, 02:47 AM   #5
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927
I merged your two threads ... next time please just add a
new post for extra information, or edit the existing one
instead of starting a new thread.



Cheers,
Tink
 
Old 10-03-2007, 02:50 AM   #6
brianmcgee
Member
 
Registered: Jun 2007
Location: Munich, Germany
Distribution: RHEL, CentOS, Fedora, SLES (...)
Posts: 399

Rep: Reputation: 40
I think the graphical login manager can not start correctly (because of wrong display settings?) and so you see the text login screen of runlevel 3 appearing and disappearing.

Start your system, enter the grub shell and boot with the additional kernel option 3, 1 or emergency (depending on your system and wether you are successful in entering the stated runlevel).
 
Old 10-03-2007, 03:01 AM   #7
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
Quote:
Originally Posted by muvenny
when i boot my linux server,it just stops on the window displaying the following information:
"White Box Enterprise linux release 3.0 (liberation Respin 1)
kernel 2.4.21-15.EL on an i686
myservername-srv login:"
this information keeps on appearing and disappearing again.
That tells the distribution used (White Box Enterprise Linux, equals to RedHat in my head; if I'm not completely mistaken, it's a alike with RHEL).

As said, you're looking at the text logon. It should work just as the graphical one, only you're not looking at nice graphics this time. Enter 'root' as the username if you wish to login as root, just like you'd do in the graphical window; password is just the same you use when logging in the usual way, the only difference here is that nothing is printed on screen while you're typing the password. No stars, no dots, no nothing - safer this way. Anyway the password you type is entered, so just be careful when writing it. After giving username and password (hit ENTER) you should be logged in.

After logging in you can fix any problems that you know, or just see if you can "get the graphical environment back". Since you logged in in a text-mode, it's probable that you have booted into a text-login runlevel; there's (usually at least one) a graphical runlevel too, the one you usually boot into, and you can use init to switch between runlevels - when you find the correct one, you can make sure inittab (/etc/inittab) is configured to boot to that runlevel (so you get to the graphical login next time you boot).

There are 7 runlevels, numbered from 0 to 6. Runlevels 0, 1 and 6 are reserved; runlevel 0 halts the system, 6 reboots and 1 goes into a single-user mode (which may provide a root login without passwords asked, unless it's prevented!). Runlevels 2-5 are "normal" runlevels, among which are usually text- and graphical multiuser runlevels. You can safely try switching between these, to see if any of them happened to be the graphical one, and if it worked (these are listed in /etc/inittab, so you can actually check it out with 'cat /etc/inittab'): for example
Code:
init 2
would change the current runlevel to 2. You can try these from 2 to 5, and see if you get a graphical one. If you do, edit /etc/inittab and make sure that runlevel is the default runlevel (the default runlevel line was mentioned by illiadum above - change the number there).
 
Old 10-03-2007, 12:36 PM   #8
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927
And if you get it working ... someone needs to tell you two things:

a) X and GUI logins have no business on a server

b) You're not supposed to be working as root, specially not in
a GUI, BAAAAAAD practice.



Cheers,
Tink
 
Old 10-04-2007, 01:59 AM   #9
muvenny
LQ Newbie
 
Registered: Oct 2007
Posts: 5

Original Poster
Rep: Reputation: 0
i can't login to linux server

Quote:
Originally Posted by b0uncer View Post
That tells the distribution used (White Box Enterprise Linux, equals to RedHat in my head; if I'm not completely mistaken, it's a alike with RHEL).

As said, you're looking at the text logon. It should work just as the graphical one, only you're not looking at nice graphics this time. Enter 'root' as the username if you wish to login as root, just like you'd do in the graphical window; password is just the same you use when logging in the usual way, the only difference here is that nothing is printed on screen while you're typing the password. No stars, no dots, no nothing - safer this way. Anyway the password you type is entered, so just be careful when writing it. After giving username and password (hit ENTER) you should be logged in.

After logging in you can fix any problems that you know, or just see if you can "get the graphical environment back". Since you logged in in a text-mode, it's probable that you have booted into a text-login runlevel; there's (usually at least one) a graphical runlevel too, the one you usually boot into, and you can use init to switch between runlevels - when you find the correct one, you can make sure inittab (/etc/inittab) is configured to boot to that runlevel (so you get to the graphical login next time you boot).

There are 7 runlevels, numbered from 0 to 6. Runlevels 0, 1 and 6 are reserved; runlevel 0 halts the system, 6 reboots and 1 goes into a single-user mode (which may provide a root login without passwords asked, unless it's prevented!). Runlevels 2-5 are "normal" runlevels, among which are usually text- and graphical multiuser runlevels. You can safely try switching between these, to see if any of them happened to be the graphical one, and if it worked (these are listed in /etc/inittab, so you can actually check it out with 'cat /etc/inittab'): for example
Code:
init 2
would change the current runlevel to 2. You can try these from 2 to 5, and see if you get a graphical one. If you do, edit /etc/inittab and make sure that runlevel is the default runlevel (the default runlevel line was mentioned by illiadum above - change the number there).

thank you sir, i tried logging in as you said but nothing happened.
after logging in,i got this information:
"you have new email
myservername-srv root# "
my server is redhat linux running gnome and samba.
thanks.

Last edited by Tinkster; 10-04-2007 at 02:59 AM.
 
Old 10-04-2007, 02:05 AM   #10
muvenny
LQ Newbie
 
Registered: Oct 2007
Posts: 5

Original Poster
Rep: Reputation: 0
the distribution used is redhat linux

Quote:
Originally Posted by illiadum View Post
Sounds like you're just booting into text mode (as you can see). You need it to boot into the graphical runlevel, depending on you're distro this will be anywhere from runlevel 3 to 5.

There are a few different ways to do this. (Again, depending on you're distro).

You might need to edit /etc/sysconfig/init, so the line GRAPHIC=yes, rather than "GRAPHIC=no".

Or, you might need to edit /etc/inittab and change the line "id:1:initdefault:" so the the "1" is replaced by the runlevel of your graphical login. For example, I run slack and my runlevel for graphical is 4, so mine would read "id:4:initdefault:".

A bit of a dirty way of doing it would also be to edit your rc.local file (Usually in /etc/rc.d/, /etc/init.d/ or something similar) and add the line "kdm" at the end if you want to run KDE, or "gdm" at the end if you want to run Gnome.

If none of this works, please post which distribution you are running as well as anything you may have installed or changed before the graphical login disappeared. I find people will generally have better answers if you provide more info.

Good luck and post how it went.


thanks,i tried the commands but i would get a reply that "permission denied".
i am using redhat linux with gnome and samba.
thank you.

Last edited by Tinkster; 10-04-2007 at 02:58 AM.
 
Old 10-04-2007, 02:11 AM   #11
muvenny
LQ Newbie
 
Registered: Oct 2007
Posts: 5

Original Poster
Rep: Reputation: 0
how can i enter the grub shell

Quote:
Originally Posted by brianmcgee View Post
I think the graphical login manager can not start correctly (because of wrong display settings?) and so you see the text login screen of runlevel 3 appearing and disappearing.

Start your system, enter the grub shell and boot with the additional kernel option 3, 1 or emergency (depending on your system and wether you are successful in entering the stated runlevel).
thanks,
can you please tell me how to enter the grub shell and boot with additional kernel option 3,1 or emergency.

Last edited by Tinkster; 10-04-2007 at 02:58 AM.
 
Old 10-04-2007, 03:23 AM   #12
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
The last time I used redhat was RH8.

First question would be if it ever worked before or not?

login in the console (either as user or as root)
run the following command: grep initdefault /etc/inittab
Code:
wim@btd-techweb01:~$ grep initdefault /etc/inittab and tell us the number
id:3:initdefault:
wim@btd-techweb01:~$
The older RedHat's used runlevel 3 (no GUI) and 5 to start the GUI (if I remember correctly; you can find that info in the file /etc/inittab).
If it's 3, login as root and edit the file /etc/inittab to change the 3 to a 5.
If it's 5, check the content of the logfiles of X (on my Slackware system it's /var/log/Xorg.0.log) for clues what is wrong (errors start with EE

Last edited by Wim Sturkenboom; 10-04-2007 at 03:32 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
my linux server cannot boot up to login window muvenny Linux - Newbie 2 10-03-2007 02:15 AM
how to login into a linux server from a Linux/Windows client Ninja_212 Linux - Networking 7 04-06-2005 01:25 AM
Selective login to Linux server. rajeshdorai Linux - Networking 1 09-05-2003 08:31 AM
login server for multiple Linux boxes? freddieB Linux - Networking 1 11-26-2001 10:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration