maindavfs2 - Support: sr #109389, file cp-ed into davfs2 mount...

 
 

sr #109389: file cp-ed into davfs2 mount dissappears in a short time

Submitter:  Ernesto Alfonso <erjoalgo>
Submitted:  Tue 26 Sep 2017 05:18:12 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  3 - Normal Status:  In Progress
Privacy:  Public Assigned to:  _71007
Open/Closed:  Closed Operating System:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 29 Sep 2017 09:33:59 PM UTC, comment #5: 

DAViCal should not be used as a "normal" DAV server.  While it does implement many (most) of the feature of a DAV server, there are expected filesystem structures within it specifically for the storage of calendar entries.

While it might work, sometimes, for some things, it also might not.

In particular, in this case, it seems likely that DAViCal expects certain types of "files" to be PUT into it.  If a file that is not one of these types is "PUT" it may well be that DAViCal faithfully stores that in it's database however it also might not include that item's presence in response to a subsequent PROPFIND request.

Patches welcome (tm) (pat. pend.) :-)

Andrew McMillan
(original, but now retired, author of DAViCal)

Andrew McMillan <karora>
Thu 28 Sep 2017 09:24:44 AM UTC, comment #4: 

According to the logs the file is successfully send to the server.

This is the HTTP-request:
Sep 27 18:35:31 my-hostname mount.davfs: Sending request headers:#012PUT /caldav.php/user/docs/leases/SOME-lease.pdf ...

and the server responds with
Sep 27 18:35:33 my-hostname mount.davfs: [status-line] < HTTP/1.1 201 Created

So from now on the file should exist on the server (that is what the server says). It is successfully unlocked at
Sep 27 18:35:33 my-hostname mount.davfs: Sending request headers:#012UNLOCK ...

There is no action from davfs2 to delete the file and it should still be there.

But what is strange: In response to an OPTIONS request the server sends this header showing what HTTP-methods are allowed:
Sep 27 18:34:33 my-hostname mount.davfs: [hdr] Allow: OPTIONS, PROPFIND, REPORT, DELETE, LOCK, UNLOCK, MOVE, GET, HEAD, MKCOL, MKCALENDAR, PROPPATCH, BIND, ACL

There is no PUT method. It looks like your server is a special CalDAV server that does not allow file uploads. Could you please read the documentation of this server to check whether file uploads are possible.

If you have a second way to watch the files and directories on the server you should do this while you copy a file into your davfs2 file system. Does the file apeear on the server side. If yes, wait abaout one minute: does it disappear?

Werner

- <_71007>
Thu 28 Sep 2017 01:44:20 AM UTC, comment #3: 

I tried the if_match_bug option, it didn't help. Here's my /etc/davfs2/davfs2.conf:

trust_server_cert user-com
if_match_bug    1
debug           most


Here's the log, including mount, cp file, wait, umount. I don't see anything interesting but the file is still gone after a short amount of time:



Sep 27 18:34:32 my-hostname mount.davfs: davfs2 1.5.2
Sep 27 18:34:32 my-hostname mount.davfs: /sbin/mount.davfs https://example.com/caldav.php/user /home/MY-NAME/mnt/dav -o rw
Sep 27 18:34:32 my-hostname mount.davfs: Configuration:
Sep 27 18:34:32 my-hostname mount.davfs:   url: https://example.com/caldav.php/user
Sep 27 18:34:32 my-hostname mount.davfs:   mount point: /home/MY-NAME/mnt/dav
Sep 27 18:34:32 my-hostname mount.davfs:   dav_user: davfs2
Sep 27 18:34:32 my-hostname mount.davfs:   dav_group: davfs2
Sep 27 18:34:32 my-hostname mount.davfs:   conf: (null)
Sep 27 18:34:32 my-hostname mount.davfs:   user: 0
Sep 27 18:34:32 my-hostname mount.davfs:   netdev: 1
Sep 27 18:34:32 my-hostname mount.davfs:   grpid: 0
Sep 27 18:34:32 my-hostname mount.davfs:   mopts: 0xc0ed0006
Sep 27 18:34:32 my-hostname mount.davfs:   kernel_fs: (null)
Sep 27 18:34:32 my-hostname mount.davfs:   buf_size: 0 KiB
Sep 27 18:34:32 my-hostname mount.davfs:   uid: 0
Sep 27 18:34:32 my-hostname mount.davfs:   gid: 0
Sep 27 18:34:32 my-hostname mount.davfs:   dir_mode: 040755
Sep 27 18:34:32 my-hostname mount.davfs:   file_mode: 0100644
Sep 27 18:34:32 my-hostname mount.davfs:   scheme: https
Sep 27 18:34:32 my-hostname mount.davfs:   host: user.com
Sep 27 18:34:32 my-hostname mount.davfs:   port: 11408
Sep 27 18:34:32 my-hostname mount.davfs:   path: /caldav.php/user/
Sep 27 18:34:32 my-hostname mount.davfs:   trust_ca_cert: (null)
Sep 27 18:34:32 my-hostname mount.davfs:   trust_server_cert: /etc/davfs2/certs/user-com-11408
Sep 27 18:34:32 my-hostname mount.davfs:   secrets: (null)
Sep 27 18:34:32 my-hostname mount.davfs:   clicert: (null)
Sep 27 18:34:32 my-hostname mount.davfs:   p_host: (null)
Sep 27 18:34:32 my-hostname mount.davfs:   p_port: 8080
Sep 27 18:34:32 my-hostname mount.davfs:   useproxy: 0
Sep 27 18:34:32 my-hostname mount.davfs:   askauth: 1
Sep 27 18:34:32 my-hostname mount.davfs:   locks: 1
Sep 27 18:34:32 my-hostname mount.davfs:   lock_owner: (null)
Sep 27 18:34:32 my-hostname mount.davfs:   lock_timeout: 1800 s
Sep 27 18:34:32 my-hostname mount.davfs:   lock_refresh: 60 s
Sep 27 18:34:32 my-hostname mount.davfs:   expect100: 0
Sep 27 18:34:32 my-hostname mount.davfs:   if_match_bug: 1
Sep 27 18:34:32 my-hostname mount.davfs:   drop_weak_etags: 0
Sep 27 18:34:32 my-hostname mount.davfs:   n_cookies: 0
Sep 27 18:34:32 my-hostname mount.davfs:   precheck: 1
Sep 27 18:34:32 my-hostname mount.davfs:   ignore_dav_header: 0
Sep 27 18:34:32 my-hostname mount.davfs:   use_compression: 0
Sep 27 18:34:32 my-hostname mount.davfs:   follow_redirect: 0
Sep 27 18:34:32 my-hostname mount.davfs:   connect_timeout: 10 s
Sep 27 18:34:32 my-hostname mount.davfs:   read_timeout: 30 s
Sep 27 18:34:32 my-hostname mount.davfs:   retry: 30 s
Sep 27 18:34:32 my-hostname mount.davfs:   max_retry: 300 s
Sep 27 18:34:32 my-hostname mount.davfs:   s_charset: (null)
Sep 27 18:34:32 my-hostname mount.davfs:   header: (null)
Sep 27 18:34:32 my-hostname mount.davfs:   sys_cache: /var/cache/davfs2
Sep 27 18:34:32 my-hostname mount.davfs:   cache_dir: /var/cache/davfs2
Sep 27 18:34:32 my-hostname mount.davfs:   backup_dir: lost+found
Sep 27 18:34:32 my-hostname mount.davfs:   cache_size: 50 MiB
Sep 27 18:34:32 my-hostname mount.davfs:   table_size: 1024
Sep 27 18:34:32 my-hostname mount.davfs:   dir_refresh: 60 s
Sep 27 18:34:32 my-hostname mount.davfs:   file_refresh: 1 s
Sep 27 18:34:32 my-hostname mount.davfs:   delay_upload: 10
Sep 27 18:34:32 my-hostname mount.davfs:   gui_optimize: 0
Sep 27 18:34:32 my-hostname mount.davfs:   minimize_mem: 0
Sep 27 18:34:32 my-hostname mount.davfs:   debug: 0x7
Sep 27 18:34:32 my-hostname mount.davfs:   neon_debug: 0x3
Sep 27 18:34:32 my-hostname mount.davfs: mounts in: /proc/mounts
Sep 27 18:34:32 my-hostname mount.davfs: PID file: /var/run/mount.davfs/home-MY-NAME-mnt-dav.pid
Sep 27 18:34:32 my-hostname mount.davfs: changing persona: euid 118, gid 127
Sep 27 18:34:32 my-hostname mount.davfs: Initializing webdav
Sep 27 18:34:32 my-hostname mount.davfs: HTTP session to https://example.com begins.
Sep 27 18:34:32 my-hostname mount.davfs: Initializing cache
Sep 27 18:34:32 my-hostname mount.davfs: Alignment of dav_node: 16
Sep 27 18:34:32 my-hostname mount.davfs: Checking cache directory
Sep 27 18:34:32 my-hostname mount.davfs:   /var/cache/davfs2/user.com-caldav.php-user+home-MY-NAME-mnt-dav+root
Sep 27 18:34:32 my-hostname mount.davfs: new node: (nil)->0xbd9d90
Sep 27 18:34:32 my-hostname mount.davfs: Reading stored cache data
Sep 27 18:34:32 my-hostname mount.davfs: new node: 0xbd9d90->0xbe7370
Sep 27 18:34:32 my-hostname mount.davfs: Running pre_send hooks
Sep 27 18:34:32 my-hostname mount.davfs: Sending request headers:#012OPTIONS /caldav.php/user/ HTTP/1.1#015#012User-Agent: davfs2/1.5.2 neon/0.30.1#015#012Keep-Alive: #015#012Connection: TE, Keep-Alive#015#012TE: trailers#015#012Host: user.com:11408
Sep 27 18:34:32 my-hostname mount.davfs: Sending request-line and headers:
Sep 27 18:34:32 my-hostname mount.davfs: Doing DNS lookup on user.com...
Sep 27 18:34:32 my-hostname mount.davfs: req: Connecting to 45.55.140.195:11408
Sep 27 18:34:32 my-hostname mount.davfs: Request sent; retry is 0.
Sep 27 18:34:32 my-hostname mount.davfs: [status-line] < HTTP/1.1 401 Unauthorized
Sep 27 18:34:32 my-hostname mount.davfs: [hdr] Date: Thu, 28 Sep 2017 01:34:31 GMT
Sep 27 18:34:32 my-hostname mount.davfs: Header Name: [date], Value: [Thu, 28 Sep 2017 01:34:31 GMT]
Sep 27 18:34:32 my-hostname mount.davfs: [hdr] Content-Type: text/plain; ; charset="utf-8"
Sep 27 18:34:32 my-hostname mount.davfs: Header Name: [content-type], Value: [text/plain; ; charset="utf-8"]
Sep 27 18:34:32 my-hostname mount.davfs: [hdr] Transfer-Encoding: chunked
Sep 27 18:34:32 my-hostname mount.davfs: Header Name: [transfer-encoding], Value: [chunked]
Sep 27 18:34:32 my-hostname mount.davfs: [hdr] Connection: close
Sep 27 18:34:32 my-hostname mount.davfs: Header Name: [connection], Value: [close]
Sep 27 18:34:32 my-hostname mount.davfs: [hdr] Server: 1.1
Sep 27 18:34:32 my-hostname mount.davfs: Header Name: [server], Value: [1.1]
Sep 27 18:34:32 my-hostname mount.davfs: [hdr] WWW-Authenticate: Basic realm="DAViCal CalDAV Server"
Sep 27 18:34:32 my-hostname mount.davfs: Header Name: [www-authenticate], Value: [Basic realm="DAViCal CalDAV Server"]
Sep 27 18:34:32 my-hostname mount.davfs: [hdr]
Sep 27 18:34:32 my-hostname mount.davfs: End of headers.
Sep 27 18:34:32 my-hostname mount.davfs: Running post_headers hooks
Sep 27 18:34:32 my-hostname mount.davfs: [chunk] < 28
Sep 27 18:34:32 my-hostname mount.davfs: Got chunk size: 40
Sep 27 18:34:32 my-hostname mount.davfs: Reading 40 bytes of response body.
Sep 27 18:34:32 my-hostname mount.davfs: Got 40 bytes.
Sep 27 18:34:32 my-hostname mount.davfs: [chunk] < 0
Sep 27 18:34:32 my-hostname mount.davfs: Got chunk size: 0
Sep 27 18:34:32 my-hostname mount.davfs: [hdr]
Sep 27 18:34:32 my-hostname mount.davfs: End of headers.
Sep 27 18:34:32 my-hostname mount.davfs: Running post_send hooks
Sep 27 18:34:32 my-hostname mount.davfs: sess: Closing connection.
Sep 27 18:34:32 my-hostname mount.davfs: sess: Connection closed.
Sep 27 18:34:32 my-hostname mount.davfs: Running pre_send hooks
Sep 27 18:34:32 my-hostname mount.davfs: Sending request headers:#012OPTIONS /caldav.php/user/ HTTP/1.1#015#012User-Agent: davfs2/1.5.2 neon/0.30.1#015#012Keep-Alive: #015#012Connection: TE, Keep-Alive#015#012TE: trailers#015#012Host: user.com:11408#015#012Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Sep 27 18:34:32 my-hostname mount.davfs: Sending request-line and headers:
Sep 27 18:34:32 my-hostname mount.davfs: req: Connecting to 45.55.140.195:11408
Sep 27 18:34:33 my-hostname mount.davfs: Request sent; retry is 0.
Sep 27 18:34:33 my-hostname mount.davfs: [status-line] < HTTP/1.1 200 OK
Sep 27 18:34:33 my-hostname mount.davfs: [hdr] Date: Thu, 28 Sep 2017 01:34:32 GMT
Sep 27 18:34:33 my-hostname mount.davfs: Header Name: [date], Value: [Thu, 28 Sep 2017 01:34:32 GMT]
Sep 27 18:34:33 my-hostname mount.davfs: [hdr] Content-Type: text/plain; charset="utf-8"
Sep 27 18:34:33 my-hostname mount.davfs: Header Name: [content-type], Value: [text/plain; charset="utf-8"]
Sep 27 18:34:33 my-hostname mount.davfs: [hdr] Transfer-Encoding: chunked
Sep 27 18:34:33 my-hostname mount.davfs: Header Name: [transfer-encoding], Value: [chunked]
Sep 27 18:34:33 my-hostname mount.davfs: [hdr] Connection: close
Sep 27 18:34:33 my-hostname mount.davfs: Header Name: [connection], Value: [close]
Sep 27 18:34:33 my-hostname mount.davfs: [hdr] Server: 1.1
Sep 27 18:34:33 my-hostname mount.davfs: Header Name: [server], Value: [1.1]
Sep 27 18:34:33 my-hostname mount.davfs: [hdr] DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule
Sep 27 18:34:33 my-hostname mount.davfs: Header Name: [dav], Value: [1, 2, 3, access-control, calendar-access, calendar-schedule]
Sep 27 18:34:33 my-hostname mount.davfs: [hdr] DAV: extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy
Sep 27 18:34:33 my-hostname mount.davfs: Header Name: [dav], Value: [extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy]
Sep 27 18:34:33 my-hostname mount.davfs: [hdr] Allow: OPTIONS, PROPFIND, REPORT, DELETE, LOCK, UNLOCK, MOVE, GET, HEAD, MKCOL, MKCALENDAR, PROPPATCH, BIND, ACL
Sep 27 18:34:33 my-hostname mount.davfs: Header Name: [allow], Value: [OPTIONS, PROPFIND, REPORT, DELETE, LOCK, UNLOCK, MOVE, GET, HEAD, MKCOL, MKCALENDAR, PROPPATCH, BIND, ACL]
Sep 27 18:34:33 my-hostname mount.davfs: [hdr] X-DAViCal-Version: DAViCal/1.1.3; DB/1.2.11
Sep 27 18:34:33 my-hostname mount.davfs: Header Name: [x-davical-version], Value: [DAViCal/1.1.3; DB/1.2.11]
Sep 27 18:34:33 my-hostname mount.davfs: [hdr]
Sep 27 18:34:33 my-hostname mount.davfs: End of headers.
Sep 27 18:34:33 my-hostname mount.davfs: Running post_headers hooks
Sep 27 18:34:33 my-hostname mount.davfs: [chunk] < 0
Sep 27 18:34:33 my-hostname mount.davfs: Got chunk size: 0
Sep 27 18:34:33 my-hostname mount.davfs: [hdr]
Sep 27 18:34:33 my-hostname mount.davfs: End of headers.
Sep 27 18:34:33 my-hostname mount.davfs: Running post_send hooks
Sep 27 18:34:33 my-hostname mount.davfs: sess: Closing connection.
Sep 27 18:34:33 my-hostname mount.davfs: sess: Connection closed.
Sep 27 18:34:33 my-hostname mount.davfs: Request ends, status 200 class 2xx, error line:#012200 OK
Sep 27 18:34:33 my-hostname mount.davfs: Running destroy hooks.
Sep 27 18:34:33 my-hostname mount.davfs: Request ends.
Sep 27 18:34:33 my-hostname mount.davfs: Running pre_send hooks
Sep 27 18:34:33 my-hostname mount.davfs: Sending request headers:#012PROPFIND /caldav.php/user/ HTTP/1.1#015#012User-Agent: davfs2/1.5.2 neon/0.30.1#015#012Connection: TE#015#012TE: trailers#015#012Host: user.com:11408#015#012Depth: 1#015#012Content-Length: 257#015#012Content-Type: application/xml#015#012Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Sep 27 18:34:33 my-hostname mount.davfs: Sending request-line and headers:
Sep 27 18:34:33 my-hostname mount.davfs: req: Connecting to 45.55.140.195:11408
Sep 27 18:34:33 my-hostname mount.davfs: Sending request body:
Sep 27 18:34:33 my-hostname mount.davfs: Request sent; retry is 0.
Sep 27 18:34:33 my-hostname mount.davfs: [status-line] < HTTP/1.1 207 Multi-Status
Sep 27 18:34:33 my-hostname mount.davfs: [hdr] Date: Thu, 28 Sep 2017 01:34:32 GMT
Sep 27 18:34:33 my-hostname mount.davfs: Header Name: [date], Value: [Thu, 28 Sep 2017 01:34:32 GMT]
Sep 27 18:34:33 my-hostname mount.davfs: [hdr] Content-Type: text/xml; charset="utf-8"
Sep 27 18:34:33 my-hostname mount.davfs: Header Name: [content-type], Value: [text/xml; charset="utf-8"]
Sep 27 18:34:33 my-hostname mount.davfs: [hdr] Content-Length: 3449
Sep 27 18:34:33 my-hostname mount.davfs: Header Name: [content-length], Value: [3449]
Sep 27 18:34:33 my-hostname mount.davfs: [hdr] Connection: close
Sep 27 18:34:33 my-hostname mount.davfs: Header Name: [connection], Value: [close]
Sep 27 18:34:33 my-hostname mount.davfs: [hdr] Server: 1.1
Sep 27 18:34:33 my-hostname mount.davfs: Header Name: [server], Value: [1.1]
Sep 27 18:34:33 my-hostname mount.davfs: [hdr] DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule
Sep 27 18:34:33 my-hostname mount.davfs: Header Name: [dav], Value: [1, 2, 3, access-control, calendar-access, calendar-schedule]
Sep 27 18:34:33 my-hostname mount.davfs: [hdr] DAV: extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy
Sep 27 18:34:33 my-hostname mount.davfs: Header Name: [dav], Value: [extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy]
Sep 27 18:34:33 my-hostname mount.davfs: [hdr] ETag: "15701a72459b7a375733d0067307850f"
Sep 27 18:34:33 my-hostname mount.davfs: Header Name: [etag], Value: ["15701a72459b7a375733d0067307850f"]
Sep 27 18:34:33 my-hostname mount.davfs: [hdr] X-DAViCal-Version: DAViCal/1.1.3; DB/1.2.11
Sep 27 18:34:33 my-hostname mount.davfs: Header Name: [x-davical-version], Value: [DAViCal/1.1.3; DB/1.2.11]
Sep 27 18:34:33 my-hostname mount.davfs: [hdr]
Sep 27 18:34:33 my-hostname mount.davfs: End of headers.
Sep 27 18:34:33 my-hostname mount.davfs: Running post_headers hooks
Sep 27 18:34:33 my-hostname mount.davfs: Reading 3449 bytes of response body.
Sep 27 18:34:33 my-hostname mount.davfs: Got 3449 bytes.
Sep 27 18:34:33 my-hostname mount.davfs: Running post_send hooks
Sep 27 18:34:33 my-hostname mount.davfs: sess: Closing connection.
Sep 27 18:34:33 my-hostname mount.davfs: sess: Connection closed.
Sep 27 18:34:33 my-hostname mount.davfs: Request ends, status 207 class 2xx, error line:#012207 Multi-Status
Sep 27 18:34:33 my-hostname mount.davfs: Running destroy hooks.
Sep 27 18:34:33 my-hostname mount.davfs: Request ends.
Sep 27 18:34:33 my-hostname mount.davfs: new node: 0xbd9d90->0xbeb760
Sep 27 18:34:33 my-hostname mount.davfs: added /caldav.php/user/calendar-proxy-write/
Sep 27 18:34:33 my-hostname mount.davfs: new node: 0xbd9d90->0xbfb4d0
Sep 27 18:34:33 my-hostname mount.davfs: added /caldav.php/user/calendar-proxy-read/
Sep 27 18:34:33 my-hostname mount.davfs: new node: 0xbd9d90->0xbe2220
Sep 27 18:34:33 my-hostname mount.davfs: added /caldav.php/user/docs/
Sep 27 18:34:33 my-hostname mount.davfs: new node: 0xbd9d90->0xbe6d40
Sep 27 18:34:33 my-hostname mount.davfs: added /caldav.php/user/79c12255-b764-48dc-87d9-44dede9addbf/
Sep 27 18:34:33 my-hostname mount.davfs: new node: 0xbd9d90->0xbfb0f0
Sep 27 18:34:33 my-hostname mount.davfs: added /caldav.php/user/addresses/
Sep 27 18:34:33 my-hostname mount.davfs: new node: 0xbd9d90->0xbe5400
Sep 27 18:34:33 my-hostname mount.davfs: added /caldav.php/user/calendar/
Sep 27 18:34:33 my-hostname mount.davfs: directory updated: (nil)->0xbd9d90
Sep 27 18:34:33 my-hostname mount.davfs:   /caldav.php/user/
Sep 27 18:34:33 my-hostname mount.davfs: Running pre_send hooks
Sep 27 18:34:33 my-hostname mount.davfs: Sending request headers:#012PROPFIND /caldav.php/user/ HTTP/1.1#015#012User-Agent: davfs2/1.5.2 neon/0.30.1#015#012Connection: TE#015#012TE: trailers#015#012Host: user.com:11408#015#012Depth: 0#015#012Content-Length: 159#015#012Content-Type: application/xml#015#012Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Sep 27 18:34:33 my-hostname mount.davfs: Sending request-line and headers:
Sep 27 18:34:33 my-hostname mount.davfs: req: Connecting to 45.55.140.195:11408
Sep 27 18:34:33 my-hostname mount.davfs: Sending request body:
Sep 27 18:34:33 my-hostname mount.davfs: Request sent; retry is 0.
Sep 27 18:34:34 my-hostname mount.davfs: [status-line] < HTTP/1.1 207 Multi-Status
Sep 27 18:34:34 my-hostname mount.davfs: [hdr] Date: Thu, 28 Sep 2017 01:34:32 GMT
Sep 27 18:34:34 my-hostname mount.davfs: Header Name: [date], Value: [Thu, 28 Sep 2017 01:34:32 GMT]
Sep 27 18:34:34 my-hostname mount.davfs: [hdr] Content-Type: text/xml; charset="utf-8"
Sep 27 18:34:34 my-hostname mount.davfs: Header Name: [content-type], Value: [text/xml; charset="utf-8"]
Sep 27 18:34:34 my-hostname mount.davfs: [hdr] Content-Length: 362
Sep 27 18:34:34 my-hostname mount.davfs: Header Name: [content-length], Value: [362]
Sep 27 18:34:34 my-hostname mount.davfs: [hdr] Connection: close
Sep 27 18:34:34 my-hostname mount.davfs: Header Name: [connection], Value: [close]
Sep 27 18:34:34 my-hostname mount.davfs: [hdr] Server: 1.1
Sep 27 18:34:34 my-hostname mount.davfs: Header Name: [server], Value: [1.1]
Sep 27 18:34:34 my-hostname mount.davfs: [hdr] DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule
Sep 27 18:34:34 my-hostname mount.davfs: Header Name: [dav], Value: [1, 2, 3, access-control, calendar-access, calendar-schedule]
Sep 27 18:34:34 my-hostname mount.davfs: [hdr] DAV: extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy
Sep 27 18:34:34 my-hostname mount.davfs: Header Name: [dav], Value: [extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy]
Sep 27 18:34:34 my-hostname mount.davfs: [hdr] ETag: "8cf6b10399a44b795f0d16c66b746c23"
Sep 27 18:34:34 my-hostname mount.davfs: Header Name: [etag], Value: ["8cf6b10399a44b795f0d16c66b746c23"]
Sep 27 18:34:34 my-hostname mount.davfs: [hdr] X-DAViCal-Version: DAViCal/1.1.3; DB/1.2.11
Sep 27 18:34:34 my-hostname mount.davfs: Header Name: [x-davical-version], Value: [DAViCal/1.1.3; DB/1.2.11]
Sep 27 18:34:34 my-hostname mount.davfs: [hdr]
Sep 27 18:34:34 my-hostname mount.davfs: End of headers.
Sep 27 18:34:34 my-hostname mount.davfs: Running post_headers hooks
Sep 27 18:34:34 my-hostname mount.davfs: Reading 362 bytes of response body.
Sep 27 18:34:34 my-hostname mount.davfs: Got 362 bytes.
Sep 27 18:34:34 my-hostname mount.davfs: Running post_send hooks
Sep 27 18:34:34 my-hostname mount.davfs: sess: Closing connection.
Sep 27 18:34:34 my-hostname mount.davfs: sess: Connection closed.
Sep 27 18:34:34 my-hostname mount.davfs: Request ends, status 207 class 2xx, error line:#012207 Multi-Status
Sep 27 18:34:34 my-hostname mount.davfs: Running destroy hooks.
Sep 27 18:34:34 my-hostname mount.davfs: Request ends.
Sep 27 18:34:34 my-hostname mount.davfs: kernel_fs: fuse
Sep 27 18:34:34 my-hostname mount.davfs: Fork into daemon mode
Sep 27 18:34:34 my-hostname mount.davfs: Parent: parent pid: 3973, child pid: 3975
Sep 27 18:34:34 my-hostname mount.davfs: Set signal handler
Sep 27 18:34:34 my-hostname mount.davfs: Parent: writing mtab entry
Sep 27 18:34:34 my-hostname mount.davfs: Releasing root privileges
Sep 27 18:34:34 my-hostname mount.davfs: Parent: leaving now
Sep 27 18:34:34 my-hostname mount.davfs: Releasing terminal
Sep 27 18:34:34 my-hostname mount.davfs: Writing pid file
Sep 27 18:34:34 my-hostname mount.davfs: Starting message loop
Sep 27 18:34:34 my-hostname mount.davfs: fuse kernel version 7
Sep 27 18:34:34 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:34 my-hostname mount.davfs: FUSE_INIT:
Sep 27 18:34:34 my-hostname mount.davfs:   version 7.23
Sep 27 18:34:34 my-hostname mount.davfs: RET: Success
Sep 27 18:34:45 my-hostname mount.davfs: SELECT: 0
Sep 27 18:34:45 my-hostname mount.davfs: tidy: 0 of 8 nodes changed
Sep 27 18:34:45 my-hostname mount.davfs: cache-size: 0 MiBytes.
Sep 27 18:34:47 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:47 my-hostname mount.davfs: FUSE_LOOKUP:
Sep 27 18:34:47 my-hostname mount.davfs:   p 0xbd9d90, docs
Sep 27 18:34:47 my-hostname mount.davfs: lookup /caldav.php/user/docs
Sep 27 18:34:47 my-hostname mount.davfs: Running pre_send hooks
Sep 27 18:34:47 my-hostname mount.davfs: Sending request headers:#012PROPFIND /caldav.php/user/docs/ HTTP/1.1#015#012User-Agent: davfs2/1.5.2 neon/0.30.1#015#012Connection: TE#015#012TE: trailers#015#012Host: user.com:11408#015#012Depth: 1#015#012Content-Length: 257#015#012Content-Type: application/xml#015#012Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Sep 27 18:34:47 my-hostname mount.davfs: Sending request-line and headers:
Sep 27 18:34:47 my-hostname mount.davfs: req: Connecting to 45.55.140.195:11408
Sep 27 18:34:47 my-hostname mount.davfs: Sending request body:
Sep 27 18:34:47 my-hostname mount.davfs: Request sent; retry is 0.
Sep 27 18:34:48 my-hostname mount.davfs: [status-line] < HTTP/1.1 207 Multi-Status
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] Date: Thu, 28 Sep 2017 01:34:46 GMT
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [date], Value: [Thu, 28 Sep 2017 01:34:46 GMT]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] Content-Type: text/xml; charset="utf-8"
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [content-type], Value: [text/xml; charset="utf-8"]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] Content-Length: 1855
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [content-length], Value: [1855]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] Connection: close
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [connection], Value: [close]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] Server: 1.1
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [server], Value: [1.1]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [dav], Value: [1, 2, 3, access-control, calendar-access, calendar-schedule]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] DAV: extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [dav], Value: [extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] ETag: "114c431b1776f831715a74b8a17a7515"
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [etag], Value: ["114c431b1776f831715a74b8a17a7515"]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] X-DAViCal-Version: DAViCal/1.1.3; DB/1.2.11
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [x-davical-version], Value: [DAViCal/1.1.3; DB/1.2.11]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr]
Sep 27 18:34:48 my-hostname mount.davfs: End of headers.
Sep 27 18:34:48 my-hostname mount.davfs: Running post_headers hooks
Sep 27 18:34:48 my-hostname mount.davfs: Reading 1855 bytes of response body.
Sep 27 18:34:48 my-hostname mount.davfs: Got 1855 bytes.
Sep 27 18:34:48 my-hostname mount.davfs: Running post_send hooks
Sep 27 18:34:48 my-hostname mount.davfs: sess: Closing connection.
Sep 27 18:34:48 my-hostname mount.davfs: sess: Connection closed.
Sep 27 18:34:48 my-hostname mount.davfs: Request ends, status 207 class 2xx, error line:#012207 Multi-Status
Sep 27 18:34:48 my-hostname mount.davfs: Running destroy hooks.
Sep 27 18:34:48 my-hostname mount.davfs: Request ends.
Sep 27 18:34:48 my-hostname mount.davfs: new node: 0xbe2220->0xbb4030
Sep 27 18:34:48 my-hostname mount.davfs: added /caldav.php/user/docs/leases/
Sep 27 18:34:48 my-hostname mount.davfs: new node: 0xbe2220->0xbe2ad0
Sep 27 18:34:48 my-hostname mount.davfs: added /caldav.php/user/docs/taxes/
Sep 27 18:34:48 my-hostname mount.davfs: new node: 0xbe2220->0xbe2b70
Sep 27 18:34:48 my-hostname mount.davfs: added /caldav.php/user/docs/expenses/
Sep 27 18:34:48 my-hostname mount.davfs: directory updated: 0xbd9d90->0xbe2220
Sep 27 18:34:48 my-hostname mount.davfs:   /caldav.php/user/docs/
Sep 27 18:34:48 my-hostname mount.davfs: RET: Success
Sep 27 18:34:48 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:48 my-hostname mount.davfs: FUSE_LOOKUP:
Sep 27 18:34:48 my-hostname mount.davfs:   p 0xbe2220, leases
Sep 27 18:34:48 my-hostname mount.davfs: lookup /caldav.php/user/docs/leases
Sep 27 18:34:48 my-hostname mount.davfs: Running pre_send hooks
Sep 27 18:34:48 my-hostname mount.davfs: Sending request headers:#012PROPFIND /caldav.php/user/docs/leases/ HTTP/1.1#015#012User-Agent: davfs2/1.5.2 neon/0.30.1#015#012Connection: TE#015#012TE: trailers#015#012Host: user.com:11408#015#012Depth: 1#015#012Content-Length: 257#015#012Content-Type: application/xml#015#012Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Sep 27 18:34:48 my-hostname mount.davfs: Sending request-line and headers:
Sep 27 18:34:48 my-hostname mount.davfs: req: Connecting to 45.55.140.195:11408
Sep 27 18:34:48 my-hostname mount.davfs: Sending request body:
Sep 27 18:34:48 my-hostname mount.davfs: Request sent; retry is 0.
Sep 27 18:34:48 my-hostname mount.davfs: [status-line] < HTTP/1.1 207 Multi-Status
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] Date: Thu, 28 Sep 2017 01:34:47 GMT
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [date], Value: [Thu, 28 Sep 2017 01:34:47 GMT]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] Content-Type: text/xml; charset="utf-8"
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [content-type], Value: [text/xml; charset="utf-8"]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] Content-Length: 556
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [content-length], Value: [556]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] Connection: close
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [connection], Value: [close]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] Server: 1.1
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [server], Value: [1.1]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [dav], Value: [1, 2, 3, access-control, calendar-access, calendar-schedule]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] DAV: extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [dav], Value: [extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] ETag: "d78de455ef88d4a0ff27c0f4de9d8bed"
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [etag], Value: ["d78de455ef88d4a0ff27c0f4de9d8bed"]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] X-DAViCal-Version: DAViCal/1.1.3; DB/1.2.11
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [x-davical-version], Value: [DAViCal/1.1.3; DB/1.2.11]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr]
Sep 27 18:34:48 my-hostname mount.davfs: End of headers.
Sep 27 18:34:48 my-hostname mount.davfs: Running post_headers hooks
Sep 27 18:34:48 my-hostname mount.davfs: Reading 556 bytes of response body.
Sep 27 18:34:48 my-hostname mount.davfs: Got 556 bytes.
Sep 27 18:34:48 my-hostname mount.davfs: Running post_send hooks
Sep 27 18:34:48 my-hostname mount.davfs: sess: Closing connection.
Sep 27 18:34:48 my-hostname mount.davfs: sess: Connection closed.
Sep 27 18:34:48 my-hostname mount.davfs: Request ends, status 207 class 2xx, error line:#012207 Multi-Status
Sep 27 18:34:48 my-hostname mount.davfs: Running destroy hooks.
Sep 27 18:34:48 my-hostname mount.davfs: Request ends.
Sep 27 18:34:48 my-hostname mount.davfs: directory updated: 0xbe2220->0xbb4030
Sep 27 18:34:48 my-hostname mount.davfs:   /caldav.php/user/docs/leases/
Sep 27 18:34:48 my-hostname mount.davfs: RET: Success
Sep 27 18:34:48 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:48 my-hostname mount.davfs: FUSE_LOOKUP:
Sep 27 18:34:48 my-hostname mount.davfs:   p 0xbb4030, SOME-lease.pdf
Sep 27 18:34:48 my-hostname mount.davfs: lookup /caldav.php/user/docs/leases/SOME-lease.pdf
Sep 27 18:34:48 my-hostname mount.davfs: RET: No such file or directory
Sep 27 18:34:48 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:48 my-hostname mount.davfs: FUSE_LOOKUP:
Sep 27 18:34:48 my-hostname mount.davfs:   p 0xbb4030, SOME-lease.pdf
Sep 27 18:34:48 my-hostname mount.davfs: lookup /caldav.php/user/docs/leases/SOME-lease.pdf
Sep 27 18:34:48 my-hostname mount.davfs: RET: No such file or directory
Sep 27 18:34:48 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:48 my-hostname mount.davfs: FUSE_CREATE:
Sep 27 18:34:48 my-hostname mount.davfs:   n 0xbb4030, f 0100301
Sep 27 18:34:48 my-hostname mount.davfs:   pid 3977, mode 0100644
Sep 27 18:34:48 my-hostname mount.davfs: lookup /caldav.php/user/docs/leases/SOME-lease.pdf
Sep 27 18:34:48 my-hostname mount.davfs: create /caldav.php/user/docs/leases/SOME-lease.pdf
Sep 27 18:34:48 my-hostname mount.davfs: new node: 0xbb4030->0xbe54a0
Sep 27 18:34:48 my-hostname mount.davfs: Running pre_send hooks
Sep 27 18:34:48 my-hostname mount.davfs: Sending request headers:#012HEAD /caldav.php/user/docs/leases/SOME-lease.pdf HTTP/1.1#015#012User-Agent: davfs2/1.5.2 neon/0.30.1#015#012Connection: TE#015#012TE: trailers#015#012Host: user.com:11408#015#012Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Sep 27 18:34:48 my-hostname mount.davfs: Sending request-line and headers:
Sep 27 18:34:48 my-hostname mount.davfs: req: Connecting to 45.55.140.195:11408
Sep 27 18:34:48 my-hostname mount.davfs: Request sent; retry is 0.
Sep 27 18:34:48 my-hostname mount.davfs: [status-line] < HTTP/1.1 404 Not Found
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] Date: Thu, 28 Sep 2017 01:34:47 GMT
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [date], Value: [Thu, 28 Sep 2017 01:34:47 GMT]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] Content-Type: text/plain; charset="utf-8"
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [content-type], Value: [text/plain; charset="utf-8"]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] Content-Length: 19
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [content-length], Value: [19]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] Connection: close
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [connection], Value: [close]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] Server: 1.1
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [server], Value: [1.1]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [dav], Value: [1, 2, 3, access-control, calendar-access, calendar-schedule]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] DAV: extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [dav], Value: [extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr] X-DAViCal-Version: DAViCal/1.1.3; DB/1.2.11
Sep 27 18:34:48 my-hostname mount.davfs: Header Name: [x-davical-version], Value: [DAViCal/1.1.3; DB/1.2.11]
Sep 27 18:34:48 my-hostname mount.davfs: [hdr]
Sep 27 18:34:48 my-hostname mount.davfs: End of headers.
Sep 27 18:34:48 my-hostname mount.davfs: Running post_headers hooks
Sep 27 18:34:48 my-hostname mount.davfs: Running post_send hooks
Sep 27 18:34:48 my-hostname mount.davfs: sess: Closing connection.
Sep 27 18:34:48 my-hostname mount.davfs: sess: Connection closed.
Sep 27 18:34:48 my-hostname mount.davfs: Request ends, status 404 class 4xx, error line:#012404 Not Found
Sep 27 18:34:48 my-hostname mount.davfs: Running destroy hooks.
Sep 27 18:34:48 my-hostname mount.davfs: Request ends.
Sep 27 18:34:48 my-hostname mount.davfs: Running pre_send hooks
Sep 27 18:34:48 my-hostname mount.davfs: Sending request headers:#012LOCK /caldav.php/user/docs/leases/SOME-lease.pdf HTTP/1.1#015#012User-Agent: davfs2/1.5.2 neon/0.30.1#015#012Connection: TE#015#012TE: trailers#015#012Host: user.com:11408#015#012Content-Length: 165#015#012Content-Type: application/xml#015#012Depth: 0#015#012Timeout: Second-1800#015#012Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Sep 27 18:34:48 my-hostname mount.davfs: Sending request-line and headers:
Sep 27 18:34:48 my-hostname mount.davfs: req: Connecting to 45.55.140.195:11408
Sep 27 18:34:48 my-hostname mount.davfs: Sending request body:
Sep 27 18:34:48 my-hostname mount.davfs: Request sent; retry is 0.
Sep 27 18:34:49 my-hostname mount.davfs: [status-line] < HTTP/1.1 200 OK
Sep 27 18:34:49 my-hostname mount.davfs: [hdr] Date: Thu, 28 Sep 2017 01:34:47 GMT
Sep 27 18:34:49 my-hostname mount.davfs: Header Name: [date], Value: [Thu, 28 Sep 2017 01:34:47 GMT]
Sep 27 18:34:49 my-hostname mount.davfs: [hdr] Content-Type: text/xml; charset="utf-8"
Sep 27 18:34:49 my-hostname mount.davfs: Header Name: [content-type], Value: [text/xml; charset="utf-8"]
Sep 27 18:34:49 my-hostname mount.davfs: [hdr] Content-Length: 413
Sep 27 18:34:49 my-hostname mount.davfs: Header Name: [content-length], Value: [413]
Sep 27 18:34:49 my-hostname mount.davfs: [hdr] Connection: close
Sep 27 18:34:49 my-hostname mount.davfs: Header Name: [connection], Value: [close]
Sep 27 18:34:49 my-hostname mount.davfs: [hdr] Server: 1.1
Sep 27 18:34:49 my-hostname mount.davfs: Header Name: [server], Value: [1.1]
Sep 27 18:34:49 my-hostname mount.davfs: [hdr] DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule
Sep 27 18:34:49 my-hostname mount.davfs: Header Name: [dav], Value: [1, 2, 3, access-control, calendar-access, calendar-schedule]
Sep 27 18:34:49 my-hostname mount.davfs: [hdr] DAV: extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy
Sep 27 18:34:49 my-hostname mount.davfs: Header Name: [dav], Value: [extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy]
Sep 27 18:34:49 my-hostname mount.davfs: [hdr] Lock-Token: <opaquelocktoken:831e7651-3d37-d5d4-8daf-a877ca0f233e>
Sep 27 18:34:49 my-hostname mount.davfs: Header Name: [lock-token], Value: [<opaquelocktoken:831e7651-3d37-d5d4-8daf-a877ca0f233e>]
Sep 27 18:34:49 my-hostname mount.davfs: [hdr] X-DAViCal-Version: DAViCal/1.1.3; DB/1.2.11
Sep 27 18:34:49 my-hostname mount.davfs: Header Name: [x-davical-version], Value: [DAViCal/1.1.3; DB/1.2.11]
Sep 27 18:34:49 my-hostname mount.davfs: [hdr]
Sep 27 18:34:49 my-hostname mount.davfs: End of headers.
Sep 27 18:34:49 my-hostname mount.davfs: Running post_headers hooks
Sep 27 18:34:49 my-hostname mount.davfs: Reading 413 bytes of response body.
Sep 27 18:34:49 my-hostname mount.davfs: Got 413 bytes.
Sep 27 18:34:49 my-hostname mount.davfs: Running post_send hooks
Sep 27 18:34:49 my-hostname mount.davfs: sess: Closing connection.
Sep 27 18:34:49 my-hostname mount.davfs: sess: Connection closed.
Sep 27 18:34:49 my-hostname mount.davfs: Running destroy hooks.
Sep 27 18:34:49 my-hostname mount.davfs: Request ends.
Sep 27 18:34:49 my-hostname mount.davfs: open /caldav.php/user/docs/leases/SOME-lease.pdf
Sep 27 18:34:49 my-hostname mount.davfs:   no update
Sep 27 18:34:49 my-hostname mount.davfs:   fd 5
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 0
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 16321
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 32642
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 48963
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 65284
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 81605
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 97926
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 114247
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 504, off 130568
Sep 27 18:34:49 my-hostname mount.davfs:   written 504
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 131072
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 147393
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 163714
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 180035
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 196356
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 212677
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 228998
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 245319
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 504, off 261640
Sep 27 18:34:49 my-hostname mount.davfs:   written 504
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 262144
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 278465
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 294786
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 311107
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 327428
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 343749
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 360070
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 376391
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 504, off 392712
Sep 27 18:34:49 my-hostname mount.davfs:   written 504
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 393216
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 409537
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 425858
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 442179
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 458500
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 474821
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 491142
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 507463
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 504, off 523784
Sep 27 18:34:49 my-hostname mount.davfs:   written 504
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 524288
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 540609
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 556930
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 573251
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 589572
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 605893
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 622214
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 638535
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 504, off 654856
Sep 27 18:34:49 my-hostname mount.davfs:   written 504
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 655360
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 671681
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 688002
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 704323
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 720644
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 736965
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 753286
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 769607
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 504, off 785928
Sep 27 18:34:49 my-hostname mount.davfs:   written 504
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 786432
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 802753
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 819074
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 835395
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 851716
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 868037
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 16321, off 884358
Sep 27 18:34:49 my-hostname mount.davfs:   written 16321
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_WRITE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:   pid 3977, flags 02
Sep 27 18:34:49 my-hostname mount.davfs:   size 12344, off 900679
Sep 27 18:34:49 my-hostname mount.davfs:   written 12344
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_FLUSH: ignored
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: SELECT: 1
Sep 27 18:34:49 my-hostname mount.davfs: FUSE_RELEASE:
Sep 27 18:34:49 my-hostname mount.davfs:   n 0xbe54a0, f 0100001
Sep 27 18:34:49 my-hostname mount.davfs:   pid 0, fd 5
Sep 27 18:34:49 my-hostname mount.davfs:  close /caldav.php/user/docs/leases/SOME-lease.pdf
Sep 27 18:34:49 my-hostname mount.davfs: RET: Success
Sep 27 18:34:49 my-hostname mount.davfs: tidy: 1 of 12 nodes changed
Sep 27 18:34:49 my-hostname mount.davfs: cache-size: 1 MiBytes.
Sep 27 18:34:59 my-hostname mount.davfs: SELECT: 0
Sep 27 18:34:59 my-hostname mount.davfs: tidy: 1 of 12 nodes changed
Sep 27 18:34:59 my-hostname mount.davfs: cache-size: 1 MiBytes.
Sep 27 18:34:59 my-hostname mount.davfs: tidy: /caldav.php/user/docs/leases/SOME-lease.pdf
Sep 27 18:34:59 my-hostname mount.davfs: Running pre_send hooks
Sep 27 18:34:59 my-hostname mount.davfs: Sending request headers:#012HEAD /caldav.php/user/docs/leases/SOME-lease.pdf HTTP/1.1#015#012User-Agent: davfs2/1.5.2 neon/0.30.1#015#012Connection: TE#015#012TE: trailers#015#012Host: user.com:11408#015#012Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Sep 27 18:34:59 my-hostname mount.davfs: Sending request-line and headers:
Sep 27 18:34:59 my-hostname mount.davfs: req: Connecting to 45.55.140.195:11408
Sep 27 18:34:59 my-hostname mount.davfs: Request sent; retry is 0.
Sep 27 18:34:59 my-hostname mount.davfs: [status-line] < HTTP/1.1 404 Not Found
Sep 27 18:34:59 my-hostname mount.davfs: [hdr] Date: Thu, 28 Sep 2017 01:34:58 GMT
Sep 27 18:34:59 my-hostname mount.davfs: Header Name: [date], Value: [Thu, 28 Sep 2017 01:34:58 GMT]
Sep 27 18:34:59 my-hostname mount.davfs: [hdr] Content-Type: text/plain; charset="utf-8"
Sep 27 18:34:59 my-hostname mount.davfs: Header Name: [content-type], Value: [text/plain; charset="utf-8"]
Sep 27 18:34:59 my-hostname mount.davfs: [hdr] Content-Length: 19
Sep 27 18:34:59 my-hostname mount.davfs: Header Name: [content-length], Value: [19]
Sep 27 18:34:59 my-hostname mount.davfs: [hdr] Connection: close
Sep 27 18:34:59 my-hostname mount.davfs: Header Name: [connection], Value: [close]
Sep 27 18:34:59 my-hostname mount.davfs: [hdr] Server: 1.1
Sep 27 18:34:59 my-hostname mount.davfs: Header Name: [server], Value: [1.1]
Sep 27 18:34:59 my-hostname mount.davfs: [hdr] DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule
Sep 27 18:34:59 my-hostname mount.davfs: Header Name: [dav], Value: [1, 2, 3, access-control, calendar-access, calendar-schedule]
Sep 27 18:34:59 my-hostname mount.davfs: [hdr] DAV: extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy
Sep 27 18:34:59 my-hostname mount.davfs: Header Name: [dav], Value: [extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy]
Sep 27 18:34:59 my-hostname mount.davfs: [hdr] X-DAViCal-Version: DAViCal/1.1.3; DB/1.2.11
Sep 27 18:34:59 my-hostname mount.davfs: Header Name: [x-davical-version], Value: [DAViCal/1.1.3; DB/1.2.11]
Sep 27 18:34:59 my-hostname mount.davfs: [hdr]
Sep 27 18:34:59 my-hostname mount.davfs: End of headers.
Sep 27 18:34:59 my-hostname mount.davfs: Running post_headers hooks
Sep 27 18:34:59 my-hostname mount.davfs: Running post_send hooks
Sep 27 18:34:59 my-hostname mount.davfs: sess: Closing connection.
Sep 27 18:34:59 my-hostname mount.davfs: sess: Connection closed.
Sep 27 18:34:59 my-hostname mount.davfs: Request ends, status 404 class 4xx, error line:#012404 Not Found
Sep 27 18:34:59 my-hostname mount.davfs: Running destroy hooks.
Sep 27 18:34:59 my-hostname mount.davfs: Request ends.
Sep 27 18:34:59 my-hostname mount.davfs: Running pre_send hooks
Sep 27 18:34:59 my-hostname mount.davfs: Sending request headers:#012PUT /caldav.php/user/docs/leases/SOME-lease.pdf HTTP/1.1#015#012User-Agent: davfs2/1.5.2 neon/0.30.1#015#012Connection: TE#015#012TE: trailers#015#012Host: user.com:11408#015#012Content-Length: 913023#015#012Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx#015#012If: <https://example.com/caldav.php/user/docs/leases/SOME-lease.pdf> (<opaquelocktoken:831e7651-3d37-d5d4-8daf-a877ca0f233e>)
Sep 27 18:34:59 my-hostname mount.davfs: Sending request-line and headers:
Sep 27 18:34:59 my-hostname mount.davfs: req: Connecting to 45.55.140.195:11408
Sep 27 18:34:59 my-hostname mount.davfs: Sending request body:
Sep 27 18:35:01 my-hostname mount.davfs: Request sent; retry is 0.
Sep 27 18:35:01 my-hos

Ernesto Alfonso <erjoalgo>
Tue 26 Sep 2017 05:30:46 PM UTC, comment #2: 

There is most probably a problem when davfs2 tries to upload the files to the server. This is often caused ba a server bug.

You may try to set option "if_match_bug 1" in the davfs2.conf file. Please read "man davfs2.conf" for details.

If this does not help please do:

  • set option "debug most"
  • mount the file system
  • copy one small file to your davfs2 file system
  • wait about 30 seconds
  • unmount the file system
  • search your log files for entries from mount.davfs. Where to find these logs depends on your operating system and your configuration.


Attach the log entries as a file to this support item.

Werner

- <_71007>
Tue 26 Sep 2017 05:18:12 PM UTC, comment #1: 

This item has been reassigned from the project davfs2 bugs tracker to your tracker.

The original report is still available at bugs #52093

Following are the information included in the original report:

[field #0]                  Item ID: 52093
[field #1]                 Group ID: 10199
[field #2]              Open/Closed: Open
[field #3]                 Severity: 3 - Normal
[field #4]                  Privacy: Public
[field #8]                         : Unknown bugs Field Display Type
[field #9]                 Category: None
[field #10]             Submitted by: erjoalgo
[field #11]              Assigned to: None
[field #12]             Submitted on: Fri 22 Sep 2017 10:22:46 PM UTC
[field #13]                  Summary: file cp-ed into davfs2 mount dissappears in a short time
[field #14]      Original Submission: mount -t davfs ~/mnt/davfs
mkdir ~/mnt/davfs/docs/
cp my-doc ~/mnt/davfs/docs
watch ls ~/mnt/davfs/docs


After about 1 minute, the cp-ed file 'my-doc' is gone.
[field #16]               Item Group: None
[field #17]                   Status: None
[field #18]        Component Version: None
[field #19]         Operating System: None
[field #20]          Reproducibility: None
[field #21]               Size (loc): None
[field #22]            Fixed Release: None
[field #23]          Planned Release: None
[field #24]                   Effort: 0.00
[field #28]                 Priority: 5 - Normal
[field #31]         Percent Complete: 0%
[field #33]                  Release: None
[field #58]     Custom Select Box #1: None
[field #59]     Custom Select Box #2: None
[field #60]     Custom Select Box #3: None
[field #61]     Custom Select Box #4: None
[field #62]     Custom Select Box #5: None
[field #63]     Custom Select Box #6: None
[field #64]     Custom Select Box #7: None
[field #65]     Custom Select Box #8: None
[field #66]     Custom Select Box #9: None
[field #67]    Custom Select Box #10: None

- <_71007>
Tue 26 Sep 2017 05:18:12 PM UTC, original submission:  

mount -t davfs ~/mnt/davfs
mkdir ~/mnt/davfs/docs/
cp my-doc ~/mnt/davfs/docs
watch ls ~/mnt/davfs/docs


After about 1 minute, the cp-ed file 'my-doc' is gone.

Ernesto Alfonso <erjoalgo>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by karora (Posted a comment)
  • -email is unavailable- added by _71007 (Posted a comment)
  • -email is unavailable- added by erjoalgo (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-12-26 _71007 Open/ClosedOpen Closed
    2017-09-26 _71007 StatusNone In Progress
        Assigned toNone _71007
    2017-09-26 _71007 Reassign itemdavfs2, bug #52093 davfs2, sr #109389

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code