Admin page not accessible - stuck in maintenance mode

Using the latest trac jumpbox.

During a backup, a samba mounted folder went offline. The system froze up. Restarted it.

Now, the admin page is unresponsive and always blank.

Browsing to the application just gets a message that the system is in maintenance mode.

Is there a way i can kick the jumpbox out of maintenance mode by ssh, so that i can get to the admin interface and regain control?

Admin page not accessible - stuck in maintenance mode

If you have not already rebooted the JumpBox you might consider doing that to make sure the mountpoint is not mounted, or manually verify that it is no longer mounted:

mount | grep /var/data/backup

If the above command doesn't return anything then you are fine. If it shows a line indicating that the SMB share is still mounted, then you can manually unmount it:

sudo umount /var/data/backup/

Austin

Admin page not accessible - stuck in maintenance mode

You bet, there are two maintenance mode files that you might find on the JumpBox, one for the admin portal and one for the application. In situations like this the can be manually removed:

  • Admin Portal - /jumpbox/application_portal/public/maint.html
  • Application - /jumpbox/application_portal/public/appmaint.html

Austin

Enable SSH access without using admin page

I got same situation but I didn't enable ssh access for this virtual machine before how can I resolve it without using ssh or how can I enable ssh without admin page.

Thank you
Kittivong

WORKED !!

Deleting these two files gave back both access to the application and to the admin mode. THanks