Martin Hoffmann

Results 206 comments of Martin Hoffmann

Right, so it is empty. I’ll double check if that can actually happen without Routinator also crashing. In the mean time, just wiping the the cache should fix your issue.

That sounds like a reasonable change. I’ll add the issue to the milestone for the next release. Again, thank you for reporting!

The issue might be running out of inodes on the disk, not space. I believe that also results in this error message.

I’d love to make it need less inodes but I am all out of ideas that don’t turn into basically writing an in-file mini database. As a workaround improvement, I’ve...

With both documented system requirements updated and #793, I think it is okay to close this issue for now.

I think what it is trying to tell you is that the file wasn’t a `` but an ``. Are you sure the server returned a 404 and not a...

So, the proposed plan for this is: Get rid of installing TAL files entirely. By default, Routinator will use the five RIR TALs that are baked into the binary. If...

The original intention for the stub resolver was to be a driver for the more complex logic implemented by the lookups. Allowing you to do your own raw query was...

The List of DNS servers can be obtained via `GetNetworkParams()`. This function doesn’t seem to be part of `winapi-rs` yet (it comes from `Iphlpapi.h`—this may be in version 0.3 but...

Incidentally, I was just pondering how to progress the other day. I still don’t have access to any Windows machines, but I am looking into AppVeyor now, hoping to be...