This version (2022/06/20 09:01) was approved by msiegel.
# Connecting from a Mac under OS X Mavericks displays the following warning:
# -bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
# This will result in an error when submitting jobs to the Grid Engine on VSC-2.
# If the following is set, this warning can be savely ignored:
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
# Alternatively, to suppress this warning, change on the Mac:
#      Terminal -> Preferences... -> Settings -> Advanced -
#      - Uncheck the option “Set locale environment variables on startup” -
#      - Restart Terminal
# see also: https://wiki.vsc.ac.at/doku.php?id=doku:osx-mavericks&s[]=locale
  • doku/mac.txt
  • Last modified: 2015/12/09 11:03
  • by ir