Search: For:
Browsing Single Category

Oracle EL-4 Putty X11-tunnel Issue

Topic ID: 2807
Created By: 2007-DEC-13 19:38:53 [Vitaliy]
Updated By: 2007-DEC-13 19:38:53 [Vitaliy]
Status: Open
Severity: Normal
Read Only: No
8612
2007-DEC-13 19:38:53
Moderator
 
 
Registered On: Mar 2006
Total Posts: 211
Oracle EL-4 Putty X11-tunnel Issue
   [root@dbaconsole ~]# xclock
   Error: Can't open display: localhost:10.0
Solution
This is really silly mistake but I removed 127.0.0.1 localhost from the 
/etc/hosts, after adding it back it worked:

   [root@dbaconsole ~]# grep localhost /etc/hosts
   127.0.0.1               localhost.localdomain localhost
   [root@dbaconsole ~]#