- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- KEAX problem
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
03-23-2004 05:46 PM
03-23-2004 05:46 PM
KEAX problem
I have installed Keax on my PC to use it on my hp-ux11.00 machines, I have one machine that has a problem with it, when ever I try logging in using Keax it gives me a blank CDE and just hang, and other servers does not have a problem using the same PC's Keax application. Please help, I desperatly need to resolve this problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 10:38 PM
03-23-2004 10:38 PM
Re: KEAX problem
On the 1 machine
Does /var/dt/Xerrors show anything
Can the name of the pc resolve with nslookup on the UX box
does ping -ov pc 64 2 work as expected
out and in by same lan route
run
/usr/contrib/bin/X11/dr_dt
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 11:21 PM
03-23-2004 11:21 PM
Re: KEAX problem
Thanks for your quick response, ping -ov ps 64 2 is working but, nslookup for the pc is not working, and dr_dt finished with no errors but 4 Warnings about the file permissions. Anything I can do to resolve it?
Thanks
Morongwa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 11:38 PM
03-23-2004 11:38 PM
Re: KEAX problem
both systems will need to resolve one anothers ip and hostname for X/CDE to work correctly .... X/CDE uses hostname as the basis for the DISPLAY name .....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 11:53 PM
03-23-2004 11:53 PM
Re: KEAX problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 12:27 AM
03-24-2004 12:27 AM
Re: KEAX problem
/var/dt/Xerrors
Does it contain anything.
Try stopping and restarting the cde
Steve STeel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 12:00 AM
03-25-2004 12:00 AM
Re: KEAX problem
I get the below mesg on the /var/dt/Xerrors file:
/usr/bin/X11/xset: bad font path element (#37), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
/usr/bin/X11/xset: bad font path element (#37), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
/usr/bin/X11/xset: bad font path element (#37), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
/usr/bin/X11/xset: bad font path element (#37), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
/usr/bin/X11/xset: bad font path element (#37), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string "-dt-interface system-medium-r-normal-s*-*-*-*-*-*-*-*-*" to type FontSet
Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string "-dt-interface user-medium-r-normal-s*-*-*-*-*-*-*-*-*" to type FontSet
Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string "-dt-interface system-medium-r-normal-xl*-*-*-*-*-*-*-*-*" to type FontSet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 12:15 AM
03-25-2004 12:15 AM
Re: KEAX problem
I stoped and restarted cde, but this having the same problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 12:22 AM
03-25-2004 12:22 AM
Re: KEAX problem
I think you are missing a font server.
# ps -ef | grep xfs
If no font server was running on the system:
Verify that RUN_X_FONT_SERVER is set to 1 in the /etc/rc.config.d/xfs file:
RUN_X_FONT_SERVER=1
Start the font server:
# /sbin/init.d/xfs start
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 12:42 AM
03-25-2004 12:42 AM
Re: KEAX problem
The xfs is running fine, and the RUN_X_FONT_SERVER is set to 1. Everything looks fine but CDE still hangs after I log in.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 12:45 AM
03-25-2004 12:45 AM
Re: KEAX problem
Add the ip and name of your pc to /etc/hosts
Then try it
Steve Steel