1752797 Members
5524 Online
108789 Solutions
New Discussion

OVO Problems

 
Victor Burguillos_4
Frequent Advisor

OVO Problems

Hi, I try to install OVO in HPUX 11,23 but when started the instalation script this showme the following error:

Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string "-dt-interface user-medium-r-normal-xxs*-*-*-*-*-m-*" to type FontSet
Warning: Missing charsets in String to FontSet conversion

Anybody Help me...

Regards,

VB
1 REPLY 1
Bill Hassell
Honored Contributor

Re: OVO Problems

You are running Xwindows and your local Xterminal (or PC running an Xwindow emulator) does not have the fonts used in HP-UX. You need to enable the font server in HP-UX and then configure your Xwindow device to use your HP-UX machine as a font server. That way, Xwindows will ask HP-UX where to get the font information.

To enable the font server in HP-UX:

1. Edit the file /etc/rc.config.d/xfs and change:

RUN_X_FONT_SERVER=0
to
RUN_X_FONT_SERVER=1

2. Then start the font server with:

/sbin/init.d/xfs start

Now the font server is running and will be automatically started at every reboot.

On your Xterminal, you'll need to read the documentation on how to specify a fint server. Once that is done, the error message will disappear.


Bill Hassell, sysadmin