1825768 Members
3008 Online
109687 Solutions
New Discussion

KEAX problem

 
Morongwa
Advisor

KEAX problem

Hi

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.
Always look forward to a brighter future!!
10 REPLIES 10
Steve Steel
Honored Contributor

Re: KEAX problem

Hi


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
If you want truly to understand something, try to change it. (Kurt Lewin)
Morongwa
Advisor

Re: KEAX problem

Hi

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
Always look forward to a brighter future!!
Alex Glennie
Honored Contributor

Re: KEAX problem

resolve the nslookup issues by means of either your DNS server entries or via /etc/hosts ....

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 .....
Morongwa
Advisor

Re: KEAX problem

nslookup does not resolve also on other servers, but keax works fine there, and it's being working all along on this other server until now.
Always look forward to a brighter future!!
Steve Steel
Honored Contributor

Re: KEAX problem

Hi


/var/dt/Xerrors

Does it contain anything.

Try stopping and restarting the cde


Steve STeel
If you want truly to understand something, try to change it. (Kurt Lewin)
Morongwa
Advisor

Re: KEAX problem

Hi Steve,

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
Always look forward to a brighter future!!
Morongwa
Advisor

Re: KEAX problem

Hi Steve,

I stoped and restarted cde, but this having the same problem.
Always look forward to a brighter future!!
Robert-Jan Goossens
Honored Contributor

Re: KEAX problem

Hi,

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
Morongwa
Advisor

Re: KEAX problem

Hi Robert-Jan

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.

Always look forward to a brighter future!!
Steve Steel
Honored Contributor

Re: KEAX problem

Hi

Add the ip and name of your pc to /etc/hosts


Then try it


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)