Hi,
I have been trying over the last couple of days to get a clean install done to test V11 and V12 but have problems getting past the “bench init frappe-bench” command.
I have tried the install.py script as well as most of the manual install instructions I can find, but all have the same result.
Running the install.py script on a new 18.04 server has the following issues:-
Error: “msg”: “error getting key id from url: http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xF1656F24C74CD1D8”
Resolved with: wget -qO - “http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xF1656F24C74CD1D8” | apt-key add -
Error: “msg”: “Connection failure: The read operation timed out”,
“url”: “https://github.com/frappe/wkhtmltopdf/raw/master/wkhtmltox-0.12.3_linux-generic-amd64.tar.xz”
Resolved with: cd /tmp
wget https://github.com/frappe/wkhtmltopdf/raw/master/wkhtmltox-0.12.3_linux-generic-amd64.tar.xz
mv wkhtmltox-0.12.3_linux-generic-amd64.tar.xz wkhtmltox.tar.xz
Stops at:
TASK [bench : python3 bench init for production] *************************************************************************************************
task path: /tmp/.bench/playbooks/roles/bench/tasks/main.yml:37
<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
<127.0.0.1> EXEC /bin/sh -c ‘echo ~root && sleep 0’
<127.0.0.1> EXEC /bin/sh -c ‘( umask 77 && mkdir -p “echo /var/tmp/ansible-tmp-1564388112.916724-180630193921522
” && echo ansible-tmp-1564388112.916724-180630193921522=“echo /var/tmp/ansible-tmp-1564388112.916724-180630193921522
” ) && sleep 0’
Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/commands/command.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-15786brkrkajg/tmp33svyfmo TO /var/tmp/ansible-tmp-1564388112.916724-180630193921522/AnsiballZ_command.py
<127.0.0.1> EXEC /bin/sh -c ‘setfacl -m u:corepos:r-x /var/tmp/ansible-tmp-1564388112.916724-180630193921522/ /var/tmp/ansible-tmp-1564388112.916724-180630193921522/AnsiballZ_command.py && sleep 0’
<127.0.0.1> EXEC /bin/sh -c ‘sudo -H -S -n -u corepos /bin/sh -c ‘"’“‘echo BECOME-SUCCESS-yauvixjrrsjqyctxskciyijrwcdrruyi ; /usr/bin/python3 /var/tmp/ansible-tmp-1564388112.916724-180630193921522/AnsiballZ_command.py’”’"’ && sleep 0’
Would appreciate any advice.
Thanks