Changes between Version 164 and Version 165 of Processing
- Timestamp:
- Mar 13, 2012, 10:05:15 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing
v164 v165 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) Execute {{{sudo /etc/init.d/apache2 stop; sleep 1; sudo /etc/init.d/apache2 start}}} 503 1.1) Execute 504 {{{ 505 sudo /etc/init.d/apache2 stop; sleep 1; sudo /etc/init.d/apache2 start 506 }}} 504 507 Note: if you see a message like: 505 508 {{{ … … 511 514 then run the stop command, wait longer, and run the start command again. 512 515 513 1.2) Check that the apache server is running: 514 {{{ 515 schastel@ippc01:~$ ps waux | grep apache 516 1.2) Check that the apache server is running, i.e. run 517 {{{ 518 ps waux | grep apache 519 }}} 520 to see lines like: 521 {{{ 516 522 root 10598 4.8 0.0 303004 26040 ? Ss 09:54 0:00 /usr/sbin/apache2 [...] start 517 523 [...]
