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: running gateway on mac |
From: | Vivian O'Dell via Tech-talk <tech-talk at aps.anl.gov> |
To: | "Smith, Martin" <mls at anl.gov> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Tue, 1 Sep 2020 14:58:21 +0000 |
Hi Marty,
I have the following files (that I modified from the examples)
TRACKER.pvlist
EVALUATION ORDER ALLOW, DENY
[0-9].* ALLOW
[a-z].* ALLOW
[A-Z].* ALLOW
Tracker:.* ALLOW Tracker 1
gateway:.*Flag ALLOW GatewayAdmin
# Convert old Gateway internal process variable names
gateway\.\(.*\) ALIAS gateway:\1
gateway\.\(.*\)Flag ALIAS gateway:\1Flag GatewayAdmin
gateway\.alive ALIAS gateway:connected
gateway\.postEventRate ALIAS gateway:clientPostRate
TRACKER.access
mac-130048:example odell$ cat TRACKER.access
ASG(DEFAULT) {
RULE(1,READ)
RULE(1,WRITE)
}
And I’m now running gateway by:
../bin/darwin-x86/gateway -sport 5069 -pvlist TRACKER.pvlist -access TRACKER.access -server
I still get:
mac-130048:example odell$ caget Tracker:LV1:Status
Channel connect timed out: 'Tracker:LV1:Status' not found.
thanks!
Vivian
|