Andy del Hierro

Results 10 comments of Andy del Hierro

I will be testing this on 7u3c. It is working for me on 7u2 just fine but i never posted how i fixed it so give me a day to...

I got it to work the line in the KS file need to be at the bottom and read like this. `sed -i 's#/system/uuid.*##' /etc/vmware/esx.conf reboot` I do a PR...

So I used this on 7.0.3c on my non-prod cluster. I will check with my support people as I work for VMware. I built an image checked the UUID and...

I would just submit the PR. I have done this already for other parts. Adding and expose for port 443 would make a ton of sense.

OK so www-data is root so new error. We will have to add a new non root user to the container then assign it to fpm-pool. ``` [16-Mar-2018 17:50:45] ERROR:...

yah i think so. It just really wants a user that dose not have the same UID as root. I picked www-data as it looks to be the best one.

Let me test really fast i get back to you before the EOD PST.

Did not work with user 1001 i switched to user `nginx` It started up but i got new errors now. ``` [16-Mar-2018 21:02:28] WARNING: [pool www] child 79 said into...

Ok I was able to fix it. Set the user to `www-data` In supervisord.conf add this to start php-fdm `--allow-to-run-as-root` Like this ``` [program:php-fpm] command=/usr/sbin/php-fpm7 --allow-to-run-as-root -c /etc/php7/fpm/pool.d/www.conf ``` I...

All test for me worked I am now up and working but update your code Ryan.