salt: 14.04 / salt '*' test.ping Failed to authenticate, is this user permitted to execute commands?
Since my upgrade to 14.04 and sync of @makinacorpus fork to last develop, something is weird.
I get intermittent total unfunctionnality of the saltmaster , on a period of 1 at 2 minutes, i cant ping any minion, and the next 2 minutes ping is working, and 2 minutes after this does not work.
mastersalt '*' test.ping
Failed to authenticate, is this user permitted to execute commands?
I rebuilded all the eggs locally installed to be sure of the linking, but this seems not to be sufficient.
Ill check tomorow to double check if this is one of our maintainance crons, but i would suspect yet another regression.
About this issue
- Original URL
- State: closed
- Created 10 years ago
- Comments: 135 (71 by maintainers)
Commits related to this issue
- master.py, utils/event.py: reset SIGTERM handler to SIG_DFL Daemon shutdown with SIGTERM had a race where child processes could be left orphaned. The problem was that the signal was delivered to the... — committed to dmick/salt by deleted user 10 years ago
- sigterm_clean: just return if not master Daemon shutdown with SIGTERM had a race where child processes could be left orphaned. The problem was that the signal was delivered to the master, but then t... — committed to dmick/salt by deleted user 10 years ago
- Update to latest bootstrap script, v2014.08.23 * Avoid redirect breakage when installing EPEL with rpm on RHEL 5 * Ensure python-apt is installed by the bootstrap script for Debian & Ubuntu minions. ... — committed to s0undt3ch/salt by s0undt3ch 10 years ago
- Update to latest bootstrap script, v2014.08.23 * Avoid redirect breakage when installing EPEL with rpm on RHEL 5 * Ensure python-apt is installed by the bootstrap script for Debian & Ubuntu minions. ... — committed to s0undt3ch/salt by s0undt3ch 10 years ago
- calamari-server.postinst: work around salt-master restart bug https://github.com/saltstack/salt/issues/12248 stop, killall, start should make us immune until this is fixed upstream Signed-off-by: Da... — committed to ceph/calamari by deleted user 10 years ago
- sigterm_clean: just return if not master Daemon shutdown with SIGTERM had a race where child processes could be left orphaned. The problem was that the signal was delivered to the master, but then t... — committed to dmick/salt by deleted user 10 years ago
- Fix bootstrap-salt.sh issue https://github.com/saltstack/salt/issues/12248 — committed to jessehu/kubernetes by jessehu 10 years ago
I have restarted the salt-master and it worked !! restart salt-master;