- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Font server problem HP-UX 10.20
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
07-22-2004 08:39 AM
07-22-2004 08:39 AM
Font server problem HP-UX 10.20
I'm trying to access an application from X client (Exceed) and no font are retreived. I know I can install font server on first install, but: is there any way to install with system running?
Thank you and regards,
Leonardo G. Agopian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 08:46 AM
07-22-2004 08:46 AM
Re: Font server problem HP-UX 10.20
sure font server is not installed?
Usually is installed by default with os, but not running.
Check in /etc/rc.config.d/xfs if the control variable, maybe XFS but i'm not sure, is set to 1.
If, as usual, is set to 0, change it and start the service with /sbin/init.d/xfs start
if these files don't exist font server is really not installed, in this case you have to find the operating system cd and use swinstall to install the package.
Right now i don't have a HPUX machine on hand, so i don't remember the right fileset, but if u take a look at the content list on the cd you should simply find it out.
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 08:54 AM
07-22-2004 08:54 AM
Re: Font server problem HP-UX 10.20
# swlist -l fileset | grep -i fontsrv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 11:36 PM
07-22-2004 11:36 PM
Re: Font server problem HP-UX 10.20
check whether font server is installed with your OS.
#swlist -l fileset | grep fontsrv
and if it is installed check out whether rc startup script is added in /sbin/init.d and it's control variable in/etc/rc.config.d/xfs is set to 1. if not then start X font server by #/usr/bin/X11/xfs -port 7000 -daemon and add appropriate rc scripts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 11:46 PM
07-22-2004 11:46 PM
Re: Font server problem HP-UX 10.20
Follow this
1 - The font server needs configuring
to include CDE
fonts in catalog
EDIT: /etc/X11/fs/config
Add ",/usr/dt/config/xfonts/C" to
end of
"catalogue = ..." line
EDIT: /etc/rc.config.d/xfs
Set the variable:
"RUN_X_FONT_SERVER=1"
EXECUTE: /sbin/init.d/xfs start
If tfont-server is already running,
kill and restart it.
2 - Force CDE to add server to
X-Server font-path
by edit of the Xsetup file.
(NOTE: This steps NEEDS
IP address of the CDE session server.
You can get
this with : nslookup `hostname`.)
COPY: /usr/dt/config/Xsetup
to
/etc/dt/config/Xsetup
IF IT DOES NOT EXIST
EDIT: /etc/dt/config/Xsetup
Add this line to /etc/dt/config/Xsetup
replacing "IPADDRESS" with IP
of the server as returned
from "nslookup `hostname`":
$XDIR/xset fp+ tcp/IPADDRESS:7000 1>/dev/null
Steve Steel