Sebastian Pipping
Sebastian Pipping
Hi @hurzhurz, thanks for your reply and the hint about `cp.list_master`. I have re-installed 3006.9 now and applied [match_hostname.patch](https://src.fedoraproject.org/rpms/salt/raw/f41/f/match_hostname.patch) on top so that 3006.9 doesn't crash any more. I then...
> Well, maybe another test you could do is: `salt-ssh xyz cp.get_file salt://files/xyz /tmp/` @hurzhurz that worked, I get output… ```console # salt-ssh -w -t 'docker*' cp.get_file salt://files/restart-as-needed.sh /tmp/ docker2:...
@lkubb if I can trust my eyes, applying #66899 indeed solves the issue for 3006.9. (There is still red in the output because I'm also hitting #64532 now but that's...
For anyone coming here to find a working solution based on **Salt 3007.1**: it took these two pull requests on top for me: - https://github.com/saltstack/salt/pull/66690 - https://github.com/saltstack/salt/pull/66899
Seen with 3001.1 with a Fedora 32 target as well: ```console # salt-ssh '*' test.ping host1: ---------- retcode: 1 stderr: Traceback (most recent call last): File "/var/tmp/.root_XXXXXX_salt/salt-call", line 26, in...
Update: I have come up with something like that by myself in the mean time: https://github.com/hartwork/no-cyclic-imports .
@thebjorn it took me a moment to really understand your reply, but I think I got it now. We could still team up on getting #197 fixed in pydeps, and...