Skip to content
Snippets Groups Projects
  1. Aug 25, 2020
  2. Aug 21, 2020
  3. Aug 14, 2020
  4. Jul 30, 2020
  5. Jul 20, 2020
  6. Jul 17, 2020
  7. Jul 15, 2020
    • Jonathan Hanks's avatar
      Cleanups and fixes for the standalone_edc · 896ef164
      Jonathan Hanks authored
       * fix the systemd unit to use the corect argument for the listen interface 'l' instead of 'I'
       * convert the standalone_edc to use the args library, and update the documentation
       * add a '_daq' to the end of the edc's mbuf name, so that it is similar to the models
         * Note this is transparent to the user, the '_daq' should not be added on (either to the name passed into the edc or to local_dc)
       * Updated the edc test to not specify '_daq' anywhere.
      896ef164
  8. Jul 14, 2020
  9. Jun 15, 2020
  10. Jun 08, 2020
  11. Jun 01, 2020
  12. May 26, 2020
  13. May 22, 2020
  14. May 20, 2020
  15. May 08, 2020
  16. May 06, 2020
  17. May 02, 2020
  18. Apr 28, 2020
  19. Apr 22, 2020
    • Jameson Rollins's avatar
      allow awgtpman to run as unprivileged user · 16197257
      Jameson Rollins authored
      The awgtpman process is run as root only because it wants to bind to a
      privileged port.  This is not necessary as capabilities exist to allow
      running it as a unprivileged user:
      
      * remove an unnecessary check in the awgtpman binary on the superuser
        status of the user
      
      * set CAP_NET_BIND_SERVICE in the systemd service to allow it to bind
        to privileged port
      
      This should allow the service to run as a non-privileged user, which we
      set here to be advligorts.
      
      closes #93
      16197257
    • Jameson Rollins's avatar
      support: set umask 0002 for rtcds and epics service · ae66435c
      Jameson Rollins authored
      This should make sure that all files created by these commands (e.g. in
      /opt/rtcds/...) are created group writable permission.
      
      closes #90
      ae66435c
  20. Apr 21, 2020
  21. Apr 14, 2020
Loading