In order to enable triggerd another line must be added to condor configuration: DC_DAEMON_LIST = $(DC_DAEMON_LIST), TRIGGERD It must be put in the box in point 2 which contains: 'DAEMON_LIST = $(DAEMON_LIST), TRIGGERD' See also BZ675209.
"DC_DAEMON_LIST = $(DC_DAEMON_LIST), TRIGGERD" will not work Have a look at bug 606391 comment 23
And please, make the readers aware that "DC_DAEMON_LIST =+" may be used only once (otherwise it does not add to, but overrides the previous =+ setting).
(In reply to comment #1) > "DC_DAEMON_LIST = $(DC_DAEMON_LIST), TRIGGERD" will not work > > Have a look at bug 606391 comment 23 So adding the line under sub-heading "Configuring the event trigger daemon" is not required anymore?
Need to add: DC_DAEMON_LIST =+ TRIGGERD Under the DAEMON_LIST entry. Also, merge step 1 and 2, as those 2 boxes are all part of the same configuration for the triggerd.
DC_DAEMON_LIST =+ TRIGGERD included in chapter 16 para 1. >>> VERIFIED