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
systemctl status salt-minion shows:
Apr 28 16:17:18 miniontest systemd[1]: Starting The Salt Minion...
Apr 28 16:17:18 miniontest systemd[1]: Started The Salt Minion.
Apr 28 16:17:18 miniontest salt-minion[1992]: /opt/saltstack/salt/lib/python3.10/site-packages/salt/transport/client.py:79: DeprecationWarning: This module is deprecated. Please use salt.channel.client instead.
Apr 28 16:17:18 miniontest salt-minion[1992]: warn_until(
Apr 28 16:17:20 miniontest salt-minion[1992]: [WARNING ] Got events for closed stream <zmq.eventloop.zmqstream.ZMQStream object at 0x7f8dfb848d30>
Setup
Fresh Debian Bullseye netinst.iso
Salt-minon 3006.0;
on the server salt-key -y -a servername has been executed
on the minion systemctl restart salt-minion
tested on different machines
on-prem machine
[X ] VM (Virtualbox, KVM, etc. please specify)
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
as under "Setup"
Expected behavior
should not throw errors, warnings in systemctl status output
The text was updated successfully, but these errors were encountered:
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey.
Please be sure to review our Code of Conduct. Also, check out some of our community resources including:
There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar.
If you have additional questions, email us at saltproject@vmware.com. We’re glad you’ve joined our community and look forward to doing awesome things with you!
s0undt3ch
added a commit
to s0undt3ch/salt
that referenced
this issue
May 2, 2023
Description
systemctl status salt-minion shows:
Apr 28 16:17:18 miniontest systemd[1]: Starting The Salt Minion...
Apr 28 16:17:18 miniontest systemd[1]: Started The Salt Minion.
Apr 28 16:17:18 miniontest salt-minion[1992]: /opt/saltstack/salt/lib/python3.10/site-packages/salt/transport/client.py:79: DeprecationWarning: This module is deprecated. Please use salt.channel.client instead.
Apr 28 16:17:18 miniontest salt-minion[1992]: warn_until(
Apr 28 16:17:20 miniontest salt-minion[1992]: [WARNING ] Got events for closed stream <zmq.eventloop.zmqstream.ZMQStream object at 0x7f8dfb848d30>
Setup
Fresh Debian Bullseye netinst.iso
Salt-minon 3006.0;
on the server salt-key -y -a servername has been executed
on the minion systemctl restart salt-minion
tested on different machines
Steps to Reproduce the behavior
as under "Setup"
Expected behavior
should not throw errors, warnings in systemctl status output
The text was updated successfully, but these errors were encountered: