cloudflare / gortr

The RPKI-to-Router server used at Cloudflare
https://rpki.cloudflare.com
BSD 3-Clause "New" or "Revised" License
309 stars 39 forks source link

Need help getting this going #109

Open owendelong opened 10 months ago

owendelong commented 10 months ago

I'm attempting to use gortr with pre-packaged octorpki (installed Debian octorpki package, but there's no corresponding debian gortr package available).

Built gortr from git clone.

Trying to launch gortr with the following command line: gortr-v0.14.8-5-g9f01dca-linux-x86_64 -tls.bind 127.0.0.1:8282 --cache http://127.0.0.1:9880/output.json -log.verbose -verify=false

(I have verified that octorpki is providing the desired output at the URL specified with CURL).

I get the following results: INFO[0002] New update (474511 uniques, 474511 total prefixes). 0 bytes. Updating sha256 hash -> b147e7168f42d0146c81dad91fe428faf33735b6efa6e18b72bd041bad3eb885 INFO[0004] Updated added, new serial 0
FATA[0004] open : no such file or directory

Everything seems as I would expect except for the sudden and useless (in terms of information) error at the end, which causes garter to exit almost immediately after it has started.

I have no idea what file it's attempting to open or where or for what purpose and the error provides no hints.

owendelong commented 10 months ago

For completeness, this is on a NanoPI R6S running DietPi (debian minimalist distro). arm64