Results 1 to 7 of 7
Hi all,
I've installed desktop mod centos 6.2 final . And server restart. But desktop not start.
How do I start with centos 6.2 desktop mod?
Thanks.
Best Regards....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-17-2012 #1Just Joined!
- Join Date
- Apr 2012
- Posts
- 4
Server desktop not starting.
Hi all,
I've installed desktop mod centos 6.2 final . And server restart. But desktop not start.
How do I start with centos 6.2 desktop mod?
Thanks.
Best Regards.
- 04-18-2012 #2Just Joined!
- Join Date
- Jan 2011
- Location
- Fairfax, Virginia, USA
- Posts
- 94
Hi,
Check your runlevel with the runlevel command:
If it looks like this:
then your destop probably should have auto-started. If it looks like this:Code:[brian@desktop ~]$ runlevel N 5
then you need to start it by hand until or change the default runlevel. To start it by hand, try running:Code:[root@firewall ~]# runlevel N 3
Code:[root@firewall ~]# startx
- 05-03-2012 #3Just Joined!
- Join Date
- Apr 2012
- Posts
- 4
Hi Brian ;
Server working with run level 3
And I have impose give your commad. But I got the following error.
runlevel N 5 : No such file or directory.
Startx : Command Not FoundLast edited by Mhmtyy; 05-03-2012 at 08:01 PM.
- 05-03-2012 #4Linux Newbie
- Join Date
- Apr 2012
- Posts
- 112
can you post the output of
if you want to change the runlevel, the command isCode:rpm -qa | grep gnome
where n is the run levelCode:init n
Never tried to go from 3 to 5, though.
It sounds as if you don't have gnome installed, though, so not sure whether this will work at all
- 05-03-2012 #5Just Joined!
- Join Date
- Apr 2012
- Posts
- 4
There are no output valueCode:rpm -qa | grep gnome
But server was installed , desktop begining.
interesting
- 05-03-2012 #6Linux Newbie
- Join Date
- Apr 2012
- Posts
- 112
do you mean that the problem is sorted out?
It is possible to install another windows manager, but I believe that gnome is the default for RHEL/CentOS.
At any rate, if the output from that command is nothing, that means that gnome is not installed, which would be the source of your problem, if you don't have any other windows manager installed.
- 05-03-2012 #7Just Joined!
- Join Date
- Apr 2012
- Posts
- 4
Hi all,
thank you for your helping.
I'm installing server again
Already test server.
thank you again.


Reply With Quote

