Executable files in /etc/pve

Smanux

Renowned Member
Jun 29, 2009
39
4
73
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 :

Code:
chmod: changing permissions of `/etc/pve/myscript': Function not implemented

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?