I hope that new daqd code will fix the problem with non-aligned at 16 seconds frame file GPS times.
I have compiled new daqd program under /opt/rtcds/caltech/c1/core/release/build/mx and installed it under
target/fb/daqd, then restarted daqd process on "fb" computer. It was installed with the ownership of user root
and I did chmod +s on it (set UID on execution bit). This was done in order to turn on some code to renice daqd process
to the value of -20 on the startup. Currently it runs as the lowest nice value (high priority).
controls@fb /opt/rtcds/caltech/c1/target/fb $ ls -alt daqd
-rwsr-sr-x 1 root controls 6592694 Jun 2 10:00 daqd
Backup daqd is here:
controls@fb /opt/rtcds/caltech/c1/target/fb $ ls -alt daqd.02jun11
-rwxr-xr-x 1 controls controls 6768158 Feb 21 11:30 daqd.02jun11
|