I started the easy install script yesterday morning (approx 22 hours ago) on a brand new Ubuntu 16.04 VM (the only change made to the VM was to install Python 2.7). It has been stuck on “Create New Site” for probably 20 hours now.
Looking at HTOP the only command I can see running is
/usr/bin/python /usr/local/bin/ansible-playbook -c local production/install.yml -e @/tmp/extra_vars.json --become --become-user=frappe
I ran the script with the --production and --user frappe flags as root.
Any assistance on getting this working would be greatly appreciated. I should be able to get a new clean VM set up if needed.
It skipped the “Create New Site” step on the second run (it looks like all the files are there but hard to tell). It’s now stuck on the “Install erpnext app” step. In htop the exact same process as before is running. Last few lines of console output are:
EDIT: Was watching the install folder to check for new files, nothing added in ~30 mins. I killed the installer and ran it again, but it got stuck at the same point. Still no changes to any files or folders in the whole frappe-bench folder.
We retried with a brand new VM, worked first time. Not sure what the problem was, I think we may have also had Puppet installed originally which could have been conflicting somewhere.