You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: