Skip to content

file management broken on a fresh instance using postgres #474

Description

@wobsta

On a fresh owncloud 4.5.2 instance (on ubuntu 12.04 using php-fpm and a fresh postgres 9.1 database) I cannot create a single folder when mounting via webdav (davfs2). Here is the davfs2 http log:

Nov 16 10:37:02 h2032560 mount.davfs: davfs2 1.4.6
Nov 16 10:37:02 h2032560 mount.davfs: /sbin/mount.davfs https://www.wobsta.de/owncloud/remote.php/webdav/ /mnt -o rw
Nov 16 10:37:09 h2032560 mount.davfs: Initializing webdav
Nov 16 10:37:09 h2032560 mount.davfs: HTTP session to https://www.wobsta.de:443 begins.
Nov 16 10:37:09 h2032560 mount.davfs: Running pre_send hooks
Nov 16 10:37:09 h2032560 mount.davfs: Sending request headers:#012OPTIONS /owncloud/remote.php/webdav/ HTTP/1.1#015#012User-Agent: davfs2/1.4.6 neon/0.29.6#015#012Keep-Alive: #15#012Connection: TE, Keep-Alive#015#012TE: trailers#015#012Host: www.wobsta.de#015#012#015
Nov 16 10:37:09 h2032560 mount.davfs: Sending request-line and headers:
Nov 16 10:37:09 h2032560 mount.davfs: Doing DNS lookup on www.wobsta.de...
Nov 16 10:37:09 h2032560 mount.davfs: req: Connecting to 85.214.142.253:443
Nov 16 10:37:09 h2032560 mount.davfs: Request sent; retry is 0.
Nov 16 10:37:09 h2032560 mount.davfs: [status-line] < HTTP/1.1 401 Unauthorized#015
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Server: nginx/0.5.33#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [server], Value: [nginx/0.5.33]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Date: Fri, 16 Nov 2012 09:37:09 GMT#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [date], Value: [Fri, 16 Nov 2012 09:37:09 GMT]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Content-Type: application/xml; charset=utf-8#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [content-type], Value: [application/xml; charset=utf-8]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Transfer-Encoding: chunked#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [transfer-encoding], Value: [chunked]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Connection: keep-alive#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [connection], Value: [keep-alive]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] X-Powered-By: PHP/5.3.10-1ubuntu3.4#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [x-powered-by], Value: [PHP/5.3.10-1ubuntu3.4]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Set-Cookie: PHPSESSID=l67lebitloqhliv1462cubr1k6; path=/; HttpOnly#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [set-cookie], Value: [PHPSESSID=l67lebitloqhliv1462cubr1k6; path=/; HttpOnly]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Expires: Thu, 19 Nov 1981 08:52:00 GMT#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [expires], Value: [Thu, 19 Nov 1981 08:52:00 GMT]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [cache-control], Value: [no-store, no-cache, must-revalidate, post-check=0, pre-check=0]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Pragma: no-cache#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [pragma], Value: [no-cache]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] WWW-Authenticate: Basic realm="ownCloud"#15
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [www-authenticate], Value: [Basic realm="ownCloud"]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] #15
Nov 16 10:37:09 h2032560 mount.davfs: End of headers.
Nov 16 10:37:09 h2032560 mount.davfs: Running post_headers hooks
Nov 16 10:37:09 h2032560 mount.davfs: [chunk] < 123#015
Nov 16 10:37:09 h2032560 mount.davfs: Got chunk size: 291
Nov 16 10:37:09 h2032560 mount.davfs: Reading 291 bytes of response body.
Nov 16 10:37:09 h2032560 mount.davfs: Got 291 bytes.
Nov 16 10:37:09 h2032560 mount.davfs: [chunk] < 0#015
Nov 16 10:37:09 h2032560 mount.davfs: Got chunk size: 0
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] #15
Nov 16 10:37:09 h2032560 mount.davfs: End of headers.
Nov 16 10:37:09 h2032560 mount.davfs: Running post_send hooks
Nov 16 10:37:09 h2032560 mount.davfs: Running pre_send hooks
Nov 16 10:37:09 h2032560 mount.davfs: Sending request headers:#012OPTIONS /owncloud/remote.php/webdav/ HTTP/1.1#015#012User-Agent: davfs2/1.4.6 neon/0.29.6#015#012Keep-Alive: #15#012Connection: TE, Keep-Alive#015#012TE: trailers#015#012Host: www.wobsta.de#015#012Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx#015#012#015
Nov 16 10:37:09 h2032560 mount.davfs: Sending request-line and headers:
Nov 16 10:37:09 h2032560 mount.davfs: Request sent; retry is 1.
Nov 16 10:37:09 h2032560 mount.davfs: [status-line] < HTTP/1.1 200 OK#015
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Server: nginx/0.5.33#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [server], Value: [nginx/0.5.33]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Date: Fri, 16 Nov 2012 09:37:10 GMT#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [date], Value: [Fri, 16 Nov 2012 09:37:10 GMT]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Content-Type: text/html#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [content-type], Value: [text/html]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Connection: keep-alive#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [connection], Value: [keep-alive]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Content-Length: 0#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [content-length], Value: [0]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] X-Powered-By: PHP/5.3.10-1ubuntu3.4#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [x-powered-by], Value: [PHP/5.3.10-1ubuntu3.4]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Set-Cookie: PHPSESSID=gf43r876pfmprvsb9q64ofk5b0; path=/; HttpOnly#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [set-cookie], Value: [PHPSESSID=gf43r876pfmprvsb9q64ofk5b0; path=/; HttpOnly]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Expires: Thu, 19 Nov 1981 08:52:00 GMT#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [expires], Value: [Thu, 19 Nov 1981 08:52:00 GMT]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [cache-control], Value: [no-store, no-cache, must-revalidate, post-check=0, pre-check=0]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Pragma: no-cache#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [pragma], Value: [no-cache]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Set-Cookie: PHPSESSID=b0hnkfnf9snuqgraphaqk0gbp6; path=/; HttpOnly#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [set-cookie], Value: [PHPSESSID=b0hnkfnf9snuqgraphaqk0gbp6; path=/; HttpOnly]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Allow: OPTIONS, GET, HEAD, DELETE, PROPFIND, PUT, PROPPATCH, COPY, MOVE, REPORT, LOCK, UNLOCK#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [allow], Value: [OPTIONS, GET, HEAD, DELETE, PROPFIND, PUT, PROPPATCH, COPY, MOVE, REPORT, LOCK, UNLOCK]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] DAV: 1, 3, extended-mkcol, 2#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [dav], Value: [1, 3, extended-mkcol, 2]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] MS-Author-Via: DAV#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [ms-author-via], Value: [DAV]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Accept-Ranges: bytes#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [accept-ranges], Value: [bytes]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] X-Sabre-Version: 1.6.4#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [x-sabre-version], Value: [1.6.4]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] #15
Nov 16 10:37:09 h2032560 mount.davfs: End of headers.
Nov 16 10:37:09 h2032560 mount.davfs: Running post_headers hooks
Nov 16 10:37:09 h2032560 mount.davfs: Running post_send hooks
Nov 16 10:37:09 h2032560 mount.davfs: Request ends, status 200 class 2xx, error line:#12200 OK
Nov 16 10:37:09 h2032560 mount.davfs: Running destroy hooks.
Nov 16 10:37:09 h2032560 mount.davfs: Request ends.
Nov 16 10:37:09 h2032560 mount.davfs: Running pre_send hooks
Nov 16 10:37:09 h2032560 mount.davfs: Sending request headers:#012PROPFIND /owncloud/remote.php/webdav/ HTTP/1.1#015#012User-Agent: davfs2/1.4.6 neon/0.29.6#015#012Connection: TE#015#012TE: trailers#015#012Host: www.wobsta.de#015#012Depth: 1#015#012Content-Length: 286#015#012Content-Type: application/xml#015#012Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx#015#012#015
Nov 16 10:37:09 h2032560 mount.davfs: Sending request-line and headers:
Nov 16 10:37:09 h2032560 mount.davfs: Sending request body:
Nov 16 10:37:09 h2032560 mount.davfs: Request sent; retry is 1.
Nov 16 10:37:09 h2032560 mount.davfs: [status-line] < HTTP/1.1 207 Multi-Status#015
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Server: nginx/0.5.33#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [server], Value: [nginx/0.5.33]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Date: Fri, 16 Nov 2012 09:37:10 GMT#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [date], Value: [Fri, 16 Nov 2012 09:37:10 GMT]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Content-Type: application/xml; charset=utf-8#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [content-type], Value: [application/xml; charset=utf-8]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Transfer-Encoding: chunked#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [transfer-encoding], Value: [chunked]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Connection: keep-alive#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [connection], Value: [keep-alive]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] X-Powered-By: PHP/5.3.10-1ubuntu3.4#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [x-powered-by], Value: [PHP/5.3.10-1ubuntu3.4]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Set-Cookie: PHPSESSID=8vohkr540javq80bjbrgviv4f7; path=/; HttpOnly#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [set-cookie], Value: [PHPSESSID=8vohkr540javq80bjbrgviv4f7; path=/; HttpOnly]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Expires: Thu, 19 Nov 1981 08:52:00 GMT#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [expires], Value: [Thu, 19 Nov 1981 08:52:00 GMT]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [cache-control], Value: [no-store, no-cache, must-revalidate, post-check=0, pre-check=0]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Pragma: no-cache#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [pragma], Value: [no-cache]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] Set-Cookie: PHPSESSID=9betut0s321nh7dn45a9bfmtu0; path=/; HttpOnly#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [set-cookie], Value: [PHPSESSID=9betut0s321nh7dn45a9bfmtu0; path=/; HttpOnly]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] DAV: 1, 3, extended-mkcol, 2#015
Nov 16 10:37:09 h2032560 mount.davfs: Header Name: [dav], Value: [1, 3, extended-mkcol, 2]
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] #15
Nov 16 10:37:09 h2032560 mount.davfs: End of headers.
Nov 16 10:37:09 h2032560 mount.davfs: Running post_headers hooks
Nov 16 10:37:09 h2032560 mount.davfs: [chunk] < 2b3#015
Nov 16 10:37:09 h2032560 mount.davfs: Got chunk size: 691
Nov 16 10:37:09 h2032560 mount.davfs: Reading 691 bytes of response body.
Nov 16 10:37:09 h2032560 mount.davfs: Got 691 bytes.
Nov 16 10:37:09 h2032560 mount.davfs: [chunk] < 0#015
Nov 16 10:37:09 h2032560 mount.davfs: Got chunk size: 0
Nov 16 10:37:09 h2032560 mount.davfs: [hdr] #15
Nov 16 10:37:09 h2032560 mount.davfs: End of headers.
Nov 16 10:37:09 h2032560 mount.davfs: Running post_send hooks
Nov 16 10:37:09 h2032560 mount.davfs: Request ends, status 207 class 2xx, error line:#12207 Multi-Status
Nov 16 10:37:09 h2032560 mount.davfs: Running destroy hooks.
Nov 16 10:37:09 h2032560 mount.davfs: Request ends.
Nov 16 10:37:09 h2032560 mount.davfs: Running pre_send hooks
Nov 16 10:37:09 h2032560 mount.davfs: Sending request headers:#012PROPFIND /owncloud/remote.php/webdav/ HTTP/1.1#015#012User-Agent: davfs2/1.4.6 neon/0.29.6#015#012Connection: TE#015#012TE: trailers#015#012Host: www.wobsta.de#015#012Depth: 0#015#012Content-Length: 159#015#012Content-Type: application/xml#015#012Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx#015#012#015
Nov 16 10:37:09 h2032560 mount.davfs: Sending request-line and headers:
Nov 16 10:37:09 h2032560 mount.davfs: Sending request body:
Nov 16 10:37:09 h2032560 mount.davfs: Request sent; retry is 1.
Nov 16 10:37:10 h2032560 mount.davfs: [status-line] < HTTP/1.1 207 Multi-Status#015
Nov 16 10:37:10 h2032560 mount.davfs: [hdr] Server: nginx/0.5.33#015
Nov 16 10:37:10 h2032560 mount.davfs: Header Name: [server], Value: [nginx/0.5.33]
Nov 16 10:37:10 h2032560 mount.davfs: [hdr] Date: Fri, 16 Nov 2012 09:37:10 GMT#015
Nov 16 10:37:10 h2032560 mount.davfs: Header Name: [date], Value: [Fri, 16 Nov 2012 09:37:10 GMT]
Nov 16 10:37:10 h2032560 mount.davfs: [hdr] Content-Type: application/xml; charset=utf-8#015
Nov 16 10:37:10 h2032560 mount.davfs: Header Name: [content-type], Value: [application/xml; charset=utf-8]
Nov 16 10:37:10 h2032560 mount.davfs: [hdr] Transfer-Encoding: chunked#015
Nov 16 10:37:10 h2032560 mount.davfs: Header Name: [transfer-encoding], Value: [chunked]
Nov 16 10:37:10 h2032560 mount.davfs: [hdr] Connection: keep-alive#015
Nov 16 10:37:10 h2032560 mount.davfs: Header Name: [connection], Value: [keep-alive]
Nov 16 10:37:10 h2032560 mount.davfs: [hdr] X-Powered-By: PHP/5.3.10-1ubuntu3.4#015
Nov 16 10:37:10 h2032560 mount.davfs: Header Name: [x-powered-by], Value: [PHP/5.3.10-1ubuntu3.4]
Nov 16 10:37:10 h2032560 mount.davfs: [hdr] Set-Cookie: PHPSESSID=7ci3u3s4485mlll2qpfj7jtg11; path=/; HttpOnly#015
Nov 16 10:37:10 h2032560 mount.davfs: Header Name: [set-cookie], Value: [PHPSESSID=7ci3u3s4485mlll2qpfj7jtg11; path=/; HttpOnly]
Nov 16 10:37:10 h2032560 mount.davfs: [hdr] Expires: Thu, 19 Nov 1981 08:52:00 GMT#015
Nov 16 10:37:10 h2032560 mount.davfs: Header Name: [expires], Value: [Thu, 19 Nov 1981 08:52:00 GMT]
Nov 16 10:37:10 h2032560 mount.davfs: [hdr] Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0#015
Nov 16 10:37:10 h2032560 mount.davfs: Header Name: [cache-control], Value: [no-store, no-cache, must-revalidate, post-check=0, pre-check=0]
Nov 16 10:37:10 h2032560 mount.davfs: [hdr] Pragma: no-cache#015
Nov 16 10:37:10 h2032560 mount.davfs: Header Name: [pragma], Value: [no-cache]
Nov 16 10:37:10 h2032560 mount.davfs: [hdr] Set-Cookie: PHPSESSID=7is02add4b82d7lr2mqopaoab2; path=/; HttpOnly#015
Nov 16 10:37:10 h2032560 mount.davfs: Header Name: [set-cookie], Value: [PHPSESSID=7is02add4b82d7lr2mqopaoab2; path=/; HttpOnly]
Nov 16 10:37:10 h2032560 mount.davfs: [hdr] DAV: 1, 3, extended-mkcol, 2#015
Nov 16 10:37:10 h2032560 mount.davfs: Header Name: [dav], Value: [1, 3, extended-mkcol, 2]
Nov 16 10:37:10 h2032560 mount.davfs: [hdr] #15
Nov 16 10:37:10 h2032560 mount.davfs: End of headers.
Nov 16 10:37:10 h2032560 mount.davfs: Running post_headers hooks
Nov 16 10:37:10 h2032560 mount.davfs: [chunk] < 174#015
Nov 16 10:37:10 h2032560 mount.davfs: Got chunk size: 372
Nov 16 10:37:10 h2032560 mount.davfs: Reading 372 bytes of response body.
Nov 16 10:37:10 h2032560 mount.davfs: Got 372 bytes.
Nov 16 10:37:10 h2032560 mount.davfs: [chunk] < 0#015
Nov 16 10:37:10 h2032560 mount.davfs: Got chunk size: 0
Nov 16 10:37:10 h2032560 mount.davfs: [hdr] #15
Nov 16 10:37:10 h2032560 mount.davfs: End of headers.
Nov 16 10:37:10 h2032560 mount.davfs: Running post_send hooks
Nov 16 10:37:10 h2032560 mount.davfs: Request ends, status 207 class 2xx, error line:#12207 Multi-Status
Nov 16 10:37:10 h2032560 mount.davfs: Running destroy hooks.
Nov 16 10:37:10 h2032560 mount.davfs: Request ends.
Nov 16 10:37:18 h2032560 mount.davfs: Running pre_send hooks
Nov 16 10:37:18 h2032560 mount.davfs: Sending request headers:#012PROPFIND /owncloud/remote.php/webdav/ HTTP/1.1#015#012User-Agent: davfs2/1.4.6 neon/0.29.6#015#012Connection: TE#015#012TE: trailers#015#012Host: www.wobsta.de#015#012Depth: 1#015#012Content-Length: 286#015#012Content-Type: application/xml#015#012Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx#015#012#015
Nov 16 10:37:18 h2032560 mount.davfs: Sending request-line and headers:
Nov 16 10:37:18 h2032560 mount.davfs: Sending request body:
Nov 16 10:37:18 h2032560 mount.davfs: Request sent; retry is 1.
Nov 16 10:37:18 h2032560 mount.davfs: [status-line] < HTTP/1.1 207 Multi-Status#015
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] Server: nginx/0.5.33#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [server], Value: [nginx/0.5.33]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] Date: Fri, 16 Nov 2012 09:37:19 GMT#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [date], Value: [Fri, 16 Nov 2012 09:37:19 GMT]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] Content-Type: application/xml; charset=utf-8#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [content-type], Value: [application/xml; charset=utf-8]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] Transfer-Encoding: chunked#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [transfer-encoding], Value: [chunked]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] Connection: keep-alive#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [connection], Value: [keep-alive]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] X-Powered-By: PHP/5.3.10-1ubuntu3.4#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [x-powered-by], Value: [PHP/5.3.10-1ubuntu3.4]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] Set-Cookie: PHPSESSID=ev472v4afr57fifavl4msjo9a1; path=/; HttpOnly#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [set-cookie], Value: [PHPSESSID=ev472v4afr57fifavl4msjo9a1; path=/; HttpOnly]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] Expires: Thu, 19 Nov 1981 08:52:00 GMT#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [expires], Value: [Thu, 19 Nov 1981 08:52:00 GMT]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [cache-control], Value: [no-store, no-cache, must-revalidate, post-check=0, pre-check=0]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] Pragma: no-cache#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [pragma], Value: [no-cache]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] Set-Cookie: PHPSESSID=mkfug61tid0r2u5o23b3ffmk52; path=/; HttpOnly#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [set-cookie], Value: [PHPSESSID=mkfug61tid0r2u5o23b3ffmk52; path=/; HttpOnly]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] DAV: 1, 3, extended-mkcol, 2#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [dav], Value: [1, 3, extended-mkcol, 2]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] #15
Nov 16 10:37:18 h2032560 mount.davfs: End of headers.
Nov 16 10:37:18 h2032560 mount.davfs: Running post_headers hooks
Nov 16 10:37:18 h2032560 mount.davfs: [chunk] < 2b3#015
Nov 16 10:37:18 h2032560 mount.davfs: Got chunk size: 691
Nov 16 10:37:18 h2032560 mount.davfs: Reading 691 bytes of response body.
Nov 16 10:37:18 h2032560 mount.davfs: Got 691 bytes.
Nov 16 10:37:18 h2032560 mount.davfs: [chunk] < 0#015
Nov 16 10:37:18 h2032560 mount.davfs: Got chunk size: 0
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] #15
Nov 16 10:37:18 h2032560 mount.davfs: End of headers.
Nov 16 10:37:18 h2032560 mount.davfs: Running post_send hooks
Nov 16 10:37:18 h2032560 mount.davfs: Request ends, status 207 class 2xx, error line:#12207 Multi-Status
Nov 16 10:37:18 h2032560 mount.davfs: Running destroy hooks.
Nov 16 10:37:18 h2032560 mount.davfs: Request ends.
Nov 16 10:37:18 h2032560 mount.davfs: Running pre_send hooks
Nov 16 10:37:18 h2032560 mount.davfs: Sending request headers:#012MKCOL /owncloud/remote.php/webdav/test/ HTTP/1.1#015#012User-Agent: davfs2/1.4.6 neon/0.29.6#015#012Connection: TE#015#012TE: trailers#015#012Host: www.wobsta.de#015#012Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx#015#012#015
Nov 16 10:37:18 h2032560 mount.davfs: Sending request-line and headers:
Nov 16 10:37:18 h2032560 mount.davfs: Request sent; retry is 1.
Nov 16 10:37:18 h2032560 mount.davfs: [status-line] < HTTP/1.1 500 Internal Server Error#015
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] Server: nginx/0.5.33#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [server], Value: [nginx/0.5.33]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] Date: Fri, 16 Nov 2012 09:37:19 GMT#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [date], Value: [Fri, 16 Nov 2012 09:37:19 GMT]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] Content-Type: application/xml; charset=utf-8#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [content-type], Value: [application/xml; charset=utf-8]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] Transfer-Encoding: chunked#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [transfer-encoding], Value: [chunked]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] Connection: keep-alive#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [connection], Value: [keep-alive]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] X-Powered-By: PHP/5.3.10-1ubuntu3.4#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [x-powered-by], Value: [PHP/5.3.10-1ubuntu3.4]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] Set-Cookie: PHPSESSID=kkgpbbdrjjo4vese3ij29o8js1; path=/; HttpOnly#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [set-cookie], Value: [PHPSESSID=kkgpbbdrjjo4vese3ij29o8js1; path=/; HttpOnly]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] Expires: Thu, 19 Nov 1981 08:52:00 GMT#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [expires], Value: [Thu, 19 Nov 1981 08:52:00 GMT]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [cache-control], Value: [no-store, no-cache, must-revalidate, post-check=0, pre-check=0]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] Pragma: no-cache#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [pragma], Value: [no-cache]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] Set-Cookie: PHPSESSID=l2gkp2li4um44r4advescsfmi0; path=/; HttpOnly#015
Nov 16 10:37:18 h2032560 mount.davfs: Header Name: [set-cookie], Value: [PHPSESSID=l2gkp2li4um44r4advescsfmi0; path=/; HttpOnly]
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] #15
Nov 16 10:37:18 h2032560 mount.davfs: End of headers.
Nov 16 10:37:18 h2032560 mount.davfs: Running post_headers hooks
Nov 16 10:37:18 h2032560 mount.davfs: [chunk] < 1af#015
Nov 16 10:37:18 h2032560 mount.davfs: Got chunk size: 431
Nov 16 10:37:18 h2032560 mount.davfs: Reading 431 bytes of response body.
Nov 16 10:37:18 h2032560 mount.davfs: Got 431 bytes.
Nov 16 10:37:18 h2032560 mount.davfs: [chunk] < 0#015
Nov 16 10:37:18 h2032560 mount.davfs: Got chunk size: 0
Nov 16 10:37:18 h2032560 mount.davfs: [hdr] #15
Nov 16 10:37:18 h2032560 mount.davfs: End of headers.
Nov 16 10:37:18 h2032560 mount.davfs: Running post_send hooks
Nov 16 10:37:18 h2032560 mount.davfs: Request ends, status 500 class 5xx, error line:#12500 Internal Server Error
Nov 16 10:37:18 h2032560 mount.davfs: Running destroy hooks.
Nov 16 10:37:18 h2032560 mount.davfs: Request ends.
Nov 16 10:37:30 h2032560 mount.davfs: Closing connection to www.wobsta.de
Nov 16 10:37:30 h2032560 mount.davfs: sess: Destroying session.
Nov 16 10:37:30 h2032560 mount.davfs: sess: Closing connection.
Nov 16 10:37:30 h2032560 mount.davfs: sess: Connection closed.

There is no php traceback associated with this failure.

After this error has been triggered, I cannot view the files anymore with the following php traceback:

[16-Nov-2012 09:37:37 UTC] PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42703]: Undefined column: 7 ERROR: column "/Shared" does not exist
LINE 1: DELETE FROM "oc_properties" WHERE "propertypath" = "/Shared"
^' in /var/lib/owncloud/owncloud/lib/db.php:738
Stack trace:
#0 /var/lib/owncloud/owncloud/lib/db.php(738): PDOStatement->execute()
#1 /var/lib/owncloud/owncloud/lib/connector/sabre/node.php(283): PDOStatementWrapper->execute(Array)
#2 /var/lib/owncloud/owncloud/lib/filesystem.php(569): OC_Connector_Sabre_Node::removeETagPropertyForPath('/test')
#3 [internal function]: OC_Filesystem::removeETagHook(Array)
#4 /var/lib/owncloud/owncloud/lib/hook.php(62): call_user_func(Array, Array)
#5 /var/lib/owncloud/owncloud/lib/filecache/update.php(104): OC_Hook::emit('OC_Filesystem', 'post_write', Array)
#6 /var/lib/owncloud/owncloud/lib/filecache/update.php(89): OC_FileCache_Update::updateFolder('/test', false)
#7 /var/lib/owncloud/owncloud/lib/filecache.php(258): OC_FileC in /var/lib/owncloud/owncloud/lib/db.php on line 738

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions