HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: portnumber off xfs
Operating System - HP-UX
1833056
Members
2813
Online
110049
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-24-2002 02:14 AM
07-24-2002 02:14 AM
portnumber off xfs
Hi,
I'm installing ttf fonts (arial) on hp-ux 11.00. I followed the instructions, but xfs won't start because there is already some proces on port 7000.
I changed it to 5000 and also put the 5000 into /etc/dt/config/Xsetup.
So far so good.
When I check it with xlsffonts, no ariel. When I check it with fslsfonts, I have them.
The second command talk to the fontserver, the first to th Xserver.
How can I make the font available for the Xserver?
TIA
I'm installing ttf fonts (arial) on hp-ux 11.00. I followed the instructions, but xfs won't start because there is already some proces on port 7000.
I changed it to 5000 and also put the 5000 into /etc/dt/config/Xsetup.
So far so good.
When I check it with xlsffonts, no ariel. When I check it with fslsfonts, I have them.
The second command talk to the fontserver, the first to th Xserver.
How can I make the font available for the Xserver?
TIA
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 02:26 AM
07-24-2002 02:26 AM
Re: portnumber off xfs
Hi
CDE can be forced to add the font-server to the X-Server font-path by editing the Xsetup file. (NOTE: This steps REQUIRES the IP address of the CDE session server. You can get
this information by running: nslookup`hostname`.)
COPY: /usr/dt/config/Xsetup to /etc/dt/config/Xsetup
EDIT: /etc/dt/config/Xsetup
Add the following line to /etc/dt/config/Xsetup
replacing
"IPADDRESS"
with the IP address of the server as returned
from "nslookup `hostname`":
$XDIR/xset fp+ tcp/IPADDRESS:5000 1>/dev/null
steve Steel
CDE can be forced to add the font-server to the X-Server font-path by editing the Xsetup file. (NOTE: This steps REQUIRES the IP address of the CDE session server. You can get
this information by running: nslookup`hostname`.)
COPY: /usr/dt/config/Xsetup to /etc/dt/config/Xsetup
EDIT: /etc/dt/config/Xsetup
Add the following line to /etc/dt/config/Xsetup
replacing
"IPADDRESS"
with the IP address of the server as returned
from "nslookup `hostname`":
$XDIR/xset fp+ tcp/IPADDRESS:5000 1>/dev/null
steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 02:33 AM
07-24-2002 02:33 AM
Re: portnumber off xfs
xfs & ports : default = 7000 but 7100 is often used if 7000 is already busy.
Force CDE to add the font-server to the X-Server font-path
by editing the Xsetup file. (NOTE: This steps REQUIRES
the IP address of the CDE session server. You can get
this information by running: nslookup `hostname`.)
COPY: /usr/dt/config/Xsetup to /etc/dt/config/Xsetup
EDIT: /etc/dt/config/Xsetup
Add the following line to /etc/dt/config/Xsetup replacing
"IPADDRESS" with the IP address of the server as returned
from "nslookup `hostname`":
$XDIR/xset fp+ tcp/IPADDRESS:7000 1>/dev/null
fontserver & xserver : use xset -q to confirm the fontserver is being used by the Xserver look for the tcp entry, next step .... check the ttf font dir is listed here too ... sounds to me that :
a) either the ttf fonts aren't listed in /etc/X11/fs/config or
b) the font server isn't being used actively.
incidentally what instructions did you follow ?
Force CDE to add the font-server to the X-Server font-path
by editing the Xsetup file. (NOTE: This steps REQUIRES
the IP address of the CDE session server. You can get
this information by running: nslookup `hostname`.)
COPY: /usr/dt/config/Xsetup to /etc/dt/config/Xsetup
EDIT: /etc/dt/config/Xsetup
Add the following line to /etc/dt/config/Xsetup replacing
"IPADDRESS" with the IP address of the server as returned
from "nslookup `hostname`":
$XDIR/xset fp+ tcp/IPADDRESS:7000 1>/dev/null
fontserver & xserver : use xset -q to confirm the fontserver is being used by the Xserver look for the tcp entry, next step .... check the ttf font dir is listed here too ... sounds to me that :
a) either the ttf fonts aren't listed in /etc/X11/fs/config or
b) the font server isn't being used actively.
incidentally what instructions did you follow ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 10:40 PM
07-24-2002 10:40 PM
Re: portnumber off xfs
Some additional information:
- the instruction came from faq.org and itrc (search ttf).
- I'm not using it with CDE. I need the font for creating pdf-files with Oracle-Reports.
I use Xvfb on display 10 as display server
- the instruction came from faq.org and itrc (search ttf).
- I'm not using it with CDE. I need the font for creating pdf-files with Oracle-Reports.
I use Xvfb on display 10 as display server
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP