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: IOC shell arrow keys not working. Yielding "^[[A" or "^[[Something" |
From: | "Marco A. Barra Montevechi Filho via Tech-talk" <tech-talk at aps.anl.gov> |
To: | Mark Rivers <rivers at cars.uchicago.edu> |
Cc: | SWC <swc at lnls.br>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Tue, 19 Sep 2023 13:19:16 +0000 |
Turns out its a problem with unix sockets, netcat and/or procServ!
We were running our IOCs with procServ and setting it to a unix socket. To enter the IOC shell, we did docker exec -it myImage nc -U ./socket_file When changing that to tcp sockets and doing telnet localhost port_number, things go just fine. Has anyone here bumped into this before? From: Mark Rivers <rivers at cars.uchicago.edu>
Sent: 18 September 2023 18:34 To: Marco A. Barra Montevechi Filho <marco.filho at lnls.br> Cc: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov>; SWC <swc at lnls.br> Subject: Re: IOC shell arrow keys not working. Yielding "^[[A" or "^[[Something" If you are using base 7.0.7 and an older Linux compiler like RHEL 7 then libreadline will not be used by default. You can update base or edit a CONFIG_SITE file in base.
Mark
Sent from my iPhone
On Sep 18, 2023, at 5:21 PM, Marco A. Barra Montevechi Filho via Tech-talk <tech-talk at aps.anl.gov> wrote:
|