Open jcea opened 4 years ago
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review. In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment. Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:
Finally, remember to use https://discuss.ipfs.io if you just need general support.
@jcea the netroute library (https://github.com/libp2p/go-netroute) helps with figuring out network information which is useful in determining things like what IP address + port combinations your node tells other nodes about and deciding whether the DHT should run in client or server mode in the default configuration.
Since this low level information is platform specific and not just handed to us by Go this error means there is not yet an implementation for Solaris.
@willscott any idea if this is easy to do?
I don't program "go", but I will be happy to test whatever source code you provide and I have pretty deep Solaris sysadmin skills.
Recommendations on somewhere to spin up a solaris VM to test against? without that it's gonna be a bit of blind guessing.
My guess is that the solaris syscall API looks like it'll be closest to linux so we'll add it in the buildtags here https://github.com/libp2p/go-netroute/blob/master/netroute_linux.go#L7
I am trying to compile "ipfs-go-0.6.0" in Solaris, no success:
I can not program "go", so I can not do futher progress by myself.
Help!.
Thanks