Open shan33k opened 7 years ago
I got the same error on Ubuntu 14.04.5x64, 16.04.3x64, and 17.04x64.
Also noticed something a little odd.. There was a typo in the Debian and Raspbian versions of install-statuspage.sh, but was correct in the Ubuntu version.
Notice the line Add Litecoin rpc user and password to the litecoin-nodes-tatus.py script
found in the issue's error log above. It is correct on the Ubuntu script, so it appears the downloader is downloading either Raspbian or Debian installer instead because the typo is there. I did test by forcing the download of the Ubuntu version and still got the same issue as noted above.
Side note: Pull request created to fix typo
Got the same error on Debian.. Any ideas @losh11 ? Is it possible its something with DigitalOcean since every server I ran was in DigitalOcean?
@shanekillian , Did you run yours in DigitalOcean as well?
I'm running on digital Ocean and Ubuntu without an issue
Same issue on Ubuntu 16.04. Litecoind failed to start as it expects Upstart and 16.04 is using Systemv. You then get the socket.error: [Errno 111] Connection refused
from litecoin-nodes-status.py
Not sure what this is. Off the top of my head maybe default firewall config or something? I'll continue with rebooting the box now and see what happens.