This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
informatica:hp_z240mt_offstation_comprovacio [2017/08/08 14:05] miquel [Patch per bruker_lmgr] |
informatica:hp_z240mt_offstation_comprovacio [2017/08/09 10:27] (current) miquel [Patch per corbaNameService.default] |
||
|---|---|---|---|
| Line 1012: | Line 1012: | ||
| | | ||
| </ | </ | ||
| + | |||
| + | ===== Patch per ~paravision/ | ||
| + | |||
| + | Quan executo ParaVision surt un missatge d' | ||
| + | |||
| + | < | ||
| + | sermnmri@sermn115:/ | ||
| + | Available disk memory for ParaVision is 40Gbytes. The partition load is 59% | ||
| + | ... | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | Comprovo que es tracta d'un problema de sintaxi (emprar " | ||
| + | |||
| + | < | ||
| + | --- ./ | ||
| + | +++ ./ | ||
| + | @@ -112,7 +112,7 @@ | ||
| + | |||
| + | | ||
| + | | ||
| + | -if [ `id -u` == $nmrsu ] | ||
| + | +if [ `id -u` = $nmrsu ] | ||
| + | then | ||
| + | touch $XWINNMRHOME/ | ||
| + | fi | ||
| + | </ | ||
| + | |||
| + | i el següent cop que executo ParaVision ja no apareix el missatge d' | ||