You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO] *** listening on host01:43046 ***
[INFO]
[INFO] To view suite daemon contact information:
[INFO] $ cylc get-suite-contact junk
[INFO]
[INFO] Other ways to see if the suite is still running:
[INFO] $ cylc scan -n '\bjunk\b' host01
[INFO] $ cylc ping -v --host=host01 junk
[INFO] $ ssh host01 "pgrep -a -P 1 -fu $USER 'cylc-r.* \bjunk\b'" <--------------
The marked line is meant to print the parent PID and command line of a cylc-run or cylc-restart process for the suite, not those of the sub-process pool.
But it's been brought to my attention that some sites have a less capable version of pgrep:
At start-up:
The marked line is meant to print the parent PID and command line of a cylc-run or cylc-restart process for the suite, not those of the sub-process pool.
But it's been brought to my attention that some sites have a less capable version of pgrep:
The text was updated successfully, but these errors were encountered: