Hendrawan Kuncoro

Results 32 comments of Hendrawan Kuncoro
trafficstars

i was able to provision on M1 ![image](https://user-images.githubusercontent.com/831674/190679806-bebe5138-fb55-4dc7-b851-c5736df6db4f.png) ![image](https://user-images.githubusercontent.com/831674/190679836-95958a60-e046-4deb-a8ba-89ebfc3e068e.png) though it stopped in this step, probably need to enable new VM framework experimental on docker ![image](https://user-images.githubusercontent.com/831674/190680396-deae63ad-4299-4fce-bc68-d33e2f4786d9.png) but confirmed that docker...

yea, that port 80 is annoying. since mojave, MacOS should allow binding lower ports without lifted privilege https://news.ycombinator.com/item?id=18302380 > Now in 10.14, any application, regardless of the user's privileges, can...

okay one thing that we haven't tried `--debug` and finally i was able to replicate your 80 port conflict issue you had on scaleway. But its because i was having...

so about `detected dubious ownership` i found weird thing, so if i do this manually it works ```bash root@vvv:/srv/provision/extensions/core# sudo -EH -u "vagrant" git pull origin master From https://github.com/Varying-Vagrant-Vagrants/vvv-utilities *...

> Is there a vagrant user in the container that also owns all the mounted folders? all dir in /srv owned by vagrant ``` vagrant@vvv:~$ cd /srv/ vagrant@vvv:/srv$ ls -al...

so turns out in my prev setup there is gitconfig in home vagrant ``` root@vvv:/srv/provision/extensions/core# cat /home/vagrant/.gitconfig [safe] directory = /srv/provision/extensions/core directory = /srv/www/default/dashboard directory = /srv/www/default/opcache-statu directory = /srv/www/default/opcache-status...

so i ran `airsenal_setup_initial_db --clean` and it seems after that, pipeline worked fine

@tomjn totally agree with you, this fork and PR merely a PoC and reference for the future when we actually start to fully support docker -- that if we really...

thanks @tomjn, i'll try to update my repo as per your suggestions

yes for sure