Canop / miaou

A chat server with OAuth2 authentication, persistent and searchable history, video and audio, markdown formatting, private and public rooms, stars, votes, embedded games, and many other features
http://miaou.dystroy.org/
Other
539 stars 73 forks source link

vagrant setup definitely doesn't work on windows #70

Closed markentingh closed 6 years ago

markentingh commented 8 years ago

while provisioning (vagrant up for the first time), the script errors:

default: /vagrant => C:/Projects/Miaou
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

chown `id -u vagrant`:`id -g vagrant` /vagrant

Stdout from the command:

Stderr from the command:

stdin: is not a tty
chown: changing ownership of `/vagrant': Not a directory

The provisioning ends there abruptly.

Using Windows 10 & Mingw32

ralt commented 8 years ago

Do you have vboxsf available? vagrant should mount the folder in theory.

Canop commented 7 years ago

No activity. No answer from OP. I'll probably close that.