Re: [Samba] date created attribute doesn't seem right

2006-03-30 Thread g wenzel
-Original Message- From: Henrik Zagerholm [mailto:[EMAIL PROTECTED] Sent: Monday, March 13, 2006 09:54 AM To: 'g wenzel' Cc: samba@lists.samba.org Subject: Re: [Samba] date created attribute doesn't seem right Just be sure to use the same compile flags as Samba or you get errors

Re: [Samba] date created attribute doesn't seem right

2006-03-30 Thread Henrik Zagerholm
:[EMAIL PROTECTED] Sent: Wednesday, March 8, 2006 11:11 PM To: 'g wenzel' Cc: samba@lists.samba.org Subject: Re: [Samba] date created attribute doesn't seem right Hi, I had the same problem when developing with libsmbclient. The problem was that I didn't compile with -D_LARGEFILE support. If you've

Re: [Samba] date created attribute doesn't seem right

2006-03-14 Thread Gordon Messmer
Henrik Zagerholm wrote: I've setup a samba server (ver 3.0.14a-3) on debian sarge. When I copy files to the server, the 'date created' attribute is always the same value as the 'date modified' attribute. The 'date modified' attribute remains the same, but the 'date created' changes as

Re: [Samba] date created attribute doesn't seem right

2006-03-13 Thread Henrik Zagerholm
@lists.samba.org Subject: Re: [Samba] date created attribute doesn't seem right Hi, I had the same problem when developing with libsmbclient. The problem was that I didn't compile with -D_LARGEFILE support. If you've compiled samba by yourself please make sure you use that flag. Cheers, Henrik 8 mar

Re: [Samba] date created attribute doesn't seem right

2006-03-12 Thread g wenzel
: Wednesday, March 8, 2006 11:11 PM To: 'g wenzel' Cc: samba@lists.samba.org Subject: Re: [Samba] date created attribute doesn't seem right Hi, I had the same problem when developing with libsmbclient. The problem was that I didn't compile with -D_LARGEFILE support. If you've compiled samba

Re: [Samba] date created attribute doesn't seem right

2006-03-09 Thread Henrik Zagerholm
Hi, I had the same problem when developing with libsmbclient. The problem was that I didn't compile with -D_LARGEFILE support. If you've compiled samba by yourself please make sure you use that flag. Cheers, Henrik 8 mar 2006 kl. 22:27 skrev g wenzel: Greetings, I've setup a samba server

[Samba] date created attribute doesn't seem right

2006-03-08 Thread g wenzel
Greetings, I've setup a samba server (ver 3.0.14a-3) on debian sarge. When I copy files to the server, the 'date created' attribute is always the same value as the 'date modified' attribute. The 'date modified' attribute remains the same, but the 'date created' changes as noted above. I