-
Not sure if this is technically a bug or a feature request to support caching_sha2_password as an auth_plugin so apologies in advance.
**Description**
Adding multiple mysql users with any auth_plu…
-
I installed the pre builds manually. Everything seems to be there apart from torch_scatter, but there are no pre builds for that. What can I do? I tried building it myself, but ran into so many issues…
-
python 3.11
torch-2.0.0+cpu
```python
import torch
import torchvision
import torch.onnx
model = torchvision.models.resnet18()
model = model.eval()
x = torch.rand(1, 3, 224, 224)
tor…
-
To have one exception for every `GIT_EXXX` all of them inheriting from `GitError`, use a consistent naming, e.g. `GIT_EINVALIDSPEC` would become `GitInvalidSpecError` or maybe just `InvalidSpecError`.…
-
### Description of Issue/Question
On running a command using onchanges_any for a file list, if the file wasn't up for a potential change, a RuntimeError Traceback for maximum recursion is received in…
-
### Description of Issue
I have a number of defunct processes which increment and eventually cause the host to run out of memory, requiring a reboot. There is a scheduled runner which executes every …
-
Related to #31270
Wanting to create an ACL that applies the execute permission to directories, but not files. Using chmod and setfacl you can use X instead of x, which means it'll apply the execute pe…
-
**Description**
What's particularly weird about this issue is that `salt-call` _does_ have access to pillar when running `salt-call saltutil.sync_grains` and/or `saltutil.refresh_grains` but doesn't …
-
**Description**
When using the `saltutil.runner` minion function on a master, folders/files created in /var/cache/salt/master/jobs are owned by `root:root` and unable to be accessed/cleaned by the ma…
-
**Description**
The [modules.ebuildpkg.installed](https://docs.saltstack.com/en/3000/ref/modules/all/salt.modules.ebuildpkg.html#salt.modules.ebuildpkg.install) module function has an extra argument …