Revision 13024
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/README.TXT | ||
---|---|---|
11 | 11 |
ssh -t vegbiendev.nceas.ucsb.edu exec sudo su - aaronmk |
12 | 12 |
cd /home/bien/svn # should happen automatically at login |
13 | 13 |
|
14 |
Notes on system stability: |
|
15 |
**WARNING**: system upgrades can break key parts of the full-database |
|
16 |
import, causing errors such as disk space overruns. for this reason, it |
|
17 |
is recommended to maintain a snapshot copy of the VM as it was at the |
|
18 |
last successful import, for fallback use if a system upgrade breaks |
|
19 |
anything. system upgrades on the snapshot VM should be disabled |
|
20 |
completely, and because this will also disable security fixes, the |
|
21 |
snapshot VM should be disconnected from the internet and all networking |
|
22 |
interfaces. (this is an unfortunate consequence of modern OSes being |
|
23 |
written in non-memory-safe languages such as C and C++.) |
|
24 |
|
|
14 | 25 |
Notes on running programs: |
15 | 26 |
**WARNING**: always start with a clean shell, to avoid spurious bugs. the |
16 | 27 |
shell should not have changes to the env vars. (there have been bugs |
Also available in: Unified diff
/README.TXT: Notes on system stability: added recommendation to maintain a snapshot copy of the VM as it was at the last successful import, for fallback use if a system upgrade breaks anything. system upgrades on the snapshot VM should be disabled completely, and because this will also disable security fixes, the snapshot VM should be disconnected from the internet and all networking interfaces. (this is an unfortunate consequence of modern OSes being written in non-memory-safe languages such as C and C++.)