Open TecsolAus opened 10 months ago
I had a similar problem. As it turned out, the problem was related to the OS (Ubuntu 22) using OpenSSL3.0.x, which caused and error in the crypto.erl file. I uninstalled OpenSSL3.0.x and installed OpenSSL 1.1.1w and the problem was fixed.
regards,
Kris
This is a new installation. Erlang is installed, compiles and runs the "hello world" test script. When running
sudo systemctl start lorawan-server
, and thensudo systemctl status lorawan-server
I get an error:I'm not sure where to go here to debug the issue. It appears lorawan-server is causing Erlang to crash completely.
regards, james@tecsol.com.au