

I found that while the lemmy_server process starts successfully and shows “Starting HTTP server at 0.0.0.0:8536” in logs, nothing is actually listening on port 8536.
Does:
# netstat -ntap|grep 8536
…show anything bound to the port?
I’m not sure how you determined that it’s not binding to the port, but that’s how I’d check.
There isn’t much that should stop a process from listening on a port over 1024 unless another process is already listening on it.
If all it takes to get someone to believe something is to flatter them and agree with them, it does kind of explain how people manage to sell people on all kinds of crazy things.