-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setfacl: Option -m: Invalid argument near character 3 on Ubuntu 14.04 #12
Comments
The error occurs when I have a multiple server deploy with different users. Otherwise it works separately. |
Can you please make sure that the user I noticed that running |
According to the last documentation, |
In fact, on master the -n parameter is missing like the official documentation. |
Had this issue on CentOS. Here the user "www-data" is not present but rather "nginx", "apache", or "httpd". Switching the user to one that was present, worked for me for a multiple server deployment! |
This still occurs and it's a very bad way to say "user not found". |
Hi,
I'm unfortunately facing this error with Ubuntu 14.04 but it works fine with Debian 8
Deploy.rb file:
Last stack:
INFO [e9cb5f4a] Running /usr/bin/env setfacl -dRn -m u:www-data:rwX -m u::rwX /var/www/html//releases/20160708145928/web /var/www/html//releases/20160708145928/web/logs /var/www/html/...
DEBUG [e9cb5f4a] Command: /usr/bin/env setfacl -dRn -m u:www-data:rwX -m u::rwX /var/www/html//releases/20160708145928/web /var/www/html//releases/20160708145928/web/logs /var/www/html/...
INFO [e9cb5f4a] Finished in 0.013 seconds with exit status 0 (successful).
DEBUG [648790b1] setfacl: Option -m: Invalid argument near character 3
Cap deploy failes. Update list and upgrade packages done.
Any idea please ?
Thanks very much
The text was updated successfully, but these errors were encountered: