w2k complains about updating roaming profiles at log off.

Lista linux linux at fenix.uam.mx
Fri Apr 27 18:24:53 GMT 2001


Hi list,

i have a samba 2.2.0 PDC working fine, but i have a pair of questions:

1. when a user logs off fromthe w2k ws, it complains about not being able
   to update the profile. I use create mask = 711 AND DIRECTORY MASK = 711
   and it does not work, i also tried 0700/0600 as it says in the .pdf
   document. This problem persists when the NTUSER file has the .DAT
   extension and desappears if i make this a mandatory profile (.MAN)

2. when a user log in the domains, the whole process takes about 80
   seconds, is this right? I have 14 WS under two subnets connected under
   two nics to the samba PDC. If i test all the 14 WS the time goes up to
   120 seconds.

the samba is 2.2.0 under redhat 6.2 (2.2.16-3), here is my smb.conf

[global]
   workgroup = ALEXANDRIA
   server string = ALEXANDRIA samba %v

   bind interfaces only = Yes
   interfaces = 192.168.0.50/24 192.168.1.50/24 127.0.0.1
   hosts allow = 192.168.0. 192.168.1. 127.

   security = user
   status = yes
   encrypt passwords = yes
   local master = yes
   os level = 65
   domain master = yes
   preferred master = yes
   domain logons = yes
   wins support = yes
   announce as = NT
   announce version = 4.2
   share modes = yes
   keepalive = 60
   deadtime = 10

   socket options = IPTOS_LOWDELAY TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

   log file = /usr/local/samba/var/log.%m
   max log size = 0

  logon path = \\%N\profiles\%U
  preserve case = yes
  short preserve case = yes
  case sensitive = no
  client code page = 850
  dos filetimes = true
  followsymlinks = true
  hide dot files = yes

[homes]
   comment = Home Directories at JEFE Server
   browseable = no
   writable = yes

[netlogon]
   comment = Network Logon Service
   path = /home/samba_admin/netlogon
   public = no
   guest ok = no
   writable = no
   browseable = no

[profiles]
    path = /home/samba_admin/profiles/%m
    writable = yes
    browseable = no
    create mask = 711
    directory mask = 711
    map hidden = yes
    map system = yes
    oplocks=true

[images]
   path = /win/images
   public = no
   valid users = admin
   writable = yes
   browseable = no
   create mask = 775
   directory mask = 775
   map archive = yes
   map hidden = yes
   map system = yes
   printable = no

[cdrom]
   path = /mnt/cdrom
   public = no
   valid users = admin
   browseable = no
   writable = no
   printable = no

[printers]
   comment = All Printers
   path = /var/spool/samba
   browseable = no
# Set public = yes to allow user 'guest account' to print
   guest ok = no
   writable = no
   printable = yes

regards,
romy





More information about the samba-ntdom mailing list