Consistent autobuild failures.

Jeremy Allison jra at samba.org
Sat Sep 6 15:30:26 MDT 2014


So I'm trying to push just metze's
patch:

--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -1456,6 +1456,12 @@ static connection_struct *switch_message(uint8 type, struct smb_request *req)
 
        errno = 0;
 
+       if (!xconn->smb1.negprot.done) {
+               if (type != SMBnegprot) {
+                       exit_server_cleanly("The first request has to be a negprot");
+               }
+       }
+

and am consistently getting autobuild
failures saying:

[257/1680 in 20m38s] samba3.blackbox.smbclient_auth.plain (maptoguest) bad username
[258/1680 in 20m38s] samba3.blackbox.smbclient_s3.plain (s3dc)
UNEXPECTED(failure): samba3.blackbox.smbclient_s3.plain (s3dc).sending a message to the remote server(s3dc)
REASON: _StringException: _StringException: /memdisk/jra/a/b469908/samba/bin/smbclient -Ujra%locals3dc2pass -M LOCALS3DC2 -p 139 --configfile=/memdisk/jra/a/b469908/samba/bin/ab/client/client.conf -n msgtest
/memdisk/jra/a/b469908/samba/bin/smbclient -Ujra%locals3dc2pass //LOCALS3DC2/tmpguest -p 139 --configfile=/memdisk/jra/a/b469908/samba/bin/ab/client/client.conf -c get message.msgtest ./bin/ab/message_out.816258
resolve_name: unknown name switch type file
Domain=[SAMBA-TEST] OS=[Windows 6.1] Server=[Samba 4.2.0pre1-DEVELOPERBUILD]
NT_STATUS_OBJECT_NAME_NOT_FOUND opening remote file \message.msgtest
failed getting sent message from LOCALS3DC2 with error 1

Is there anything possibly wrong with
autobuilds coming from my account ?

I noticed that metze was able to get
an autobuild through yesterday, so
it's not generically down for everyone.

Getting very frustrated :-(.

Jeremy.


More information about the samba-technical mailing list