Guest User!

You are not Sophos Staff.

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

Sophos Central Linux Server Protection (Installation failed)

FormerMember
FormerMember

Hello

 

I tried to install "Sophos Central Server Protection for Linux" on my CentOS 7 (cPanel) server. The "SophosInstall.sh" scripts fails to download the medium installer. I am logged in as root user.

Error Code: 126

Error Message: installer/bin64/installer (No permission)

 

Does anyone know how to fix this problem?

 

Thank you for your help and kind regards



This thread was automatically locked due to age.
Parents
  • Try mounting $TMPDIR (or /tmp) executable with below command, 

    sudo mount -o remount,exec /tmp /var/tmp

    then,

    sudo sh ./SophosInstall.sh

     

    You'll be able to install. Then change the directory /tmp back to non-executable for security:

    sudo mount -o remount,noexec /tmp /var/tmp

     

    Cheers

    Jin

     

Reply
  • Try mounting $TMPDIR (or /tmp) executable with below command, 

    sudo mount -o remount,exec /tmp /var/tmp

    then,

    sudo sh ./SophosInstall.sh

     

    You'll be able to install. Then change the directory /tmp back to non-executable for security:

    sudo mount -o remount,noexec /tmp /var/tmp

     

    Cheers

    Jin

     

Children