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: Question about softioc "Connection refused" problem |
From: | "Hu, Yong" <[email protected]> |
To: | lzfneu <[email protected]>, "[email protected]" <[email protected]> |
Date: | Wed, 16 Mar 2016 14:48:24 +0000 |
Hi Zhefu,
You may try two things:
1. As you already did, disable the firewall by "# systemctl disable firewalld.service". But DO NOT reboot your computer. Just restart your example ioc;
2. If you still see "../online_notify.c: CA beacon ...", try to change "EPICS_CA_ADDR_LIST" from "localhost" to "broadcast-IP" of your computer (ifconfig should tell what it is), i.e. export EPICS_CA_ADDR_LIST=broadcast-IP. After restart your ioc, type
"epicsParamShow" to verify the EPICS settings, especially EPICS_CA_ADDR_LIST.
I can reproduce your problem and see the message "../online_notify.c: CA beacon (send to "127.0.0.1:...". And I am able to get rid of the message by changing "EPICS_CA_ADDR_LIST" from "localhost"
to "broadcast-IP".
Yong
From: <[email protected]> on behalf of lzfneu <[email protected]>
Date: Wednesday, March 16, 2016 at 1:17 AM To: "[email protected]" <[email protected]> Subject: FW: Question about softioc "Connection refused" problem |