Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Synced folder crashes vagrant up on Ubuntu 14.04 #12

Closed
bravo-kernel opened this issue Mar 8, 2015 · 3 comments
Closed

Synced folder crashes vagrant up on Ubuntu 14.04 #12

bravo-kernel opened this issue Mar 8, 2015 · 3 comments

Comments

@bravo-kernel
Copy link
Contributor

Running vagrant up throws an error:

Full Vagrant log available at https://gist.github.com/ceeram/411c2d5bc4eae0c4cb0a

Error line: https://gist.github.com/ceeram/411c2d5bc4eae0c4cb0a#file-gistfile1-txt-L45

@bravo-kernel bravo-kernel changed the title Synced folder creates fatal error on Ubuntu 14.04 Synced folder crashes vagrant up on Ubuntu 14.04 Mar 9, 2015
@bravo-kernel
Copy link
Contributor Author

@ceeram: The box eventually came up including the Synced Folder "Apps" after:

  • completely removing the local repository folder
  • not removing the virtual machine
  • recloning the cakebox repository
  • running vagrant up

Remaining issue:

The Box Status tab on the Virtual Machine webpage shows red crosses for the cakebox /tmp and /logs folders. Almost certainly related to the permissions used here https://github.com/alt3/cakebox/blob/dev/.cakebox/Vagrantfile.rb#L64. Needs testing.

@bravo-kernel
Copy link
Contributor Author

Most likely caused by this line in Vagrantfile.rb. The local .cakebox folder is mounted using default permissions and should probably use loosened permissions on Linux/Mac as done on this line.

@bravo-kernel
Copy link
Contributor Author

Solved in #9 and 91a22da

bravo-kernel added a commit that referenced this issue Mar 3, 2018
Fix Composer permission problem (#12)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant