Hi,
I'd like to put an executable file in /etc/pve to share it easily with the other nodes of the cluster (An init.d script used as a HA resource), but I can't chmod +x :
That's frustrating because the OpenVZ action scripts in /etc/pve/openvz are marked as executable.
Is there a trick to mark a file as executable under /etc/pve?
I'd like to put an executable file in /etc/pve to share it easily with the other nodes of the cluster (An init.d script used as a HA resource), but I can't chmod +x :
Code:
chmod: changing permissions of `/etc/pve/myscript': Function not implemented
Is there a trick to mark a file as executable under /etc/pve?