- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with HP fonts on Solaris 9 client (X s...
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
01-31-2003 05:48 AM
01-31-2003 05:48 AM
Trying to display an X-session (ovo, xclock etc.) from a HP-UX 11.0 server to a SUN Solaris 9 client. It works fine on Solaris 8!
On a HP-UX server (not the application server):
# vi /etc/rc.config.d/xfs
--> set RUN_X_FONT_SERVER=1
#/sbin/init.d/xfs start
On the SUN box:
#xset +fp tcp/[HP server name]:7000
#xset fp rehash
#xset -q
Error message:
#xclock
X Error of failed request: 84
Major opcode of failed request: 45 (X_OpenFont)
Serial number of failed request: 35
Current serial number in output stream: 36
Thanks!
//Fredric
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2003 06:37 AM
01-31-2003 06:37 AM
Re: Problem with HP fonts on Solaris 9 client (X sessions).
SUN Solaris 9 client ? also how much memory and it's graphics device options settings / card ... true color,pseudo color etc ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2003 07:13 AM
01-31-2003 07:13 AM
Re: Problem with HP fonts on Solaris 9 client (X sessions).
export LANG=en_US.iso88591. SUN has no answer as to why it is not using the fonts served by the font server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2003 07:11 AM
02-01-2003 07:11 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 01:42 AM
02-03-2003 01:42 AM
Re: Problem with HP fonts on Solaris 9 client (X sessions).
The patch solved the problem.
It is a Ultra 1 and I had tested everything except the patch before.
//Fredric