tuning options and samba1.9.17alpha5 (Was:Visual C 5.0 loosing on samba1.17alpha4)

Hermann Lauer Hermann.Lauer at IWR.Uni-Heidelberg.De
Fri Aug 8 08:51:11 GMT 1997


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




More information about the samba mailing list