OPENi-ict / openi-dev-env

0 stars 0 forks source link

Vagrant bootstrap not (always) finishing / showing #25

Open openi-fokus opened 9 years ago

openi-fokus commented 9 years ago

I had this issue now multiple times - probably due to my hardware / CPU speed. The initial bootstrap does take so long that at some point the output from it is no longer updated or the build will stop. I am not sure if this is an inactivity / ssh problem. What seemingly helped me is to run the script in vagrant by myself as root.

Just thought it might interest others or that somebody can shed light on it. I can see how it is a timeout problem, since our script is quite long.

dmccarthy-dev commented 9 years ago

I noticed two things on my last bootstrap. 1) the wget couchbase binary has a --quiet flag and it is a slow download. It looks like the process has stalled but really it hasn't. 2) In the setup.sh command for UAA the gradlew command freezes at 93%

openi-fokus commented 9 years ago

I did notice 1) too. I need to see if that is the next step after the "git" install. Last time my vagrant froze it was after that. But I don't think so. I waited close to an hour, which would add to a very slow download speed. 2) That's strange. I will look into it. I currently re-init a vagrant on my laptop for the weekend.