Console's autorefresh doesn't work anymore

Hi, I have a problem with my console, it does not update anymore automatically, I must refresh the page for see logs but i can always type commands in the console.

I didn’t do anything, I just tried to update the WebUI and the VPS (apt-get update/urgrade) but the problem has not resolved.

Someone has a solution ?

Thanks.

(And sorry for my bad english)

English may be the problem, then. Or it could just be Java not english, lol.

  1. What version of MineOS do you use? (Python, Jessie, Wheezy?)

  2. Please post the server’s logs, not the game’s logs.

  3. Please make clear what you mean by ‘logs’ and ‘console’, do you see them in the same place? If so, this may be the problem.

  4. Is the ‘console’ the place you log in as “root”? As far as I remember, you have to be logged in as root to update MineOS, it will not update automatically by itself. (Turnkey is supposed to do a security update every day by itself).

This will not update MineOS only Turnkey…

To update MineOs, log in as ‘root’, then:

cd /usr/games/minecraft
git fetch
git merge origin/master
npm install
apt-get update
reboot

Good Luck!

tNt

1 Like

I just updated the webui with your instructions and it’s work again !

Thanks :smiley:

Wherever you go, there you are! (quote of Buckaroo Banzai).

Glad to help in any small way.

Cheers!

tNt