diff options
author | David Walter Seikel | 2012-02-07 04:02:38 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-02-07 04:02:38 +1000 |
commit | 8ba3ef27fe0367a0f80cabca95db35761cd00cf7 (patch) | |
tree | c85bebfee35adf34d08b6147138796ad7d06a9c4 | |
parent | Use the real pid file, not just the one I test with. (diff) | |
download | IGnoble-8ba3ef27fe0367a0f80cabca95db35761cd00cf7.zip IGnoble-8ba3ef27fe0367a0f80cabca95db35761cd00cf7.tar.gz IGnoble-8ba3ef27fe0367a0f80cabca95db35761cd00cf7.tar.bz2 IGnoble-8ba3ef27fe0367a0f80cabca95db35761cd00cf7.tar.xz |
Document possible solution to the monit reboot bug, coz it's late and I'm off to bed.
-rw-r--r-- | TODO.txt | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ | |||
1 | FIX BUGS - | 1 | FIX BUGS - |
2 | 2 | ||
3 | Hmmmm, monit has trouble restarting the sim after a reboot, and seems unreliable sometimes. | 3 | Hmmmm, monit has trouble restarting the sim after a reboot, and seems |
4 | unreliable sometimes. Scan through monits conf.d directory, look at the | ||
5 | sim links, follow those to the sims config directory, then run start-sim | ||
6 | from there. Then stick that code at the end of fix_var_run.sh, since | ||
7 | it's running from rc.local anyway. | ||
4 | 8 | ||
5 | 9 | ||
6 | NEW FEATURES - | 10 | NEW FEATURES - |