On Wed, Oct 08, 2008 at 11:23:37AM +0200, Lucas Nussbaum wrote:
> Or could it be related to:
> Oct  8 11:12:52 paravent-36 approx: mkdir: File exists 
> (./debian/pool/main/x/xorp)

Yes, this is a classic race condition:
    if not (Sys.file_exists name) then
      mkdir name 0o755
Another client is creating the directory between the "file_exists"
check and the mkdir.  I'll look into the best fix for this (and some
other similar races that I noticed).

-- 
Eric Cooper             e c c @ c m u . e d u



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to