Matthew Toseland wrote: > On Fri, Mar 30, 2007 at 08:50:10PM +0100, Michael Rogers wrote: >> Matthew Toseland wrote: >>> On Fri, Mar 30, 2007 at 08:23:06PM +0100, Michael Rogers wrote: >>>> Matthew Toseland wrote: >>>>> With what build of Freenet? Before 1022, the ClientGet handler would >>>>> create the file. 1022 and later no longer do this. >>>> This is with 1022. Every ClientGet seems to fail with a similar error - >>>> Frost can't send or receive messages but downloads through Fproxy still >>>> work. >>> Frost can receive messages here. It has messages from yesterday morning, >>> at least. >> Cool, I've probably just borked my configuration somehow, I'll reinstall >> Frost. > > I doubt it. You are using build 1022? Make sure freenet is configured to > allow disk access (downloadAllowedDir / uploadAllowedDir in node config)
Yup, I'm using 1022 and the frost directory is within the downloadAllowedDirs and uploadAllowedDirs (assuming they allow subdirectories). It's throwing a FileExistsException rather than a NotAllowedException so I don't think it's a permissions problem. Cheers, Michael