-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
running reward env up throws error unable to set ownership of copied file #58
Comments
Hi @atlenquiryuk , Could you provide some additional context around this issue? |
Hi @janosmiko Thanks for your reply. Mac os: Big sur 11.7.10 I'm getting the following error on running rewardenv command reward env up the first time I got error
on subsequent run of reward env up I got the following error
|
You should try to restart mutagen:
|
Hi @janosmiko I ran the commands above and get the following error now
Thanks |
Hi @atlenquiryuk , Colima was not supported previously, but I tried to install it locally, and can reproduce an issue that's similar. Sadly, the current version of docker cli returns an unparsable json when I specify the
Even worse, it didn't work on Linux previously. moby/moby#44469 You can override the DOCKER_HOST using an environment variable. Maybe that can help.
|
Hi @janosmiko Yes that worked, however when I try to visit any global services (https://rewardenv.readthedocs.io/en/latest/services.html) like https://traefik.reward.test/ I get "This site can’t be reached" on running See from screenshot its using traffic self cert. Not sure whats happening here, are you able to access any of the rewardenv global services ? Thanks |
There is a similar issue. When the container is launched for the application, webserver with fpm is running as www-data user. But the host machine has its own user. Lets say "user". We cannot edit any files directly on the host. If we fix permission inside the reward shell, we wont be edit the file anymore. Reward should launch the container as the host user instead of www-data. Normally it can be achieved by passing the UID and GID to match it to the host current user into the container upon build and launch I guess this only happens if you have any UID other than 1000 |
Hi
I have installed & setup rewardenv .
Im now trying to up the magento 2 environment.
When I run reward env up I get the following error
Starting mage_php-debug_1 ... done
INFO Checking if synced container is changed...
INFO Listing mutagen sync sessions...
INFO ...mutagen sync sessions listed.
INFO ...synced container ID is changed. Assuming the container is changed, restarting sync session.
INFO Terminating sync session...
INFO ...successfully terminated sync sessions.
INFO Creating mutagen sync session...
Copying agent...
Error: unable to connect to beta: unable to connect to endpoint: unable to dial agent endpoint: unable to install agent: unable to copy agent binary: unable to set ownership of copied file: exit status 1
ERROR error running env command: an error occurred while updating mutagen: an error occurred while starting mutagen sync: cannot create mutagen sync session: error running command: sh: exit status 1
I tried restarting my mac and also docker but issue still persist.
Any help appreciated.
Thanks
The text was updated successfully, but these errors were encountered: