1832872 Members
2757 Online
110048 Solutions
New Discussion

Gnome

 
kamal al-azab
Occasional Contributor

Gnome

I installed Gnome As Hp recommend

the installation done

when i try to connect from Station to server using Reflection X

the result __ Connection Time Out

i need help
Note: I can Access CDE from my reflection x without any problems
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: Gnome

Shalom Kamal,

I would check permissions on the .gnome and .gconf directories and files on the user home directories.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Mustafa Gulercan
Respected Contributor

Re: Gnome

hi kemal;
1-have you a trusted system ?
2-before Gnome did you achieve log in CDE session?

regards;
mustafa
Mustafa Gulercan
Respected Contributor

Re: Gnome

sorry about Note. i didn't realize it.

you can workaround this problem by allowing CDE to manage the login process and redirecting the session to a GNOME session.

Pls try following;


SINGLE-USER MODIFICATION

To implement this workaround for a single user, add the following line to the end of the user's $HOME/.dtprofile file:

exec /etc/opt/gnome/gdm/Sessions/Gnome

SYSTEM-WIDE MODIFICATION

To implement this workaround for all of the users on the system, make the following modifications to the system:

Create an Xsession.d script (i.e., 0020.gnome) in the /etc/dt/config/Xsession.d/ directory.


Add the following line to this new /etc/dt/config/Xsession.d/0020.gnome file:

exec /etc/opt/gnome/gdm/Sessions/Gnome


Set the permission and ownership of this file to be rwxr-xr-x (755) root:sys:

/usr/bin/chmod 755 /etc/opt/gnome/gdm/Sessions/Gnome
/usr/bin/chown root:sys /etc/opt/gnome/gdm/Sessions/Gnome


NOTE: Xsession.d scripts are sourced in alphanumeric order as each user logs into the system. Customizations are made by placing scripts in the /etc/dt/config/Xsession.d/ directory. This directory structure does not exist by default; therefore, if no customizations have been made on the system, this directory structure may need to be created.

Once these modifications have been implemented on the system, the CDE login banner will appear to allow the user to log into the system; however, the GNOME session will appear after the user is logged in.


regards;
mustafa
Eng. Mohammad
Frequent Advisor

Re: Gnome

Hi Kamal
i had the same problem in my RP7420 server
the solution was :
1- go to gdm.conf and go to server section in the file , type # in the start of all lines to disable them , thats because some servers in this field cannot accept connection from Reflection X

i tried it and it works now i can access booth CDE and Gnome from Reflection X

Best Regards from me and Tareq

note Please Rate this answer or read how to rate answers that helps solving your problems
Wind Boy
Occasional Advisor

Re: Gnome

hi..

you have to edit first line in /etc/opt/gnome/gdm/gdm.conf

[xdmcp]
Enable=false
HonorIndirect=false
MaxPending=4
MaxPendingIndirect=4
MaxSessions=16
MaxWait=30
MaxWaitIndirect=30
Port=177


[xdmcp]
Enable=true <= edit
HonorIndirect=false
MaxPending=4
MaxPendingIndirect=4
MaxSessions=16
MaxWait=30
MaxWaitIndirect=30
Port=177