AngelOfFear

Results 11 comments of AngelOfFear

When I delete a news/file, I do UPDATE xbt_torrents SET flags=1, and the row in xbt_torrents is immediately deleted.

> It doesn't? > > > To handle this, DHT- and tracker announces and lookups for v2 torrents use the SHA-256 info-hash truncated to 20 bytes. Need support hybrid mode...

> The field isn't optional (anymore). What is mean? XBT Tracker uses deprecated **torrent_pass** again? I can't use **torrent_pass_version** anymore?

> You can use both. I.e. I should just add the missing torrent_pass char(32) not null field. And should I somehow specify in the settings that I need to use...

> Try the MariaDB client lib. How can I fix it? Because service still not starting. systemctl status tracker shows: > xbt_tracker[1255]: WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed...

> It's a warning and doesn't affect startup. It doesn't start ![Снимок экрана от 2024-05-09 15-05-05](https://github.com/OlafvdSpek/xbt/assets/61244832/9eb6b787-237f-4ad5-a72d-d973000ce6d3)

I removed default-libmysqlclient-dev, libmysqlclient-dev and installed libmariadb-dev, and I don't get this warning anymore. But service still deactivated. I think default file tracker.service is incorrect (not sure). ![Снимок экрана от...