search for: mysharedstuff

Displaying 1 result from an estimated 1 matches for "mysharedstuff".

2005 Jul 19
1
Problems With MDB in Linux/Samba
...r to what you are expereienceing. in ur smb.conf (usuly in /etc/samba/smb.conf) make sure on the shared drive in samba the oplocks are set (example below) ... <insert more smb.conf here> ;================= Clinic =========================== [shared] comment = Shared Drive Name path = /home/mysharedstuff public = yes printable = no write list = @mygroup oplocks = 0 level2 oplocks = 0 ... <insert more smb.conf here> lines oplocks = 0 and level2 oplocks = 0 are the critical ones. This fixed the problems we were havign w/ the mdb might work for you :) I also was fiddeling around w/ my smb.co...