Hi A client (Win2000 Server, I think) cannot connect anymore a share on my Samba server. The error message on the client side: "Not enough server storage is available to process this command" I found in my logs the following in my logs: [2008/03/17 08:42:01, 3] smbd/process.c:process_smb(1110) Transaction 95095 of length 110 [2008/03/17 08:42:01, 3] smbd/process.c:switch_message(914) switch message SMBtconX (pid 13117) conn 0x552b20a830 [2008/03/17 08:42:01, 3] smbd/sec_ctx.c:set_sec_ctx(241) setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0 [2008/03/17 08:42:01, 3] smbd/error.c:error_packet(146) error packet at smbd/reply.c(676) cmd=117 (SMBtconX) NT_STATUS_INSUFF_SERVER_RESOURCES The server is hapily serving few other shares, CPU/memory/diskspace looks OK. Could anybody explain to me how to interpret this message? Thanks for your time. Regards, Chris
On Mon, Mar 17, 2008 at 06:09:18PM +0100, Chris Osicki wrote:> > Hi > > A client (Win2000 Server, I think) cannot connect anymore a share on my Samba server. > The error message on the client side: "Not enough server storage is available to process > this command" > > I found in my logs the following in my logs: > > [2008/03/17 08:42:01, 3] smbd/process.c:process_smb(1110) > Transaction 95095 of length 110 > [2008/03/17 08:42:01, 3] smbd/process.c:switch_message(914) > switch message SMBtconX (pid 13117) conn 0x552b20a830 > [2008/03/17 08:42:01, 3] smbd/sec_ctx.c:set_sec_ctx(241) > setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0 > [2008/03/17 08:42:01, 3] smbd/error.c:error_packet(146) > error packet at smbd/reply.c(676) cmd=117 (SMBtconX) NT_STATUS_INSUFF_SERVER_RESOURCES > > > The server is hapily serving few other shares, CPU/memory/diskspace looks OK. > > Could anybody explain to me how to interpret this message?Very likely some buggy program on the W2k server. This error message only happens when you have more than 65534 concurrent shares open on a single smb connection. Volker -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20080317/90668232/attachment.bin
On Mon, 17 Mar 2008 20:26:54 +0100 Volker Lendecke <Volker.Lendecke@SerNet.DE> wrote:> On Mon, Mar 17, 2008 at 06:09:18PM +0100, Chris Osicki wrote: > > > > Hi > > > > A client (Win2000 Server, I think) cannot connect anymore a share on my Samba server. > > The error message on the client side: "Not enough server storage is available to process > > this command" > > > > I found in my logs the following in my logs: > > > > [2008/03/17 08:42:01, 3] smbd/process.c:process_smb(1110) > > Transaction 95095 of length 110 > > [2008/03/17 08:42:01, 3] smbd/process.c:switch_message(914) > > switch message SMBtconX (pid 13117) conn 0x552b20a830 > > [2008/03/17 08:42:01, 3] smbd/sec_ctx.c:set_sec_ctx(241) > > setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0 > > [2008/03/17 08:42:01, 3] smbd/error.c:error_packet(146) > > error packet at smbd/reply.c(676) cmd=117 (SMBtconX) NT_STATUS_INSUFF_SERVER_RESOURCES > > > > > > The server is hapily serving few other shares, CPU/memory/diskspace looks OK. > > > > Could anybody explain to me how to interpret this message? > > Very likely some buggy program on the W2k server. This error > message only happens when you have more than 65534 > concurrent shares open on a single smb connection. > > VolkerThanks a lot Volker! Regards, Chris