-
Notifications
You must be signed in to change notification settings - Fork 0
Archive Trac vm after reboot
madscatt edited this page Jun 20, 2026
·
1 revision
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.
-
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
- if does not report running
-
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