[Nagiosplug-devel] [ nagiosplug-Bugs-1395515 ] bug in configure.in for AIX and Solaris

SourceForge.net noreply at sourceforge.net
Wed Mar 22 09:32:08 CET 2006


Bugs item #1395515, was opened at 2006-01-02 19:31
Message generated for change (Comment added) made by tonvoon
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1395515&group_id=29880

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compilation
Group: Release (specify)
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Jean-Yves LENHOF (jylenhof)
>Assigned to: Ton Voon (tonvoon)
Summary: bug in configure.in for AIX and Solaris

Initial Comment:
There are some bugs (I'm still looking for another one)
in configure.in... for the ppid it should be &procppid
instead of &procpid for AIX and Solaris (you'll have to
check all platforms)



dnl AIX 4.3.3 and 5.1 do not have an rss field
elif ps -eo 'stat uid pid ppid vsz pcpu comm args'
2>/dev/null | \
        egrep -i ["^ *S[TAUES]* +UID +PID +PPID +VSZ
+%CPU +COMMAND +COMMAND"] >
/dev/null
then
       
ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procpid,&procvsz,&procpcp
u,procprog,&pos]"
        ac_cv_ps_command="$PATH_TO_PS -eo 'stat uid pid
ppid vsz pcpu comm args'
"
        ac_cv_ps_format="%s %d %d %d %d %f %s %n"
        ac_cv_ps_cols=8
        AC_MSG_RESULT([$ac_cv_ps_command - with no RSS])

dnl Solaris 2.6
elif ps -Ao 's comm vsz rss uid user pid ppid args'
2>/dev/null | \
        egrep -i ["^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS
+UID +USER +PID +PPID +[
RGSCOMDNA]+"] >/dev/null
then


----------------------------------------------------------------------

>Comment By: Ton Voon (tonvoon)
Date: 2006-03-22 17:31

Message:
Logged In: YES 
user_id=664364

Jean-Yves,

Thanks for the report. A 1.4.3 release will be coming in the next week.

Ton

----------------------------------------------------------------------

Comment By: Jean-Yves LENHOF (jylenhof)
Date: 2006-01-02 21:18

Message:
Logged In: YES 
user_id=1417653

This bug is already fixed in CVS... (I've used 1.4.2 version)

Perhaps an intermediate release will be nice

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1395515&group_id=29880




More information about the Devel mailing list