<?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: How to automatically run xhost +servername after boot up in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-automatically-run-xhost-servername-after-boot-up/m-p/2970187#M4637</link>
    <description>Linux also does not need this command to allow X windows emulators on a remote pc to connect and attach.&lt;BR /&gt;&lt;BR /&gt;Here are some areas to investigate.&lt;BR /&gt;&lt;BR /&gt;It could be being blocked by your firewall.&lt;BR /&gt;&lt;BR /&gt;check /etc/sysconfig/iptables &lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/ipchains&lt;BR /&gt;&lt;BR /&gt;depending on which firewall you installed.&lt;BR /&gt;&lt;BR /&gt;You could also try testing by simply shutting off the firewall.&lt;BR /&gt;&lt;BR /&gt;service ipchains stop&lt;BR /&gt;service iptables stop&lt;BR /&gt;&lt;BR /&gt;Then test.&lt;BR /&gt;&lt;BR /&gt;If this fixes your problem, then its a matter of finding out which port is being block and authorizing it in the firewall.&lt;BR /&gt;&lt;BR /&gt;Its probably not that simple, because there are multiple areas that could be causing your issue.&lt;BR /&gt;&lt;BR /&gt;Running the command you are asking about may not work(though your post seems to indicate it does) and for certain will open your box wide open to a security hole big enough to drive an Abrams tank through.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Sun, 11 May 2003 08:16:10 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-05-11T08:16:10Z</dc:date>
    <item>
      <title>How to automatically run xhost +servername after boot up</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-automatically-run-xhost-servername-after-boot-up/m-p/2970186#M4636</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to run Xwindow emulator at a remote PC from my SuSE8 server. Everytime after booting up the server, I need to login as root to run the command&lt;BR /&gt;&lt;BR /&gt;xhost +servername&lt;BR /&gt;&lt;BR /&gt;How can I config the SuSE8 to run above coomand automatically after booting up?&lt;BR /&gt;&lt;BR /&gt;In AIX, there is no need to run this command in order to run Xwindow emulator at a remote PC.&lt;BR /&gt;&lt;BR /&gt;Please advice. Thanks.</description>
      <pubDate>Sun, 11 May 2003 02:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-automatically-run-xhost-servername-after-boot-up/m-p/2970186#M4636</guid>
      <dc:creator>Pham Quoc Trung</dc:creator>
      <dc:date>2003-05-11T02:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically run xhost +servername after boot up</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-automatically-run-xhost-servername-after-boot-up/m-p/2970187#M4637</link>
      <description>Linux also does not need this command to allow X windows emulators on a remote pc to connect and attach.&lt;BR /&gt;&lt;BR /&gt;Here are some areas to investigate.&lt;BR /&gt;&lt;BR /&gt;It could be being blocked by your firewall.&lt;BR /&gt;&lt;BR /&gt;check /etc/sysconfig/iptables &lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/ipchains&lt;BR /&gt;&lt;BR /&gt;depending on which firewall you installed.&lt;BR /&gt;&lt;BR /&gt;You could also try testing by simply shutting off the firewall.&lt;BR /&gt;&lt;BR /&gt;service ipchains stop&lt;BR /&gt;service iptables stop&lt;BR /&gt;&lt;BR /&gt;Then test.&lt;BR /&gt;&lt;BR /&gt;If this fixes your problem, then its a matter of finding out which port is being block and authorizing it in the firewall.&lt;BR /&gt;&lt;BR /&gt;Its probably not that simple, because there are multiple areas that could be causing your issue.&lt;BR /&gt;&lt;BR /&gt;Running the command you are asking about may not work(though your post seems to indicate it does) and for certain will open your box wide open to a security hole big enough to drive an Abrams tank through.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 11 May 2003 08:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-automatically-run-xhost-servername-after-boot-up/m-p/2970187#M4637</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-11T08:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically run xhost +servername after boot up</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-automatically-run-xhost-servername-after-boot-up/m-p/2970188#M4638</link>
      <description>you can add "xhost" command xinitrc script (or xinitrc.d directory), &lt;BR /&gt;&lt;BR /&gt;but, AFAIK, you don't have display before login,&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Vitaly</description>
      <pubDate>Sun, 11 May 2003 08:31:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-automatically-run-xhost-servername-after-boot-up/m-p/2970188#M4638</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2003-05-11T08:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically run xhost +servername after boot up</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-automatically-run-xhost-servername-after-boot-up/m-p/2970189#M4639</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Great. It works. Thanks.&lt;BR /&gt;&lt;BR /&gt;One more question. How can I chang profile to let user login from remote Xwindows to set, say ORACLE_HOME, PATH etc ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 12 May 2003 03:00:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-automatically-run-xhost-servername-after-boot-up/m-p/2970189#M4639</guid>
      <dc:creator>Pham Quoc Trung</dc:creator>
      <dc:date>2003-05-12T03:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically run xhost +servername after boot up</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-automatically-run-xhost-servername-after-boot-up/m-p/2970190#M4640</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you have to configure the profile file for each user. Which profile file you have to change depends on the used shell.&lt;BR /&gt;&lt;BR /&gt;In case of bash, edit .bash_rc like this:&lt;BR /&gt;&lt;BR /&gt;PATH=$PATH:/yourpath:/youpath&lt;BR /&gt;ORACLE_PATH...=/youroraclepath&lt;BR /&gt;export PATH ORACLE_PATH&lt;BR /&gt;&lt;BR /&gt;best regards Frerk F</description>
      <pubDate>Mon, 12 May 2003 06:23:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-automatically-run-xhost-servername-after-boot-up/m-p/2970190#M4640</guid>
      <dc:creator>Frerk Friedrichsen_1</dc:creator>
      <dc:date>2003-05-12T06:23:40Z</dc:date>
    </item>
  </channel>
</rss>

