Re: FW: [Samba] Samba problem with APS .NET web farm (IIS) - change notify

2006-12-11 Thread Damien 'zaide' Desmarets
Effectively it solves my problem :)
thanks :)

max mux = 1 is a good value for me and it is the equivalent of a
MaxMpxCt value inside the database on a windows server.

Ásgeir Halldórsson a écrit :
 Forgot to send to list also
 
 Regards,
 Ásgeir Halldórsson
 
 
 -Original Message-
 From: Ásgeir Halldórsson
 Sent: 9. desember 2006 04:01
 To: 'Damien 'zaide' Desmarets'
 Subject: RE: [Samba] Samba problem with APS .NET web farm (IIS) - change 
 notify
 
 Hi,
 
 This might help in samba config
 
 [global]
  max open files = 65536
  max mux = 2147483547
  smb ports = 445
 
 Regards,
 Ásgeir Halldórsson
 
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Damien 'zaide' 
 Desmarets
 Sent: 7. desember 2006 15:43
 To: Alex Orlov
 Cc: samba@lists.samba.org
 Subject: Re: [Samba] Samba problem with APS .NET web farm (IIS) - change 
 notify
 
 Alex Orlov a écrit :
 Hi,
 Hello
 i have problems with change notify in my ASP server...
 problem details in this KB http://support.microsoft.com/kb/810886
 but i dont know how fix it in samba?

 this man have same problem...
 http://www.nabble.com/Samba-problem-with-web-farm-t2755718.html
 yep and it steel continue
 PS: http://support.microsoft.com/default.aspx?scid=kb;en-us;281253
 
 It could bee cool to found the default value of the MaxMpxCt value in
 samba this could explain something (but i don't think).
 I think it's more a microsoft bug, cause the value you set in your data
 base is ignored at the first packet send by the web server to establish
 a SMB session. You can found this be doing a network capture with wireshark.
 So the answer must come from microsoft and not samba i think.
 Thank to give me your advance in the resolution of this problem.
 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/listinfo/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba problem with APS .NET web farm (IIS) - change notify

2006-12-07 Thread Damien 'zaide' Desmarets
Alex Orlov a écrit :
 Hi,
Hello
 
 i have problems with change notify in my ASP server...
 problem details in this KB http://support.microsoft.com/kb/810886
 but i dont know how fix it in samba?
 
 this man have same problem...
 http://www.nabble.com/Samba-problem-with-web-farm-t2755718.html
yep and it steel continue
 
 PS: http://support.microsoft.com/default.aspx?scid=kb;en-us;281253

It could bee cool to found the default value of the MaxMpxCt value in
samba this could explain something (but i don't think).
I think it's more a microsoft bug, cause the value you set in your data
base is ignored at the first packet send by the web server to establish
a SMB session. You can found this be doing a network capture with wireshark.
So the answer must come from microsoft and not samba i think.
Thank to give me your advance in the resolution of this problem.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba problem with web farm

2006-12-05 Thread Damien 'zaide' Desmarets
When i capture my traffic and when i see the webserver establish a SMB
session setup, the 'Max Mpx Count' value in this session is locked to
the 50 default value. But i have change it to his maximal value
(0x) in the database like in
http://support.microsoft.com/kb/810886 but it don't seems to take effect.
Do you have some suggestion? Samba can hardcode or to oblige this value?
Greets

Damien 'zaide' Desmarets a écrit :
 Hello list,
 After using NFS with windows with the SFU windows extensions and somes
 sad stories with it, i have decided to migrate to samba.
 Good choice cause everything is right except one thing.
 I get an error on a ASP .NET application only.
 I get a Failed to start monitoring changes to
 '\\UNCSERVER\path\aspapplication'.
 I have search on internet and found somes things about this.
 First :
 http://support.microsoft.com/kb/810886
 I set the value on the client http server to the maximum.
 But the message continue to appear.
 When I run the filemon.exe i get a :
 19:30:27  w3wp.exe:13572  DIRECTORY   
 \\UNCSERVER\path\aspapplication\TOO
 MANY COMMANDS Change Notify   
 The TOO MANY COMMANDS seem to relate to the MaxCmds, but i have put
 at his maximum, in the registry or a samba limitation?
 When i browse the repertory from explorer.exe no problems and no errors.
 When i restart iis the website work very well but after 10minutes i get
 this message.
 Nothing appear in the smbstatus in relation with the ASP application...
 It run on a unique share path.
 I have found some posts who deal with this problem on this list with no
 responses/solutions.
 I can give a wireshark capture from a windows http server to a
 developer, run my samba in debug mode and make a dump during this occur.
 
 Thanks in advance for the resolution of this problem.
 
 Salutations

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Samba problem with web farm

2006-12-04 Thread Damien 'zaide' Desmarets
Hello list,
After using NFS with windows with the SFU windows extensions and somes
sad stories with it, i have decided to migrate to samba.
Good choice cause everything is right except one thing.
I get an error on a ASP .NET application only.
I get a Failed to start monitoring changes to
'\\UNCSERVER\path\aspapplication'.
I have search on internet and found somes things about this.
First :
http://support.microsoft.com/kb/810886
I set the value on the client http server to the maximum.
But the message continue to appear.
When I run the filemon.exe i get a :
19:30:27w3wp.exe:13572  DIRECTORY   
\\UNCSERVER\path\aspapplication\TOO
MANY COMMANDS   Change Notify   
The TOO MANY COMMANDS seem to relate to the MaxCmds, but i have put
at his maximum, in the registry or a samba limitation?
When i browse the repertory from explorer.exe no problems and no errors.
When i restart iis the website work very well but after 10minutes i get
this message.
Nothing appear in the smbstatus in relation with the ASP application...
It run on a unique share path.
I have found some posts who deal with this problem on this list with no
responses/solutions.
I can give a wireshark capture from a windows http server to a
developer, run my samba in debug mode and make a dump during this occur.

Thanks in advance for the resolution of this problem.

Salutations
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba