This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Anti-virus client on RHEL 6.1

I'm trying to install the sophos anti-virus linux client 9.2 on RHEL 6.2 and getting a "permission denied" message when trying to launch install.sh. I'm using root and verified that root has full permissions to the folder. SELinux is disabled. Anyone have any suggestions?

Thanks.

:43527


This thread was automatically locked due to age.
Parents
  • I guess check permissions on install.sh, but root doesn't normally care.

    Check where install.sh is; is it on a mount point with root-squash or noexec set, preventing execution at the mount level?

    You could try copying the install set locally, to see if that resolves the problem.

    You could also try running "/bin/bash ./install.sh" to skip the hash-bang interpretation, but that's likely to just fail at the next stage, trying to run python.

    :43549
Reply
  • I guess check permissions on install.sh, but root doesn't normally care.

    Check where install.sh is; is it on a mount point with root-squash or noexec set, preventing execution at the mount level?

    You could try copying the install set locally, to see if that resolves the problem.

    You could also try running "/bin/bash ./install.sh" to skip the hash-bang interpretation, but that's likely to just fail at the next stage, trying to run python.

    :43549
Children
No Data