ssbc / ssb-server

The gossip and replication server for Secure Scuttlebutt - a distributed social network
1.69k stars 164 forks source link

sbot whoami, Error: Could not connect to ssb-server localhost:8008 #721

Closed mrweiss closed 4 years ago

mrweiss commented 4 years ago

Hi, I was running a pub some time ago using ssb-server, I've wiped the VPS and tried to set everything up again, but I am running into issues with the newer version of ssb-server - it's the same VPS/setup as before, fresh install - would anyone see this issue before? Thank you!

Virtualization: vmware Operating System: CentOS Linux 7 (Core) CPE OS Name: cpe:/o:centos:centos:7 Kernel: Linux 3.10.0-957.1.3.el7.x86_64 Architecture: x86-64

Following https://scuttlebot.io/docs/config/create-a-pub.html setting the hostname to one that matches the A record for the server's IP address.

yum install npm yum install screen npm install -g ssb-server screen -S scuttlebutt sh ~/run-sbotserver.sh ssb-server 15.2.0 /root/.ssb logging.level:notice my key ID: Ql8EuHS3ode0FPbZqp882xva5jc/tjDxfBRI4yQ0088=.ed25519 ssb-friends: stream legacy api used ** ()

ctrl+a d

sbot whoami Error: Could not connect to ssb-server localhost:8008 Use the "start" command to start it. Use --verbose option to see full error

Vertux commented 4 years ago

What is the output of lsof -PiTCP -sTCP:LISTEN|grep 8008 ?

mrweiss commented 4 years ago

image

stale[bot] commented 4 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

mrweiss commented 4 years ago

ok to close, moved away from ssbc