dfslink is a symlink to a dfs share (strictly speaking: a dead symlink) and Samba tries to look up dos attributes for it but can't (strore dos attributes ist set and thus getxattr returns no such file for that dead symlink ...) [2006/07/03 14:24:56, 1] smbd/dosmode.c:get_ea_dos_attribute(227) get_ea_dos_attributes: Cannot get attribute from EA on file ./dfslink: Error = No such file or directory
Hmmm. Shouldn't be able to get there.... The code : if (!VALID_STAT(*sbuf)) { return 0; } should prevent this from getting to the ea code..... I'll take a look. What were you doing that triggered this ? I'm guessing this is a code path an uninitialized value of *sbuf, it would be very interesting to know how you got here. Jeremy.
Ok I can see how this would happen..... Jerry - show stopper for 3.0.23. Fix should be today. Jeremy.
Created attachment 2016 [details] Patch Can you test this out please ? Should fix the problem. Jeremy.
this does not fix that error, still happens with 3.0.23 final.
sorry ... tested with rc3, not final. final with this patch is okay! :-)