Re: pass_persist solaris 9
> On Tue, Mar 25, 2008 at 01:20:57PM +0100, [email]olivier@exxoss.com[/email] wrote:[color=blue][color=green]
>> Any insight / experience / pointers about this kind of problems would be
>> greatly appreciated as I've been looking into this problem for about a
>> week and I'm now running out of ideas.[/color]
>
> One thing i've stumbled upon when using Perl with pass_persist is
> Perls output buffer. Make sure you use something like:
>
> # Disable output buffering.
> use IO::Handle;
> STDOUT->autoflush(1);
>
> or:
>
> # Disable output buffering.
> $| = 1;
>
> to disable the buffering of output to STDOUT.
>
> HTH,
>
> Frank
>[/color]
Thanks for this but I used $| = 1; in the beggining of all perl scripts so
IMHO this is not a buffering problem.
Thanks
Olivier
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
[url]http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/[/url]
_______________________________________________
Net-snmp-users mailing list
[email]Net-snmp-users@lists.sourceforge.net[/email]
Please see the following page to unsubscribe or change other options:
[url]https://lists.sourceforge.net/lists/listinfo/net-snmp-users[/url]