Problem:
Missing daqd file, i.e. the framebuilder executable.
Solution:
1) Go to /opt/rtcds/caltech/c1/core/advLigoRTS/
2) Look in the Makefile for a likely build suspect. In this case it was build dc, which stands for data concentrator.
3) So we ran "make dc"
4) Go to the sub-directory build/dc/ and then copy the daqd file there to the /opt/rtcds/caltech/c1/target/fb directory
5) Test it to ensure we're getting channels (Yay!)
Future Safeguards:
Place the new target directory under SVN control.
|