<?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: lsof - excution permission denied in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862227#M96446</link>
    <description>Ed,&lt;BR /&gt;&lt;BR /&gt; I just noticed that you said 11.20.  Did you get a pre-compiled version or build it yourself?  If pre-compiled, are you sure it was for 11.20?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Wed, 11 Dec 2002 15:23:49 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2002-12-11T15:23:49Z</dc:date>
    <item>
      <title>lsof - excution permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862222#M96441</link>
      <description>I just installed the lsof 64 bit version for 11.20.  When I try to execute it, I get a "execution permission denied", I changed the mode to 4777 but didnt help.&lt;BR /&gt;&lt;BR /&gt;What mod should I set it to ?&lt;BR /&gt;&lt;BR /&gt;Thanks, Ed</description>
      <pubDate>Wed, 11 Dec 2002 14:58:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862222#M96441</guid>
      <dc:creator>Ed Kwan_2</dc:creator>
      <dc:date>2002-12-11T14:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: lsof - excution permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862223#M96442</link>
      <description>Ed,&lt;BR /&gt;&lt;BR /&gt;Mine looks like this:&lt;BR /&gt;&lt;BR /&gt;root# ll /opt/lsof/bin/lsof&lt;BR /&gt;-r-xr-sr-x   1 root       sys         192600 Jun 18 10:23 /opt/lsof/bin/lsof&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Dec 2002 15:01:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862223#M96442</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-12-11T15:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: lsof - excution permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862224#M96443</link>
      <description>&lt;BR /&gt;Well, I was able to change my lsof, on 11.11 (11i) to this and su'ed to a non-root user and it worked:&lt;BR /&gt;&lt;BR /&gt;# chmod 4555 /usr/local/bin/lsof&lt;BR /&gt;# ls -l /usr/local/bin/lsof&lt;BR /&gt;-r-sr-xr-x   1 root       sys         126976 Nov  7  2001 /usr/local/bin/lsof&lt;BR /&gt;&lt;BR /&gt;4777 isn't a good idea.&lt;BR /&gt;&lt;BR /&gt;Do a lsof -v like this:&lt;BR /&gt;# /usr/local/bin/lsof -v&lt;BR /&gt;lsof version information:&lt;BR /&gt;    revision: 4.57&lt;BR /&gt;    latest revision: &lt;A href="ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/" target="_blank"&gt;ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/&lt;/A&gt;&lt;BR /&gt;    latest FAQ: &lt;A href="ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/FAQ" target="_blank"&gt;ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/FAQ&lt;/A&gt;&lt;BR /&gt;    latest man page: &lt;A href="ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/lsof_man" target="_blank"&gt;ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/lsof_man&lt;/A&gt;&lt;BR /&gt;    configuration info: PSTAT-based&lt;BR /&gt;    constructed: Tue Jul 17 08:28:49 PDT 2001&lt;BR /&gt;    constructed by and on: abe@hpux&lt;BR /&gt;    compiler: /bin/cc&lt;BR /&gt;    compiler flags: -DHPUXV=1111 -D_PSTAT64 -Ae +DD32 -DLSOF_VSTR="B.11.11" -O&lt;BR /&gt;    loader flags: -L./lib -llsof  -lnsl&lt;BR /&gt;    system info: HP-UX hpux B.11.11 U 9000/893 807805111 unlimited-user license&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 11 Dec 2002 15:10:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862224#M96443</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-12-11T15:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: lsof - excution permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862225#M96444</link>
      <description>Hi Pete,&lt;BR /&gt;Thanks for the reply, I set it to exactly like you said but still get the same error message.&lt;BR /&gt;Ed</description>
      <pubDate>Wed, 11 Dec 2002 15:19:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862225#M96444</guid>
      <dc:creator>Ed Kwan_2</dc:creator>
      <dc:date>2002-12-11T15:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: lsof - excution permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862226#M96445</link>
      <description>I must not be getting the right version of lsof.  The installation only puts a copy to /usr/local/bin not the usual /opt/lsof/bin/lsof, seems like I am missing some pieces.&lt;BR /&gt;&lt;BR /&gt;Thanks, Ed</description>
      <pubDate>Wed, 11 Dec 2002 15:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862226#M96445</guid>
      <dc:creator>Ed Kwan_2</dc:creator>
      <dc:date>2002-12-11T15:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: lsof - excution permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862227#M96446</link>
      <description>Ed,&lt;BR /&gt;&lt;BR /&gt; I just noticed that you said 11.20.  Did you get a pre-compiled version or build it yourself?  If pre-compiled, are you sure it was for 11.20?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 11 Dec 2002 15:23:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862227#M96446</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-12-11T15:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: lsof - excution permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862228#M96447</link>
      <description>Ed,&lt;BR /&gt;&lt;BR /&gt;Try this to find what lsof versions you have:&lt;BR /&gt;&lt;BR /&gt;which lsof&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;find / -type f -name lsof -print -exec {} -v \;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 11 Dec 2002 15:26:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862228#M96447</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-12-11T15:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: lsof - excution permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862229#M96448</link>
      <description>I downloaded the depot from &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.64." target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.64.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It has a version for 11.00 with is 32 bit only.  I need a version for 11.11 so I tried the 11.20 depot.</description>
      <pubDate>Wed, 11 Dec 2002 15:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862229#M96448</guid>
      <dc:creator>Ed Kwan_2</dc:creator>
      <dc:date>2002-12-11T15:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: lsof - excution permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862230#M96449</link>
      <description>11.20 is IPF, I believe.  I can see where that might not work.  Harry will be along in a minute with the site for pre-compliled 11.11 (I can't remember it off the top of my head).&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 11 Dec 2002 15:29:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862230#M96449</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-12-11T15:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: lsof - excution permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862231#M96450</link>
      <description>Pete, you are right, I forgotten about it.&lt;BR /&gt;&lt;BR /&gt;Please point me to the right site to download.&lt;BR /&gt;&lt;BR /&gt;Thanks, Ed</description>
      <pubDate>Wed, 11 Dec 2002 15:32:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862231#M96450</guid>
      <dc:creator>Ed Kwan_2</dc:creator>
      <dc:date>2002-12-11T15:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: lsof - excution permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862232#M96451</link>
      <description>This is what Harry would have told you:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/" target="_blank"&gt;ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 11 Dec 2002 15:33:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862232#M96451</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-12-11T15:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: lsof - excution permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862233#M96452</link>
      <description>Thank you all for all the help.&lt;BR /&gt;&lt;BR /&gt;I got a copy from this site to try, the Purdue site is a little slow.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ftp.u-strasbg.fr/securite/lsof/binaries/hpux/B.11.11/" target="_blank"&gt;http://ftp.u-strasbg.fr/securite/lsof/binaries/hpux/B.11.11/&lt;/A&gt;</description>
      <pubDate>Wed, 11 Dec 2002 15:47:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862233#M96452</guid>
      <dc:creator>Ed Kwan_2</dc:creator>
      <dc:date>2002-12-11T15:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: lsof - excution permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862234#M96453</link>
      <description>The 11.00 version is a better starting point.&lt;BR /&gt;&lt;BR /&gt;I have it working, but didn't have to mess with it after the fact.  Haven't migrated it to 11.11 yet.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Interestingly enough, some of my 11.00 depots like snarf installed and migrated just fine.&lt;BR /&gt;&lt;BR /&gt;Some didn't work right.</description>
      <pubDate>Wed, 11 Dec 2002 19:24:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862234#M96453</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-12-11T19:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: lsof - excution permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862235#M96454</link>
      <description>Steven, thanks for the info.  The one I obtained works fine.</description>
      <pubDate>Wed, 11 Dec 2002 20:07:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-excution-permission-denied/m-p/2862235#M96454</guid>
      <dc:creator>Ed Kwan_2</dc:creator>
      <dc:date>2002-12-11T20:07:49Z</dc:date>
    </item>
  </channel>
</rss>

