AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
July 13, 2017 06:54PM
OK, so maybe this is a networking issue instead of an X11 problem. Let's try some simple things in tcsh. First, let's see if this problem is specific to that command or dataset by using the built-in sample surfaces and a simple prompt.

#A string identifying programs launched by this script
set PIF = DriveSumaTest
#Quiet previously launched programs
@Quiet_Talkers -pif $PIF

#Get a free line and tag programs from this script
set NPB = "-npb `afni -available_npb_quiet` -pif $PIF -echo_edu"

# start suma, let it load just it's own built-in surfaces
suma $NPB &

# give suma ample time to wake up (much more than should be needed)
sleep 5
DriveSuma $NPB -com pause "Testing suma"

Now repeat with the spec dataset and same command.

You should get a prompt appearing on the screen.

@Quiet_Talkers -pif $PIF
suma $NPB &
sleep 5
DriveSuma $NPB -com pause "Testing suma"
Subject Author Posted

DriveSuma crashes on MacOS Sierra

jmagnotti July 12, 2017 04:45PM

Re: DriveSuma crashes on MacOS Sierra

Daniel Glen July 12, 2017 05:52PM

Re: DriveSuma crashes on MacOS Sierra

jmagnotti July 13, 2017 09:54AM

Re: DriveSuma crashes on MacOS Sierra

Daniel Glen July 13, 2017 03:03PM

Re: DriveSuma crashes on MacOS Sierra

jmagnotti July 13, 2017 03:24PM

Re: DriveSuma crashes on MacOS Sierra

Daniel Glen July 13, 2017 03:40PM

Re: DriveSuma crashes on MacOS Sierra

jmagnotti July 13, 2017 03:46PM

Re: DriveSuma crashes on MacOS Sierra

Daniel Glen July 13, 2017 06:54PM

Re: DriveSuma crashes on MacOS Sierra

jmagnotti July 14, 2017 10:59AM

Re: DriveSuma crashes on MacOS Sierra

Daniel Glen July 14, 2017 12:41PM

Re: DriveSuma crashes on MacOS Sierra

jmagnotti July 14, 2017 01:25PM

Re: DriveSuma crashes on MacOS Sierra

Daniel Glen July 14, 2017 04:38PM

Re: DriveSuma crashes on MacOS Sierra

jmagnotti July 17, 2017 12:21PM