Storage node on Synology/docker not working

OK, if you’ve scrubbed the log so it doesn’t really say XXXXX.XXX.domain.com:28967 that’s fine. But it still points to a DNS issue: the node is trying to resolve your hostname and failing. You could just put in the IP for now to see if it starts and runs (and deal with DNS later).

lookup xxxxx.xxx.domain.com on 192.168.200.2:53: no such host
        storj.io/storj/storagenode.(*Config).Verify:182

For some reasons the domain lookup doesn’t seem to work.
Can you try with your ip address?

2 Likes

Hey @jammerdan,

Lifesaver… :slight_smile:

It looks like that solved my problem. I put the static IP and the container seems to be stable now.

But is really strange, because when I ping the hostname, it gets resolved without issues.

Anyway, I can keep it like this, I guess, without issues. Right?

With kind regards,
Angelos Pitsos

This is great to hear.

Which is weird. There must be some unresolved issue.

Yes.

2 Likes