On 9/25/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > On Mon, 2006-09-25 at 23:12 +0000, Steve M wrote: > > Hi, > > > > I have my Django project source files on a SMB share (it is a Linux > > file server). > > > > I am running the development server on a different Linux computer, > > which has the SMB share mounted (with smbfs).
[snip] > I can't remember precisely how stat() behaves across SMB/CIFS mounts, > but it should be returning the correct last-modified times (although > with I've seen older Linux systems boxes periodically -- but not always > -- return dates from outer space, triggering no end of hilarity and > debugging of monitoring processes gone wild). Just fyi.... smbfs has been deprecated in favor of cifsfs. This may have nothing to do with your problem (Malcolm's comment about server time diffs is what I was thinking, too) but it wouldn't hurt to try cifsfs. smbfs hasn't been maintained for awhile now and weird behavior with smbfs is common (if you take comments on the Samba list as authority :-)) Cheers, deryck -- Deryck Hodge http://www.devurandom.org/ Web Developer, Naples News http://www.naplesnews.com/ Samba Team http://www.samba.org/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

