File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,8 @@ queue that executes a sleep command on the execution nodes. Running
145145the command without any parameters and you will get the full list of
146146possible modifications as number of jobs, sleep intervals etc.
147147
148- Note that this should be run on the master node
148+ Note that this should be run on the master node, and cannot be run as
149+ root.
149150
150151``` bash
151152# Submit 10 jobs, sleeping randomly between 30 and 50 seconds
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ def wait_for_running( max_timeout=60):
4040 """
4141
4242
43+ logger .info ("waiting for the condor daemon ..." )
4344 while ( max_timeout >= 0 ):
44- logger .info ("waiting for the condor daemon ..." )
4545 try :
4646 import htcondor
4747
You can’t perform that action at this time.
0 commit comments