David Murphy
David Murphy
Proposed to @barneysowood that I take over https://github.com/saltstack/salt/pull/66047 and https://github.com/saltstack/salt/pull/66050 since they are not receiving enough attention
Taken over #66047 and #66050 with @barneysowood permission
Run into testing infrastructure problem, with --no-install on the CLI, runs into missing salt-master since shutil.which("salt-master") fails, since it is NOT INSTALLED :faceplam:, confirmed with 3006.x branch with same command:...
Fixing test_salt_api.py in tests/pytests/pkg/integration, packaging tests appear not to have been completed before the Broadcom buyout was finalized and running into issues as implementing upgrade/downgrade tests.
@jamest-pin Not seeing the difference between before and after in https://github.com/saltstack/salt/issues/66228#issuecomment-2247358708, and thinking the fixes in #66218 will fix this, once 3006.9 is out, the fix is merged forward to...
This problem also exists with recently released Salt 3006.9 ``` [root@dhcp-10-47-15-216 david]# l /var/run/salt/master/* srw-------. 1 salt salt 0 Aug 12 14:50 /var/run/salt/master/publish_pull.ipc srw-------. 1 salt salt 0 Aug 12...
@lee-harmonic I edited and restarted the salt-master using publisher_acl (https://docs.saltproject.io/salt/user-guide/en/latest/topics/security.html#id6), and have rw on the master_event_pub.ipc (3006.x) ``` [root@dhcp-10-47-15-216 david]# cat /etc/salt/master.d/user.conf publisher_acl: david: - .* [root@dhcp-10-47-15-216 david]# l /var/run/salt/master/...
Assigning this to @dwoz
@johje349 This is on Ubuntu 16.04, can you confirm this is an issue on an OS which is currently supported and not itself EOL or is there a typo here...
Tried this with latest Salt 3007.0 on Centos 8 and able to reproduce when issuing the command from a salt-master, however the same command using salt-call succeeded before installing a...