Changes between Version 163 and Version 164 of Processing
- Timestamp:
- Mar 13, 2012, 10:02:33 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing
v163 v164 501 501 0) Make sure all activity involving nebulous is stopped (i.e. all pantasks + Roy stuff + condor if any). 502 502 1) Log into ippc01, ... ippc10 then: 503 1.1) {{{sudo /etc/init.d/apache2 restart}}}503 1.1) Execute {{{sudo /etc/init.d/apache2 stop; sleep 1; sudo /etc/init.d/apache2 start}}} 504 504 Note: if you see a message like: 505 505 {{{ … … 509 509 Unable to open logs [ ok ] 510 510 }}} 511 then restart the apache server with {{{sudo /etc/init.d/apache2 stop}}} and then {{{sudo /etc/init.d/apache2 start}}} 511 then run the stop command, wait longer, and run the start command again. 512 512 513 1.2) Check that the apache server is running: 513 514 {{{
