PhracturedBlue
PhracturedBlue
I'm getting the following stack-trace when connecting to an SSL enabled mosquitto broker. Could this be related to my mosquitto configuration? I didn't modify anything other than the necessary vaeriables...
After running snapraid sync/scrub, force the parity HDD to spindown (assuming the `spindown` configuration option is set). My parity disks are on USB, and do not respond to `hdparm -S`...
If enabled and the storage implementation supports it, automatically extend the retention time of all relevant (non deleted/hidden/log/...) blobs during a full maintenance run. A new repository parameter is added...
This is a very preliminary take at documenting Kopia's Ransomware Protection capabilities
The '-c' switch is supposed to allow filename mapping, however in the code, I see: ``` charmap() { local chars="$1" file=/etc/samba/smb.conf grep -q catia $file || sed -i '/TCP_NODELAY/a \...
Persist-Queue 0.5.0 I don't know how I got into this state, but I have a corrupted queue that I cannot remove items from. ``` >>> import persistqueue >>> q =...
SingularityCE version: 3.8.0 running on AARCH64 on Centos 7.9 We have a use case where we want to mount an autofs path inside singularity: ``` --bind /nfs/autofspath:/nfs/autofspath ``` This works...
I am trying to use the run.sh script on Alpine linux (which uses busybox). I ran into 2 issues with the run.sh script: 1) Busybox 'ash' does not have arrays...
Migrated from: https://github.com/ansible/ansible/issues/71220 ##### SUMMARY In our environment, for most systems, /bin/sh is linked to /bin/bash, but on some hosts it is /bin/dash. We use 'set -eo pipefail' in our...
To use GPU acceleration with rootless podman, I need to be a member of the video and render groups, /dev/dri must be passed into the container, and the container user...