-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[2015.8.0rc1] salt-bootstrap fails to properly install a minion #25270
Comments
works fine |
@iggy, thanks for the report. |
Can you please paste the script's full output while passing |
I can't. When I try to select the output to copy it, my terminal dies. But it did it again and there was (again) no /etc/init.d/salt-minion |
@s0undt3ch, @iggy: without |
There was no /etc/init.d/salt-minion in either case. But with -D the bootstrap script seems to start the salt-minion in the foreground at the end (which may make it appear to be working correctly). |
@iggy in debug mode is runs the minion in the foreground to see if there's any complaint with salt starting(missing deps, bad code, etc would show up) |
Okay, in that sense, the minion starts correctly with -D. But there's still no init script installed. Are you having trouble reproducing this issue or something? I mean #25456 is open as well that deals with this same bug but in the master. Are you not seeing the same thing when you install the rc with the bootstrap script? |
@jfindlay is starting up another VM so we can get our hands even dirtier trying to find the source if this problem... |
I know what the problem is. We removed the debian directory from our repository, so there's no init script to copy from... |
* Make sure setuptools is installed before using it. saltstack/salt-bootstrap#598. * `systemd` is only fully supported from 15.04 onwards. saltstack/salt-bootstrap#602 * Fix debian mirrors issue. Thanks Wolodja Wentland(babilen). saltstack/salt-bootstrap#606 * Fix python-jinja2 repo move on RHEL6. Thanks lomeroe. saltstack/salt-bootstrap#621 * Allow skipping services. Thanks denmat. saltstack/salt-bootstrap#455 * Fix missing Debian init script. saltstack/salt-bootstrap#607 saltstack#25270 and saltstack#25456 * Fix SmartOS etc path. Thanks Bret Fisher. saltstack/salt-bootstrap#624 * Fix possible unbound variable in Gentoo. saltstack/salt-bootstrap#625 * Properly detect the git binary in SmartOS. saltstack/salt-bootstrap#611
* Make sure setuptools is installed before using it. saltstack/salt-bootstrap#598. * `systemd` is only fully supported from 15.04 onwards. saltstack/salt-bootstrap#602 * Fix debian mirrors issue. Thanks Wolodja Wentland(babilen). saltstack/salt-bootstrap#606 * Fix python-jinja2 repo move on RHEL6. Thanks lomeroe. saltstack/salt-bootstrap#621 * Allow skipping services. Thanks denmat. saltstack/salt-bootstrap#455 * Fix missing Debian init script. saltstack/salt-bootstrap#607 saltstack#25270 and saltstack#25456 * Fix SmartOS etc path. Thanks Bret Fisher. saltstack/salt-bootstrap#624 * Fix possible unbound variable in Gentoo. saltstack/salt-bootstrap#625 * Properly detect the git binary in SmartOS. saltstack/salt-bootstrap#611
curl -s -L https://bootstrap.saltstack.com | sudo sh -s -- -U -P -p python-jinja2 -A master git v2015.8.0rc1
results in the following output:
Which makes sense because the init script is missing.
Not entirely sure if the error is in salt-bootstrap or salt (or some other place).
Let me know what other information you need.
The text was updated successfully, but these errors were encountered: