Skip to content

Archive Trac vm after reboot

madscatt edited this page Jun 20, 2026 · 1 revision

Vm After Reboot

Legacy Trac archive page imported from vm_after_reboot. Source: https://genapp.rocks/wiki/wiki/vm_after_reboot. Review age, links, and examples before treating as current.

some things to check after a vm reboot

  • this is primarily for the sassie-web and sassie-webmobile vm's currently deployed on entropy & mobileentropy

  • for some reason postfix fails to startup even though it should according to the rc.d/rc.postfix file

    • /etc/rc.d/rc.postfix status

    • if does not report running
      • /etc/rc.d/rc.postfix start

  • ntp starts off at the wrong time...

    • possible fix, edit rc.ntpd or add rc.0ntpd as ntpdate 10.1.1.1
    • /etc/rc.d/rc.ntpd stop && ntpdate 10.1.1.1 && /etc/rc.d/rc.ntpd start
  • one can test email functionality with the test script generated by genapp

    • from your application directory
    • $ output/html5/util/test_mail.php !
    • it should print out relevant info and if all is well, you will receive an email
    • if you don't, you might want to look at or watch /var/log/maillog
      • e.g.: # tail -f /var/log/maillog

Clone this wiki locally