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

Couldn't start sbot after setup #32

Closed RyanSinger closed 4 years ago

RyanSinger commented 4 years ago
Linux ssb-pub 4.9.0-11-amd64 #1 SMP Debian 4.9.189-3+deb9u1 (2019-09-20) x86_64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@ssb-pub:~# apt update
Hit:1 http://security.debian.org stretch/updates InRelease
Ign:2 http://mirrors.digitalocean.com/debian stretch InRelease
Hit:3 http://mirrors.digitalocean.com/debian stretch-updates InRelease
Hit:4 http://mirrors.digitalocean.com/debian stretch Release
Hit:5 https://download.docker.com/linux/debian stretch InRelease
Reading package lists... Done
Building dependency tree       
Reading state information... Done
4 packages can be upgraded. Run 'apt list --upgradable' to see them.
root@ssb-pub:~# apt upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  file libmagic-mgc libmagic1 linux-image-4.9.0-11-amd64
4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 39.6 MB of archives.
After this operation, 26.6 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://security.debian.org stretch/updates/main amd64 file amd64 1:5.30-1+deb9u3 [64.2 kB]
Get:2 http://security.debian.org stretch/updates/main amd64 libmagic1 amd64 1:5.30-1+deb9u3 [111 kB]
Get:3 http://security.debian.org stretch/updates/main amd64 libmagic-mgc amd64 1:5.30-1+deb9u3 [222 kB]
Get:4 http://security.debian.org stretch/updates/main amd64 linux-image-4.9.0-11-amd64 amd64 4.9.189-3+deb9u2 [39.2 MB]
Fetched 39.6 MB in 0s (44.0 MB/s)                     
(Reading database ... 56164 files and directories currently installed.)
Preparing to unpack .../file_1%3a5.30-1+deb9u3_amd64.deb ...
Unpacking file (1:5.30-1+deb9u3) over (1:5.30-1+deb9u2) ...
Preparing to unpack .../libmagic1_1%3a5.30-1+deb9u3_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.30-1+deb9u3) over (1:5.30-1+deb9u2) ...
Preparing to unpack .../libmagic-mgc_1%3a5.30-1+deb9u3_amd64.deb ...
Unpacking libmagic-mgc (1:5.30-1+deb9u3) over (1:5.30-1+deb9u2) ...
Preparing to unpack .../linux-image-4.9.0-11-amd64_4.9.189-3+deb9u2_amd64.deb ...
Unpacking linux-image-4.9.0-11-amd64 (4.9.189-3+deb9u2) over (4.9.189-3+deb9u1) ...
Setting up libmagic-mgc (1:5.30-1+deb9u3) ...
Setting up libmagic1:amd64 (1:5.30-1+deb9u3) ...
Processing triggers for libc-bin (2.24-11+deb9u4) ...
Setting up linux-image-4.9.0-11-amd64 (4.9.189-3+deb9u2) ...
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-4.9.0-11-amd64
/etc/kernel/postinst.d/zz-update-grub:
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.9.0-11-amd64
Found initrd image: /boot/initrd.img-4.9.0-11-amd64
done
Setting up file (1:5.30-1+deb9u3) ...
root@ssb-pub:~# sbot whoami
-bash: sbot: command not found
root@ssb-pub:~# .sbot whoami
-bash: .sbot: command not found
root@ssb-pub:~# ls
create-sbot  docker-gpg  sbot  ssb-pub-data
root@ssb-pub:~# ./sbot
Cannot read property 'apply' of undefined
RyanSinger commented 4 years ago

Nvm. It's working, I just get this weird Cannot read property 'apply' of undefined error sometimes.