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 | 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 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: procServer unix socket configuration |
From: | Han Lee via Tech-talk <tech-talk at aps.anl.gov> |
To: | Ralph Lange <ralph.lange at gmx.de> |
Cc: | EPICS Tech Talk <tech-talk at aps.anl.gov> |
Date: | Tue, 24 May 2022 00:01:28 -0700 |
Well,If logging out (detaching) from a running IOC is the missing functionality, let me point you back to the procServ man page:----- snip -----Any connection (control or log) can be disconnected using the client's
disconnect sequence. Control connections can also be disconnected by sending
the logout command character that can be specified using the *-x*
(*\--logoutcmd*) option.----- snip -----This option will let you define a control character to have the procServ server disconnect the client session from the procServ side.Intended for clients that don't offer a disconnect sequence.Cheers,~Ralph