OpenSOC / opensoc-vagrant

Vagrantfile and scripts for building a disposable OpenSOC Cluster
29 stars 25 forks source link

/tmp/vagrant-shell: line 23: z: command not found on data branch #7

Open charlesporter opened 9 years ago

charlesporter commented 9 years ago

data branch when running fab postsetup this error appears frequently in error logs /tmp/vagrant-shell: line 23: z: command not found

appears to come from file /scripts/setup-elasticsearch.sh

running in vagrant on osx yosemite

tpiscitell commented 9 years ago

hrm... /scripts/setup-elasticsearch.sh isn't run when running fab vagrant postsetup. Can you provide the full output?

charlesporter commented 9 years ago

My mistake... it was during the provision phase. I tried starting and stopping system so many times trying to debug, I lost track of which step it was in.

log output too big too paste. I there a mechanism to attach a file to an issue?

tpiscitell commented 9 years ago

can only attach images. Make a gist?

BlondAngel commented 9 years ago

I fix this in my pull by commenting it out -- it was not needed in the data branch.