Skip to content
Snippets Groups Projects
  1. May 04, 2020
  2. May 02, 2020
  3. May 01, 2020
  4. Apr 30, 2020
    • Rolf Bork's avatar
      Bug fix advligorts issue #9. · d7a817a5
      Rolf Bork authored
      1) For now, the RCG will accept either ifo= or site=, eg ifo=X2 or site=X2 to designate the IFO in the cdsParameter block. This
          obviates the need for immediate changes to present Matlab control models. All new models, and eventually all old models,
          should use the ifo= designator as the site= designator will be deprecated in a TBD future release.
      2) At compile time, if a model still contains the site= designator, a warning message will be written to alert user to change to ifo=.
           This is simply a warning for now.
      3) I have gone thru all the RCG Perl code to change site to ifo, where appropriate.  I think things are consistent now ie site is a
           location eg lho, llo, lao, etc. and ifo is the IFO designator eg ifo=H1, L1, A1, etc.
      d7a817a5
  5. Apr 29, 2020
  6. Apr 28, 2020
  7. Apr 27, 2020
  8. Apr 24, 2020
  9. Apr 23, 2020
  10. Apr 22, 2020
    • Erik von Reis's avatar
      Merge branch 'awgtpman-cap-set' into 'master' · 7d80cac5
      Erik von Reis authored
      allow awgtpman to run as unprivileged user
      
      Closes #93
      
      See merge request cds/advligorts!81
      7d80cac5
    • 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
    • Erik von Reis's avatar
      Merge branch 'umask-0002' into 'master' · 0502a4b7
      Erik von Reis authored
      support: set umask 0002 for rtcds and epics service
      
      Closes #90
      
      See merge request cds/advligorts!80
      0502a4b7
Loading