-
Notifications
You must be signed in to change notification settings - Fork 552
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
Jessie bootstrap 2015.2 errors #562
Comments
Note: After a system reboot the salt-minion startup/init did work and started salt-minion... |
I have almost the same issue.
But when i try to install python-urllib3 by itself afterwards, it tells me the following
My os is OSX - Yosemite. And i have the most recent version of virtualbox and vagrant installed. |
What version of the bootstrap script? |
Actually i don't really know. I use the default vagrant salt provisioner. |
That has no interaction regarding the above urllib3 problem, which got fixed yesterday, so maybe the script is not yet up to date? Can you make vagrant use the development version of the script? |
I think i got it working by copying the develop bootstrap script from https://bootstrap.saltstack.com/develop to my project, and altering the vagrantfile by defining what bootstrap script it should use like so
Thank you for your help s0undt3ch 👍 Now i just got to fix the next error... :) |
Super! |
@pitatus @s0undt3ch I think this could be closed as outdated. |
running
sh install_salt.sh -P git 2015.2
produced the following:manually installing python-urllib3
apt-get install python-urllib3
and rerunning bootstrap produced the following:manually installing libpython-dev
apt-get install libpython-dev
and rerunning bootstrap will finally finish but cannot start Salt:running
/etc/init.d/salt-minion start
also produces:Salt is installed and can now be run without startup/init scripts,
salt-minion -d
The text was updated successfully, but these errors were encountered: