Displaying 2 results from an estimated 2 matches for "sk_unix".
Did you mean:
  af_unix
  
2005 May 12
1
MULTI-USER databases
...) When two or more clients edit some dbf concurrently, i've got a database 
corruption.
3) When i switch from Win XP/2k to Win98 these terrible bugs are disappear
Solution:
????
here is my smb.conf:
[global]
 dos charset = cp866
 unix charset = koi8-r
 workgroup = ICPLUS
 netbios name = SK_UNIX
 server string = Samba Server
 interfaces = eth0, eth1, eth2, lo0
 security = SHARE
 log file = /var/log/smb/log.%m
 max log size = 50
 time server = Yes
 change notify timeout = 300
 max disk size = 40000
 max open files = 65300
 socket options = TCP_NODELAY SO_RCVBUF=8196 SO_SNDBUF=8196 IPTOS_LOW...
2005 Apr 15
0
Multi-user databases (DOS application) in WIndows XP and Windows 2k file locking problem
...turns CSC and Oplocks off, they are all applied, but nothing helps me.
Here is my smb.conf:
# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2005/04/14 13:41:01
# Global parameters
[global]
 dos charset = cp866
 unix charset = koi8-r
 workgroup = ICPLUS
 netbios name = SK_UNIX
 server string = Samba Server
 interfaces = eth0, eth1, eth2, lo0
 security = SHARE
 log file = /var/log/smb/log.%m
 max log size = 50
 time server = Yes
# change notify timeout = 300
 max disk size = 40000
 max open files = 65300
 socket options = TCP_NODELAY IPTOS_LOWDELAY
 os level = 90
 preferr...