Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vault_password_file problem #63

Closed
muchang opened this issue Nov 20, 2015 · 3 comments
Closed

vault_password_file problem #63

muchang opened this issue Nov 20, 2015 · 3 comments

Comments

@muchang
Copy link

muchang commented Nov 20, 2015

Hello, I'm a student who wants to learn from klee-web project.
I followed the guide: Getting started on development in README.md file
I have installed VirtualBox, Vagrant, and Ansible by apt-get.(I'm using Ubuntu14.04)
When I started the development virtual machine with the command: vagrant up.
I catched these error infomations:

There are errors in the configuration of this machine. Please fix
the following errors and try again:

ansible provisioner:
* `vault_password_file` for the Ansible provisioner does not exist on the host system: /home/MyUserName/.klee_vault_password

It's may depended on the config in Vagrantfile

  config.vm.provision "ansible" do |ansible|
    ansible.playbook = "provisioning/vagrant.yml"
    ansible.verbose = "vvvv"
    ansible.vault_password_file = "~/.klee_vault_password"
  end

I'm a rookie programmer, so I don't know how to solve this problem.
Would you please give me some advice?

Best regards.

@ccadar
Copy link
Contributor

ccadar commented Nov 23, 2015

One currently needs a password file, this needs to be fixed.
Unfortunately, the project is not maintained anymore, so I might delete it soon.

@muchang
Copy link
Author

muchang commented Nov 23, 2015

Sir, Thanks for your reply. It was a bad news.
Actually, I'm interested in how to move KLEE into the browser, so I want to learn from the klee-web project. Could you give me some advice about how to do this work or if the work is worth enough to do?

Thanks anyway.

@ccadar
Copy link
Contributor

ccadar commented Jul 22, 2016

Closing, as this has now been fixed.

@ccadar ccadar closed this as completed Jul 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants