You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
mkdir -p /tmp/vagrant-cache && chmod 777 /tmp/vagrant-cache
Stdout from the command:
Stderr from the command:
stdin: is not a tty
chmod: changing permissions of ���/tmp/vagrant-cache���: Permission denied
This is due to the fact that you cannot chmod an smb folder. File permissions are set at mount time with options
The chmod 777 was introduced on 0dd1b20 in order to fix GH-74 so I'm not sure if we can get rid of that.
Which provider are you using over there? We might be able to change the code to skip the chmod if an specific synced folder implementation or provider gets detected.
On Mon, Jun 23, 2014 at 10:02 PM, Fabio Rehm [email protected]
wrote:
The chmod 777 was introduced on 0dd1b20 in order to fix GH-74 so I'm not sure if we can get rid of that.
Which provider are you using over there? We might be able to change the code to skip the chmod if an specific synced folder implementation or provider gets detected.
Reply to this email directly or view it on GitHub: #107 (comment)
Vagrant fails on
This is due to the fact that you cannot chmod an smb folder. File permissions are set at mount time with options
This may be for another ticket, but is 777 really necessary for package storage?
The text was updated successfully, but these errors were encountered: