<?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: Xserver / Xclient in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214405#M10583</link>
    <description>Take a look at the message you get from xhost..&lt;BR /&gt;&lt;BR /&gt;access control disabled, clients can connect from any host&lt;BR /&gt;xhost:  must be on local machine to enable or disable access control.&lt;BR /&gt;&lt;BR /&gt;What ever you think you are doing correctly, the second line of this message "must be on local" indicates that you are on the wrong system OR you are not the original console owner.. ie: you logged in a 'user' su'd to root and tried to give the xhost command...&lt;BR /&gt;Xhost _must_ be given on the local host... not the remote host that your are running the app on and trying to display back to the local host..&lt;BR /&gt;&lt;BR /&gt;Test this out by logging in at the console and opening up a terminal and immediately giving the xhost command... It should not have the second line of the messages from xhost..</description>
    <pubDate>Thu, 11 Mar 2004 11:28:27 GMT</pubDate>
    <dc:creator>Lawrence Staberg</dc:creator>
    <dc:date>2004-03-11T11:28:27Z</dc:date>
    <item>
      <title>Xserver / Xclient</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214391#M10569</link>
      <description>Hello ,&lt;BR /&gt;&lt;BR /&gt;I am trying to connect to an HP-UX from my Linux system . I want to export the graphical output from the HP-UX server to the Linux system but when I try I always get the same problem.&lt;BR /&gt;&lt;BR /&gt;In the linux I make:&lt;BR /&gt;&lt;BR /&gt;[root@dumas root]# xhost +&lt;BR /&gt;access control disabled, clients can connect from any host&lt;BR /&gt;xhost:  must be on local machine to enable or disable access control.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Dartanan:/root&amp;gt; echo $DISPLAY&lt;BR /&gt;15.15.15.1:0.&lt;BR /&gt;Dartanan:/root&amp;gt; xomni&lt;BR /&gt;Starting GUI...&lt;BR /&gt;Please wait, this may take some time...&lt;BR /&gt;Xlib: connection to "15.15.15.1:0.0" refused by server&lt;BR /&gt;Xlib: No protocol specified&lt;BR /&gt;&lt;BR /&gt;Wind/U X-toolkit Error: wuDisplay: Can't open display&lt;BR /&gt;&lt;BR /&gt;I have also tried to use the xauth but I get the same result.  Which method does linux uses , xhost or xauth , or both at the same time?&lt;BR /&gt;&lt;BR /&gt;Why xauth does not work ? Do you have any howto.....&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2004 05:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214391#M10569</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2004-03-10T05:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver / Xclient</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214392#M10570</link>
      <description>if you connect via ssh then you automatically have the enviroment exported to source's X.&lt;BR /&gt;&lt;BR /&gt;Linux can use both xauth and xhost &lt;BR /&gt;for xauth read the man: man xauth&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2004 05:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214392#M10570</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-03-10T05:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver / Xclient</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214393#M10571</link>
      <description>onlinux machine &lt;BR /&gt;xhost +&lt;BR /&gt;on your unix machine do the following&lt;BR /&gt;export DISPLAY=x.x.x.x:0.0&lt;BR /&gt;&lt;BR /&gt;then try to run the x program..&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2004 05:38:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214393#M10571</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-03-10T05:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver / Xclient</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214394#M10572</link>
      <description>Hello Alexander ,&lt;BR /&gt;&lt;BR /&gt;thank you for the answer . I have already done what you say several times but I havn't got any result. I think there must be something else in the Linux which is blocking the connection. The HP-UX works correctly with other systems...&lt;BR /&gt;&lt;BR /&gt;How can I connect to a HP-UX from a Linux via ssh???</description>
      <pubDate>Wed, 10 Mar 2004 05:54:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214394#M10572</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2004-03-10T05:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver / Xclient</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214395#M10573</link>
      <description>I don't have HP-UX ,I've tried it with SUN.&lt;BR /&gt;Ask HP-UX related question on HP-UX forum.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe you have a firewall implemented on Linux .&lt;BR /&gt;try to execute on linux -prior trying to connect with X&lt;BR /&gt;&lt;BR /&gt;service iptables stop&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This will stop the firewall service if it was running.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please assign points if useful...</description>
      <pubDate>Wed, 10 Mar 2004 06:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214395#M10573</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-03-10T06:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver / Xclient</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214396#M10574</link>
      <description>Javier,&lt;BR /&gt;&lt;BR /&gt;to make sure I understand you correctly, or maybe you can follow the steps I mention.&lt;BR /&gt;&lt;BR /&gt;* You login as root in a graphical environment (KDE, Gnome) on your Linux system (dumas). &lt;BR /&gt;* Next you execute 'xhost +' command&lt;BR /&gt;* You open a terminal and remote login (using telnet?) to the HP-UX system (dartanan). &lt;BR /&gt;* You export DISPLAY=15.15.15.1.0:0&lt;BR /&gt;* You execute xclock (or whatever graphical program)&lt;BR /&gt;* Next you receive an error message.&lt;BR /&gt;&lt;BR /&gt;I that so?&lt;BR /&gt;&lt;BR /&gt;JP.&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2004 10:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214396#M10574</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-03-10T10:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver / Xclient</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214397#M10575</link>
      <description>HP has an SSH product (free).&lt;BR /&gt;It's on the HP-UX application CD's and most probably also on software.hp.com.&lt;BR /&gt;&lt;BR /&gt;If you go along the ssh route,&lt;BR /&gt;modify the sshd_config file:&lt;BR /&gt;X11Forwarding yes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm worried about the output you showed us of your xhost + command. If I execute the command, I only get the line 'access control disabled, client can connect from any host'&lt;BR /&gt;&lt;BR /&gt;I do not receive the line:&lt;BR /&gt;xhost: must be on local machine to enable or disable access control&lt;BR /&gt;&lt;BR /&gt;I believe this is an error message. Are you sure you execute xhost on the local machine, the one with the X-server (your graphical display) running?&lt;BR /&gt;&lt;BR /&gt;JP.</description>
      <pubDate>Wed, 10 Mar 2004 11:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214397#M10575</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-03-10T11:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver / Xclient</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214398#M10576</link>
      <description>Hello Javier,&lt;BR /&gt;&lt;BR /&gt;this looks like a classical case of the Xserver vs. Xclient confusion.&lt;BR /&gt;&lt;BR /&gt;The Xserver is the system you are sitting in front of. In my case this is currently a notebook running Linux. I also have a medium sized Alpha system under my desk. If I sent a window from there to my Linux system, the Alpha computer is acting as the Xclient.&lt;BR /&gt;&lt;BR /&gt;So to allow access to the display you are sitting in front of: In a local terminal session type xhost +&lt;BR /&gt;&lt;BR /&gt;On the remote system (the one providing your app) do a export DIPLAY=xxxxxxxx&lt;BR /&gt;Afterwards you should be fine.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Wed, 10 Mar 2004 23:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214398#M10576</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-03-10T23:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver / Xclient</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214399#M10577</link>
      <description>I have this concept clear... I export the display from the client and I make xhost + in the server to permit it to receive de X application . I have tried to do this with xhost and xauth but with both I get the same output</description>
      <pubDate>Thu, 11 Mar 2004 02:21:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214399#M10577</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2004-03-11T02:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver / Xclient</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214400#M10578</link>
      <description>Javier,&lt;BR /&gt;&lt;BR /&gt;the message xhost: must be on local machine to enable or disable access control.&lt;BR /&gt;indicates you execute xhost on the wrong system. Apparently it's not the system running the X-server. &lt;BR /&gt;But if you're sure you are right, I don't know how to solve your problem...&lt;BR /&gt;&lt;BR /&gt;Success.&lt;BR /&gt;&lt;BR /&gt;JP.</description>
      <pubDate>Thu, 11 Mar 2004 06:17:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214400#M10578</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-03-11T06:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver / Xclient</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214401#M10579</link>
      <description>Yes I execute the xhost+ in the server machine , I mean the system which is trying to see the Display from the remote system , the client... &lt;BR /&gt;&lt;BR /&gt;Does anyone knows if there is something in the linux which to block this.. Any security configuration perhaps ????</description>
      <pubDate>Thu, 11 Mar 2004 06:41:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214401#M10579</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2004-03-11T06:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver / Xclient</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214402#M10580</link>
      <description>Javier,&lt;BR /&gt;&lt;BR /&gt;I'm still not sure we understand each other.&lt;BR /&gt;(So don't be angry with me!)&lt;BR /&gt;&lt;BR /&gt;1. Is dumas your Linux 'PC'? How do you login? Using CDE?&lt;BR /&gt;2. And dartanan your HP-UX system, where you run xomni?&lt;BR /&gt;&lt;BR /&gt;JP.</description>
      <pubDate>Thu, 11 Mar 2004 07:46:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214402#M10580</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-03-11T07:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver / Xclient</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214403#M10581</link>
      <description>Yes you are right:&lt;BR /&gt;&lt;BR /&gt;Linux , Dumas , - Xserver&lt;BR /&gt;Dartanan , HP-UX -Xclient</description>
      <pubDate>Thu, 11 Mar 2004 08:40:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214403#M10581</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2004-03-11T08:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver / Xclient</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214404#M10582</link>
      <description>The error that you are getting indicates that the request from your HP-UX machine is indeed making it to the Xserver, and he is rejecting it.&lt;BR /&gt;&lt;BR /&gt;xomni might be a bad client to start with, since it is rather fussy about having the right fonts, and colors.   A very simple application would be the utility program xdpyinfo, which merely reports back some characteristics of the Xserver.   Does this work, or does it generate the same error messages? &lt;BR /&gt;&lt;BR /&gt;In addition, verify that your Linux box is not preventing access to port 6000 on which the Xserver is listening.    There is also the possibility with Xfree86 of configuring the Xserver that it does not even listen to network requests, but rather only to socket requests.    This is done with the option -nolisten tcp.&lt;BR /&gt;&lt;BR /&gt;Depending on which display manager you have, gdm, xdm, or kdm, you could have this configured in a couple of different places.  For gdm, check /etc/X11/gdm/gdm.conf, for xdm/kdm check /etc/X11/xdm/Xservers and look for the lines where the Xserver is started.  If you have -nolisten tcp, the Xserver will not listen to incoming tcp connections.</description>
      <pubDate>Thu, 11 Mar 2004 10:53:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214404#M10582</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2004-03-11T10:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver / Xclient</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214405#M10583</link>
      <description>Take a look at the message you get from xhost..&lt;BR /&gt;&lt;BR /&gt;access control disabled, clients can connect from any host&lt;BR /&gt;xhost:  must be on local machine to enable or disable access control.&lt;BR /&gt;&lt;BR /&gt;What ever you think you are doing correctly, the second line of this message "must be on local" indicates that you are on the wrong system OR you are not the original console owner.. ie: you logged in a 'user' su'd to root and tried to give the xhost command...&lt;BR /&gt;Xhost _must_ be given on the local host... not the remote host that your are running the app on and trying to display back to the local host..&lt;BR /&gt;&lt;BR /&gt;Test this out by logging in at the console and opening up a terminal and immediately giving the xhost command... It should not have the second line of the messages from xhost..</description>
      <pubDate>Thu, 11 Mar 2004 11:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214405#M10583</guid>
      <dc:creator>Lawrence Staberg</dc:creator>
      <dc:date>2004-03-11T11:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver / Xclient</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214406#M10584</link>
      <description>I think you are using the wrong ip address for your DISPLAY.&lt;BR /&gt; &lt;BR /&gt;In your original question, you have posted "echo $DISPLAY" and you appear to be on the HP-UX box when you do this. And it is giving you 15.15.15.1:0&lt;BR /&gt; &lt;BR /&gt;could you post the output of "ifconfig -a" from your linux box.&lt;BR /&gt; &lt;BR /&gt;THe only other two ways that seems to make sense of this to me are that a) you made a typo in your original post or b) You are getting a CDE login on you linux box already from HPUX, logging into that and then doing your xhost +.&lt;BR /&gt; &lt;BR /&gt;To remove any doubt, get your linux box so that it doesn't start X.  Create a file in your home directory called ".xinitrc" and in that file enter "xhost +" and the command to start your favourite window manager.  Then start X from the command line with "xinit", don't use   "startx" or any of the X wrappers.  Then, open an xterm and type "echo $DISPLAY".  Then, telnet to your hpux box and do your "export DISPLAY=" etc etc.&lt;BR /&gt; &lt;BR /&gt;Please let us know how you get on:)</description>
      <pubDate>Thu, 11 Mar 2004 13:29:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214406#M10584</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-11T13:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver / Xclient</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214407#M10585</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;just tried that here.&lt;BR /&gt;&lt;BR /&gt;Loging in to my local system, then opening a &lt;BR /&gt;terminal on another system, exported DISPLAY back to my current local system and doing the xhost + on the remote terminal. In this case I do get the error message you quote. So it still looks like you are confusing your various systems to me...&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Thu, 11 Mar 2004 22:56:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214407#M10585</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-03-11T22:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver / Xclient</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214408#M10586</link>
      <description>I think this is the problem , the linux system do not have the 6000 port open in the network card whose IP is 15.15.15.1 . I must guess now how to make the Xserver listen in this port ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@dumas root]# netstat -an | grep -i 6000&lt;BR /&gt;tcp        0      0 0.0.0.0:6000            0.0.0.0:*               LISTEN      &lt;BR /&gt;tcp        0      0 139.16.240.111:32780    139.16.240.109:6000     ESTABLISHED &lt;BR /&gt;tcp        0      0 139.16.240.111:32785    139.16.240.109:6000     ESTABLISHED &lt;BR /&gt;[root@dumas root]# &lt;BR /&gt;</description>
      <pubDate>Fri, 12 Mar 2004 02:36:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214408#M10586</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2004-03-12T02:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver / Xclient</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214409#M10587</link>
      <description>Try a real rudimentary approach by getting rid of the configuration that your display manager (gdm, kdm) puts on the system: &lt;BR /&gt;&lt;BR /&gt;- runlevel 3&lt;BR /&gt;- startx &lt;BR /&gt;- in terminal window locally, xhost +&lt;BR /&gt;- telnet hp-ux&lt;BR /&gt;- export DISPLAY=linux:0&lt;BR /&gt;- xdpyinfo&lt;BR /&gt;&lt;BR /&gt;If this works, then it really is your display manager config.  If it doesn't, it hints at a firewall issue. &lt;BR /&gt;&lt;BR /&gt;Again netstat -an | grep 6000 should show someone listening on port 6000 on the Linux machine.  If you don't, the Xserver has some default config that is probably incorporating -nolisten tcp as a default value somehow.</description>
      <pubDate>Fri, 12 Mar 2004 07:46:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214409#M10587</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2004-03-12T07:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver / Xclient</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214410#M10588</link>
      <description>xhost: must be on local machine to enable or disable access control.&lt;BR /&gt;&lt;BR /&gt; I have seen that message when I tried to run "xhost" as a user other then the owner of the xserver. Example:&lt;BR /&gt;&lt;BR /&gt;On your linux box you log in at the GDM greeting screen as root. This brings you to a gnome/kde desktop. The xserver for this desktop session is owned by root. If you open a  terminal on this gnome/kde desktop as someone other then root and try to use xhost, you will get this--&lt;BR /&gt;&lt;BR /&gt; xhost: must be on local machine to enable or disable access control.&lt;BR /&gt;&lt;BR /&gt;That message is the crux of fixing the problem. Possibly GDM/XDM is not allowing users to set access control.&lt;BR /&gt;&lt;BR /&gt;As someone mentioned earlier, I would start troubleshooting by removing variables...in this case GDM or XDM. So, go to run level 3 by running as root:&lt;BR /&gt;&lt;BR /&gt;init 3&lt;BR /&gt;&lt;BR /&gt;Then start an xserver with windows manager by running:&lt;BR /&gt;&lt;BR /&gt;startx&lt;BR /&gt;&lt;BR /&gt;Now try doing "xhost +" and see if the xclient on your hpux box can display.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Michael Denney</description>
      <pubDate>Tue, 16 Mar 2004 12:26:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-xclient/m-p/3214410#M10588</guid>
      <dc:creator>Michael Denney</dc:creator>
      <dc:date>2004-03-16T12:26:06Z</dc:date>
    </item>
  </channel>
</rss>

