ca-gateway
ca-gateway copied to clipboard
Channel Access PV Gateway
Bug Report ----------- Recently at SLAC we started to notice some issues with the Archiver Appliance not properly archiving PVs. When tracking it down we noticed that some PVs coming...
If the pvlist file (maybe other config files) does not end with a newline (\n) character, the last line is not parsed and its content is ignored.
When starting the gateway binary it always tries to create a gateway.restart and gateway.killer file This is not so nice (as it produces some error/warning messages on stdout/journald) and is...
I get the following error message: mac-130048:gateway2_0_6_0 odell$ make /Library/Developer/CommandLineTools/usr/bin/make -C ./configure install /Library/Developer/CommandLineTools/usr/bin/make -C O.darwin-x86 -f ../Makefile TOP=../.. \ T_A=darwin-x86 install perl -CSD /Users/odell/base-3.15.7/bin/darwin-x86/convertRelease.pl checkRelease /Library/Developer/CommandLineTools/usr/bin/make -C ./src install...
We've been chasing an issue with PVs not connecting through a gateway from a client (which actually happens to be another gateway but I now don't think that really matters)...
Tom Fors pointed out: > Running a caget command through the gateway returns the ENUM value rather than the string while a direct connection returns the string: > ``` >...
The tests could work as compatibility tests (run from a separate Jenkins job) if they allowed running IOC, Gateway and client from different versions of Base. Using statically linked binaries...
Original LaunchPad [Bug #1404308](https://bugs.launchpad.net/epics-gateway/+bug/1404308) reported by Ralph Lange on 2014-12-19: To further optimize the pattern matching process, the configuration should allow to create hierarchies of general and specialized patterns instead...
Original LaunchPad Bug [#1404307](https://bugs.launchpad.net/epics-gateway/+bug/1404307) reported by Ralph Lange on 2014-12-19: The Gateway checks a new pvname against the regexps twice: Once in pvExistTest() and then again in createPV(). Maybe there...