SOLVED Medusa blanks on start [12.2]

Wisdom

Explorer
Joined
Oct 15, 2016
Messages
71
Hello. After following (and attempting to update) some of the existing guides for medusa, I'm getting a crash without errors, and don't know how to proceed.

I've gotten all the way through, with a seemingly successful installation (albeit with newer versions of python) then:

service medusa start Starting medusa. service medusa status medusa is not running.

I'm drawing a blank. Y'all have any ideas?
 

Wisdom

Explorer
Joined
Oct 15, 2016
Messages
71
Some further trial and error, looks like I'm getting through. For future reference:

vi /usr/local/etc/rc.d/medusa needed adjusting.

{medusa_enable:="NO"} -> "YES" (duh)
{medusa_python_dir="/usr/local/bin/python3.7"} -> "/python3.9"

I also had a missing (or out of date) dependency in py39-sqlite3
pkg install -y py39-sqlite3
 
Top