On Tue, Aug 09, 2011 at 04:01:17PM +0200, Martin Hochreiter wrote: > Hi ! > > I upgraded to 3.6.0 on my Ubuntu 8.04 64 bit > and since change to max protocol=SMB2 and nmbd/smbd restarts I get > many of those "NT_STATUS_END_OF_FILE" messages > > /------------------------------------- > [2011/08/09 15:55:11.130751, 1] smbd/process.c:456(receive_smb_talloc) > read_smb_length_return_keepalive failed for client 192.168.1.109 > read error = NT_STATUS_END_OF_FILE. > [2011/08/09 15:56:09.694632, 1] smbd/process.c:456(receive_smb_talloc) > read_smb_length_return_keepalive failed for client 192.168.1.109 > read error = NT_STATUS_END_OF_FILE. > [2011/08/09 15:56:18.378517, 1] smbd/service.c:1089(make_connection_snum) > pdc (192.168.1.100) connect to service Box initially as user admin > (uid=0, gid=1010) (pid 30880) > [2011/08/09 15:56:18.381971, 1] smbd/service.c:1291(close_cnum) > pdc (192.168.1.100) closed connection to service Box > [2011/08/09 15:56:18.382148, 1] smbd/process.c:456(receive_smb_talloc) > read_smb_length_return_keepalive failed for client 192.168.1.100 > read error = NT_STATUS_END_OF_FILE. > [2011/08/09 15:58:53.351832, 1] smbd/service.c:1089(make_connection_snum) > pdc (192.168.1.100) connect to service Daten initially as user > admin (uid=0, gid=1011) (pid 31016) > [2011/08/09 15:58:53.353628, 1] smbd/service.c:1291(close_cnum) > pdc (192.168.1.100) closed connection to service Daten > [2011/08/09 15:58:53.353800, 1] smbd/process.c:456(receive_smb_talloc) > read_smb_length_return_keepalive failed for client 192.168.1.100 > read error = NT_STATUS_END_OF_FILE/. > /-------------------------------------/ > > I dont have any claims from the users - so what is that?
That's just a client disconnecting. We now report NT_STATUS errors instead of UNIX/Linux errno's on socket close. Jeremy. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
