Marko Todorić
Marko Todorić
Not sure what the problem is when running from package, really, but this works flawlessly in Docker... https://hub.docker.com/r/linuxserver/transmission My docker-compose.yaml ``` version: "2.1" services: transmission: image: lscr.io/linuxserver/transmission container_name: transmission environment:...
It was long time ago so cannot provide any proof however i remember the same magnet link used in transmission server on CentOS instantly worked on windows uTorrent client.
Thanks @ThePirateWhoSmellsOfSunflowers that appears to have worked. But original issue that led to me wanting to use SASL+DIGEST_MD5 is still there. I'm unable to change user password. I tried using...
Now we're talking! Thanks a lot @ThePirateWhoSmellsOfSunflowers
Haven't checked honestly, but tried it now and yes. Same error, only on armv6. However do keep in mind that this was all built inside docker image. But still, seems...
Nope, all other characters are alfanumeric. Only two octothorpes/hashes are in password. Proto, hostname is all *, example: ``` mssql:*:*:*:*:%23alfanumeric%23alfanumeric ``` And for DSN i use: ``` mssql://sa@localhost:62275?database=dbname ``` And...
Yup, connecting directly (with urlencoding hashes) worked. So urlencoding it in .usqlpass doesn't work for some reason. `\conninfo` displays something like: ``` Connected with driver sqldriver (sqlserver://sa:%23password%23password@localhost:... ```
I'm having somewhat similar issue but it's tied to specific images. For example, this issue occurrs when i try to use `adguard/adguardhome` image to mount s3fs to `/opt/adguardhome/conf` and `/opt/adguardhome/work`...