<?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: env problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/env-problem/m-p/2537686#M915380</link>
    <description>This env variables aren't in /etc/PATH</description>
    <pubDate>Thu, 07 Jun 2001 09:40:51 GMT</pubDate>
    <dc:creator>Bruno Cunha</dc:creator>
    <dc:date>2001-06-07T09:40:51Z</dc:date>
    <item>
      <title>env problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/env-problem/m-p/2537684#M915378</link>
      <description>Hello, after running /usr/dt/bin/dtsearchpath my env reads now new variables like XMICONBMSEARCHPATH and XMICONSEARCHPATH, this variables cause problems in java applications, my question is, how can I remove this variables from my env, I tried unset &lt;VARIABLE_NAME&gt; and works, but when I log or open a new windows and do a env the variables are still there, I assume that I have to edit some file, witch one ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/VARIABLE_NAME&gt;</description>
      <pubDate>Thu, 07 Jun 2001 08:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/env-problem/m-p/2537684#M915378</guid>
      <dc:creator>Bruno Cunha</dc:creator>
      <dc:date>2001-06-07T08:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: env problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/env-problem/m-p/2537685#M915379</link>
      <description>Go to /etc and edit the PATH file</description>
      <pubDate>Thu, 07 Jun 2001 09:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/env-problem/m-p/2537685#M915379</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2001-06-07T09:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: env problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/env-problem/m-p/2537686#M915380</link>
      <description>This env variables aren't in /etc/PATH</description>
      <pubDate>Thu, 07 Jun 2001 09:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/env-problem/m-p/2537686#M915380</guid>
      <dc:creator>Bruno Cunha</dc:creator>
      <dc:date>2001-06-07T09:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: env problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/env-problem/m-p/2537687#M915381</link>
      <description>You probably have a script from some prog exporting your PATH and including these to it.&lt;BR /&gt;find . * | xargs grep XMIWHATEVER&lt;BR /&gt;to find the script reexporting it.&lt;BR /&gt;Then analyse and edit the script.&lt;BR /&gt;&lt;BR /&gt;You may want to limit the find to etc or the suspect file location&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Thu, 07 Jun 2001 10:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/env-problem/m-p/2537687#M915381</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-06-07T10:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: env problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/env-problem/m-p/2537688#M915382</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Maybe you can find it here.&lt;BR /&gt;/etc/dt/config/Xsession.d/&lt;BR /&gt;&lt;BR /&gt;Marcel&lt;BR /&gt;&lt;BR /&gt;ps. look at "man dtsearchpath"</description>
      <pubDate>Thu, 07 Jun 2001 11:01:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/env-problem/m-p/2537688#M915382</guid>
      <dc:creator>Marcel Boon</dc:creator>
      <dc:date>2001-06-07T11:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: env problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/env-problem/m-p/2537689#M915383</link>
      <description>There is a pretty easy fix, depending on the users shell.&lt;BR /&gt;If it's c-shell, add this to the $HOME/.cshrc&lt;BR /&gt;if ( $?prompt ) then&lt;BR /&gt; unsetenv $VARS_TO_UNDEF&lt;BR /&gt;endif&lt;BR /&gt;&lt;BR /&gt;This will unset variable's in an interactive shell.  I would not flat out disable them, because many of the CDE applications rely on these variables.&lt;BR /&gt;&lt;BR /&gt;I'd have to backtrack a bit for other shells, because a few years back, I went to an exclusive c-shell for user logins.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Thu, 07 Jun 2001 12:03:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/env-problem/m-p/2537689#M915383</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2001-06-07T12:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: env problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/env-problem/m-p/2537690#M915384</link>
      <description>Hello, I was unable (until now) to find the file that set this variables, but with the unset $VAR_NAME that Shannon write I was able to put that in the script that calls the java  application and now it's working fine.&lt;BR /&gt;&lt;BR /&gt;Thank you all</description>
      <pubDate>Fri, 08 Jun 2001 07:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/env-problem/m-p/2537690#M915384</guid>
      <dc:creator>Bruno Cunha</dc:creator>
      <dc:date>2001-06-08T07:46:53Z</dc:date>
    </item>
  </channel>
</rss>

