Operating System - Linux
1821980 Members
3096 Online
109638 Solutions
New Discussion юеВ

Re: Problem when booting with the network configurated

 
Luis Duarte
HPE Pro

Problem when booting with the network configurated

I have RH 7.3 to run as a server but when it boots with the lan configurated in doesn't goes to gnome gui.
5 REPLIES 5
Hans van Zijst
Advisor

Re: Problem when booting with the network configurated

You probably didn't configure your machine to boot into the right runlevel. Check /etc/inittab and see if your default runlevel is 5. Probably it's 3 at the moment. Be sure to configure X and Gnome/KDE correctly before you change the default runlevel however.

Good luck!

Hans
l'apprenti sorcier
unknown_6
Advisor

Re: Problem when booting with the network configurated

Greetings,
If you didn't set Linux to automatically
boot into X during setup. Then you also won't
see the GUI (X) automatically. If you would
like, after you login you can type:
startx
That will start whatever Window manager you
chose during setup. It won't, however, cause
X to start automatically when Linux has
finished booting. It's just another way to
login to the X desktop (my favorite).

Best of luck!
Steven E. Protter
Exalted Contributor

Re: Problem when booting with the network configurated

Check that the syntax is correct in the files in /etc/sysconfig/network-scripts

I agree that this there may be a problem in /etc/inittab

The problem with the theory above is that networking is done at run level 2 or 3 and gnome is usually run level 5. Once networking is run it should be available to all run levels higher.

In gnome

run a terminal session

type ifconfig

Do you see networking? If so, investigate the gnome setup because networking is fine.

SEP
Jerusalem
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Vernon Brown_4
Trusted Contributor

Re: Problem when booting with the network configurated

I think RH 7.3 server install defaults to runlevel 3 in inittab. Install options let you install and configure the gnome GUI.

So if you installed from scratch as a server using the RH default server config you may not have installed the GUI. If you're only using the box as a server, you may not need the GUI.

Vern
Luis Duarte
HPE Pro

Re: Problem when booting with the network configurated

Check that the syntax is correct in the files in /etc/sysconfig/network-scripts

I agree that this there may be a problem in /etc/inittab

The problem with the theory above is that networking is done at run level 2 or 3 and gnome is usually run level 5. Once networking is run it should be available to all run levels higher.