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

Install fails on libxslt-dev install #4

Open
ediathome opened this issue Jan 10, 2015 · 1 comment
Open

Install fails on libxslt-dev install #4

ediathome opened this issue Jan 10, 2015 · 1 comment

Comments

@ediathome
Copy link

During the first start of the vm with $ vagrant up the chef installation process fails on installation of libxslt-dev package. The following steps fixed the problem for me:

After the install fails ssh into the vm:
$ vagrant ssh
In the virtual machine run apt-get update and exit from the ssh-session:
$ sudo apt-get update $ exit
Then provision the vm again by running:
$ vagrant provision

@isundaylee
Copy link

I submitted a new pull request about this (#7).

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