RT Hatfield

Results 4 comments of RT Hatfield

I've been using slskd (`0.20.1 (0.20.1+220189e3)`) in a FreeBSD 14.0 jail for a few months now, and it works pretty well. I'm running .NET 8.0.100 and had to do that...

Here's my rc script: ``` #!/bin/sh # PROVIDE: slskd # REQUIRE: DAEMON NETWORKING # KEYWORD: shutdown # Add the following lines to /etc/rc.conf to enable slskd: # slskd_enable : set...

Okay, having gone back through my notes, I do believe it is due to the use of `Dns.GetHostEntry` in the Soulseek.NET [library](https://github.com/jpdillingham/Soulseek.NET/blob/3ee7e3bbe4bd70e367d49aef95485aa682f32f7d/src/SoulseekClient.cs#L826), which fails when your host can't retrieve PTR...

The rc script won't run your program unless you modify it to match your configuration, which is an exercise left to the reader.