[Samba] cli_push returned NT_STATUS_IO_TIMEOUT

Bram fnzon at lists.wizbit.be
Mon Sep 19 05:05:02 MDT 2011


>
> The test script used is attached to this mail.
> What it does:
> * It outputs a list of 'a'
> * It sleeps 20 seconds
> * It outputs a list of 'b'.

It appears that the list server removed the attachment..
inline version of the test script:

$ cat test.pl
#!/usr/bin/perl -l

use strict;
use warnings;

$|++;

my $sleep = shift;
print STDERR "Sending data 'a'";
print "a" x 2048000;
print STDERR "Sending data 'a' done";
sleep $sleep;
print STDERR "Sleep done";
print STDERR "Sending data 'b'";
print "b" x 2048000;
print STDERR "Sending data 'b' done";





More information about the samba mailing list