FoolFuuka/Troubleshooting

From Bibliotheca Anonoma
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

SITE IS DOWN

Check if site is up at the URL after each step.

1. Restart nginx

   sudo systemctl restart nginx

2. Restart HHVM - what is usually the problem

   sudo killall -9 hhvm
   sudo systemctl restart hhvm

3. Restart PHP7 - Not so much of a problem yet?

   sudo systemctl restart php7.2-fpm

4. Restart Host

   sudo reboot

Asagi will restart itself after this

Troubleshooting Asagi Output

  • "Couldn’t fetch preview" is thumb, it will still try to grab
  • "Couldn’t fetch media" is ok, it will try to grab it again
  • "Couldnt update board" is bad, and "couldn’t update thread" will crash the thread

Adding a New Admin / Moderator

  1. Enable registration by unchecking box here https://rbt.asia/admin/preferences/registration/
  2. Have them register on https://yourarchiver.org/admin
  3. Once they have registered, disable registration
  4. Go to https://yourarchiver.org/admin/users/manage/
  5. Click on their user and select the role you’d like

Temp files

   sudo bash /home/atc/cleanlogs.sh 

Restarts hhvm and nginx (sometimes hhvm will hang, Ctrl + C out and restart HHVM again)