ioqy

Results 27 comments of ioqy

Any news? It's been nearly 1 year and the bug is still in version 2023.5.1.

I have the same problem and after a restart of the machine I only needed to restart the docker container once after boot for gluetun to be able to use...

I tried it with both v3.35.0 and v3.34.3. Up until yesterday gluetun couldn't use the kernel module on the first start of the container after a reboot of the host...

Shouldn't the info hash be more or less an additional `INNER JOIN torrents ON ...` for all queries? It was more than 12% on my test database and depending on...

@binhex Thank you for the PR. Let's hope that will get merged.

@jhuckaby Same problem here. Fresh Ubuntu 24 server and followed the node.js installation instructions from https://nodejs.org/en/download/ ```bash # Download and install nvm: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash # Download and...

Thanks for the hint. While the installation mentions that node "must be installed to a standard location", it neither mentions how to do this or that the default installation method...

No problem. I was just surprised that I ran into such a basic problem by following the installation instructions. I had a quick look into nvm and control.sh and this...

Wow, that was quick. The only thing is that when the nvm default is set to a non LTS version, just sourcing nvm (the command `. ~/.nvm/nvm.sh`) will then set...

I just thought that this behavior contradicts the [installation instructions](https://github.com/jhuckaby/Cronicle/blob/master/docs/Setup.md#installation) which state that only active LTS versions are supported.