Hai, Im playing around with my XCP-NG ( open source Xen Server ) and *(trying to add the SMB Storage Repo. The samba server is running ... Debian Jessie with samba 4.8.5 On the server im seeing in my logs. : [2018/09/28 14:42:43.948555, 0] smbd/process.c:525(init_smb_request) init_smb_request: invalid wct number 55 (size 106) [2018/09/28 14:42:44.963470, 0] smbd/process.c:525(init_smb_request) init_smb_request: invalid wct number 66 (size 106) The server ( XCP-ng ) cointains samba 4.2.3, there i use the windows XCP-ng tool to connect to the samba share. XCP-ng, Version 7.4.0, all i can set here is : \\server\path and a username\password. My questions. What does the error message above mean, i cant find it with google. Did i hit a bug involving smb. ( i noticed some work on smb bugfixes on samba technical ) In the end my goals 1) Connect the xen server to the smb share, but without modifying anything on the xen server, only use the Windows GUI. 2) Then i upgrade my xen server and see if above still works. 3) Custom settings should be preffered set in the share settings of the jessie server (if possible) Anyone any hints/tips to get past this error, low prio, but nice to know before an upgrade. it's not going to work, im upgrade xen first, but i like to have this "small" smb SR test also. Greetz, Louis
On Fri, 28 Sep 2018 15:06:09 +0200 "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:> Hai, > > Im playing around with my XCP-NG ( open source Xen Server ) and > *(trying to add the SMB Storage Repo. > The samba server is running ... Debian Jessie with samba 4.8.5 > On the server im seeing in my logs. : > > [2018/09/28 14:42:43.948555, 0] smbd/process.c:525(init_smb_request) > init_smb_request: invalid wct number 55 (size 106) > [2018/09/28 14:42:44.963470, 0] smbd/process.c:525(init_smb_request) > init_smb_request: invalid wct number 66 (size 106) > > The server ( XCP-ng ) cointains samba 4.2.3, there i use the windows > XCP-ng tool to connect to the samba share. XCP-ng, Version 7.4.0, > all i can set here is : \\server\path and a username\password. > > My questions. > What does the error message above mean, i cant find it with google.The information to find where it is coming from is all in the log fragment above. you can find it if you read 'source3/smbd/process.c' , specifically 'init_smb_request'> > Did i hit a bug involving smb. ( i noticed some work on smb bugfixes > on samba technical )Not sure, I do not write 'C', but I think 'wct' is a contraction of 'word count'. I do wish things like this were either well commented or not contracted. Rowland
> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Rowland Penny via samba > Verzonden: vrijdag 28 september 2018 15:53 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] init_smb_request: invalid wct number > > On Fri, 28 Sep 2018 15:06:09 +0200 > "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote: > > > Hai, > > > > Im playing around with my XCP-NG ( open source Xen Server ) and > > *(trying to add the SMB Storage Repo. > > The samba server is running ... Debian Jessie with samba 4.8.5 > > On the server im seeing in my logs. : > > > > [2018/09/28 14:42:43.948555, 0] > smbd/process.c:525(init_smb_request) > > init_smb_request: invalid wct number 55 (size 106) > > [2018/09/28 14:42:44.963470, 0] > smbd/process.c:525(init_smb_request) > > init_smb_request: invalid wct number 66 (size 106) > > > > The server ( XCP-ng ) cointains samba 4.2.3, there i use the windows > > XCP-ng tool to connect to the samba share. XCP-ng, Version 7.4.0, > > all i can set here is : \\server\path and a username\password. > > > > My questions. > > What does the error message above mean, i cant find it with google. > > The information to find where it is coming from is all in the log > fragment above. > > you can find it if you read 'source3/smbd/process.c' , specifically > 'init_smb_request' > > > > > Did i hit a bug involving smb. ( i noticed some work on smb bugfixes > > on samba technical ) > > Not sure, I do not write 'C', but I think 'wct' is a contraction of > 'word count'. I do wish things like this were either well commented or > not contracted. > > Rowland > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >Pff. C... Thats about 25 years ago i used that. So yeah, i know the feeling with C.. I'll give it a chance and i'll try to read it first. But thats for Monday.. ;-) Have a good weekend Greetz, Louis
Louis, are you trying to connect to your Storage Pool over SMB? I thought that was only supported over NFS or iSCSI. The ISO repo can be mounted over SMB or NFS, but uses mount.cifs and SMB1 by default. Kris Lou klou at themusiclink.net On Fri, Sep 28, 2018 at 8:04 AM, L.P.H. van Belle via samba < samba at lists.samba.org> wrote:> > > -----Oorspronkelijk bericht----- > > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > > Rowland Penny via samba > > Verzonden: vrijdag 28 september 2018 15:53 > > Aan: samba at lists.samba.org > > Onderwerp: Re: [Samba] init_smb_request: invalid wct number > > > > On Fri, 28 Sep 2018 15:06:09 +0200 > > "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote: > > > > > Hai, > > > > > > Im playing around with my XCP-NG ( open source Xen Server ) and > > > *(trying to add the SMB Storage Repo. > > > The samba server is running ... Debian Jessie with samba 4.8.5 > > > On the server im seeing in my logs. : > > > > > > [2018/09/28 14:42:43.948555, 0] > > smbd/process.c:525(init_smb_request) > > > init_smb_request: invalid wct number 55 (size 106) > > > [2018/09/28 14:42:44.963470, 0] > > smbd/process.c:525(init_smb_request) > > > init_smb_request: invalid wct number 66 (size 106) > > > > > > The server ( XCP-ng ) cointains samba 4.2.3, there i use the windows > > > XCP-ng tool to connect to the samba share. XCP-ng, Version 7.4.0, > > > all i can set here is : \\server\path and a username\password. > > > > > > My questions. > > > What does the error message above mean, i cant find it with google. > > > > The information to find where it is coming from is all in the log > > fragment above. > > > > you can find it if you read 'source3/smbd/process.c' , specifically > > 'init_smb_request' > > > > > > > > Did i hit a bug involving smb. ( i noticed some work on smb bugfixes > > > on samba technical ) > > > > Not sure, I do not write 'C', but I think 'wct' is a contraction of > > 'word count'. I do wish things like this were either well commented or > > not contracted. > > > > Rowland > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: https://lists.samba.org/mailman/options/samba > > > > Pff. C... Thats about 25 years ago i used that. > So yeah, i know the feeling with C.. I'll give it a chance and i'll try to > read it first. > But thats for Monday.. ;-) > > Have a good weekend > > Greetz, > > Louis > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
Hai Kris, Thank you, for the reply, i can confirm its SMB1 thats trying to connect. I have also an NFS mount, but i wat to test what is faster these days, samba 4.8.5 or nfs. I'll go adres this at the XCP-nr bug list. Greetz, Louis Van: klou at themusiclink.net [mailto:klou at axlmusiclink.com] Namens Kris Lou Verzonden: vrijdag 28 september 2018 20:20 Aan: L.P.H. van Belle CC: samba at lists.samba.org Onderwerp: Re: [Samba] init_smb_request: invalid wct number Louis, are you trying to connect to your Storage Pool over SMB? I thought that was only supported over NFS or iSCSI. The ISO repo can be mounted over SMB or NFS, but uses mount.cifs and SMB1 by default. Kris Lou klou at themusiclink.net On Fri, Sep 28, 2018 at 8:04 AM, L.P.H. van Belle via samba <samba at lists.samba.org> wrote:> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Rowland Penny via samba > Verzonden: vrijdag 28 september 2018 15:53 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] init_smb_request: invalid wct number > > On Fri, 28 Sep 2018 15:06:09 +0200 > "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote: > > > Hai, > > > > Im playing around with my XCP-NG ( open source Xen Server ) and > > *(trying to add the SMB Storage Repo. > > The samba server is running ... Debian Jessie with samba 4.8.5 > > On the server im seeing in my logs. : > > > > [2018/09/28 14:42:43.948555, 0] > smbd/process.c:525(init_smb_request) > > init_smb_request: invalid wct number 55 (size 106) > > [2018/09/28 14:42:44.963470, 0] > smbd/process.c:525(init_smb_request) > > init_smb_request: invalid wct number 66 (size 106) > > > > The server ( XCP-ng ) cointains samba 4.2.3, there i use the windows > > XCP-ng tool to connect to the samba share. XCP-ng, Version 7.4.0, > > all i can set here is : \\server\path and a username\password. > > > > My questions. > > What does the error message above mean, i cant find it with google. > > The information to find where it is coming from is all in the log > fragment above. > > you can find it if you read 'source3/smbd/process.c' , specifically > 'init_smb_request' > > > > > Did i hit a bug involving smb. ( i noticed some work on smb bugfixes > > on samba technical ) > > Not sure, I do not write 'C', but I think 'wct' is a contraction of > 'word count'. I do wish things like this were either well commented or > not contracted. > > Rowland > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >Pff. C... Thats about 25 years ago i used that. So yeah, i know the feeling with C.. I'll give it a chance and i'll try to read it first. But thats for Monday.. ;-) Have a good weekend Greetz, Louis -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba