Hi list, Just upgraded to 4.2.10. All our XP boxes (yeah I know) are slow as Hell wrt share browsing & profiles loading… What (new) parameter should be set to recover historical behavior? I tried to find tune some of the new smb.conf parameters with no succes. Only downgrade to 4.1.17 (debian) fixed thing. Did anyone encounter same issue? Regards
mb play try play with: server max protocol = SMB2_10 server min protocol = NT1 client min protocol = NT1 client max protocol = SMB2_10 And also i think can help this: socket options = SO_KEEPALIVE TCP_NODELAY IPTOS_THROUGHPUT SO_RCVBUF=262140 SO_SNDBUF=262140 You can try decrease buffer sizes. 2016-04-25 11:49 GMT+03:00 Sébastien Le Ray <sebastien-samba at orniz.org>:> Hi list, > > Just upgraded to 4.2.10. All our XP boxes (yeah I know) are slow as Hell > wrt share browsing & profiles loading… What (new) parameter should be set > to recover historical behavior? I tried to find tune some of the new > smb.conf parameters with no succes. Only downgrade to 4.1.17 (debian) fixed > thing. > > Did anyone encounter same issue? > > Regards > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
Hi, socket_options is a bad idea in most cases (moreover, samba upgrade shouldn't need a tuning here). Client/server min/max are left to defaults (XP clients are using NT1) Regards Le 25/04/2016 à 11:00, Владимир Терентьев a écrit :> mb play try play with: > > server max protocol = SMB2_10 > server min protocol = NT1 > client min protocol = NT1 > client max protocol = SMB2_10 > And also i think can help this: > > socket options = SO_KEEPALIVE TCP_NODELAY IPTOS_THROUGHPUT SO_RCVBUF=262140 > SO_SNDBUF=262140 > You can try decrease buffer sizes. >