Ticket #962 (new defect)
WebDAV upload-> mmap failed: operation not permitted
| Reported by: | anonymous | Owned by: | jan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | mod_webdav | Version: | 1.4.13 |
| Severity: | normal | Keywords: | webdav upload mmap |
| Cc: | Blocked By: | ||
| Need User Feedback: | Blocking: |
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"
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

