Displaying 1 result from an estimated 1 matches for "msg13778".
Did you mean:
  msg13078
  
2004 Oct 06
0
Possible solution to "Access Denied"
...freed files structure 4514 (0 used)
[2004/10/06 10:39:00, 3] smbd/error.c:error_packet(94)
   error string = Operation not supported
Some more googling indicated that there was a problem with ACL support 
in samba when working with Win2K and a possible solution 
(http://www.spinics.net/lists/samba/msg13778.html) was to disable it.
I then added the following to all my shares.
     nt acl support = no
Kicked samba (kill -1) so it would pick up the changes, resynchronized 
and lo and behold it worked.
Hope this helps.