[atomic-wg] Issue #181 `Vagrant cannot create synced folder`

2017-03-03 Thread Dusty Mabe
The issue: `Vagrant cannot create synced folder` of project: `atomic-wg` has been assigned to `dustymabe` by dustymabe. https://pagure.io/atomic-wg/issue/181 ___ cloud mailing list -- cloud@lists.fedoraproject.org To unsubscribe send an email to

[atomic-wg] Issue #181 `Vagrant cannot create synced folder`

2016-11-28 Thread Dusty Mabe
dustymabe added a new comment to an issue you are following: `` > What's the problem? It seems it cannot write to / That is right. With Atomic only some directories are writable. The problem is that the images used to get generated with the default sync to go to `/home/vagrant/sync` and that

[atomic-wg] Issue #181 `Vagrant cannot create synced folder`

2016-11-28 Thread Juan Orti
jorti added a new comment to an issue you are following: `` > This is an actual problem with the way the images are built right now. What's the problem? It seems it cannot write to `/` This is my actual workaround: ``` config.vm.synced_folder ".", "/vagrant", disabled: true

[atomic-wg] Issue #181 `Vagrant cannot create synced folder`

2016-11-25 Thread Dusty Mabe
dustymabe added a new comment to an issue you are following: `` This is an actual problem with the way the images are built right now. Can you workaround this issue by adding a line like this to your Vagrantfile: config.vm.synced_folder "/tmp", "/vagrant", disabled: 'true' `` To reply, visit

[atomic-wg] Issue #181 `Vagrant cannot create synced folder`

2016-11-25 Thread Juan Orti
jorti reported a new issue against the project: `atomic-wg` that you are following: `` I just launch an unmodified fedora/25-atomic-host box and I get the error that it cannot create the /vagrant synced dir. ``` $ vagrant up Bringing machine 'default' up with 'libvirt' provider... ==> default: