<?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: unable to display remote X traffic in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/unable-to-display-remote-x-traffic/m-p/3497448#M16569</link>
    <description>Hmmm...maybe could be either?  If it is the ssh d, check to see if there's a line in /etc/ssh/sshd_config that reads  'X11Forwarding yes'&lt;BR /&gt;&lt;BR /&gt;or, if it is XDM, check /etc/X11/xdm-config and see if there is a line which reads&lt;BR /&gt;    DisplayManager.requestPort:     0&lt;BR /&gt;&lt;BR /&gt;If so, try putting an  an exclamation mark in front of this line.  &lt;BR /&gt;&lt;BR /&gt;I must confess to a bit of a rusty memory on this...</description>
    <pubDate>Fri, 04 Mar 2005 13:30:40 GMT</pubDate>
    <dc:creator>Bryan Eley</dc:creator>
    <dc:date>2005-03-04T13:30:40Z</dc:date>
    <item>
      <title>unable to display remote X traffic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-display-remote-x-traffic/m-p/3497443#M16564</link>
      <description>Hi all:&lt;BR /&gt;&lt;BR /&gt;Fedora Core 3 on an intel system. &lt;BR /&gt;&lt;BR /&gt;I was provided this system and it has all packages loaded (don't ask me why, I didn't do it)&lt;BR /&gt;&lt;BR /&gt;I am unable to display remote X traffic on my linux system from HPUX systems. I am setting xhost +, exporting my DISPLAY on the HPUX, have my linux firewall turned off, SELinux is permissive.&lt;BR /&gt;&lt;BR /&gt;I am stumped - any more ideas out there?&lt;BR /&gt;&lt;BR /&gt;Many thanks!</description>
      <pubDate>Thu, 03 Mar 2005 18:29:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-display-remote-x-traffic/m-p/3497443#M16564</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-03-03T18:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: unable to display remote X traffic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-display-remote-x-traffic/m-p/3497444#M16565</link>
      <description>Hi Rick,&lt;BR /&gt;&lt;BR /&gt;seems like your display manager is blocking&lt;BR /&gt;x connection&lt;BR /&gt;&lt;BR /&gt;on SUSE it's in &lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/displaymanager&lt;BR /&gt;&lt;BR /&gt;DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN="yes"&lt;BR /&gt;&lt;BR /&gt;if you are using GDM, there is option to enable it in settings on welcome screen&lt;BR /&gt;&lt;BR /&gt;rgds Jan&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Mar 2005 08:06:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-display-remote-x-traffic/m-p/3497444#M16565</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2005-03-04T08:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: unable to display remote X traffic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-display-remote-x-traffic/m-p/3497445#M16566</link>
      <description>Rick,&lt;BR /&gt;&lt;BR /&gt;Do you ssh to the HPUX machine to export the display via something like #&amp;gt; export DISPLAY=&lt;IP of="" your="" linux="" desktop=""&gt;:0.0? Did you then do ssh -X user@host?  If you haven't, give it a shot.&lt;/IP&gt;</description>
      <pubDate>Fri, 04 Mar 2005 08:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-display-remote-x-traffic/m-p/3497445#M16566</guid>
      <dc:creator>Bryan Eley</dc:creator>
      <dc:date>2005-03-04T08:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: unable to display remote X traffic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-display-remote-x-traffic/m-p/3497446#M16567</link>
      <description>On my debian workstation I had to edit my xdm config, as it was starting X without tcp sockets.  Look for the arguments -nolisten tcp being fed to your X server, the default is to only allow unix socket connections.&lt;BR /&gt;&lt;BR /&gt;ps -efww |grep -i nolisten&lt;BR /&gt;&lt;BR /&gt;I don't know if this is debian specific.  A quick recursive grep through /etc/[xX]* for anything with tcp or network would probably help narrow down possibilities.&lt;BR /&gt;&lt;BR /&gt;Hope that helps,&lt;BR /&gt;&lt;BR /&gt;--Dave</description>
      <pubDate>Fri, 04 Mar 2005 09:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-display-remote-x-traffic/m-p/3497446#M16567</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2005-03-04T09:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: unable to display remote X traffic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-display-remote-x-traffic/m-p/3497447#M16568</link>
      <description>Update:&lt;BR /&gt;&lt;BR /&gt;Login as my $LOGNAME, do the xhost +, on the Fedora system - my desktop.&lt;BR /&gt;&lt;BR /&gt;Do the command 'ssh -X root@&lt;HOST&gt;' and then fire up an X application works, no need to export the DISPLAY variable. &lt;BR /&gt;&lt;BR /&gt;Do the command 'ssh -X $LOGNAME@&lt;HOST&gt;' and then 'su -' to the root user, run the X application will not work. This is still the case after exporting the DISPLAY. &lt;BR /&gt;&lt;BR /&gt;Is this an 'sshd' config issue or a 'xdm' config issue?&lt;BR /&gt;&lt;BR /&gt;&lt;/HOST&gt;&lt;/HOST&gt;</description>
      <pubDate>Fri, 04 Mar 2005 11:17:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-display-remote-x-traffic/m-p/3497447#M16568</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-03-04T11:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: unable to display remote X traffic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-display-remote-x-traffic/m-p/3497448#M16569</link>
      <description>Hmmm...maybe could be either?  If it is the ssh d, check to see if there's a line in /etc/ssh/sshd_config that reads  'X11Forwarding yes'&lt;BR /&gt;&lt;BR /&gt;or, if it is XDM, check /etc/X11/xdm-config and see if there is a line which reads&lt;BR /&gt;    DisplayManager.requestPort:     0&lt;BR /&gt;&lt;BR /&gt;If so, try putting an  an exclamation mark in front of this line.  &lt;BR /&gt;&lt;BR /&gt;I must confess to a bit of a rusty memory on this...</description>
      <pubDate>Fri, 04 Mar 2005 13:30:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-display-remote-x-traffic/m-p/3497448#M16569</guid>
      <dc:creator>Bryan Eley</dc:creator>
      <dc:date>2005-03-04T13:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: unable to display remote X traffic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-display-remote-x-traffic/m-p/3497449#M16570</link>
      <description>No joy.&lt;BR /&gt;&lt;BR /&gt;Tried the xdm-config modification and the sshd modification.&lt;BR /&gt;&lt;BR /&gt;If I 'ssh -X root@&lt;HOST&gt;' then I can run the X applications, i.e. sam. &lt;BR /&gt;&lt;BR /&gt;Preference would be to 'ssh &lt;HOST&gt;' as my $LOGNAME, do the 'su -' to the root account, export DISPLAY and then run the X applications.&lt;BR /&gt;&lt;BR /&gt;&lt;/HOST&gt;&lt;/HOST&gt;</description>
      <pubDate>Fri, 04 Mar 2005 13:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-display-remote-x-traffic/m-p/3497449#M16570</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-03-04T13:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: unable to display remote X traffic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-display-remote-x-traffic/m-p/3497450#M16571</link>
      <description>Got it.&lt;BR /&gt;&lt;BR /&gt;The port 6000 is not open by default. Issue the command 'nmap localhost' and the entry for 600 is not there.&lt;BR /&gt;&lt;BR /&gt;In /etc/X11/gdm is a file called gdm.conf. Modify this file so that the line 'DisallowTCP=true' is changed to read 'DisallowTCP=false'.&lt;BR /&gt;&lt;BR /&gt;Stop and restart X server. (This is usually done bu rebooting.)&lt;BR /&gt;&lt;BR /&gt;Once system comes up you will see port 6000 is open via the 'nmap localhost' command.&lt;BR /&gt;&lt;BR /&gt;Many thanks to all for the help!&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Mar 2005 14:44:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-display-remote-x-traffic/m-p/3497450#M16571</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-03-04T14:44:44Z</dc:date>
    </item>
  </channel>
</rss>

