Hey guys. I’m getting `Failed to find a usable har...
# ktor
б
Hey guys. I’m getting
Failed to find a usable hardware address from the network interfaces
on linux. But it works on Mac. It seems like netty issue, but it should be fixed in netty 4.1.24 that is used by ktor.
d
Can you reproduce it in a docker instance so I can try?
б
I don’t use docker unfortunately.
d
which linux distro/version?
б
Debian 8.11
d
and that happens to you with a hello-world?
nothing speical, right?
and Ktor 0.9.4
б
Not a hello world, but a simple app that works on Mac with no problems.
d
can you try a hello world?
just
б
ktor 0.9.3 actually
d
uhm
can you try with 0.9.4?
and a hello world:
get("/") { call.respondText("OK") }
?
б
Ok
@Deactivated User Hi. I’ve registered issue and created sample hello-world project https://github.com/ktorio/ktor/issues/564
It is reproducing on hello-world
d
Okay. I will try with docker using debian 8.1.1 to see if i can reproduce there without having to install it in a VM. Have you tried in another machine/vm just in case the server network is misconfigured?
б
I only have single server unfortunately.
If it doesn’t reproduce then maybe my network configuration is somehow customized. I’m not an expert in network stuff, though.
d
yeah, I meant if you installed debian 8.1.1 in a virtualbox or docker and tried
б
Well if I find time then maybe. I’m not sure when though
d
no problem, I’m going to try now, I just wanted to know if that was done before to save some time