Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: mark Link to topic: https://cfengine.com/forum/read.php?3,20298,20322#msg-20322 Ok, I see in all the back and forth that several confusions have been compounded. Please check the current svn. I hope this is f

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: berntjernberg Link to topic: https://cfengine.com/forum/read.php?3,20298,20323#msg-20323 Compiling. I have to modify the Makefile after configure because it says pthread when it should be pthreads.

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: mark Link to topic: https://cfengine.com/forum/read.php?3,20298,20324#msg-20324 I know, this is a bug in gcc/autoconf that will eventually rectify itself. It is just a warning and you can ignore it for testin

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: berntjernberg Link to topic: https://cfengine.com/forum/read.php?3,20298,20325#msg-20325 Hi, It still kills processes in the local zone from the global one. Is this known?: ./configure: line 23758: getzonen

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: mark Link to topic: https://cfengine.com/forum/read.php?3,20298,20326#msg-20326 It is not known by me. ___ Help-cfengine mailing list Help-cfengine@cfengine.org htt

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: berntjernberg Link to topic: https://cfengine.com/forum/read.php?3,20298,20327#msg-20327 Hi, Copied from the man-page: -e Lists information about every process

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: mark Link to topic: https://cfengine.com/forum/read.php?3,20298,20328#msg-20328 That is exactly what we want. I think you had a build error on the last test. The "getzone" function is exactly the thing that

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: berntjernberg Link to topic: https://cfengine.com/forum/read.php?3,20298,20329#msg-20329 Hi, I don't understand what you mean. ps -z `zonename` combined with -e will never filter out processes local to the

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: berntjernberg Link to topic: https://cfengine.com/forum/read.php?3,20298,20330#msg-20330 Shouldn't the configure script lines: if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF #define `$as_ec

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: mark Link to topic: https://cfengine.com/forum/read.php?3,20298,20331#msg-20331 >ps -z `zonename` combined with -e will never filter out processes local to the >current zone if run from the global zone, it wi

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: mark Link to topic: https://cfengine.com/forum/read.php?3,20298,20332#msg-20332 The configure script is not edited manually, it is generated by autoconf. Now this I have tested on our solaris boxes and it wo

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: berntjernberg Link to topic: https://cfengine.com/forum/read.php?3,20298,20333#msg-20333 > Then what is the point of it? ps -o -z `zonename` will print all processes in the current zone. If you run that com

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: berntjernberg Link to topic: https://cfengine.com/forum/read.php?3,20298,20334#msg-20334 The configure-script tries to run a c-function call as a command. ___ Help-

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: mark Link to topic: https://cfengine.com/forum/read.php?3,20298,20335#msg-20335 If you don't use -e you will not get all users' processes, just your own. That is clearly wrong. It is not just root processes t

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: berntjernberg Link to topic: https://cfengine.com/forum/read.php?3,20298,20336#msg-20336 You do get all users processes without "-e" both as root and a normal user. My point is that you can have one command t

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: berntjernberg Link to topic: https://cfengine.com/forum/read.php?3,20298,20337#msg-20337 Just to clarify, you see all processes without "-e" in Solaris 10. ___ Help

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: mark Link to topic: https://cfengine.com/forum/read.php?3,20298,20338#msg-20338 Ok - a colleague has pointed out that we are talking at cross purposes. We are both right and it still doesn't help. Without -z

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: berntjernberg Link to topic: https://cfengine.com/forum/read.php?3,20298,20339#msg-20339 > Let's lay the ps options discussion to rest now? oki ___ Help-cfengine m

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: berntjernberg Link to topic: https://cfengine.com/forum/read.php?3,20298,20340#msg-20340 Earley on I got some errors about missing gnu-tools when compiling in Solaris. Sun, o sorry Oracle, put some gnu stuff

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: berntjernberg Link to topic: https://cfengine.com/forum/read.php?3,20298,20341#msg-20341 I thought I didn't need to bother about these messages because I have not change anything. . . . cd . &

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: mark Link to topic: https://cfengine.com/forum/read.php?3,20298,20342#msg-20342 I have now verified again and personally that revision 1751 works properly on solaris global zones. __

Cfengine Help: Re: Processes in Solaris 10 and latest trunk r1736

2011-01-29 Thread no-reply
Forum: Cfengine Help Subject: Re: Processes in Solaris 10 and latest trunk r1736 Author: berntjernberg Link to topic: https://cfengine.com/forum/read.php?3,20298,20343#msg-20343 Now it works, thanks! :-) ___ Help-cfengine mailing list Help-cfengine@cfen