Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2007 03:24 AM
01-30-2007 03:24 AM
Gnome
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2007 03:41 AM
01-30-2007 03:41 AM
Re: Gnome
I would check permissions on the .gnome and .gconf directories and files on the user home directories.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2007 04:04 AM
01-30-2007 04:04 AM
Re: Gnome
1-have you a trusted system ?
2-before Gnome did you achieve log in CDE session?
regards;
mustafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2007 04:09 AM
01-30-2007 04:09 AM
Re: Gnome
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2007 08:26 PM
02-09-2007 08:26 PM
Re: Gnome
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 04:55 AM
07-12-2007 04:55 AM
Re: Gnome
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