Project

General

Profile

Actions

Bug #962

closed

WebDAV upload-> mmap failed: operation not permitted

Added by Anonymous over 17 years ago. Updated almost 8 years ago.

Status:
Fixed
Priority:
Normal
Category:
mod_webdav
Target version:
ASK QUESTIONS IN Forums:

Description

I have done this successfully on other servers with .13 so .. ???
For small files it's fine, but for larger than about 70KB it has the following behavior.

- It transfers the file into /var/tmp as several blocks, until the whole file is uploaded from the web browser.
- It creates the target file into the correct folder, with a 0 byte size.
- The following error appears in the error.log:


(mod_webdav.c.1715) mmap failed:  Operation not permitted /var/tmp/lighttpd-upload-wuZTa0 10

My configure flags


./configure --host=i686-linux --build=i686-linux --prefix=/usr --mandir=/share/man --infodir=/share/info --sysconfdir=/etc/lighttpd --libdir=/usr/lib/lighttpd --with-webdav-locks --with-webdav-props --with-openssl --with-lua

Some configuration items of consequence


webdav.sqlite-db-name = "/etc/lighttpd/davdb/db" 
webdav.activate = "enable" 

Files

lighttpd.zip (107 KB) lighttpd.zip Strace that was run during a reproduction of this upload failure -- anonymouse Anonymous, 2007-01-04 11:16
Actions #1

Updated by Anonymous over 17 years ago

This host is a virtuozzo virtual machine. /tmp and /var/tmp are virtualized in some unusual way where all virtual machines share one big drive but only see the files owned by them. For example if I do a 'df' it shows 141 gigabytes used on /var/tmp, but there are no files or dirs visible in there to me (a 'du' says '1').

One other interesting detail is that uploads from form POSTs work just fine. It is only webdav that encounters this issue.

When I changed my server.upload-dirs to be a path that was NOT on this weird shared tmp space, the issue goes away and webdav uploads work.

So personally, I no longer "care" about this issue.. but Darix says keep it open for now =)

Actions #2

Updated by Anonymous about 17 years ago

I found the 'mmap' problem with lighttpd when I had to modify CIFS mount parameter, adding 'forcedirectio'. That mount parameter was necesary due to a random problem when writing into CIFS mounts. My CIFS mount is ~ 2TB and is used to store huge ISOs. Rsync / cp was used to transfer those ISOs. Some of them were corrupted.

Actions #3

Updated by gstrauss about 8 years ago

  • Description updated (diff)
  • Status changed from New to Patch Pending
  • Assignee deleted (jan)
  • Target version set to 1.4.40
Actions #4

Updated by gstrauss almost 8 years ago

  • Status changed from Patch Pending to Fixed
  • % Done changed from 0 to 100
Actions

Also available in: Atom