Operating System - HP-UX
1821051 Members
2488 Online
109631 Solutions
New Discussion юеВ

Problems with Xnest and HPUX

 
SOLVED
Go to solution
Guido Herrera
Advisor

Problems with Xnest and HPUX

Hi,

I have a server with RedHat Enterprise 3.0, I need connect with a server RP2440 (HPUX Vr.11.11).

I execute the following command:

#Xnest :1 -query 192.168.1.240

And i received the following message:

Could not init font path element /usr/X11R6/lib/X11/fonts/CID/ removing from list!

Please help me, thank you.

Regards,

Guido
8 REPLIES 8
Ivan Ferreira
Honored Contributor

Re: Problems with Xnest and HPUX

I think that is not an error but a warning what you receive. You can use chkfontpath -r to remove the path from the font list.

Now, can you run X -query 192.168.1.240 :1 successfully?
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Guido Herrera
Advisor

Re: Problems with Xnest and HPUX

But I can't begin the graphic mode.

Regards,

Guido
Alex Glennie
Honored Contributor
Solution

Re: Problems with Xnest and HPUX

I think you need xfs running to serve the CDE fonts see the link below :

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=74012
Guido Herrera
Advisor

Re: Problems with Xnest and HPUX

Hi,

I make the recommended procedures, and when executing the following commando
[root@hp9000_uio fs]# xset -q
Keyboard Control:
auto repeat: on key click percent: 0 LED mask: 00000000
auto repeat delay: 660 repeat rate: 25
auto repeating keys: 00ffffffdffffbbf
fadfffffffdfe5ff
ffffffffffffffff
ffffffffffffffff
bell percent: 50 bell pitch: 400 bell duration: 100
Pointer Control:
acceleration: 2/1 threshold: 4
Screen Saver:
prefer blanking: yes allow exposures: yes
timeout: 600 cycle: 600
Colors:
default colormap: 0x20 BlackPixel: 0 WhitePixel: 16777215
Font Path:
unix/:7100
Bug Mode: compatibility mode is disabled
DPMS (Energy Star):
Standby: 1200 Suspend: 1800 Off: 2400
DPMS is Enabled
Monitor is On
Font cache:
hi-mark (KB): 5120 low-mark (KB): 3840 balance (%): 70
File paths:
Config file: /etc/X11/XF86Config
Modules path: /usr/X11R6/lib/modules
Log file: /var/log/XFree86.0.log

[root@hp9000_uio fs]# /usr/bin/X11/X -query 192.168.3.247 -fp tcp/192.168.247:7000 -terminate
_XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running

Fatal server error:
Cannot establish any listening sockets - Make sure an X server isn't already running

If you encounter a server crash, please report the problem by filing a bug
report in the XFree86.org bugzilla at http://bugs.xfree86.org and/or Red Hat
bugzilla at http://bugzilla.redhat.com/bugzilla. When filing your report, it
is very important that you explain your problem in as much detail as possible,
and include a complete description on how to reproduce the problem. After
submitting the bug report, attach the following files as uncompressed
individual file attachments using the bugzilla file attachment feature:
- X server log file: /var/log/XFree86.0.log
- Kernel log file: /var/log/messages

And soon it gave the following message me of error, as I can solve this:

Regards,

Guido
Ivan Ferreira
Honored Contributor

Re: Problems with Xnest and HPUX

This error:

_XSERVTransMakeAllCOTSServerListeners: server already running

Means that you already have a X session on 0, that's correct, you must specify another display name. You did not do that in your last command.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Guido Herrera
Advisor

Re: Problems with Xnest and HPUX

Hi,

I execute the following command and this message appear,

Regards,
Guido



guido@hp9000_uio Guido]$ Xnest :0 -query 192.168.3.247
_XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running

Fatal server error:
Cannot establish any listening sockets - Make sure an X server isn't already running
[guido@hp9000_uio Guido]$ Xnest :1 -query 192.168.3.247
_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running

Fatal server error:
Cannot establish any listening sockets - Make sure an X server isn't already running
[guido@hp9000_uio Guido]$ Xnest :2 -query 192.168.3.247
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, remov ing from list!
X connection to :0.0 broken (explicit kill or server shutdown).
[guido@hp9000_uio Guido]$
Guido Herrera
Advisor

Re: Problems with Xnest and HPUX

OK friends

I solve the problem, thank you very much

Regards,

Guido

/usr/bin/X11/X -query 192.168.3.247 :2
Guido Herrera
Advisor

Re: Problems with Xnest and HPUX

OK