When i try to set the acl webmin gives me -R: no such file or directory
When i try to set the acl webmin gives me -R: no such file or directory
This image shows what I want to change. Specifically, I want to recursively remove all ACLs in the folder /mnt/Raid/Movieraid. The command that should be generated is /bin/setfacl -b -R /mnt/Raid/Movieraid, and it works when launched from the bash. I've tried to select and deselect and do many combinations of the parameters but withtout success. The problem can be the -R or the -b
This is the error shown when I try to do the operation.
Hello,
Which OS and version you're using?
Same here, I am on Debian 13.1 and filemin on 2.510
Where is the setfacl command on your system?
#which setfacl /usr/bin/setfacl
setfacl is giving an error about the directory—if you run ls -lsa /mnt/Raid/ | grep -i MovieRaid, what output do you get?
Ah, okay, it's definitely a bug! Please apply this patch and try again:
webmin patch https://github.com/webmin/authentic-theme/commit/ae7c8a1
It works ! Thank you !