<?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: What permission do I change? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317809#M876871</link>
    <description>OK. Problem fixed. Thanks for your help guys.&lt;BR /&gt;I just copied /u/app/oracle/product/dev2000/bin/proc from another server and problem disappeared. I think the executable was a little sick.&lt;BR /&gt;</description>
    <pubDate>Wed, 30 Jun 2004 05:56:16 GMT</pubDate>
    <dc:creator>Raj Mithal_1</dc:creator>
    <dc:date>2004-06-30T05:56:16Z</dc:date>
    <item>
      <title>What permission do I change?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317796#M876858</link>
      <description>+ make -f /u/app/oracle/product/734/precomp/demo/proc/proc.mk ORA_CLIENT_LIB=shared EXE=daemon_merc OBJS=daemon_merc.o CFLAGS=-I. -O&lt;BR /&gt;        proc  iname=daemon_merc.pc                                                                                                  &lt;BR /&gt;/usr/bin/sh: proc: Execute permission denied.                                                                                       &lt;BR /&gt;*** Error exit code 1</description>
      <pubDate>Tue, 29 Jun 2004 05:09:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317796#M876858</guid>
      <dc:creator>Raj Mithal_1</dc:creator>
      <dc:date>2004-06-29T05:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: What permission do I change?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317797#M876859</link>
      <description>Probably need to change your umask setting.  Try "umask 022"</description>
      <pubDate>Tue, 29 Jun 2004 05:12:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317797#M876859</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-06-29T05:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: What permission do I change?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317798#M876860</link>
      <description>Tried it. Still get the same error. De-bug this on another server with the same versions shows me that the next step is as follows. Maybe the permiossion of this executable is incorrect or we lost a link some where along the line. I'm not sure where to lokk.:-&lt;BR /&gt;Pro*C/C++: Release 2.2.4.0.0 - Production on Tue Jun 29 11:20:59 2004                                      &lt;BR /&gt;                                                                                                           &lt;BR /&gt;Copyright (c) Oracle Corporation 1979, 1996.  All rights reserved.                                         &lt;BR /&gt;                                                                                                           &lt;BR /&gt;System default option values taken from: /u/app/oracle/product/734/precomp/admin/pcscfg.h                  &lt;BR /&gt;                                                                                                           &lt;BR /&gt;        cc -I. -O -c daemon_or64.c</description>
      <pubDate>Tue, 29 Jun 2004 05:26:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317798#M876860</guid>
      <dc:creator>Raj Mithal_1</dc:creator>
      <dc:date>2004-06-29T05:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: What permission do I change?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317799#M876861</link>
      <description>EACCESS returned by exec(2) may also be caused by an incompatible executable. For example by a PA2.0 binary on a PA1.1 system. Or by a wide (64bit) executable on a 32 bit system.&lt;BR /&gt; &lt;BR /&gt;Example:&lt;BR /&gt; &lt;BR /&gt;# getconf KERNEL_BITS&lt;BR /&gt;32&lt;BR /&gt;# cc +DD64 -o test64 test64.c&lt;BR /&gt;# file test64&lt;BR /&gt;test64:  ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;# ./test64&lt;BR /&gt;sh: ./test64: Execute permission denied.&lt;BR /&gt; &lt;BR /&gt;Best regards...&lt;BR /&gt;Dietmar.</description>
      <pubDate>Tue, 29 Jun 2004 05:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317799#M876861</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2004-06-29T05:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: What permission do I change?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317800#M876862</link>
      <description>That is not the problem. It was working fine until a disk was replaced on the server and a frecover from the last backup was done to restore the directories. After this the 1st of this problem started occuring.</description>
      <pubDate>Tue, 29 Jun 2004 06:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317800#M876862</guid>
      <dc:creator>Raj Mithal_1</dc:creator>
      <dc:date>2004-06-29T06:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: What permission do I change?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317801#M876863</link>
      <description>Is this a setuid binary on a filesystem that doesn't allow setuid?&lt;BR /&gt; &lt;BR /&gt;I don't think this will be the problem but I would check the permissions on the parent directory.  &lt;BR /&gt; &lt;BR /&gt;Also, check your PATH to make sure you are running the binary you think you are.</description>
      <pubDate>Tue, 29 Jun 2004 06:09:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317801#M876863</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-06-29T06:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: What permission do I change?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317802#M876864</link>
      <description>OK, then you indeed have to look at the permissions. Did you check if the user in question has search permission on all directories listed in the file's path?</description>
      <pubDate>Tue, 29 Jun 2004 06:12:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317802#M876864</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2004-06-29T06:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: What permission do I change?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317803#M876865</link>
      <description>Permission &amp;amp; path were checked. Looks ok. All we want to do is compile a C pgm. Does anybody know where PRO*C lives and what it's called?</description>
      <pubDate>Tue, 29 Jun 2004 06:21:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317803#M876865</guid>
      <dc:creator>Raj Mithal_1</dc:creator>
      <dc:date>2004-06-29T06:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: What permission do I change?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317804#M876866</link>
      <description>You checked the path, but don't know where PRO*C lives? I'm confused now.</description>
      <pubDate>Tue, 29 Jun 2004 06:38:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317804#M876866</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2004-06-29T06:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: What permission do I change?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317805#M876867</link>
      <description>I refer to permissions on all the PATHS in the users profile.</description>
      <pubDate>Tue, 29 Jun 2004 06:49:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317805#M876867</guid>
      <dc:creator>Raj Mithal_1</dc:creator>
      <dc:date>2004-06-29T06:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: What permission do I change?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317806#M876868</link>
      <description>You need to locate the "proc" exectable and check why it's not excutable. The executing user needs to have execute permission and search permission on the complete path.</description>
      <pubDate>Tue, 29 Jun 2004 07:08:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317806#M876868</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2004-06-29T07:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: What permission do I change?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317807#M876869</link>
      <description>I'v compared this to other servers were the compile works and it looks the same.&lt;BR /&gt;-rwxr-xr-x   1 oracle73   dba        5493112 Apr 18  1999 proc&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jun 2004 07:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317807#M876869</guid>
      <dc:creator>Raj Mithal_1</dc:creator>
      <dc:date>2004-06-29T07:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: What permission do I change?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317808#M876870</link>
      <description>OK. Step by step.&lt;BR /&gt; &lt;BR /&gt;- Become the user that runs the makefile&lt;BR /&gt; &lt;BR /&gt;- Walk down the directory tree to the executables location, beginning from /. Execute ls in each level.&lt;BR /&gt; &lt;BR /&gt;- If that works, cp -p another executable here (e.g. /usr/bin/date) and try to execute that.&lt;BR /&gt;&lt;BR /&gt;- In doubt compare the cksum result of proc with that from the working server. &lt;BR /&gt; &lt;BR /&gt;- If that works, post the following:&lt;BR /&gt;# model&lt;BR /&gt;# uname -a&lt;BR /&gt;# getconf KERNEL_BITS&lt;BR /&gt;# file proc&lt;BR /&gt;# chatr proc&lt;BR /&gt;  &lt;BR /&gt;Best regards...&lt;BR /&gt;Dietmar.</description>
      <pubDate>Tue, 29 Jun 2004 07:32:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317808#M876870</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2004-06-29T07:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: What permission do I change?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317809#M876871</link>
      <description>OK. Problem fixed. Thanks for your help guys.&lt;BR /&gt;I just copied /u/app/oracle/product/dev2000/bin/proc from another server and problem disappeared. I think the executable was a little sick.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jun 2004 05:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-permission-do-i-change/m-p/3317809#M876871</guid>
      <dc:creator>Raj Mithal_1</dc:creator>
      <dc:date>2004-06-30T05:56:16Z</dc:date>
    </item>
  </channel>
</rss>

