Utu Hopiavuori
Utu Hopiavuori
Nope, just template json files somewhere into sources tree. Defaults edit via bot private discussion might be nice also.
I patched that issue for upper boundary also. Test code below ```python test_alignment_out_of_bounds.py # Run (in virtualenv): python test_alignment_out_of_bounds.py import torch from whisperx import alignment as A def run_case(V, tokens,...
Actually it looks like after "apt full-upgrade" and reboot, unmount is happening as intended and problem is non-existent anymore.
Aaaand yet again..... ``` ┌──(utu㉿siem)-[~] └─$ journalctl -xeu grub-btrfs.service Dec 03 00:00:31 siem bash[111005]: Found snapshot: 2025-10-31 09:52:04 | @.snapshots/605/snapshot > Dec 03 00:00:32 siem bash[111005]: Found snapshot: 2025-10-31 09:51:41...
It looks to me like chkrootkit is scanning filesystem occasionally in same moment when grub-btrfs is generating grub.cfg. Is it possible to somehow mount snapshots into /tmp with mountoption -noexec...
I patched the 41_snapshots-btrfs script to mount snapshots with noexec flag and created a pull request. Then I noticed that same chkrootkit is then checking php files which lead myself...