deamen
deamen
Hi Baruch, The HDD is a Seagate SATA HDD, `ST3400620NS`. The hanging issue only happens when the drive is connected to a LSI SAS HBA, when I connect the drive...
Hi Baruch, I confirm the timeout commit (cd596a1) works, I can cancel diskscan with ctrl + c now: ``` diskscan version 0.19 I: Validating path /dev/sdc E: Failed to read...
I wonder how to debug as well? The twistd.log does not provide any information: > 2022-11-12 20:40:37+1100 [-] Starting factory > 2022-11-12 20:40:37+1100 [-] Scheduling retry 1 to connect in...
> I don't know anything about alpine, but you're probably needing to install libcurl-dev via whatever package manager you have available. Yeah, curl-static curl-dev are installed and all static libraries...
> Maybe have a look at the alpine CI for dependencies? https://github.com/transmission/transmission/actions/runs/8041768826/job/22184879939?pr=6647 Yeah, I started from the CI workflow, but unfortunately it doesn't build statically linked binaries unless I missed?
> If you scroll to the bottom of the page.... https://github.com/transmission/transmission/actions/runs/8041768826?pr=6647 Yes, we have CI to build transmission suite on alpine linux with musl, but it is not statically linked,...
In RHEL9, only the ca-bundle.crt is needed: ```bash # cat /etc/dracut.conf.d/clevis.conf hostonly_cmdline=yes kernel_cmdline+=" rd.neednet=1 " install_items+=/etc/pki/tls/certs/ca-bundle.crt ``` Then re-generate the initrd: ```bash dracut -fv --regenerate-all ``` This should keep the...
Thanks, I have tried adding the libraries to CMAKE_EXE_LINKER_FLAGS, like `-DCMAKE_EXE_LINKER_FLAGS="-static /usr/lib/libnghttp2.a /usr/lib/libbrotlidec.a"`. But I am getting warning: > CMake Warning: > Ignoring extra path from command line: /usr/lib/libbrotlidec.a I...
I am able to build transmission-daemon for x86_64 and amr64 by patching the CMakelist.txt file, the scripts are in this [repo](https://github.com/deamen/transmission-builder)
I think we can close this.