Re: [freenet-dev] Frost and createFileOnly

Top Page
Author: Matthew Toseland
Date:  
To: Discussion of development issues
Subject: Re: [freenet-dev] Frost and createFileOnly
Delete this message
Reply to this message
gpg: Signature made Fri Mar 30 18:53:51 2007 UTC using DSA key ID E43DA450
gpg: Good signature from "Matthew John Toseland <toad@amphibian.dyndns.org>"
With what build of Freenet? Before 1022, the ClientGet handler would
create the file. 1022 and later no longer do this.

On Fri, Mar 30, 2007 at 06:50:35PM +0100, Michael Rogers wrote:
> Is anyone else getting lots of these errors from Frost 07-Jan-2007 (not
> the beta version)?
>
> GetFailed {CodeDescription=Internal temp files error, maybe disk full or
> permissions problem?, Code=12, Fatal=false,
> ShortCodeDescription=Temporary files error,
> ExtraDescription=freenet.support.io.FileExistsException: File exists:
> /home/michael/freenet/frost/localdata/temp/getFile_62852.tmp-w,
> Identifier=get-11752751598336} EndMessage
>
> I don't think this is a permissions problem - it seems to be triggered
> by the new createFileOnly flag in FileBucket, which is set to true in
> ClientGet. Is it possible that Frost is creating the files before
> calling ClientGet?
>
> Cheers,
> Michael