Andrew Hall wrote:
> How do I say kill the mount process and only the process named "mount"
> and not mountd, etc?
Something like "mount$" or "mount $" will work. Try something like
ps auxw | cat -vet
to determine what the process listing on your system will look like to
cfagent. Personally
Greetings,
I have been slowly playing w/ cfengine and I have a instance where from
time to time a mounting of a remote filesystem will hang. It's a known
issue were working on, but I figured I could look for this condition and
kill it w/ the process directive. My issue is that not only is th