Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
wiki:oardocker_setup_for_grid_5000 [2015/10/22 01:15] neyronwiki:oardocker_setup_for_grid_5000 [2018/09/21 01:07] neyron
Line 11: Line 11:
   * /etc/init.d/atd start   * /etc/init.d/atd start
   * cp /usr/local/share/oar/oar-node/init.d/oar-node /etc/init.d   * cp /usr/local/share/oar/oar-node/init.d/oar-node /etc/init.d
 +  * sed -i -e 's/-n -20//' /etc/init.d/oar-node # remove the ''nice -20'' which causes an error
 +  * systemctl daemon-reload
   * cp /usr/local/share/oar/oar-node/default/oar-node /etc/default/   * cp /usr/local/share/oar/oar-node/default/oar-node /etc/default/
   * /etc/init.d/oar-node start   * /etc/init.d/oar-node start
Line 198: Line 200:
 set -x set -x
 # Nothing really needed here # Nothing really needed here
-  echo shutting down $n+while read n; do 
 +  for nn in $n; do 
 +    echo shutting down $n 
 +  done
 done done
 </code> </code>
wiki/oardocker_setup_for_grid_5000.txt · Last modified: 2020/03/31 15:42 by neyron
Recent changes RSS feed GNU Free Documentation License 1.3 Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki