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
Description
I am using salt-minion on a few machines running Devuan and Debian without systemd.
These machines do not use systemd
On the older machines where I upgraded to version 3007.1 the file /etc/init.d/salt-minion is still available.
However, I did a clean install on a new machine and there /etc/init.d/salt-minion is missing.
After investigating, it seems /etc/init.d/salt-minion is no longer included in the Debian package. I found them in https://github.com/saltstack/salt/blob/master/pkg/old/deb/salt-minion.init with a note to file a bug report if you use the file.
VM running on a cloud service, please be explicit and add details
container (Kubernetes, Docker, containerd, etc. please specify)
or a combination, please be explicit
jails if it is FreeBSD
classic packaging
onedir packaging
used bootstrap to install
Steps to Reproduce the behavior
Install salt-minion from the Debian packages and try to start the service by running /etc/init.d/salt-minion or service salt-minion start
Expected behavior
The file /etc/init.d/salt-minion is available and salt-minion starts on systems without systemd
Screenshots
If applicable, add screenshots to help explain your problem.
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)
Salt Version:
Salt: 3007.1Python Version:
Python: 3.10.14 (main, Apr 3 2024, 21:30:09) [GCC 11.2.0]Dependency Versions:
cffi: 1.16.0cherrypy: 18.8.0dateutil: 2.8.2docker-py: Not Installedgitdb: Not Installedgitpython: Not InstalledJinja2: 3.1.4libgit2: Not Installedlooseversion: 1.3.0M2Crypto: Not InstalledMako: Not Installedmsgpack: 1.0.7msgpack-pure: Not Installedmysql-python: Not Installedpackaging: 23.1pycparser: 2.21pycrypto: Not Installedpycryptodome: 3.19.1pygit2: Not Installedpython-gnupg: 0.5.2PyYAML: 6.0.1PyZMQ: 25.1.2relenv: 0.16.0smmap: Not Installedtimelib: 0.3.0Tornado: 6.3.3ZMQ: 4.3.4Salt Package Information:
Package Type: onedirSystem Versions:
dist: devuan 12.7 daedaluslocale: utf-8machine: x86_64release: 6.1.0-31-amd64system: Linuxversion: Devuan GNU/Linux 12.7 daedalus
Additional context
The same issue is with the other salt services. They are all missing an init.d script.
The text was updated successfully, but these errors were encountered:
Description
I am using salt-minion on a few machines running Devuan and Debian without systemd.
These machines do not use systemd
On the older machines where I upgraded to version 3007.1 the file
/etc/init.d/salt-minion
is still available.However, I did a clean install on a new machine and there
/etc/init.d/salt-minion
is missing.After investigating, it seems
/etc/init.d/salt-minion
is no longer included in the Debian package. I found them in https://github.com/saltstack/salt/blob/master/pkg/old/deb/salt-minion.init with a note to file a bug report if you use the file.Setup
Manual installation as described in https://docs.saltproject.io/salt/install-guide/en/latest/topics/install-by-operating-system/linux-deb.html of salt-minion 3007.1 on a clean installation of Devuan daedalus
Steps to Reproduce the behavior
Install salt-minion from the Debian packages and try to start the service by running
/etc/init.d/salt-minion
orservice salt-minion start
Expected behavior
The file
/etc/init.d/salt-minion
is available and salt-minion starts on systems without systemdScreenshots
If applicable, add screenshots to help explain your problem.
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)Additional context
The same issue is with the other salt services. They are all missing an init.d script.
The text was updated successfully, but these errors were encountered: