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: EPICS 7 : core/master: pvget: Unknown provider "pva" |
From: | "Williams Jr., Ernest L." <[email protected]> |
To: | Michael Davidsaver <[email protected]>, EPICS core-talk <[email protected]> |
Date: | Thu, 22 Feb 2018 08:02:50 +0000 |
Ernest Williams
Dept. Head, Advanced Control Systems Advanced Instrumentation Research, Technology Innovation Directorate SLAC National Laboratory, Stanford University From: Michael Davidsaver <[email protected]>
Sent: Sunday, February 18, 2018 9:28 PM To: Williams Jr., Ernest L.; EPICS core-talk Subject: Re: EPICS 7 : core/master: pvget: Unknown provider "pva" On 02/18/2018 08:47 PM, Williams Jr., Ernest L. wrote:
> Hi, > > > Installing EPICS 7 core/master: > > git clone -b core/master https://git.launchpad.net/epics-base master-base-7.0 > git submodule update --init --reference ./ > > Running the DEMO after installing EPICS 7 core/master. > > I receive: > > Unknown provider "pva" for channel testCounter The top repository probably hasn't been updated with the fix for this issue. I'll check tomorrow. ==== Thanks for fixing this.
Works great now:
[ernesto@localhost Jupiter]$ pvget testCounter
testCounter 103 [ernesto@localhost Jupiter]$ > > [ernesto@localhost linux-x86_64]$ which testServer > /usr/local/controls/epics/base/master-base-7.0/bin/linux-x86_64/testServer > [ernesto@localhost linux-x86_64]$ ./testServer > VERSION : pvAccess Server v6.0.0 > PROVIDER_NAMES : local, > BEACON_ADDR_LIST : > AUTO_BEACON_ADDR_LIST : 1 > BEACON_PERIOD : 15 > BROADCAST_PORT : 5076 > SERVER_PORT : 5075 > RCV_BUFFER_SIZE : 16384 > IGNORE_ADDR_LIST: > INTF_ADDR_LIST : 0.0.0.0 > > > [ernesto@localhost ~]$ pvlist 10.0.0.166:5075 > testADC > testAggregate > testBinaryCounter > testCounter > testHistogram > testMP > testNameValue > testRandom > testTable > testValue > [ernesto@localhost ~]$ pvget testCounter > > > Unknown provider "pva" for channel testCounter > [ernesto@localhost ~]$ > > Cheers, > > Ernesto |