FW: Delivery Status Notification (Failure)

Volker Lendecke Volker.Lendecke at SerNet.DE
Thu Aug 22 00:05:25 MDT 2013


On Thu, Aug 22, 2013 at 06:44:00AM +0200, Volker Lendecke wrote:
> On Thu, Aug 22, 2013 at 04:37:48AM +0000, luke morrison wrote:
> > Hello Team,
> > This is Luke in response to Matthieu's debugging session
> > about the weird Samba error when trying to make a GPO "the
> > command was an incorrect length". Here are the associated
> > logs, at higher log levels. It was a reoccuring issue that
> > Matthieu helped fix, and it happened only when I tried to
> > make a GPO. 
> 
> Send them to me directly. And compress them first
> please.

The only way I can see this happen is with the source4 based
ntvfs file server. Is it possible that you use that instead
of the source3 based smbd?

The offending lines might be in
source4/smb_server/smb2/fileinfo.c:

        if (op->info->in.output_buffer_length < op->info->out.blob.length) {
                smb2srv_send_error(req, NT_STATUS_INFO_LENGTH_MISMATCH);
                return;
        }

Which file server are you using?

Volker

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de


More information about the samba-technical mailing list