LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 11-11-2009, 11:38 AM   #1
paganogden
LQ Newbie
 
Registered: Nov 2009
Posts: 6

Rep: Reputation: 0
Installed Debian 5 on DL380 G6, Gnome wont start


I installed Debian 5 on my HP DL380 G6. For simplicity of modification I installed the Gnome package but it wont start. I think maybe its an issue with the video. I have tried running dpkg-reconfigure xserver-xorg to try to set the video to vesa. When i run it, it only wants to configure the keyboard and nothing else. It only has xorg and not xfree86. I tried to manually modify the xorg.conf file by putting driver "vesa" and saving it, but i still get the same error when i try start x which is "server is already active for display 0", so i tried startx -- :1 and it runs thru a config a just stays at restore dac and just sits there. Any thoughts??
 
Old 11-11-2009, 11:57 AM   #2
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Which console are you on? Try CTRL+ALT+F7. Usually X starts on console 7.
 
Old 11-11-2009, 12:01 PM   #3
paganogden
LQ Newbie
 
Registered: Nov 2009
Posts: 6

Original Poster
Rep: Reputation: 0
Im remote using putty, ctrl alt f7 doesnt work. Im not sure what console.
 
Old 11-11-2009, 12:11 PM   #4
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
If you're remote using putty, you need to be sure that X11 forwarding is allowed (both on the server and within Putty).

You also need to make sure you have a LOCAL X server. If you're on a windows machine, that means you need to install Cygwin or Xming.
 
Old 11-11-2009, 01:13 PM   #5
paganogden
LQ Newbie
 
Registered: Nov 2009
Posts: 6

Original Poster
Rep: Reputation: 0
Thanks for that info, i will try that to see it run remotely, but how can i reconfigure xorg to get the video driver info, like i said in the original post I need to get it configured. Its going to be be managed by someone else at the server location so i dont necessarily have to see it run.
 
Old 11-11-2009, 01:20 PM   #6
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
You can't know about the local video screen (i.e. at the server location) without being there. You can set it up remotely with dpkg-reconfigure, but I don't think you can actually tell if there are any problems (beyond what shows up in the xorg.log file) without sitting in front of it.

NOTE: I haven't actually tried reconfiguring a remote video screen before. I'm just speculating based on what little I know about how X works.

Last edited by pljvaldez; 11-11-2009 at 01:21 PM.
 
Old 11-11-2009, 01:23 PM   #7
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Since it gives you
Quote:
server is already active for display 0
Seems to me X is running.

Take a look in the logfiles
/var/log/Xorg.0.log
to see if X is started, and if there are erromessages.
If there are no errormessages, it should be OK
If gnome is installed, you should start X by using gdm
See if gdm is running

Quote:
cannabis:/home/repo# ps ax | grep gdm
3681 ? Ss 0:00 gdm
3682 ? S 0:00 gdm
3685 tty7 Ss+ 4:15 /usr/bin/X :0 -audit 0 -auth /var/lib/gdm/:0.Xauth -nolisten tcp vt7
19473 pts/0 S+ 0:00 grep gdm
cannabis:/home/repo#
To stop the current session
Code:
killall gdm
to start a new session
Code:
gdm
 
Old 11-11-2009, 01:51 PM   #8
paganogden
LQ Newbie
 
Registered: Nov 2009
Posts: 6

Original Poster
Rep: Reputation: 0
Ok, so I went in the log file and there were no errors. I used the ps ax | grep gdm and got this back:

3321 pts/0 S+ 0:00 grep gdm

The person near the server says that when i try to startx it just gets a black screen.
 
Old 11-11-2009, 01:52 PM   #9
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
You need to start X local

Last edited by repo; 11-11-2009 at 02:01 PM.
 
Old 11-11-2009, 01:59 PM   #10
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
I would suggest to ask the person at the computer to reboot the computer, and see what happens.
Make sure the computer boots into X
 
Old 11-11-2009, 02:20 PM   #11
paganogden
LQ Newbie
 
Registered: Nov 2009
Posts: 6

Original Poster
Rep: Reputation: 0
Thanks. My server is in Switzerland and Im in the US, so I will wait until tomorrow.
 
Old 11-12-2009, 01:25 PM   #12
kenyon
LQ Newbie
 
Registered: Jul 2006
Posts: 14

Rep: Reputation: 0
Hi paganogden,

I'm also interested in installing Lenny on the DL 380 G6 and have a few questions.

1. Did you happend to install the current Lenny 5.0.3 ? (netinst CD ?)
2. Was the network card driver included or did you add that afterwards?
3. Was the rest of the install successful ?

Thanks for your time.

-Kenyon
 
Old 11-13-2009, 06:45 AM   #13
paganogden
LQ Newbie
 
Registered: Nov 2009
Posts: 6

Original Poster
Rep: Reputation: 0
Hi...I did install the 5.0.3 Netint from cd, it found the network card on probe, and found the packages on the mirror. Other than gnome it works perfectly, we are using it as a web server and installed Apache2 on it as well. I also installed this on a DL360 G3 and it works flawlessly. I installed KDE and Apache2 on that as well.
 
  


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
KDE or gnome wont start kissme1 Linux - Newbie 4 07-21-2006 02:19 AM
Installed new Video card and X wont start.. need help please! Fear58 Linux - Hardware 1 07-18-2004 10:01 AM
limewire is installed but wont start... Vid Linux - Software 5 03-29-2004 11:50 AM
Xfree86 acts as if installed but wont start on gentoo bling bling Linux - Software 1 11-19-2003 02:11 PM
Gnome Wont Start. HELP!!! zerologic Linux - Software 0 06-12-2003 08:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 03:33 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