MisterTea / EternalTerminal

Re-Connectable secure remote shell

Home Page:https://mistertea.github.io/EternalTerminal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segfault starting etserver on raspberry pi zero

jaredmoody opened this issue · comments

After following the debian instructions to add the PPA and installing, attempting to start the server just immediately segfaults.

 $
/usr/bin/etserver --cfgfile=/etc/et.cfg
Segmentation fault

Backtrace:

#0  0xb6a445c8 in ?? () from /lib/arm-linux-gnueabihf/libcrypto.so.1.1
#1  0xb6a3e1a0 in ?? () from /lib/arm-linux-gnueabihf/libcrypto.so.1.1

This was on raspbian bullseye

Let me see if I can compile libcrypto within et and eliminate these errors.