HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- remote login to CDE failed
Operating System - HP-UX
1836903
Members
2151
Online
110111
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
06-28-2005 09:41 PM
06-28-2005 09:41 PM
remote login to CDE failed
Hi folks,
I ran dtlogin in debug mode to trace why remote login to CDE failed.
The greeter failed, but is this the reason why remote login failed or is there a prior problem that is the cause of it?
Thank you.
I ran dtlogin in debug mode to trace why remote login to CDE failed.
The greeter failed, but is this the reason why remote login failed or is there a prior problem that is the cause of it?
Thank you.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 09:59 PM
06-28-2005 09:59 PM
Re: remote login to CDE failed
Hi Tan
To automatically grant invoke the /usr/bin/X11/xhost command each time a user logs into CDE:
1. Create a 0050.xhost file in the /etc/dt/config/Xsession.d/ directory.
2. Add the following contents to this new file:
XHOST=/usr/bin/X11/xhost
$XHOST + servera serverb serverc serverd servere
$XHOST + iserver
$XHOST + remote1 remote2 remote3
NOTE: Each line may contain a single machine or a space separated list of machines to be granted display access.
3. Set the permissions on this file to be 755 (-rwxr-xr-x):
/usr/bin/chmod 755 /etc/dt/config/Xsession.d/0050.xhost
4. Set the ownership on this file to be root:sys:
/usr/bin/chown root:sys /etc/dt/config/Xsession.d/0050.xhost
The next time a user logs into CDE, their $HOME/.dt/startlog file will reflected these modifications:
--- sourcing /usr/dt/config/Xsession.d/0010.dtpaths...
--- sourcing /usr/dt/config/Xsession.d/0020.dtims...
--- sourcing /usr/dt/config/Xsession.d/0030.dttmpdir...
--- sourcing /usr/dt/config/Xsession.d/0040.xmbind...
--- sourcing /etc/dt/config/Xsession.d/0050.xhost...
servera being added to access control list
serverb being added to access control list
serverc being added to access control list
serverd being added to access control list
servere being added to access control list
iserver being added to access control list
remote1 being added to access control list
remote2 being added to access control list
remote3 being added to access control list
--- sourcing /usr/dt/config/Xsession.d/0060.srcsysenv...
....
Good Luck
Vinod
To automatically grant invoke the /usr/bin/X11/xhost command each time a user logs into CDE:
1. Create a 0050.xhost file in the /etc/dt/config/Xsession.d/ directory.
2. Add the following contents to this new file:
XHOST=/usr/bin/X11/xhost
$XHOST + servera serverb serverc serverd servere
$XHOST + iserver
$XHOST + remote1 remote2 remote3
NOTE: Each line may contain a single machine or a space separated list of machines to be granted display access.
3. Set the permissions on this file to be 755 (-rwxr-xr-x):
/usr/bin/chmod 755 /etc/dt/config/Xsession.d/0050.xhost
4. Set the ownership on this file to be root:sys:
/usr/bin/chown root:sys /etc/dt/config/Xsession.d/0050.xhost
The next time a user logs into CDE, their $HOME/.dt/startlog file will reflected these modifications:
--- sourcing /usr/dt/config/Xsession.d/0010.dtpaths...
--- sourcing /usr/dt/config/Xsession.d/0020.dtims...
--- sourcing /usr/dt/config/Xsession.d/0030.dttmpdir...
--- sourcing /usr/dt/config/Xsession.d/0040.xmbind...
--- sourcing /etc/dt/config/Xsession.d/0050.xhost...
servera being added to access control list
serverb being added to access control list
serverc being added to access control list
serverd being added to access control list
servere being added to access control list
iserver being added to access control list
remote1 being added to access control list
remote2 being added to access control list
remote3 being added to access control list
--- sourcing /usr/dt/config/Xsession.d/0060.srcsysenv...
....
Good Luck
Vinod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 11:46 PM
06-28-2005 11:46 PM
Re: remote login to CDE failed
Hi vinod,
The remote login failed before the CDE desktop login screen was drawn and hence the callup of the greeter was not successful.
--- Loading resource file: LANG= XAUTHORITY=/var/dt/... /usr/bin/X11/xrdb -display ...:0 -load /usr/dt/config/C/Xresources
--- enviroment of greeter
--- start greeter
--- Greeter return status; exit = 0, signal = 11
Greeter failed: non-zero signal on exit
--- Display exited with OPENFAILED_DISPLAY
Display start failed, sending Failed
Send FAILED to session ... Cannot open display
What can be the possible errors with my X configs ?
The remote login failed before the CDE desktop login screen was drawn and hence the callup of the greeter was not successful.
--- Loading resource file: LANG= XAUTHORITY=/var/dt/... /usr/bin/X11/xrdb -display ...:0 -load /usr/dt/config/C/Xresources
--- enviroment of greeter
--- start greeter
--- Greeter return status; exit = 0, signal = 11
Greeter failed: non-zero signal on exit
--- Display exited with OPENFAILED_DISPLAY
Display start failed, sending Failed
Send FAILED to session ... Cannot open display
What can be the possible errors with my X configs ?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP