Operating System - HP-UX
1754257 Members
3465 Online
108812 Solutions
New Discussion юеВ

Re: What permission do I change?

 
Dietmar Konermann
Honored Contributor

Re: What permission do I change?

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.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
Raj Mithal_1
Advisor

Re: What permission do I change?

I'v compared this to other servers were the compile works and it looks the same.
-rwxr-xr-x 1 oracle73 dba 5493112 Apr 18 1999 proc


Dietmar Konermann
Honored Contributor

Re: What permission do I change?

OK. Step by step.

- Become the user that runs the makefile

- Walk down the directory tree to the executables location, beginning from /. Execute ls in each level.

- If that works, cp -p another executable here (e.g. /usr/bin/date) and try to execute that.

- In doubt compare the cksum result of proc with that from the working server.

- If that works, post the following:
# model
# uname -a
# getconf KERNEL_BITS
# file proc
# chatr proc

Best regards...
Dietmar.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
Raj Mithal_1
Advisor

Re: What permission do I change?

OK. Problem fixed. Thanks for your help guys.
I just copied /u/app/oracle/product/dev2000/bin/proc from another server and problem disappeared. I think the executable was a little sick.