Hermann Lauer
1997-Aug-08 08:51 UTC
tuning options and samba1.9.17alpha5 (Was:Visual C 5.0 loosing on samba1.17alpha4)
Hello folks, after having trouble with samba1.9.17alpha5 and VC5.0 I found some things out about the differences between samba1.9.16p9 and 1.9.17alpha5: 1) the problems with VC5.0 under NT4 SP3 seems to go away when I commented out all tuning options which I used sucessfully with samba1.9.16p9: ; Tuning options read raw=yes write raw=yes socket options=TCP_NODELAY SO_SNDBUF=8192 read prediction=true 2) NT looses with alpha5 if the option "fake oplocks=yes" in a service and then tried to copy a large structure of directorys. Error form NT: "To many open files, try to close some appplications". 3) Under win95 and roving profiles and a loginscript.bat you can't use the "net time /set /yes" command, this kills the execution of the loginscript and produces the already described error: "Couldn't write to \\<sambaserver>\NOBODY\...." win 95 report's on login and logout An unresolved problem remains: win95 hangs while logging out from the samba server which act as domain logon server. Any comments ? Thanks for any help/suggestions. Greetings Hermann ------------------------------------------------------------------------ [global] ;config files zum debuggen config file=/etc/smb.conf.%m log level=2 max log size=500 ;printing printing = bsd printcap name = /etc/printcap load printers = yes ; Uncomment this if you want a guest account guest account = nobody log file = /var/log/samba/log.%m lock directory = /var/lock/samba share modes = yes ;#### Browsing stuff #### workgroup=DIGIBILD domain logons = yes ; Nur domain Masterbrowser domain master=yes preferred master=yes wins support=yes local master=yes logon script = loginscr.bat logon path=\\%L\%U os level=33 security=user password level=2 username map= /etc/smbusermap map archive=no alternate permissions=true ; File case mapping preserve case=yes short preserve case=yes ; deutsche Umlaute + korrekte Umsetzung valid chars = 0xe4:0xc4 0xf6:0xd6 0xfc:0xdc 0xdf character set = iso8859-1 public=no ;Timeout fuer Clients (min) dead time=15 ; Tuning options read raw=yes write raw=yes socket options=TCP_NODELAY SO_SNDBUF=8192 read prediction=true ;Winpopup messages message command = /net/klimt/binWWW/Intern/SambaReceive '%t' '%f' '%s' '%m' '%a' '%T' [homes] comment = Private Home Directory ;damit entscheidet sich, ob roving profiles benutzt browseable = yes read only = no create mode = 0750 [netlogon] path = /disk5/mos/netlogon writeable = no guest ok = yes browseable = no locking=no share modes=no .... Rest of services deleted
Luke Kenneth Casson Leighton
1997-Aug-08 15:22 UTC
tuning options and samba1.9.17alpha5 (Was:Visual C 5.0 loosing on samba1.17alpha4)
On Fri, 8 Aug 1997, Hermann Lauer wrote:> Hello folks, > > after having trouble with samba1.9.17alpha5 and VC5.0is this vc 5, or vc 5 with the 200mb patch applied?> 3) Under win95 and roving profiles and a loginscript.bat you can't use the > "net time /set /yes" command, this kills the execution of the loginscript and > produces the already described error:i'm using roving profiles successfully on w95 (the original floppy disk version) and nt 4.0 sp1.> "Couldn't write to \\<sambaserver>\NOBODY\...." win 95 report's on login and > logout > > > An unresolved problem remains: win95 hangs while logging out from the samba > server which act as domain logon server.this happens when max mux = 2. try setting max mux = 50, which is the default for this parameter on nt server. the rest, i don't know about. sorry. luke