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: | RecSync installation with python 3.6.8 and twistd 21.7.0 |
From: | Jianming You via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Wed, 16 Feb 2022 19:35:08 +0000 |
Dear Experts, We are testing RecSync on the following environment. Linux my.site 3.10.0-1160.41.1.el7.x86_64 #1 SMP Tue Aug 31 08:06:26 CDT 2021 x86_64 x86_64 x86_64 GNU/Linux python 3.6.8 and twistd 21.7.0. We have encountered a few issues so far.
twistd --reactor=poll -n recceiver -f cf.conf caused error “reactor is already installed”. Adding code to remove the “epoll” in “__init__.py” fixed the problem. Reactor “poll” is active.
Has somebody had similar experience? Did we miss some important set up procedures? Any insight is highly appreciated. Thanks Jimmy |