[openstreetmap/openstreetmap-website] vagrant up failing due to permission issue and more (#1888)

Michael Hwang notifications at github.com
Thu May 31 15:44:45 UTC 2018


Thanks @tomhughes for replying!  Regarding the permission issue, I think this is a bug in the Vagrantfile that was introduced by this commit https://github.com/openstreetmap/openstreetmap-website/commit/89ba5eab46ae6c2ecb30af538604ed17a13f4994

The fix seems to be to update the Vagrantfile to:

```
override.vm.box = "ubuntu/xenial64"
override.vm.synced_folder ".", "/srv/openstreetmap-website",
    owner: "ubuntu", group: "ubuntu"
```

Another possible change is to revert the use of the `ubuntu` user in the `provision.sh` script.  Would be helpful for @Firefishy to explain why this switch (from use of the `vagrant` to `ubuntu`) was made.

The change above gets me past the permission issue and now I'm hitting the rake dependency issue...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/1888#issuecomment-393575361
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20180531/3d9b7794/attachment.html>


More information about the rails-dev mailing list