webmin icon indicating copy to clipboard operation
webmin copied to clipboard

When i try to set the acl webmin gives me -R: no such file or directory

Open gianalbertochini opened this issue 1 year ago • 1 comments

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

image

This is the error shown when I try to do the operation.

image

gianalbertochini avatar May 16 '24 18:05 gianalbertochini

Hello,

Which OS and version you're using?

iliaross avatar May 16 '24 19:05 iliaross

Same here, I am on Debian 13.1 and filemin on 2.510

ekurgan avatar Oct 04 '25 12:10 ekurgan

Where is the setfacl command on your system?

jcameron avatar Oct 04 '25 16:10 jcameron

#which setfacl /usr/bin/setfacl

ekurgan avatar Oct 04 '25 16:10 ekurgan

setfacl is giving an error about the directory—if you run ls -lsa /mnt/Raid/ | grep -i MovieRaid, what output do you get?

iliaross avatar Oct 04 '25 22:10 iliaross

Ah, okay, it's definitely a bug! Please apply this patch and try again:

webmin patch https://github.com/webmin/authentic-theme/commit/ae7c8a1

iliaross avatar Oct 04 '25 22:10 iliaross

It works ! Thank you !

ekurgan avatar Oct 06 '25 10:10 ekurgan