Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lpmourato opened this issue Sep 26, 2018 · 4 comments
Open

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

lpmourato opened this issue Sep 26, 2018 · 4 comments

Comments

@lpmourato
Copy link

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
Copy link
Owner

ahdinosaur commented Sep 26, 2018

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. 😅

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 ❤️

@lpmourato
Copy link
Author

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
Copy link
Owner

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

@DanielHeath
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants