External Email - Use Caution        

With the .deb and .rpm installers on Linux, you can optionally apt/yum remove 
freesurfer to delete the old release prior to installing a new release.  A 
new release will be installed in a subdirectory named after the (different) 
release version so there will be no overlap of files.  Or 7.4.1 is 
installed as /usr/local/freesurfer/7.4.1 and 8.0.0-beta is installed as 
/usr/local/freesurfer/8.0.0-beta.  You may get run time errors if you 
don't use those installers.
- R.
On Nov 14, 2024, at 14:13, Jeffrey Neal <jsn...@umich.edu> wrote:For what 
it’s worth, we moved to Beta version 8 and after setting export 
FS_ALLOW_DEEP=1 it seems to be running fine now. Noah is running it now 
and it will take several hours to finish before we know if it works 100% for 
what they want. I installed it the exact same way I did 7.4.1; short of a bug 
in 7.4.1 or a configuration issue either in the OS or something possibly being 
cached from a prior install I’m not sure what else to look into.
Best Regards,
Jeffrey Neal
jsn...@umich.edu
LSA EHTS Desktop Support Specialist Senior
University of Michigan
On Nov 14, 2024, at 12:06 PM, Noah Reardon <nrear...@umich.edu> wrote:Hi 
Yujing,
We did as you suggested and this was the result (see attached). 
For step 5, the output was:lrwxrwxrwx  1 root root    27 
Nov  6 10:15 freesurfer -> /usr/local/freesurfer-7.4.1
Best,
Noah Reardon, B.S. Lab CoordinatorComputational & Cognitive 
Neuroscience (Polk) LabDepartment of Psychology University of 
MichiganEmail: nreardon@umich.eduPhone: (734) 763-0343

On Mon, Nov 11, 2024 at 5:56 PM Huang, Yujing <yhuan...@mgh.harvard.edu> 
wrote:
I’m not sure what happened. I see you have three mri_convert runs. Each time it 
behaves differently. Can you try the following without invoking your 
makefile?install Freesurfer 7.4.1register and get a license file, put it in 
your home directory. set FS_LICENSE environment variable to point to the 
license file.source Freesurfer 7.4.1set SUBJECTS_DIRrun mri_convert command 
(use ‘which mri_convert’ to see where the command is 
located) Yujing From: Noah Reardon 
<nrear...@umich.edu> 
Sent: Monday, November 11, 2024 3:09 PM
To: Freesurfer support list <freesurfer@nmr.mgh.harvard.edu>
Cc: Jeffrey Neal <jsn...@umich.edu>; Huang, Yujing 
<yhuan...@mgh.harvard.edu>; fsbu...@contbay.com
Subject: Re: [Freesurfer] mri_convert: Command terminated by signal 
9         External Email - Use 
Caution        Hi all, Please see 
the attached screenshot demonstrating how mri convert is getting 
deleted when we try to use it. This doesn't seem to be specific to recon-all, 
nor does it appear to be a result of running it through our 
makefile. Please advise. Noah Reardon, B.S. Lab 
CoordinatorComputational & Cognitive Neuroscience (Polk) LabDepartment of 
Psychology University of MichiganEmail: nreardon@umich.eduPhone: 
(734) 763-0343  On Mon, Nov 11, 2024 at 2:50 PM Jeffrey Neal 
<jsn...@umich.edu> wrote:Thanks for the insight on that. The lab is going 
to be working through a run of it manually to see what they come across. I am 
still hung up a bit on the fact that during the runs, commands from 
freesurfer/bin are being deleted - I guess It could be from the makefile issue 
but seems unlikely since it runs fine on 7.1.1 and version 6. If you think of 
anything else let us know, otherwise we’ll report our findings from doing it 
manually. Best Regards,
Jeffrey Neal
jsn...@umich.edu
LSA EHTS Desktop Support Specialist Senior
University of Michigan

On Nov 11, 2024, at 1:56 PM, fsbuild <fsbu...@contbay.com> 
wrote:         External Email - 
Use Caution          The 
signal 9 error can mean the OS killed the process running the command because 
it was using too much of some system resource, e.g., memory.   You 
might want to bring up your activity monitor before running the command and 
look at memory usage, especially if it you get the signal 9 error each time it 
is run.

- R.

On Nov 11, 2024, at 13:49, Huang, Yujing <yhuan...@mgh.harvard.edu> 
wrote: I would suggest running 7.4.1 ‘recon-all’ with those manual setup 
to first make sure 7.4.1 works for your system. If that works, the issue is in 
the makefile. From: Noah Reardon <nrear...@umich.edu> 
Sent: Monday, November 11, 2024 1:43 PM
To: Huang, Yujing <yhuan...@mgh.harvard.edu>
Cc: Freesurfer support list <freesurfer@nmr.mgh.harvard.edu>; 
Jeffrey Neal <jsn...@umich.edu>
Subject: Re: [Freesurfer] [WARNING: ATTACHMENT UNSCANNED]Re: mri_convert: 
Command terminated by signal 
9         External Email - Use 
Caution        Hi Yujing, I'm the 
lab manager for this lab. I appreciate your help and wanted to provide some 
background information. We use a makefile that helps us run all of our 
preprocessing steps for a large number of subjects. Here is the code we use in 
the makefile: .PHONY: recon-all cleanfreesurfer recon-all: 
/nfs/tpolk/mind/freesurfer/$(subject)/scripts/recon-all.done /nfs/tpolk/mind/freesurfer/$(subject)/scripts/recon-all.done:
 $(mrsstruct) $(placstruct)    export 
SUBJECTS_DIR=/nfs/tpolk/mind/freesurfer ;\    recon-all -all -s 
$(subject) -i $(mrsdicom) -i 
$(placdicom) #/nfs/tpolk/mind/freesurfer/$(subject)/scripts/recon-all.done:
 $(drugstruct) $(mrsstruct) $(placstruct)#    export 
SUBJECTS_DIR=/nfs/tpolk/mind/freesurfer ;\#    recon-all -all -s 
$(subject) -i $(drugdicom) -i $(mrsdicom) -i 
$(placdicom) cleanfreesurfer:    rm -r 
/nfs/tpolk/mind/freesurfer/$(subject) We have never encountered this 
issue with freesurfer, but now that we're trying to use the updated version 
(7.4.1), it is giving us the errors Jeffrey attached. Please 
advise. Noah Reardon, B.S. Lab CoordinatorComputational & 
Cognitive Neuroscience (Polk) LabDepartment of Psychology University of 
MichiganEmail: nreardon@umich.eduPhone: (734) 763-0343  On Mon, 
Nov 11, 2024 at 1:08 PM Huang, Yujing <yhuan...@mgh.harvard.edu> 
wrote:‘recon-all’ is a shell script that is ready to be run. I don’t 
understand why they need to have makefile to make recon-all. Here are the 
steps to setup Freesurfer environment and run ‘recon-all’:Source the correct 
Freesurfer environment needs to be sourced before running recon-all 
- MailScanner has detected a possible fraud attempt from 
"secure-web.cisco.com" claiming to 
be https://secure-web.cisco.com/1VL27ZGOezvqIVIBck6JA1nRicpHO91ZHaO-JPqhyD7ZpWPp80uYSBS2Gnw2dl9sWwZwG4S1QKEPsz4PU9oZszp2Rd4Y2H7Wa7AC0L5bwTVksEDRuXzz7JkXACL9dB0c1iBppI1nvF2PQMu9FkiyJmtgje1xwGTSYuzOhb_lUM7UBbsITlT6lfr-gSi4jGm2VZnWlxkWdTX6xcU2xtY16DWmkBgbBgoBk-QD3lgCIx9rPcJ9A41HN7AqZrkSt3woPkoqgZ6VKfUADMCZaIK7plm1TcDBdKmlcUWxtc1U4S_WZoDSWOw1EGKY8oXpeqXAaSO9sf7RDWabhoXd79zXF_Q/https%3A%2F%2Fsurfer.nmr.mgh.harvard.edu%2Ffswiki%2FSetupConfiguration_LinuxSet
 ‘SUBJECTS_DIR’ to point to directory outside the Freesurfer installation tree, 
and make sure you have write permissionRun recon-all MailScanner has 
detected a possible fraud attempt from "secure-web.cisco.com" claiming to 
behttps://surfer.nmr.mgh.harvard.edu/fswiki/recon-all(ex. recon-all -all -s 
<> -i 
<>) Yujing   From: freesurfer-boun...@nmr.mgh.harvard.edu <freesurfer-boun...@nmr.mgh.harvard.edu> On
 Behalf Of Jeffrey Neal
Sent: Monday, November 11, 2024 10:47 AM
To: Freesurfer support list <freesurfer@nmr.mgh.harvard.edu>
Cc: Noah Reardon <nrear...@umich.edu>
Subject: Re: [Freesurfer] [WARNING: ATTACHMENT UNSCANNED]Re: mri_convert: 
Command terminated by signal 9 Hello, Thanks for the helpful links. I 
did double check through everything and it all looks correct; Sorry about the 
log file I needed to change permissions on it. Here is the log file from the 
first email and here is an additional one from today as well as some 
screenshots:After running it once and getting the “terminated by signal 9” 
error when I try to run it again packages have disappeared out of the 
freesurfer/bin causing more issues.. The command they are running is make 
recon-all -k. If you need to see the makefile or other things let me know and I 
will get them for you. <image001.jpg><image002.png>Best 
Regards,
Jeffrey Neal
jsn...@umich.edu
LSA EHTS Desktop Support Specialist Senior
University of Michigan On Nov 6, 2024, at 4:27 PM, Huang, Yujing 
<yhuan...@mgh.harvard.edu> wrote:   The information in 
this e-mail is intended only for the person to whom it is addressed.  If 
you believe this e-mail was sent to you in error and the e-mail contains 
patient information, please contact the Mass General Brigham Compliance 
HelpLine at MailScanner has detected a possible fraud attempt from 
"secure-web.cisco.com" claiming to 
behttps://http://secure-web.cisco.com/1qtPvOHt9KimY9vowVGBRfHTgb3X60FY-axLO6-mqG2hG3dOP-AF6u3sJwc_2SPPsS-NZhNAXJJAWj0vOujmt2Ko9VcL731VPt6Rn19V3H6nLXpyheSaVIKBbbUvVVFYGCbthC9rjoQS0UZAiMrd3NUqoiCPdFqCOWj0e9MPPx4Kyj5FL32XIkBsitQX7pzoXa4_9LspNFEqD_gsYPB3qGRpYJesDD--U6dRlDHv-pCx4zV3hKpwezJFTnRcHYOTNiI6gHN9uKZjT5xBr9-XQWplMTIAcyNrEqSnugPHPKK2dudz9a9kPYB1wADbsxsNmDV9mfmBEV87x9vVYqaL0xg/http%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline%26nbsp;. Please
 note that this e-mail is not secure (encrypted).  If you do not wish to 
continue communication over unencrypted e-mail, please notify the sender of 
this message immediately.  Continuing to send or respond to e-mail after 
receiving this message means you understand and accept this risk and wish to 
continue to communicate over unencrypted 
e-mail. _______________________________________________
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" 
claiming to 
be https://secure-web.cisco.com/10XcGpCy5Fw8802oY2zG7hJup9fN4eEXfpbCsnCRIX0-5lZhC4JHyy7eGN-YkVGZrXDnimXZwJjRdoeFJc1EZs6HW_z4L45J5PtxEwQJH5nWb0S4regwZJt1DX9P7e1rFJ4xCFFSjxmUYzRh5rmBJVS7y3A5h7RwV2bKEijYMPgxW4anx-RlDSgncTGVDHeKhNr2gA93Jrqsv42ZSI3WWx2q1Suaa5lrULxtF1P4jjWr2QK_CblcPbHVVEtYI4o_UK91OA8Mpo7hVTVi5_Ex8f1kWOUazfDOrbYT5X_HP_SIFZG6pzVkQyBPtsDYFnCsWe11NPYwJRXtyi0mA_vXb3A/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer%26nbsp;_______________________________________________
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" 
claiming to 
be https://secure-web.cisco.com/1nWIEKFQ8RiedAkSnpW7X2GBjuEE7WQFY3cwocrR6S3TpR8r6nHjgz-YF06AlURPpy3jt5DfNL8FAm_-3AK2d1ZAI5J4B-ycUM3St7YI1SEUifs9rYsGtjE1iLaLdF-jBlMzMgEIKeQqRYG7DUzvTuMP_70zdGTTd1BztqPgEprYNDYkvYg2Ta_EI5eTu1y-33BrC8Ye0irDAP9PXW5gtrbwLeGfcj9kEgio9ZOQAQHYhNaPrhMSsa4VC5RWBBHvhioITlTAVJHq4j_ZDwgK4I9xzd8WKQcPUwQXn-_-SQmhQre9PZvvR5uuLotsAHXkMsIFvxgmOQsRWBGLyQ87NHQ/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer
The information in this e-mail is intended only for the person to whom it is 
addressed.  If you believe this e-mail was sent to you in error and the 
e-mail contains patient information, please contact the Mass General Brigham 
Compliance HelpLine at MailScanner has detected a possible fraud attempt 
from "secure-web.cisco.com" claiming to 
be https://secure-web.cisco.com/144V1ObLRPwRxTKbMDCuBHZHDBHfeYgJRlQoeexzq5R9Kk_8Gh8hOOdNg6HXG6E0p_936Hp1YX97EDJX07wLv0fRzVkiDOCXv2p-sE_WIt160NjolnqS4LxFQiV-b3uAYZzkxI00Uu6lOYMUHVKqjNNmrD5bPPcmLePnFGg9HgzSIzfVFyCwR87kqE38NoBIkhPqTULz7bHGSHWPi3L0NRHNYTp1E1YB0vQyCey83sttdvjSO7Di_9D__gzjj-ynJ46XDxqD_-PqxcJxVE7Cbhr_ZkwPoHFlfqlXSkAhMsOivjKStYVMf3yRg-FrFk3uuPCaB0xe3f9q0mOm9NQm5YQ/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline%26nbsp;<MailScanner
 has detected a possible fraud attempt from "secure-web.cisco.com" claiming to 
be https://secure-web.cisco.com/1HhmZRgLktcGQVhiB-tzamUBvMX8_3m1YEAKfoZVxwRYvxWAyTWHGkHprjodQ4WVAOfMoCl2rxKOAIlUPWalPY7jw_IqGDJp-KOKhRsAh7cRDTvGScGqjltvC9XnKwUMm0lNgTa-NekkNgUKYC9WXlQ_kGcJC1spXLAoElTareX3GFFY8AVR98owBn5NTLiupPpFQVfJCz3buGoGWf0aIdtVfbejuVVTUopXkt9dDmThKlNRn83Ignk59rABsE1fP_c9oztiHh_ghIacK9Himc1kPucMr9oiP5Nsju6zMC134ASbQZvEATQiG8whTscpo1NI0kaADYfCAAjry1i-MiQ/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline%26gt;
 .
Please note that this e-mail is not secure (encrypted).  If you do not 
wish to continue communication over unencrypted e-mail, please notify the 
sender of this message immediately.  Continuing to send or respond to 
e-mail after receiving this message means you understand and accept this risk 
and wish to continue to communicate over unencrypted e-mail. The 
information in this e-mail is intended only for the person to whom it is 
addressed..  If you believe this e-mail was sent to you in error and the 
e-mail contains patient information, please contact the Mass General Brigham 
Compliance HelpLine at MailScanner has detected a possible fraud attempt 
from "secure-web.cisco.com" claiming to 
be https://secure-web.cisco.com/144V1ObLRPwRxTKbMDCuBHZHDBHfeYgJRlQoeexzq5R9Kk_8Gh8hOOdNg6HXG6E0p_936Hp1YX97EDJX07wLv0fRzVkiDOCXv2p-sE_WIt160NjolnqS4LxFQiV-b3uAYZzkxI00Uu6lOYMUHVKqjNNmrD5bPPcmLePnFGg9HgzSIzfVFyCwR87kqE38NoBIkhPqTULz7bHGSHWPi3L0NRHNYTp1E1YB0vQyCey83sttdvjSO7Di_9D__gzjj-ynJ46XDxqD_-PqxcJxVE7Cbhr_ZkwPoHFlfqlXSkAhMsOivjKStYVMf3yRg-FrFk3uuPCaB0xe3f9q0mOm9NQm5YQ/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline%26nbsp;.
Please note that this e-mail is not secure (encrypted).  If you do not 
wish to continue communication over unencrypted e-mail, please notify the 
sender of this message immediately.  Continuing to send or respond to 
e-mail after receiving this message means you understand and accept this risk 
and wish to continue to communicate over unencrypted 
e-mail.  <image.png>
        External Email - Use 
Caution        _______________________________________________
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://secure-web.cisco.com/1nWIEKFQ8RiedAkSnpW7X2GBjuEE7WQFY3cwocrR6S3TpR8r6nHjgz-YF06AlURPpy3jt5DfNL8FAm_-3AK2d1ZAI5J4B-ycUM3St7YI1SEUifs9rYsGtjE1iLaLdF-jBlMzMgEIKeQqRYG7DUzvTuMP_70zdGTTd1BztqPgEprYNDYkvYg2Ta_EI5eTu1y-33BrC8Ye0irDAP9PXW5gtrbwLeGfcj9kEgio9ZOQAQHYhNaPrhMSsa4VC5RWBBHvhioITlTAVJHq4j_ZDwgK4I9xzd8WKQcPUwQXn-_-SQmhQre9PZvvR5uuLotsAHXkMsIFvxgmOQsRWBGLyQ87NHQ/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer

_______________________________________________
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
The information in this e-mail is intended only for the person to whom it is 
addressed.  If you believe this e-mail was sent to you in error and the e-mail 
contains patient information, please contact the Mass General Brigham 
Compliance HelpLine at https://www.massgeneralbrigham.org/complianceline 
<https://www.massgeneralbrigham.org/complianceline> .
Please note that this e-mail is not secure (encrypted).  If you do not wish to 
continue communication over unencrypted e-mail, please notify the sender of 
this message immediately.  Continuing to send or respond to e-mail after 
receiving this message means you understand and accept this risk and wish to 
continue to communicate over unencrypted e-mail. 

Reply via email to