<?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: random problems with remsh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/random-problems-with-remsh/m-p/2926051#M110636</link>
    <description>Hmmm - the "sooner or later" bit concerns me!&lt;BR /&gt;&lt;BR /&gt;If this has only started happening since the patches were applied then you should ensure you have the latest check_patches patch, then run check_patches to confirm that your system's patching is correct.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
    <pubDate>Thu, 13 Mar 2003 11:03:09 GMT</pubDate>
    <dc:creator>Darren Prior</dc:creator>
    <dc:date>2003-03-13T11:03:09Z</dc:date>
    <item>
      <title>random problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/random-problems-with-remsh/m-p/2926045#M110630</link>
      <description>I recently patched a N4000 (HPUX 11.0) with all recent critical patches, and now I noticed that when I make a remsh from another HPUX 11.0 machine I obtain a strange random behaviour:&lt;BR /&gt;&lt;BR /&gt;chirone 28: remsh vic23 uname -a&lt;BR /&gt;sed: Command not found.&lt;BR /&gt;sed: Command not found.&lt;BR /&gt;sed: Command not found.&lt;BR /&gt;sed: Command not found.&lt;BR /&gt;sed: Command not found.&lt;BR /&gt;uname: Command not found.&lt;BR /&gt;&lt;BR /&gt;Immediately after: &lt;BR /&gt;chirone 29: remsh vic23 uname -a&lt;BR /&gt;sed: Command not found.&lt;BR /&gt;HP-UX vic23 B.11.00 U 9000/800 619309312 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;Sometimes I don't obtain the line "sed: Command not found." at all.&lt;BR /&gt;&lt;BR /&gt;With another N4000 identical to the other one, but last patched 6 months ago, I have no problems at all. &lt;BR /&gt;I am prone to exclude network problem, the answer to the command is immediate, like any other attempt of connection between the two machines.</description>
      <pubDate>Thu, 13 Mar 2003 08:50:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/random-problems-with-remsh/m-p/2926045#M110630</guid>
      <dc:creator>Ing Meloni</dc:creator>
      <dc:date>2003-03-13T08:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: random problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/random-problems-with-remsh/m-p/2926046#M110631</link>
      <description>Check the search path of your remote shell... /usr/bin seems to be missing:&lt;BR /&gt;&lt;BR /&gt;remsh vic23 'echo $PATH'&lt;BR /&gt;&lt;BR /&gt;Best regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Thu, 13 Mar 2003 08:55:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/random-problems-with-remsh/m-p/2926046#M110631</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2003-03-13T08:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: random problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/random-problems-with-remsh/m-p/2926047#M110632</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just a wildshot, but check with remsh on both servers the env&lt;BR /&gt;&lt;BR /&gt;# remsh server env | grep PATH&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Thu, 13 Mar 2003 08:55:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/random-problems-with-remsh/m-p/2926047#M110632</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-03-13T08:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: random problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/random-problems-with-remsh/m-p/2926048#M110633</link>
      <description>No, /usr/bin IS in the path. The proof is:&lt;BR /&gt;&lt;BR /&gt;chirone 30: remsh vic23 which sed&lt;BR /&gt;sed: Command not found.&lt;BR /&gt;sed: Command not found.&lt;BR /&gt;/usr/bin/sed&lt;BR /&gt;sed: Command not found.&lt;BR /&gt;&lt;BR /&gt;BTW, the problem seems to arise only with non-user accounts.&lt;BR /&gt;&lt;BR /&gt;I tried with "tusc", but it didn't help me much...</description>
      <pubDate>Thu, 13 Mar 2003 09:06:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/random-problems-with-remsh/m-p/2926048#M110633</guid>
      <dc:creator>Ing Meloni</dc:creator>
      <dc:date>2003-03-13T09:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: random problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/random-problems-with-remsh/m-p/2926049#M110634</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;A couple of questions:&lt;BR /&gt;&lt;BR /&gt;1) Have you checked the permissions on /usr/bin/sed?&lt;BR /&gt;&lt;BR /&gt;2) What happens if you try a remsh vic23 ll /usr/bin/sed?&lt;BR /&gt;&lt;BR /&gt;3) Do you see the sed error regardless of the command you remsh?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Thu, 13 Mar 2003 10:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/random-problems-with-remsh/m-p/2926049#M110634</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2003-03-13T10:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: random problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/random-problems-with-remsh/m-p/2926050#M110635</link>
      <description>1) correct, I think: 555&lt;BR /&gt;2) soon or later I get the correct answer&lt;BR /&gt;3) I tried e.g. "remsh vic23 date" (or the ll at point 2) with same result.&lt;BR /&gt;&lt;BR /&gt;BTW: when and at what purpose remsh use sed?</description>
      <pubDate>Thu, 13 Mar 2003 10:19:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/random-problems-with-remsh/m-p/2926050#M110635</guid>
      <dc:creator>Ing Meloni</dc:creator>
      <dc:date>2003-03-13T10:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: random problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/random-problems-with-remsh/m-p/2926051#M110636</link>
      <description>Hmmm - the "sooner or later" bit concerns me!&lt;BR /&gt;&lt;BR /&gt;If this has only started happening since the patches were applied then you should ensure you have the latest check_patches patch, then run check_patches to confirm that your system's patching is correct.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Thu, 13 Mar 2003 11:03:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/random-problems-with-remsh/m-p/2926051#M110636</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2003-03-13T11:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: random problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/random-problems-with-remsh/m-p/2926052#M110637</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Just few thoughts:&lt;BR /&gt;&lt;BR /&gt;If the problem shows up with nonuser accounts, so mayby its because of homedir?Mayby shell?&lt;BR /&gt;&lt;BR /&gt;If its set for / for this accounts mayby the problem is because of permissions to /?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Adam&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Mar 2003 11:58:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/random-problems-with-remsh/m-p/2926052#M110637</guid>
      <dc:creator>Adam J Markiewicz</dc:creator>
      <dc:date>2003-03-13T11:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: random problems with remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/random-problems-with-remsh/m-p/2926053#M110638</link>
      <description>I think there may be a problem with aliases, or a remsh trojan somewhere, or ...&lt;BR /&gt;&lt;BR /&gt;So first start with *full* pathnames and to the *local* system, i.e. &lt;BR /&gt;&lt;BR /&gt;/usr/bin/remsh `/usr/bin/hostname` /usr/bin/date&lt;BR /&gt;&lt;BR /&gt;When this works, change things, *one by one*, until it fails again.</description>
      <pubDate>Fri, 14 Mar 2003 12:39:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/random-problems-with-remsh/m-p/2926053#M110638</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2003-03-14T12:39:07Z</dc:date>
    </item>
  </channel>
</rss>

