zack-bitcoin / amoveo

A blockchain for trust-free markets in financial derivatives
Other
464 stars 110 forks source link

Protocol 'inet_tcp': register/listen error #254

Closed terrancewong closed 5 years ago

terrancewong commented 5 years ago

when launching ,

./_build/prod/rel/amoveo_core/bin/amoveo_core start

or

make prod-restart

result:

Protocol 'inet_tcp': register/listen error

epmd daemon started.

Debian 9.9

zack-bitcoin commented 5 years ago

We don't have instructions for debian. The documentation is for ubuntu. VPS are cheap to rent by the hour if you want to try it out without installing, or you can run ubuntu in a virtual machine, or boot ubuntu up from a usb flash drive.

terrancewong commented 5 years ago

It is on a VPS.

I figured it out this is caused by iptables NAT POSTROUTING rules (for VPN server), deleting certain rules fixed it.

zack-bitcoin commented 5 years ago

Great. If you can install on debían, please send me instructions so I can add it to the docs.

terrancewong commented 5 years ago

hmm, it's pretty simple, identical to Ubuntu.

zack-bitcoin commented 5 years ago

the ubuntu instructions use 'apt' extensively. I had thought that the apt software repository system was unavailable in debian.