Kevin Landreth
Kevin Landreth
> This would be applicable to `apt` systems too. `apt-mark manual ` but anything installed with `apt-get`/`aptitude`/`apt` should automatically have these packages marked as manually installed. Have you observed the...
@OrangeDog thanks for that clarification, makes a ton of sense now. edit: also I am dumb
@tbennett6421 's fix works for me and is quite annoying to have to include this into our bootstrap process and highstates.
Issue present in 3006.6. basic bootstrap install. onedir with systemd. ### master ``` Salt Version: Salt: 3006.6 Python Version: Python: 3.10.13 (main, Nov 15 2023, 04:34:27) [GCC 11.2.0] Dependency Versions:...
Adding `minion_restart_command` kinda worked, but not entirely smooth. ### minion setup prior to test ``` root@node-0:~# cat /etc/salt/minion.d/restart.conf minion_restart_command: systemctl restart salt-minion root@node-0:~# date -u Sun Feb 4 10:13:48 PM...
Update on my findings. This is the safest and most reliable way I've found to restart a linux minion. Using `systemd-run --scope` creates a new parent cGroup outside of init....
someone provided a fix twice for this and they both went stale. Wonder if the maintainer/author is watching this repo anymore
Still happens on 2.1.17 even with `refresh-only`. had to ignore changes for regions making this terraform module and resource unusable right now.
I don't know if this will help or is a known "fix". The errors seemed similar enough. I was going to get device captures by running windows 11 VM, USB...
oh ballsack. In more testing I broke it again. I'll trying fiddling and take better notes this time.