ahdinosaur / ssb-pub

easily host your own Secure ScuttleButt (SSB) pub in a docker container
http://butt.nz/
GNU Affero General Public License v3.0
158 stars 25 forks source link

It is not possible to get into the SSB container #13

Open lpmourato opened 5 years ago

lpmourato commented 5 years ago

Hey guys! I'm following this tutorial to install my local server for Manyverse, but I can't get into the SSB server when I ran: docker exec -it sbot bash Error response from daemon: Container 124dfsfd123 is restarting, wait until the container is running

It happens all times when try to do this:/

I'm not very familiar with docker, so, could you guys give me some help on this job?

Thanks :)

ahdinosaur commented 5 years ago

hi @lpmourato, thanks for following the tutorial and posting up an issue!

i'm not sure why that would be happening, i haven't come across that yet, sorry. :sweat_smile:

what happens when you run docker ps?

maybe try to turn it off and on again: docker stop sbot && docker start sbot or a full server reboot?

has your pub synchronized with other peers yet? if so, is it done with the initial sync?

cheers :heart:

lpmourato commented 5 years ago

Hey @ahdinosaur, Thanks for your answer! So, now I'm trying to run it on a debian machine and a have the same issue: Still restarting forever:/ ahdinosaur/ssb-pub "sbot server" About an hour ago Restarting (1) 1 second ago sbot I restarted the container but it didn't work.

If I try to create an invitation: ./sbot invite.create 1 Error response from daemon: Container 6f91ebb is restarting, wait until the container is running

ssh -t root@<hostname> ./sbot invite.create 1 ssh: Could not resolve hostname Name or service not known

ahdinosaur commented 5 years ago

@lpmourato does your domain (e.g. example.com) point to your server's IP address (e.g. 123.123.123.123)?

DanielHeath commented 5 years ago

Possibly relevant: If you're running in AWS, your machines public IP address doesn't show up in ifconfig.