- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Remote X Login on Tru64 5.1B
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
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
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
тАО02-16-2004 12:48 AM
тАО02-16-2004 12:48 AM
I's operating OK with Tru64 4.0f & 5.1A
It does not work on 5.1B - neither PK2 nor PK3.
It does not show login prompt - just waits 2-3 sec and return to Host selection screen.
Both hosts are alive, perfectly OK with Telnet.
I am absolute newbie with X, no X configuring was done neither on Tru64 side (all 4 Alphas), nor on my PC.
Where to look at?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-16-2004 01:10 AM
тАО02-16-2004 01:10 AM
Re: Remote X Login on Tru64 5.1B
First, check to make sure "dtlogin" daemon is running on the V5.1B system. This is the process that responds to XDMCP queries. A "ps -ef | grep dtlogin" should show the command " /usr/dt/bin/dtlogin -daemon". If not then /sbin/init.d/xlogin has not ran or failed for some reason. If this never worked and it's a new install, make sure OSFCDEDT540 subset is installed. This subset provides the support for CDE/dtlogin. the below example shows it installed as desired.
# setld -i | grep OSFCDEDT
OSFCDEDT540 installed CDE Desktop Environment (Windowing Environment)
Second, I'd look in the file /var/dt/Xerrors, the dtlogin and Xserver errors file. This may show why a connection from the Exceed PC is failing.
I'd also make sure I could ping the Exceed PC by IP name and address from the V5.1B host and vice-versa from the PC to the V5.1B host to make sure the network connectivity is OK.
Let us know if you need more help.
Dave Bechtold
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-16-2004 02:02 AM
тАО02-16-2004 02:02 AM
Re: Remote X Login on Tru64 5.1B
Depending on your X11 Server (X11 Server is always the side you are sitting in front of), e.g. Exceed you must lower the security.
Specially Exceed need additional setup to work properly. Ask the vendor what must be configured because it is application specific.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-16-2004 08:49 PM
тАО02-16-2004 08:49 PM
Re: Remote X Login on Tru64 5.1B
Maybe the /.dt directory is corrupted. Try to remove it and restart the X session.
It worked for me.
Bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-17-2004 12:01 AM
тАО02-17-2004 12:01 AM
Re: Remote X Login on Tru64 5.1B
# tail -n 5 /var/dt/Xerrors
Mon Feb 16 16:45:09 2004
error (pid 2271): Cannot convert Internet address 134.65.188.188 to host name
This is the fact of life - I do not use DNS on my Alphas (No need so far), and my PC is not included into /etc/hosts.
But on my 5.1A Alpha I am seeing exactly the same error, and it's working for me!!!
I'll try to include my IP into /etc/hosts, but it would be temporary solution because my PC uses DHCP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-17-2004 01:02 AM
тАО02-17-2004 01:02 AM
Re: Remote X Login on Tru64 5.1B
I've got no success, but another message in
/var/dt/Xerrors:
Warning: Missing charsets in String to FontSet conversion
I've installed Russian language in addition to English during Tru64 5.1B installation.
(I did not installed Russian on my older 5.1A & 4.0f hosts)
My next assumption - and now it's trying start X with Russian charset.
When I am logging in as root from server console, X & CDE starting perfectly OK. But several windows are using Russian language.
I searched .profile and .dtprofile for any Russian - nothing.
How does X defines language?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-17-2004 01:19 AM
тАО02-17-2004 01:19 AM
Solution- Is the Login Box text in Russian on the local graphics head that works?
If it is, then I'm expecting that LOCALE environment variable is defined to be Russian and when CDE is attempting to display the login box it's trying to locate Russian fonts on the PC under Exceed. The Exceed PC doesn't have the fonts so dtlogin errors out.
Hope that helps.
Dave Bechtold
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-17-2004 04:14 AM
тАО02-17-2004 04:14 AM
Re: Remote X Login on Tru64 5.1B
I've changed default language from Russian to English:
Sysman - Software - Config. International sftware - Manage Locales.
And that closed the question - now I can log in through X.