Giter VIP home page Giter VIP logo

Comments (8)

swalkinshaw avatar swalkinshaw commented on August 25, 2024 2

I was having the same issue and this got me past it:

  config.vm.synced_folder '../bedrock', '/srv/www/example.dev/current', type: :nfs, linux__nfs_options: %q(no_subtree_check all_squash rw), map_uid: 0, map_gid: 0

from trellis.

austinpray avatar austinpray commented on August 25, 2024

Weird.

vagrant@example:/srv/www$ ls -l
total 4
drwxr-xr-x 3 root root 4096 Oct  3 02:50 example.dev
vagrant@example:/srv/www/example.dev$ ls -l
total 4
drwxr-xr-x 19 501 dialout 646 Oct  3 02:49 current
vagrant@example:/srv/www/example.dev/current$ ls -l
total 76
-rw-r--r-- 1 501 dialout   380 Oct  3 02:49 Capfile
-rw-r--r-- 1 501 dialout  1173 Oct  3 02:49 CHANGELOG.md
-rw-r--r-- 1 501 dialout  1868 Oct  3 02:49 composer.json
-rw-r--r-- 1 501 dialout  6921 Oct  3 02:49 composer.lock
drwxr-xr-x 6 501 dialout   204 Oct  3 02:49 config
-rw-r--r-- 1 501 dialout  3978 Oct  3 02:49 CONTRIBUTING.md
-rw-r--r-- 1 501 dialout    86 Oct  3 02:49 Gemfile
-rw-r--r-- 1 501 dialout   471 Oct  3 02:49 Gemfile.lock
-rw-r--r-- 1 501 dialout  1044 Oct  3 02:49 LICENSE.md
-rw-r--r-- 1 501 dialout 17506 Oct  3 02:49 README.md
drwxr-xr-x 3 501 dialout   102 Oct  3 02:49 scripts
drwxr-xr-x 3 501 dialout   102 Oct  3 02:49 vendor
drwxr-xr-x 5 501 dialout   170 Oct  3 02:49 web
-rw-r--r-- 1 501 dialout    13 Oct  3 02:49 wp-cli.yml

what's up with dialout?

from trellis.

austinpray avatar austinpray commented on August 25, 2024

Good discussion here: https://coderwall.com/p/uaohzg

from trellis.

austinpray avatar austinpray commented on August 25, 2024

we might have to use this: https://github.com/gael-ian/vagrant-bindfs

from trellis.

swalkinshaw avatar swalkinshaw commented on August 25, 2024

Looks like linux__nfs_options is just the default so shouldn't need that part.

https://github.com/mitchellh/vagrant/blob/efd1d5e11bfc5a72c7a1d1eae294b4751d841544/plugins/hosts/linux/cap/nfs.rb#L102-L104

from trellis.

austinpray avatar austinpray commented on August 25, 2024

Yeah for some reason that worked

from trellis.

austinpray avatar austinpray commented on August 25, 2024

#72

from trellis.

030 avatar 030 commented on August 25, 2024

@swalkinshaw Thank you. It is possible to execute chown now in the box. The problem we have now is that the user that runs vagrant is not set, but appstore. How could the be solved for all users?

from trellis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.