X windows not working


 
Thread Tools Search this Thread
Special Forums UNIX Desktop Questions & Answers X windows not working
# 1  
Old 06-13-2011
X windows not working

Hi all,

Fedora 10 workstation is not able to login to X windows (GUI).But works fine on command line. Below are command outputs from two workstations: one with problem and another working fine (both are identical in h/w and run fedora core 10). Please help me in this. Thanks in advance!

Below are from the one where i have problem to login to GUI


Code:
[root@console-0124 ~]# ps -ef|grep X

Code:
root 3909 3870 0 Jun06 tty7 00:00:32 /usr/bin/X :0 -auth /var/lib/xdm/authdir/authfiles/A:0-4Mjszr
vct 11530 11311 0 Jun07 ? 00:00:00 /usr/bin/ssh-agent /etc/X11/xinit/Xclients root 19516 19381 0 14:48 pts/0 00:00:00 grep X [root@console-0124 ~]# ps -ef|grep Xorg root 19518 19381 0 14:48 pts/0 00:00:00 grep Xorg [root@console-0124 ~]# ps -ef|grep bonobo root 19520 19381 0 14:49 pts/0 00:00:00 grep bonobo [root@console-0124 ~]# ps -ef|grep nauti root 19522 19381 0 14:49 pts/0 00:00:00 grep nauti [root@console-0124 ~]#



Below are from the workstation which is working fine

Code:
 [root@console-recon-0124 ~]# ps -ef|grep X
root      5078  5077  0 May11 tty1     02:36:41 /usr/bin/Xorg :0 -nr -verbose -auth /var/run/gdm/auth-for-gdm-QfEeV5/database -nolisten tcp vt1
root     23060 22801  0 13:51 pts/0    00:00:00 grep X
[root@console-recon-0124 ~]# ps -ef|grep Xorg
root      5078  5077  0 May11 tty1     02:36:41 /usr/bin/Xorg :0 -nr -verbose -auth /var/run/gdm/auth-for-gdm-QfEeV5/database -nolisten tcp vt1
root     23062 22801  0 13:51 pts/0    00:00:00 grep Xorg
[root@console-recon-0124 ~]# ps -ef|grep bonobo
vct       5620     1  0 May11 ?        00:00:00 /usr/libexec/bonobo-activation-server --ac-activate --ior-output-fd=17
vct      20225     1  0 May27 ?        00:00:00 /usr/libexec/bonobo-activation-server --ac-activate --ior-output-fd=22
root     23064 22801  0 13:51 pts/0    00:00:00 grep bonobo
[root@console-recon-0124 ~]# ps -ef|grep nauti
vct       5618  5340  0 May11 ?        00:00:33 nautilus --no-desktop --browser
root     23066 22801  0 13:52 pts/0    00:00:00 grep nauti
[root@console-recon-0124 ~]#

# 2  
Old 06-13-2011
What does
Code:
echo $DISPLAY

show on each box?
# 3  
Old 06-14-2011
Hi Jim mcnamara

echo $DISPLAY shows nothing on both boxes
# 4  
Old 06-20-2011
What do you mean by logging in the 2 boxes: Local? (which means for me at the console...) OR Remote (in which case how...).
From the little you show it could be IP issue, or more likely ssh since one has some ssh stuff and not the other (But Im half blind...) if so is X forwarding enabled? (You connect using ssh -X...)
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Red Hat

Nslookup working but ping not working at windows client

Hi Team we have created a DNS server at RHEL6.2 environment in 10.20.203.x/24 network. Everything is going well on linux client as nslookup, ping by host etc in entire subnet. We are getting problem in windows client as nslookup working as well but not ping. all the firewall is disabled and... (5 Replies)
Discussion started by: boby.kumar
5 Replies

2. Red Hat

RHEL5 xdmcp not working for windows 7

I am running a RHEL5 box and I have xdmcp up and running. I want the hostname of this box showing up only in the xdmcp choosers of certain specific systems, and in RHEL5 using gdm, it appears the only way to prevent the name from appearing in all xdmcp choosers is to use the hosts.allow file. This... (0 Replies)
Discussion started by: smd
0 Replies

3. Shell Programming and Scripting

FTP using script not working (for transfering file from a remote unix server to windows PC.)

hi, Im using the following code for FTP #!/usr/bin/ksh ftp -v -n "10.29.45.11" << cmd user "mahesva" "mahesva123" get rtl.tar quit cmd Below is the log when i run the above code ********************************** Connected to 10.29.45.11. 220 (vsFTPd 2.0.1) 530 Please login with USER... (20 Replies)
Discussion started by: dll_fpga
20 Replies

4. Linux

vsftp is not working only when i ftp from windows server

Hello Gurus, Naif is implemented for only for port 21 for few windows servers. I have made my linux 5.1 as my FTP server. After installing vsftpd i could ftp from other linux server. linux to linux (ftp server) But same when i ftp from other windows server which only port 21 is enabled.... (2 Replies)
Discussion started by: bullz26
2 Replies

5. Solaris

vsftp is not working only when i ftp from windows server

Hello Gurus, Naif is implemented for only for port 21 for few windows servers. I have made my linux 5.1 as my FTP server. After installing vsftpd i could ftp from other linux server. linux to linux (ftp server) But same when i ftp from other windows server which only port 21 is enabled.... (0 Replies)
Discussion started by: bullz26
0 Replies

6. UNIX for Advanced & Expert Users

Working with remote Unix files systems from Windows

I am currently using Samba to access remote Unix file systems from Windows. However, it is slow, and I presume insecure in the sense that file contents are transmitted unencrypted. I also wonder if passwords are transmitted in plain text in this protocol or not. For these reasons I am looking for... (2 Replies)
Discussion started by: Bilge
2 Replies
Login or Register to Ask a Question