vforge

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by vforge

  1. I was in the 6.8, now I do not - not the dashboard, not any of the unraid pages. Also, I noticed that when that happens all the websockets (and ajax calls) are failing - even if the dashboard page loads, the dockers or unassigned devices aren't going to be loaded, or maybe one the them will load, another will fail. I can't even shut down/restart from the gui - I need to time it between web server restarts. And the web terminal restarts every few secs, so my "fix" can only be applied via the normal SSH.
  2. It happens every 7-14 days for me since I updated to 6.9. I found this few lines (entered one after another in SSH) really fixing it every time the bug happens (ie. no restarts needed): /usr/sbin/nginx -s stop /usr/sbin/nginx /etc/rc.d/rc.php-fpm restart My 6.8 had easily 200+ days uptime without that issue.