Hello, I'm using Samba 2.0.6 on a newly installed SMP machine with SuSE Linux 6.2. Apparantly this Samba version does not allow any network clients to change the file modification times on remote files, as this is done by several directory synchronization tools (I personally use "filesync" to synchronize between my notebook and the server). On another Linux machine (Samba 2.0.5a on Kernel 2.0.35) the file modification times are set right. Tests with another tool (File Commander for Windows) have shown the same effect: Samba 2.0.5a (and WinNT) work fine, Samba 2.0.6 fails (always shows the file creation time). Information to my system: o SuSE Linux 6.2 (glibc2) o Samba 2.0.6 (compiled from source distribution) o Compiler egcs-2.91.66 o SMP machine Pentium/500 (2 CPU) mit 512 MB RAM o local file system is Ext2 on RAID5 controller The smb.conf file used on my system is attached to the end of this mail, were the results were on all shares the same. (Perhaps just a configuration error?) Thanks in advance for any help. Best regards Paul Duerr # Samba config file created using SWAT # from localhost (127.0.0.1) # Date: 2000/01/19 14:45:35 # Global parameters [global] workgroup = NEWTEC netbios name = ZEUS netbios aliases = GATEWAY server string = Samba %v on %h security = DOMAIN encrypt passwords = Yes null passwords = Yes password server = NEW syslog only = Yes log file = /var/log/log.smb time server = Yes deadtime = 15 max open files = 246 character set = ISO8859-1 dns proxy = No wins proxy = Yes wins server = 192.9.200.1 guest account = guest guest ok = Yes hosts allow = 192.9.200. 127. map archive = No mangled names = No wide links = No dos filetime resolution = Yes [users] comment = The local users home directories path = /raid5/home invalid users = guest read only = No create mask = 0750 fake directory create times = Yes force create mode = 0440 force directory mode = 0750 guest ok = No mangled names = Yes delete readonly = Yes [homes] path = /raid5/home/%u invalid users = guest read only = No create mask = 0750 fake directory create times = No force create mode = 0400 guest ok = No browseable = No oplocks = No dos filetimes = Yes [home] path = /raid5/home/%u invalid users = guest read only = No create mask = 0750 fake directory create times = No force create mode = 0440 force directory mode = 0750 guest ok = No include = /usr/local/samba/lib/home.conf. dos filetimes = Yes [home2] comment = Your UNIX home directory (user %U) path = /raid5/home/%u invalid users = guest read only = No create mask = 0750 fake directory create times = No force create mode = 0440 force directory mode = 0750 guest ok = No