Re: smbfs 2.1.70+ report
Bill Hawes (whawes@star.net)
Wed, 03 Dec 1997 21:07:36 -0500
Steven N. Hirsch wrote:
> I tried out 2.1.70 + your smbfs_2.1.70 patches against the WfW box. The
> only difference I see is that the application doing the copying no longer
> complains about being unable to setattr. However, the target file still
> is not picking up mtime :-(.
>
> To make sure that I'm not going senile, I mounted the WfW share from a box
> running 2.0.32. Under that environment, the mtimes _are_ getting set
> properly. We're still not doing exactly what it must be...
Hi Steve,
I'll go back and review the 2.0.32 sources again wrt timestamps. I have
finally found from another source the cause of the mystery ERRDOS 50
errors -- apparently you can't set attributes and mtime in the SMBsetatr
message, so mtime has to be 0.
I'm currently reworking the sources to separate the attribute setting
from the timestamp setting, so I think this will lead to a resolution.
Regards,
Bill