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 | 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: ../../../src/ioc/rsrv/online_notify.c: CA beacon routing |
From: | Torsten Bögershausen <[email protected]> |
To: | <[email protected]>, <[email protected]> |
Date: | Tue, 26 May 2015 16:56:43 +0200 |
Setting the 2 variables did help, (and Linux didn't complain) Thank for the help On 26/05/15 13:18, Michael Davidsaver wrote:
On 05/26/2015 02:36 AM, Torsten Bögershausen wrote:Hej, Running BASE_3.15.1 under Mac OS X 10.9 there are lots these messages: ../../../src/ioc/rsrv/online_notify.c: CA beacon routing (connect to "192.168.0.255:5065") error was "Connection refused" Is this a known issue ?The error is almost certainly due to a local firewall rule. You can avoid the message by setting export EPICS_CA_AUTO_ADDR_LIST=NO export EPICS_CA_ADDR_LIST=192.168.X.255 where X is the subnet (not 0) to which CA broadcasts should be sent.