<?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: Xvfb Problems with xhost in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/xvfb-problems-with-xhost/m-p/2995132#M914053</link>
    <description>You need a placeholder client of the Xvfb X server or the server will reset every time it gets down to zero clients.  I would bet that the xhost on the bad xvfb is its only client.  As soon as xhost disconnects the X server resets its access control list.&lt;BR /&gt;&lt;BR /&gt;  If you use an Xf86 based Xvfb such as /usr/bin/X11/Xvfb from the X server patches, then you can use the -noreset option.  That will prevent the X server from resetting and loosing changes to the access control.</description>
    <pubDate>Fri, 13 Jun 2003 17:47:18 GMT</pubDate>
    <dc:creator>Mike Stroyan</dc:creator>
    <dc:date>2003-06-13T17:47:18Z</dc:date>
    <item>
      <title>Xvfb Problems with xhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xvfb-problems-with-xhost/m-p/2995129#M914050</link>
      <description>On two of our HP-UX systems, xhost +someotherhost doesn't seem to be working.  Here's what I mean:&lt;BR /&gt;&lt;BR /&gt;$ xhost +&lt;BR /&gt;access control disabled, clients can connect from any host&lt;BR /&gt;$ xhost&lt;BR /&gt;access control disabled, clients can connect from any host&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# /usr/bin/X11/xhost +&lt;BR /&gt;access control disabled, clients can connect from any host&lt;BR /&gt;# /usr/bin/X11/xhost  &lt;BR /&gt;access control enabled, only authorized clients can connect&lt;BR /&gt;&lt;BR /&gt;I know that xhost + is bad, this is just an example.  Both systems run HP-UX 11i, but they have different patchsets installed.  How would I go about troubleshooting this?  Thanks.&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jun 2003 19:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xvfb-problems-with-xhost/m-p/2995129#M914050</guid>
      <dc:creator>Allen Wong_1</dc:creator>
      <dc:date>2003-06-11T19:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Xvfb Problems with xhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xvfb-problems-with-xhost/m-p/2995130#M914051</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;You probably have problem with display output,&lt;BR /&gt;you need to make the xhost + with the&lt;BR /&gt;user that started the Xserver.&lt;BR /&gt;Like this (csh):&lt;BR /&gt;open new window (shell) - will get promt&lt;BR /&gt;then run &lt;BR /&gt;setenv DISPLAY :0&lt;BR /&gt;xhost +&lt;BR /&gt;That should help&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Wed, 11 Jun 2003 19:23:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xvfb-problems-with-xhost/m-p/2995130#M914051</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-11T19:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Xvfb Problems with xhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xvfb-problems-with-xhost/m-p/2995131#M914052</link>
      <description>Caesar,&lt;BR /&gt;&lt;BR /&gt;    Thanks for the quick response.  I neglected to mention that the DISPLAY environment variable has been set.</description>
      <pubDate>Wed, 11 Jun 2003 19:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xvfb-problems-with-xhost/m-p/2995131#M914052</guid>
      <dc:creator>Allen Wong_1</dc:creator>
      <dc:date>2003-06-11T19:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Xvfb Problems with xhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xvfb-problems-with-xhost/m-p/2995132#M914053</link>
      <description>You need a placeholder client of the Xvfb X server or the server will reset every time it gets down to zero clients.  I would bet that the xhost on the bad xvfb is its only client.  As soon as xhost disconnects the X server resets its access control list.&lt;BR /&gt;&lt;BR /&gt;  If you use an Xf86 based Xvfb such as /usr/bin/X11/Xvfb from the X server patches, then you can use the -noreset option.  That will prevent the X server from resetting and loosing changes to the access control.</description>
      <pubDate>Fri, 13 Jun 2003 17:47:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xvfb-problems-with-xhost/m-p/2995132#M914053</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2003-06-13T17:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Xvfb Problems with xhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xvfb-problems-with-xhost/m-p/2995133#M914054</link>
      <description>Security Reminder.&lt;BR /&gt;&lt;BR /&gt;Don't run the X display xhost + for very long its a big security hazard.&lt;BR /&gt;&lt;BR /&gt;Just in case you are running xvfb for oracle I'm uploading my config file because to make oracle reports work right you must change the base configuration.&lt;BR /&gt;&lt;BR /&gt;Attached:&lt;BR /&gt;/etc/rc.config.d/xvfb&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 13 Jun 2003 18:11:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xvfb-problems-with-xhost/m-p/2995133#M914054</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-06-13T18:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Xvfb Problems with xhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xvfb-problems-with-xhost/m-p/2995134#M914055</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;    Thanks!  That solved the problem.</description>
      <pubDate>Mon, 16 Jun 2003 18:19:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xvfb-problems-with-xhost/m-p/2995134#M914055</guid>
      <dc:creator>Allen Wong_1</dc:creator>
      <dc:date>2003-06-16T18:19:26Z</dc:date>
    </item>
  </channel>
</rss>

