Operating System - HP-UX
1834640 Members
3277 Online
110069 Solutions
New Discussion

Re: Cannot connect to HPUX 11i

 
Dieter S. Vener
Frequent Advisor

Cannot connect to HPUX 11i

Hi Everyone,

When trying to connect to my HP-UX 11i server from a Solaris chooser on a Sun Ray (it is a thin-client), I get the error listed below in my /var/dt/Xerrors. I can connect to a HPUX 10.20, 9.05, or any other type of UNIX from the chooser screen on this thin-client. Why does it only fail on HPUX 11.0 and 11i? What is so different about the fonts on this OS? I can connect to this server from another brand of thin-client, but this other brand of thin-client (NCD) has its own font server.

The HP-UX 11i server has no customization in X. I.E None of the /etc/dt/config scripts have been modified.

Warning: Cannot convert string "-dt-interface system-medium-r-normal-s*-*-*-*-*-
*-*-*-*" to type FontList
Warning: Cannot convert string "-dt-interface system-medium-r-normal-s*-*-*-*-*-
*-*-*-*:" to type FontList
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: Unable to load any usable fontset
Warning:
Name: FONTLIST_DEFAULT_TAG_STRING
Class: XmRendition
Conversion failed. Cannot load font.


Please help. This is driving me crazy!

Thanks!!!
3 REPLIES 3
john kingsley
Honored Contributor

Re: Cannot connect to HPUX 11i

Is the font server (xfs) running on your HPUX 11i server?
Check /etc/rc.config.d/xfs
Set RUN_X_FONT_SERVER=1
Then run: /sbin/init.d/xfs start
Steven E. Protter
Exalted Contributor

Re: Cannot connect to HPUX 11i

Seems in 11.00 and 11.11(11i) the default setting for the font server is off.

The procedure above will correct the problem.

Make sure the DISPLAY variable is set properly so that X output goes back to the workstation you are working with.

export DISPLAY=192.168.0.20:0.0

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
AwadheshPandey
Honored Contributor

Re: Cannot connect to HPUX 11i

check this: http://www.cygwin.com/ml/cygwin-xfree/2004-10/msg00078.html
It's kind of fun to do the impossible