Adrian Malaguti

Results 30 comments of Adrian Malaguti

@rdutch The issue is still present, I'm facing this problem now. Here's my fix, as mentioned in the previous comments autocommit should be set to true, or do a commit()...

> > It just happened on my master which is 3007.0... > > Try some zmq tuning, I did it on my 3006.4 (latest really stable version) : > >...

> Can you reproduce in 3006.3? Haven't tried 3006.3 but it seems fixed in 3006.7

@dwoz It seems a bit better in 3006.8. it feels like it can reconnect better than before But in the process of testing this I found the following issue #66497...

@dwoz I tried this one with a 3006.8 but could not see any message related to the ping function. https://github.com/saltstack/salt/blob/v3006.8/salt/minion.py#L3163C33-L3170C1 here it says that service.restart requires an init system. Does...

Hey guys this is still a problem in 3006.9 right ? I'm unable to login to Salt API on a master running as a non-root user

Are these `'pam.acl' is not available` and `'pam.process_acl' is not available` log messages possible errors (instead of debug messages ? ``` 2024-09-09 15:08:20,950 [salt.utils.lazy :101 ][DEBUG ][19135] Could not LazyLoad...

eapi pam authentication started to work after we found this line in salt\pam.py https://github.com/saltstack/salt/blob/v3006.9/salt/auth/pam.py#L231C4-L231C88 and we set `auth.pam.python` on the master to the local python installation used on this setup...

Including 3007.0, same behavior, Fails the same way, during the scheduler execution looks like it fails to contact the other master, and so the job fails ``` salt.exceptions.SaltReqTimeoutError: Request client...