Operating System - HP-UX
1834688 Members
2177 Online
110069 Solutions
New Discussion

/opt/networker/bin/nsrexecd: Execute permission denied.

 
Tal Drigov_2
Advisor

/opt/networker/bin/nsrexecd: Execute permission denied.

Hello,

I'm trying to run Legato client on an HP-UX 11.11 machine and I keep on getting this message:

SU hpux1>>/sbin/init.d/networker start
Starting nsrexecd
/sbin/init.d/networker: /opt/networker/bin/nsrexecd: Execute permission denied.
If it's ain't broken, don't fix it...
7 REPLIES 7
Steven E. Protter
Exalted Contributor

Re: /opt/networker/bin/nsrexecd: Execute permission denied.

Shalom,

What are the permissions on the file:

/opt/networker/bin/nsrexecd

ll /opt/networker/bin/nsrexecd

Please post.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Tal Drigov_2
Advisor

Re: /opt/networker/bin/nsrexecd: Execute permission denied.

ll /opt/networker/bin/nsrexecd
-r-xr-xr-x 1 root sys 3891232 Feb 18 01:25 /opt/networker/bin/nsrexecd
If it's ain't broken, don't fix it...
Dennis Handly
Acclaimed Contributor

Re: /opt/networker/bin/nsrexecd: Execute permission denied.

-r-xr-xr-x ... nsrexecd

This looks like the right permissions. The only other thing to look at is any shlibs used by nsrexecd. Do:
$ file /opt/networker/bin/nsrexecd
$ ldd /opt/networker/bin/nsrexecd
Tal Drigov_2
Advisor

Re: /opt/networker/bin/nsrexecd: Execute permission denied.

/opt/networker/bin/nsrexecd: ELF-64 executable object file - PA-RISC 2.0 (LP64)
If it's ain't broken, don't fix it...
Dennis Handly
Acclaimed Contributor

Re: /opt/networker/bin/nsrexecd: Execute permission denied.

>ELF-64 executable object file - PA-RISC 2.0 (LP64)

I assume your kernel is 64 bit?
$ file /stand/vmunix
Tal Drigov_2
Advisor

Re: /opt/networker/bin/nsrexecd: Execute permission denied.

No`p.

32-bit.

/stand/vmunix: PA-RISC1.1 executable -not stripped
If it's ain't broken, don't fix it...
Dennis Handly
Acclaimed Contributor

Re: /opt/networker/bin/nsrexecd: Execute permission denied.

>32-bit.

Does your hardware support 64 bit, if so, you need to convert to 64 bit. If not, your lemon hardware can't run that Legato program.