-
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
salt-call hangs on ubuntu 20.04 when a state contains pkg.installed #62645
Comments
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.
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. |
whats the verbose output of salt call run |
salt-call -l debug state.sls ub_autofs_configure autofs configuration for Ubuntu systemsub_install_autofs_X_Domain: [PROFILE ] Time (in seconds) to render '/var/cache/salt/minion/files/base/ub_autofs_configure.sls' using 'yaml' renderer: 0.001375436782836914
|
this is weird syntax
try
also can try "salt-call xxxx -t 600" timeout 10min |
Duplicates #62550. Fix has already been released. |
Description of Issue
salt-call hangs on ubuntu 20.04 when a state contains pkg.installed and fails to return to the shell when using 3005.1 master and minion
Setup
Any .sls tested with
salt-call state.sls
on ubuntu 20.04Steps to Reproduce Issue
Update Ubuntu 20.04 to 3005.1 and perform a salt-call state.sls of any state containing pkg.installed
Versions Report
Salt Version:
Salt: 3005
Dependency Versions:
cffi: Not Installed
cherrypy: Not Installed
dateutil: 2.7.3
docker-py: Not Installed
gitdb: Not Installed
gitpython: Not Installed
Jinja2: 2.10.1
libgit2: Not Installed
M2Crypto: Not Installed
Mako: 1.1.0
msgpack: 0.6.2
msgpack-pure: Not Installed
mysql-python: Not Installed
pycparser: Not Installed
pycrypto: 2.6.1
pycryptodome: 3.6.1
pygit2: Not Installed
Python: 3.8.10 (default, Jun 22 2022, 20:18:18)
python-gnupg: 0.4.5
PyYAML: 5.3.1
PyZMQ: 18.1.1
smmap: Not Installed
timelib: Not Installed
Tornado: 4.5.3
ZMQ: 4.3.2
System Versions:
dist: ubuntu 20.04 focal
locale: utf-8
machine: x86_64
release: 5.15.0-46-generic
system: Linux
version: Ubuntu 20.04 focal
The text was updated successfully, but these errors were encountered: