@oplik0 +1 on the Jitsi stuff. Don't know jack about the code. I have been following that project since its very early days. Impressive and sustained progress, it makes. No flash in the pan, one or two shot wonder preceding an exit strategy, were they. Impressive. 👍
Repetitive forum update notice
-
Hi,
I've just installed NodeBB successfully.
When I'm at the forum page (Admin panel, for now), a notice repeatedly appears in the bottom-right corner, even though I dismiss it:
"Forum updated
This forum has just been updated to the latest version. Click here to refresh the page."
(See it here: http://dsh.re/85be4)
How do I prevent this from happening ?
Thanks,
Howard
-
@howardm your installation is probably trying to restart after an error. check your logs
./nodebb log
-
Hi,
Thanks for your interest.
When I dismiss the notice, it comes up again about 12 seconds later.
I don't see anything in my output.log
The last message is:
.......
NodeBB v1.0.0 Copyright (C) 2013-2014 NodeBB Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain conditions.
For the full license, please visit: http://www.gnu.org/copyleft/gpl.htmlClustering enabled: Spinning up 1 process(es).
5/3 21:21 [6147] - [32minfo[39m: Time: Sat Mar 05 2016 21:21:26 GMT-0500 (EST)
5/3 21:21 [6147] - [32minfo[39m: Initializing NodeBB v1.0.0
5/3 21:21 [6147] - [32minfo[39m: NodeBB Ready
5/3 21:21 [6147] - [32minfo[39m: Enabling 'trust proxy'
5/3 21:21 [6147] - [32minfo[39m: NodeBB is now listening on: 0.0.0.0:4567.........
I configured Forever to keep it running, as follows:
....sudo forever start app.js
warn: --minUptime not set. Defaulting to: 1000ms
warn: --spinSleepTime not set. Your script will exit if it does not stay up for at least 1000ms
info: Forever processing file: app.js...........
I presume this is not related to that in any way.
Howard
-
Update:
Well, I stopped nodebb:
........
forums$ ./nodebb stop
Stopping NodeBB. Goodbye!
........Now, it's going again (I guess Forever is keeping it going).
The notice has stopped appearing.
? but
Howard
-
@howardm don't think you need
forever
. NodeBB has the capability to try to start itself if it goes down because of an error unless you stop it using./nodebb stop