Operating System - HP-UX
1826454 Members
3199 Online
109692 Solutions
New Discussion

Re: X font server on HP-UX 11.11

 
SOLVED
Go to solution
Tom Wolf_3
Valued Contributor

X font server on HP-UX 11.11

Hello, can anyone tell me why I'm seeing the following entry in the /etc/rc.log on an HP-UX 11.11 system during startup of the X font server?

Starting X Font Server at TCP port 7000
Output from "/sbin/rc2.d/S620xfs start":
----------------------------
"/sbin/rc2.d/S620xfs start" SKIPPED


I'm trying to start xfs to use vnc.
I manually ran the following from the command line but the xfs still isn't running:

#/sbin/init.d/xfs start
#ps -ef | grep -i xfs | grep -v grep



Any help would be appreciated on getting xfs running properly.

Thank you.

Tom Wolf
1 REPLY 1
Warren_9
Honored Contributor
Solution

Re: X font server on HP-UX 11.11

Hi Tom,

please check the /etc/rc.config.d/xfs....
the RUN_X_FONT_SERVER need to set to non-zero value.

GOOD LUCK!!