dls-controls / dev-c7

A container for running the DLS Controls RHEL7 developer environment on a RHEL8 workstation
Apache License 2.0
0 stars 2 forks source link

Duplicate PV errors when running IOCs #58

Open GDYendell opened 2 years ago

GDYendell commented 2 years ago

When running simDetector I get the following errors:

activeGroupClass::btnUp calling node btnUp
CA.Client.Exception...............................................
    Warning: "Identical process variable names on multiple servers"
    Context: "Channel: "TESTSIMDETECTOR:HDF:NumExtraDims", Connecting to: host.containers.internal:6064, Ignored: pc0118.cs.diamond.ac.uk:6064"
    Source File: ../cac.cpp line 1308
    Current Time: Tue Aug 23 2022 14:46:22.213722525
..................................................................

and

CA.Client.Exception...............................................
    Warning: "Identical process variable names on multiple servers"
    Context: "Channel: "TESTSIMDETECTOR:HDF:ArraySize1_RBV", Connecting to: host.containers.internal:6064, Ignored: 192.168.122.1:6064"
    Source File: ../cac.cpp line 1308
    Current Time: Tue Aug 23 2022 14:46:22.347951147
..................................................................
gilesknap commented 2 years ago

Thanks Gary. I believe I need to review the use of hostnetwork for running IOCs. Tom and I have been looking at --network podman which works great for a set of containers running on the same machine. But dev-c7 does need to look like a RHEL7 workstation for other uses. Will have a think on this.