Hi, You might be running into the 405 issue. As we took our MogileFS cluster into production last week we luckily noticed some very bad corruption with Apache/WebDAV early on (only happens with files > 250MB). So I had to turn to lighttpd/mod_dav but ran into the same 403 errors you have. I hand patched MogileFS 2.17:
MogileFS/Device.pm, around line 369, just remove the 405 Last time this issue came up: http://lists.danga.com/pipermail/mogilefs/2007-April/000886.html ..wondering what the devs. thing about it today? Hope this helps.. Gr, Andy On Nov 2, 2007 8:21 PM, stefan <[EMAIL PROTECTED]> wrote: > Thanks for your reply ! I do have proper permissions (after fixing some > issues, including the DAVLock db one) > and I'm running the same code as you... very strange ! > > Stefan > > > On Nov 1, 2007 11:09 PM, Andy Lo A Foe < [EMAIL PROTECTED]> wrote: > > > Hi, > > > > Make sure the Apache user can write to all your /var/mogdata/dev? > > subdirs and that the DAVLock db file is writable too (there are some issues > > on Ubuntu with this for example). We are running a CPAN served 2.17MogileFS > > version, no patches applied, except to the client software (Ruby > > mogilefs-client). No special tracker configurations, just the standard > > MogileFS setup with Apache 2.2.3/WebDAV on storage nodes + > > update_usage.pl scripts for writing the usage files. > > > > Gr, > > Andy > > > > > > On 10/31/07, stefan < [EMAIL PROTECTED]> wrote: > > > > > > > > > On 10/30/07, Andy Lo A Foe <[EMAIL PROTECTED]> wrote: > > > > > > > > Apache2/WebDAV has worked out well on storage nodes (mogstored > > > > currently chokes on files > 100MB). > > > > > > > > > > > > Hi ! > > > > > > I'm trying to replace mogstored by lighttpd or apache webdav as well, > > > but I still hit an issue: new folders > > > are not created by the tracker... There's a TODO entry about it (I > > > guess), and a few other posts on the list, but > > > I couldn't really understand if it's supposed to just work ... > > > > > > I wonder, are you running 2.17 or svn, did you need any patches ? Do I > > > need some specific tracker configuration ? > > > > > > Thanks for any hint you might have ! > > > > > > Stefan > > > > > > > > >
