External Email - Use Caution
Dear R, dear Anastasia
thanks for your answer.there is indeed no domainname command in /usr/bin.I am working on a Mac and I am wondering why this error did not occur if using TRACULA in FS 7.1.1 if this command is not available on my Mac.please can you explain in more detail how I can fix this problem on a Mac if using tcsh?
Thanks in advanceRegardsJürgen
Am 23.07.2021 um 08:17 schrieb fsbuild <fsbuild@contbay.com>:
Hello Jürgen,
/bin/domainname should be installed as part of the base distribution on a linux machine. Maybe it was not in your PATH before you ran the freesurfer shell setup script? You could test this by starting with a basic PATH, e.g., on CentOS,
$ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin$ which domainname/usr/bin/domainname
… then add in anything else to PATH …
$ source $FREESURFER_HOME/SetUpFreeSurfer.sh
… output deleted …
$ which domainname/usr/bin/domainname
- R.
On Jul 23, 2021, at 01:50, juergen.haenggi@upd.unibe.ch wrote:
domainname: Command not foundDear TRACULA experts