I am a new Linux server user. I need to tunnel X over ssh. I type the following command on a CentOS/RHEL based remote host to get display on a local desktop:
ssh -X user@server1.cyberciti.biz xeyes & firefox &But, I am getting an error that read as follows:
**error**: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: /bin/dbus-launch terminated abnormally without any error message)How do I fix this error on a newly formatted/installed RHEL or CentOS Linux 6.x server?
Read answer to: "Fix: /bin/dbus-launch terminated abnormally without any error message and solution"