<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: problem with Xvfb in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-xvfb/m-p/3336471#M189944</link>
    <description>Sorry folks,&lt;BR /&gt;I could'nt keep in touch with you all for long time.&lt;BR /&gt;Thanks for the kind information given by you all.&lt;BR /&gt;I learned that "-nolisten tcp" option would solve that.&lt;BR /&gt;But When i start my xvfb using the command&lt;BR /&gt; Xvfb :10 -screen 0 640x480x8 -nolisten tcp&lt;BR /&gt;It came out with the error &lt;BR /&gt;"Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!"&lt;BR /&gt;I googled it but no use.Can anyone help me to solve this.&lt;BR /&gt;-adhil.J</description>
    <pubDate>Tue, 27 Jul 2004 09:17:19 GMT</pubDate>
    <dc:creator>adhil</dc:creator>
    <dc:date>2004-07-27T09:17:19Z</dc:date>
    <item>
      <title>problem with Xvfb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-xvfb/m-p/3336467#M189940</link>
      <description>Hi,&lt;BR /&gt;  I have a headless linux machine,which is my server.I would like to run a GUI application in linux from my windows 2000 client machine using telnet.So i tried to stop Xserver and install&lt;BR /&gt;Xvfb.When i start my xvfb using the command&lt;BR /&gt; Xvfb :0 -screen 0 1024x768x24 &amp;amp; &lt;BR /&gt;i received the following error.&lt;BR /&gt;_XSERVTransOpen: transport open failed for inet6/AppletTest:0&lt;BR /&gt;_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6&lt;BR /&gt;_XSERVTransSocketCreateListener: failed to bind listener&lt;BR /&gt;_XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed&lt;BR /&gt;_XSERVTransMakeAllCOTSServerListeners: failed to create listener for inet&lt;BR /&gt;Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;can anyone guide me to overcome this problem.&lt;BR /&gt;Thanks in advance&lt;BR /&gt;-adhil.J&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 10:26:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-xvfb/m-p/3336467#M189940</guid>
      <dc:creator>adhil</dc:creator>
      <dc:date>2004-07-20T10:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: problem with Xvfb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-xvfb/m-p/3336468#M189941</link>
      <description>I don't think you can do the the telnet part.&lt;BR /&gt;&lt;BR /&gt;Xxfb provides an X server interface on a machine that lacks a graphics card.&lt;BR /&gt;&lt;BR /&gt;I'm upgrading my settings which work with oracle application server. Perhaps they'll help.&lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d/xvfb&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 20 Jul 2004 10:42:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-xvfb/m-p/3336468#M189941</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-07-20T10:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: problem with Xvfb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-xvfb/m-p/3336469#M189942</link>
      <description>The error messages are coming from the transport layer of X.   I would check that there is not anything using port 6000 on the linux box that you are not aware of using lsof or fuser.   The references to inet6 concern me that the problem may be a defect in the way that Xfvb is handling the tcpip v6, which may get referenced even if you are not in a ipv6 environment. &lt;BR /&gt;&lt;BR /&gt;Alternative - see if you can use Xvnc.   This would give you the virtual frame buffer capability with the possibility of attaching to  it with a vnc client on the win2k system.  On linux, the command to start Xvnc is vncserver. &lt;BR /&gt;See &lt;A href="http://realvnc.org/" target="_blank"&gt;http://realvnc.org/&lt;/A&gt; for more detailed docs.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2004 07:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-xvfb/m-p/3336469#M189942</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2004-07-21T07:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: problem with Xvfb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-xvfb/m-p/3336470#M189943</link>
      <description>It looks to me like you are running an X server on the Linux box and hoping it will draw all the GUI stuff on your PC.  &lt;BR /&gt;&lt;BR /&gt;Having the X server on the Linux box will not help one bit.  You do not even need to run a X server on the linux box to run X application to your PC.   You need the X server on your PC and the applications can be anywhere you like.  There are several windws X servers available, such as ReflectionX and Exceed.  As far as I am aware, xvfb is only a frame buffer X server and doesn't run on Windows.&lt;BR /&gt; &lt;BR /&gt;I might have misinterpreted your question though.  That does happen quite a lot :)</description>
      <pubDate>Wed, 21 Jul 2004 07:32:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-xvfb/m-p/3336470#M189943</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-07-21T07:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: problem with Xvfb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-xvfb/m-p/3336471#M189944</link>
      <description>Sorry folks,&lt;BR /&gt;I could'nt keep in touch with you all for long time.&lt;BR /&gt;Thanks for the kind information given by you all.&lt;BR /&gt;I learned that "-nolisten tcp" option would solve that.&lt;BR /&gt;But When i start my xvfb using the command&lt;BR /&gt; Xvfb :10 -screen 0 640x480x8 -nolisten tcp&lt;BR /&gt;It came out with the error &lt;BR /&gt;"Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!"&lt;BR /&gt;I googled it but no use.Can anyone help me to solve this.&lt;BR /&gt;-adhil.J</description>
      <pubDate>Tue, 27 Jul 2004 09:17:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-xvfb/m-p/3336471#M189944</guid>
      <dc:creator>adhil</dc:creator>
      <dc:date>2004-07-27T09:17:19Z</dc:date>
    </item>
  </channel>
</rss>

