Re: more on the smb sahring problem -- console log
Re: more on the smb sahring problem -- console log
- Subject: Re: more on the smb sahring problem -- console log
- From: Eric Albert <email@hidden>
- Date: Sat, 1 Nov 2003 15:20:33 -0700
At 1:54 PM +0100 11/1/03, jeroen wrote:
it's definitely a problem with an smb file being opened twice :
this is from console log (system.log)
Nov 1 13:52:48 localhost kernel: smbfs_rename: warning: pid 537(Xcode)
rename open file(deffigL.cpp)
Nov 1 13:52:48 localhost kernel: smbfs_link: warning: pid 537(Xcode)
hardlink(deffigL.cpp)
Nov 1 13:52:48 localhost kernel: smbfs_remove: warning: pid 537(Xcode)
unlink open file(deffigL.cpp)
so apparently the file being saved (or attempted to save) is allready open.
Yep. SMB file systems don't allow renaming open files, though nearly
all other file systems that Mac OS X supports do allow that. Please
file a bug report so either the Xcode team or the SMB team can
investigate.
Thanks,
Eric
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.