TW
TW
Workaround, but still annoying: ``` vagrant halt openindiana vagrant up openindiana vagrant provision ... (all the steps except update packages) ```
Maybe some day c-p-a will support it: https://github.com/cross-platform-actions/action?tab=readme-ov-file#supported-platforms https://github.com/cross-platform-actions/action/issues/20
Please post the traceback and the borg version(s), so we can exactly see what failed. Also I don't quite understand how you come from "when a file fails checksum verification...
@a9183756-gh This means that the data is corrupted: ``` borg.crypto.low_level.IntegrityError: MAC Authentication failed ``` If this happens at different, random places within that big file, a hardware issue is likely...
Hmm, I just noticed that #1061 likely fixes this and was merged into master. So, the main problem is that there is no fix in a released version yet. But...
Hmm, is `random.Random` (Mersenne Twister) seeded with 256bit key derived from 256bit secret good enough for this or do we need a CSPRNG? Considering that the `secrets` stdlib module does...
Huh? ``` INTERNALERROR> File "/home/runner/work/borg/borg/.tox/py311-fuse3/lib/python3.11/site-packages/pytest_cov/engine.py", line 421, in finish INTERNALERROR> self.cov.combine() INTERNALERROR> File "/home/runner/work/borg/borg/.tox/py311-fuse3/lib/python3.11/site-packages/coverage/control.py", line 864, in combine INTERNALERROR> combine_parallel_data( INTERNALERROR> File "/home/runner/work/borg/borg/.tox/py311-fuse3/lib/python3.11/site-packages/coverage/data.py", line 186, in combine_parallel_data INTERNALERROR> data.update(new_data, map_path=map_path)...
Linux-only, right?
See also: https://github.com/borgbackup/borg/issues/4820#issuecomment-549182858