requarks / wiki

Wiki.js | A modern and powerful wiki app built on Node.js
https://js.wiki
GNU Affero General Public License v3.0
24.25k stars 2.68k forks source link

node wiki start crashes silently on raspi #480

Closed bocajnotnef closed 6 years ago

bocajnotnef commented 6 years ago

Actual behavior

run node wiki start get 'Wiki.js has started successfully' message run ps -e | grep node, have no output Wiki is not accessible Nothing is listening on the configured port No log output in /logs

Expected behavior

Wiki.js to not fail silently

Steps to reproduce the behavior

Have raspi have nvm v0.31.0 have node v6.11.5 have wiki 1.0.78 Configure wiki via web interface (which works fine) Attempt to launch wiki Observe lack of wiki

bocajnotnef commented 6 years ago

Apparently it works in some port ranges (e.g, 6066) but not others (3001, 60666, etc)