I have duplicated this problem several times, and hope you can help:
Fresh install of Centos 6.5 , 64 bit, Basic Server, on a VirtualBox VM hosted on OSX.
I issue the command to install frappe:
curl https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh | sudo bashThe full log can be found here:
and this terminates early where the mysql root password is being read:
Starting nginx: [ OK ]
Starting memcached: [ OK ]
Enter mysql root password to set:
[ro…@test ~]#
https://gist.githubusercontent.com/anonymous/21796f8da7ab285c93eb/raw/7b733f2466e67e1b76908ceb91cc372766a8bdb4/frappe-install-error
The script section relating to this is:
echo Enter mysql root password to set:I’m a newbie to Centos and erpnext but have a lot of IT experience in the mini/mainframe area, and am at this point stumped.
read -t 1 -n 10000 discard || true
read -p “Enter mysql root password to set:” -s MSQ_PASS
mysqladmin -u root password $MSQ_PASS
I’ve been unsuccessful at all attempts to paste into the virtual console of the VM window (if anyone knows how to paste into a VirtualBox console on a Centos 6.5 install – I’ve love to hear), so I ssh’ed into the VM and pasted the initial curl command line to do the install. I did this from both iterm and the native terminal app on OSX, with the same results. I have not
Any ideas ?
–
Note:
If you are posting an issue,
- ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
- We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
- Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
- For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/5deeccbc-79c2-439a-b76c-f78d32445ee5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.