piotrekno1 / wsl-provision

Windows Subsystem for Linux provisioning code
MIT License
3 stars 3 forks source link

Can't install salt stack on the subsystem #1

Open rogoman opened 7 years ago

rogoman commented 7 years ago

Running wget -qO- https://bootstrap.saltstack.com | sudo sh -s -- -P -d git develop ends up with:


disabled
Created symlink /etc/systemd/system/multi-user.target.wants/salt-minion.service, pointing to /lib/systemd/system/salt-minion.service.
Failed to connect to bus: No such file or directory
 *  INFO: Running install_ubuntu_restart_daemons()
Failed to connect to bus: No such file or directory
Failed to connect to bus: No such file or directory
start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
 * ERROR: No init.d support for salt-minion was found
 * ERROR: Failed to run install_ubuntu_restart_daemons()!!!```
piotrekno1 commented 7 years ago

Is this WLS with ubuntu 14.04 or 16.04? Highly recommend running this stuff on the most recent version.

If you want to give it a shot be sure to check out: https://blogs.msdn.microsoft.com/commandline/2017/04/11/windows-10-creators-update-whats-new-in-bashwsl-windows-console/ .