1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 <2005> 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 <2005> 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Running softIoc's in the background |
From: | Kay-Uwe Kasemir <[email protected]> |
To: | tech talk <[email protected]> |
Date: | Wed, 09 Nov 2005 12:05:19 -0500 |
Can somebody explain this behavior? Something about process groups or controlling terminal requiring a shell process to go between the 'screen' and the soft IOC?
Thanks, -Kay
Using screen with a script that calls the ioc startup script works, as suggested by several...
people.
$ cat ./st.screen #!/bin/sh ./st.boot
$ screen ./st.screen
When I try to specify the startup script at the same
time (i.e. "screen ./st.cmd"), the ioc starts but on any
caget/caput/... command the screen terminates without any error message.