BotoX

Results 131 comments of BotoX

Yeah it's not easy to match everything 100%, as such there will always be small differences. Like a different compression library version could explain it. It should be safe to...

It's not an issue though. sign.img is a cryptographic signature of the firmware, once you change any files it's useless. > Hi, sign.img is used on newer cameras / firmware...

change `true` to `false` here: https://github.com/g4klx/MMDVMHost/blob/4b864661a7d4807531d21d9c449550c4ccd2d35d/MMDVMHost.cpp#L1472 and I've had to set Duplex=0 for my rtl-sdr

https://github.com/anyc/avcut Check out this project for smart perfect cutting "SmartCut" I've successfully cut H264 with lossless-cut as a frontend/GUI only and transposing the project .csv to command line arguments for...

That'd fix the exception but if something is left in the pipe then that is gone...

The mountpoint is mostly empty: ``` ls -l /var/lib/docker/zfs/graph/c17142c4e4702730cd432457eebe069ecdef6c18773bf5a048d171e10cbd14ab total 34K drwxr-xr-x 2 root root 2 Mar 6 23:22 dev/ drwxr-xr-x 2 root root 5 Mar 6 23:22 etc/ drwxr-xr-x...

Same result with the overlay2 driver on ZFS: `/etc/docker/daemon.json` ``` { "storage-driver": "overlay2" } ``` result: ``` docker: Error response from daemon: failed to create task for container: failed to...

I've found the cause of the issue, it's a change in systemd behavior: https://wiki.archlinux.org/index.php?title=Nftables&diff=prev&oldid=785481 > With systemd 254 PrivateNetwork=yes imply PrivateMounts=yes, so we need to explicit set PrivateMounts=No https://wiki.archlinux.org/title/Nftables#Working_with_Docker Adding...

I think that a autoconnect would be nice to have which refreshes the server info every second or sends a connect message every second. People are spamming refresh more frequent...

The implementation is indeed hacky, it also requires a plugin recompile to make use of this feature. It also only works if plugins follow the following scheme: ```C++ if((target_count =...