- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Xt Warning: Color Name not defined
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
04-13-2005 08:23 PM
04-13-2005 08:23 PM
I try to open an OpenView Motif interface on an X station but it fails and I get errors such like:
ovw: Xt Warning: Color name "cyan" is not defined
ovw: Xt Warning: Missing charsets in String to FontSet conversion
Can someone help me?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 08:56 PM
04-13-2005 08:56 PM
Re: Xt Warning: Color Name not defined
have you had a look at:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=224569
and many others if you search the forums with
"Missing charsets in String to FontSet conversion"
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 09:11 PM
04-13-2005 09:11 PM
Re: Xt Warning: Color Name not defined
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 09:45 PM
04-13-2005 09:45 PM
Re: Xt Warning: Color Name not defined
As to the first error it suggests to me there maybe problems wrt the colormap ... are you using the cyan color for ovw ? If yes does changing it to something else work OK ?
Is there an OVw resource file on your system that defines color definitions ?
As to the second ... I agree a font server may help but you need to add the path to the xterminals font path for it to be of any use ... it may not be causing the Motif interface to fail though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 10:03 PM
04-13-2005 10:03 PM
Re: Xt Warning: Color Name not defined
Ovw uses the cyan color but I get messages for all other colors too.
In fact there should be a file describing the color but I do not know where it is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 10:52 PM
04-13-2005 10:52 PM
Re: Xt Warning: Color Name not defined
%FILE-E-NOREAD: unable to read RGB file: /usr/lib/X11/ncd/rgb.txt
The rgb.txt file exists as a link on the TFTP server and has 777 rights. The colors like "cyan" are defined within this file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 11:02 PM
04-13-2005 11:02 PM
Re: Xt Warning: Color Name not defined
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 11:38 PM
04-13-2005 11:38 PM
Re: Xt Warning: Color Name not defined
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 11:57 PM
04-13-2005 11:57 PM
Re: Xt Warning: Color Name not defined
tftpd probably does chroot to something like /tftpboot so rgb.txt path is interpreted relative to this directory. Thus it's looking for, e.g.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 12:02 AM
04-14-2005 12:02 AM
Re: Xt Warning: Color Name not defined
tftp dgram udp wait root /usr/lbin/tftpd tftpd\
/opt/ignite\
/var/opt/ignite
bootps dgram udp wait root /usr/lbin/bootpd bootpd
Should I add the /usr/lib/X11/ncd directory to the tftp entry? Should I then stop and restart inetd?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 01:23 PM
04-14-2005 01:23 PM
Re: Xt Warning: Color Name not defined
Also make sure you kill off any tftpd processes if there are any running so that inetd can spawn a copy with new arguments/paths.
For security reasons you are also advised to define tftp user in passwd file unless you already have one.
tftp:*:510:101:tftp server:/home/tftpdir:/usr/bin/false
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 08:06 PM
04-14-2005 08:06 PM
Re: Xt Warning: Color Name not defined
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2005 01:55 AM
04-15-2005 01:55 AM
Re: Xt Warning: Color Name not defined
Test tftp from command line. Login as normal user, and try to retrieve rgb.txt.
$ cd $HOME
$ tftp localhost
tftp> get /usr/lib/X11/ncd/rgb.txt
tftp> quit
If you don't find rgb.txt in $HOME tftpd is not allowed access to /usr/lib/X11/ncd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2005 08:26 PM
04-17-2005 08:26 PM
Re: Xt Warning: Color Name not defined
$ tftp localhost
tftp> get /usr/lib/X11/ncd/rgb.txt
Received 17903 bytes in 0.1 seconds
tftp> quit
$ exit
logout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2005 11:47 PM
04-17-2005 11:47 PM
Re: Xt Warning: Color Name not defined
Run 'inetd -l' and watch syslog.log as X station reboots. You should see a connection attempt (tftp/udp: connection from ...). If you don't then X station is not using correct TFTP server or is not using TFTP to get the files. Check X station settings to make sure it's using TFTP and not some other method such as NFS to get files (rgb.txt etc).
If X station is really trying to get rgb.txt via TFTP, then you could try tracing tftpd with tusc.
If you don't have tusc you can get it from here.
ftp://ftp.cup.hp.com/dist/networking/tools/
Attach to running tftpd with
# tusc -fv -o /tmp/tusc.log
Search /tmp/tusc.log for rgb.txt, to see what's happening to TFTP request from X station.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 12:29 AM
04-18-2005 12:29 AM
Re: Xt Warning: Color Name not defined
root 9622 1 0 12:25:29 ? 0:00 /usr/sbin/inetd -l
But it does not log anything within /var/adm/syslog/syslog.log. I check it with a local successfull tftp connection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 11:23 AM
04-18-2005 11:23 AM
Re: Xt Warning: Color Name not defined
You can place the following line in /etc/syslog.conf to capture all syslog messages.
*.debug
where
Signal syslogd to re-read config file.
# kill -HUP `cat /var/run/syslogd.pid`
debug.log should now contain record of tftp connections.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 08:00 PM
04-18-2005 08:00 PM
Re: Xt Warning: Color Name not defined
Apr 19 07:54:21 cexibck inetd[14987]: registrar/tcp: Connection from cexibck (57.11.127.41) at Tue Apr 19 07:54:21 2005
Apr 19 07:55:28 cexibck inetd[9622]: bootps/udp: bind: Address already in use
Apr 19 07:55:28 cexibck inetd[9622]: bootps/udp: Service enabled
Apr 19 07:56:21 cexibck inetd[15181]: registrar/tcp: Connection from cexibck (57.11.127.41) at Tue Apr 19 07:56:21 2005
Apr 19 07:58:21 cexibck inetd[15500]: registrar/tcp: Connection from cexibck (57.11.127.41) at Tue Apr 19 07:58:21 2005
It seems it does not use tftp to boot...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 08:41 PM
04-18-2005 08:41 PM
Re: Xt Warning: Color Name not defined
Otherwise, there might be a way to interrupt X station boot process with Esc key or similar. Then you might be able to access configuration menu with 'se'.
On your HP-UX server check if there is an entry for your X station in /etc/bootptab.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 08:48 PM
04-18-2005 08:48 PM
Re: Xt Warning: Color Name not defined
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 09:05 PM
04-18-2005 09:05 PM
Re: Xt Warning: Color Name not defined
Try creating /etc/exports with the following lines on the server.
/tftpboot
/usr/lib/X11
# exportfs -av
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 09:07 PM
04-18-2005 09:07 PM
Re: Xt Warning: Color Name not defined
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 09:50 PM
04-18-2005 09:50 PM
Re: Xt Warning: Color Name not defined
The only options to set order for boot are related to the source (Previous, Primary, Secondary and Tertiary). Previous and Primary are set to TCPIP, Secondary and Tertiary to NONE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 10:07 PM
04-18-2005 10:07 PM
Re: Xt Warning: Color Name not defined
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 10:22 PM