| 1 | = General hints for users of machines at the Kyushu University computing center = |
| 2 | [http://www2.cc.kyushu-u.ac.jp] |
| 3 | |
| 4 | The default shell at Kyushu University seems to be the {{{tcsh}}}. You should switch to {{{bash}}}- or Korn-shell ({{{ksh}}}) using the {{{chsh}}} command, e.g.: |
| 5 | {{{ |
| 6 | chsh -s /bin/bash |
| 7 | }}} |
| 8 | You will be prompted for your LDAP password. |
| 9 | |
| 10 | == tatara-system == |
| 11 | |
| 12 | The system is supported starting from revision r1097. You can find a configuration file adjusted for this system in the svn-repository under [source:/palm/trunk/SCRIPTS/.mrun.config.tatara /palm/trunk/SCRIPTS/.mrun.config.tatara]. Just copy this file to your working directory |
| 13 | {{{ |
| 14 | cd ~/palm/current_version |
| 15 | cp trunk/SCRIPTS/.mrun.config.tatara .mrun.config |
| 16 | }}} |
| 17 | Don't forget to edit the file in order to replace the string {{{<replace by your tatara username>}}} with your respective username. |
| 18 | |
| 19 | For the rest of the installation procedure just follow the instructions given on the [wiki:doc/install installation page]. |
| 20 | |