Differences From Artifact [d3633d3bbf]:
- File docs/manual/howto.txt — part of check-in [6f6c525ff5] at 2014-02-24 09:46:55 on branch v1.60 — Minor documentation updates and tweaks to the tests (user: mrwellan, size: 1073) [annotate] [blame] [check-ins using]
To Artifact [b28c4b0da6]:
- File docs/manual/howto.txt — part of check-in [bbd7cb0f5a] at 2014-02-24 19:44:31 on branch v1.60 — Random port assignment, minimize re-use of ports (user: matt, size: 1212) [annotate] [blame] [check-ins using] [more...]
︙ | |||
55 56 57 58 59 60 61 | 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | + + + + + + + + | The runscript method is a brute force way to run scripts where the user is responsible for setting STATE and STATUS ------------------- runscript main.csh ------------------- Debugging Server Problems ~~~~~~~~~~~~~~~~~~~~~~~~~ ---------------- sudo lsof -i sudo netstat -lptu sudo netstat -tulpn ---------------- |