Forum: Cfengine Help
Subject: Re: Parent process selection
Author: matter
Link to topic: https://cfengine.com/forum/read.php?3,19311,19499#msg-19499

neilhwatson Wrote:
-------------------------------------------------------
> Very interesting.  Thank you Matt.  Perhaps you
> could post your findings to the actual bug
> report.
> https://cfengine.com/bugtracker/view.php?id=265


updated bug tracker:

I did some poking around on this one, and it appears that AIX is appending a 
space at the end of the ps auxw command. For example, if I replace the spaces 
with "#", you can see how AIX adds and extra "#" on the end:

% ps auxw | grep -v grep | grep cf-serverd | sed 's/ /\#/g'
root#####25730##0.0##2.0#13056#11420######-#A###0000010:51:36##0:11#/var/cfengine/bin/cf-serverd#

On RedHat Linux:
# ps auxw | grep -v grep | grep cf-serverd | sed 's/ /\#/g'
root#####19235##0.0##0.2#13812#5404#?########Ss###Nov29###0:00#/var/cfengine/bin/cf-serverd

no trailing space

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to