Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate/test parallel chunking "Internal Server Error" #2724

Closed
guruz opened this issue Jan 20, 2015 · 23 comments
Closed

Investigate/test parallel chunking "Internal Server Error" #2724

guruz opened this issue Jan 20, 2015 · 23 comments
Assignees
Labels
p2-high Escalation, on top of current planning, release blocker Server Involved type:bug

Comments

@guruz
Copy link
Contributor

guruz commented Jan 20, 2015

Reported by @qknight in #69 (comment)

@guruz guruz added type:bug p2-high Escalation, on top of current planning, release blocker labels Jan 20, 2015
@guruz guruz added this to the 1.8 - UI Enhancements milestone Jan 20, 2015
@qknight
Copy link
Contributor

qknight commented Jan 22, 2015

software i use:

  • owncloud 82e5e36 (master)
  • ii apache2 2.4.7-1ubuntu4 amd64 Apache HTTP Server
  • ii owncloud 7.0.4-3 all ownCloud Server - Private file sync and share server

what i do in order to get this error

  1. i start the owncloud client 'master' (qt5 program on nixos)
  2. it connects to the virtual machine (ubuntu 14.04 with 7.0.4-3 owncloud)
  3. i paste a 160Mb linux image into ~/owncloud
  4. the qt program starts the sync
  5. the progress bar runs until it reaches 100%
  6. then the server replies 'internal server error'

the upload is then repatet if i restart the client

the problem

with git bisect i isolated the problematic commit to this one:

commit 6a0c9fdd34c9058849a77307af7879fa238a085a
Author: Olivier Goffart <ogoffart@woboq.com>
Date:   Wed Jan 14 11:20:09 2015 +0100
Propagate upload: Change the default chunk size to 5MiB and make chunk upload parallel

The server is slow to process each chunk. As a result the time between
the chunks is not neglectible. Therefore we gain a lot of time by
uploading the chunks in parallel. So the bandwitdh is used when the
server is waiting between chunks.
src/libsync/propagateupload.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

i was discussing this on irc with ogoffart already, he told me to test OWNCLOUD_PARALLEL_CHUNK=0 among other things.

the solution

when started with:

OWNCLOUD_PARALLEL_CHUNK=0  bin/owncloud --logfile /tmp/log  

the problem does not occur. instead the owncloud.log shows this:

{"reqId":"54c046842d9c9","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/adfasdfa.iso-chunking-1895790138-31' !!! \ncache: Array\n(\n    [fileid] => 1946\n    [storage] => home::schiejo\n    [path] => cache\/adfasdfa.iso-chunking-1895790138-31\n    [parent] => 2\n    [name] => adfasdfa.iso-chunking-1895790138-31\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 0\n    [mtime] => 1421887107\n    [storage_mtime] => 1421887107\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c04683c9b31\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421887108\n    [size] => 5242880\n    [etag] => 54c046842d5bf\n    [storage_mtime] => 1421887108\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:38:28+00:00","method":"PUT","url":"\/remote.php\/webdav\/adfasdfa.iso-chunking-1895790138-34-31"}
{"reqId":"54c046842d9c9","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/adfasdfa.iso-chunking-1895790138-31' !!! \ncache: Array\n(\n    [fileid] => 1946\n    [storage] => home::schiejo\n    [path] => cache\/adfasdfa.iso-chunking-1895790138-31\n    [parent] => 2\n    [name] => adfasdfa.iso-chunking-1895790138-31\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421887108\n    [storage_mtime] => 1421887108\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c046842d5bf\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421973508\n    [size] => 5242880\n    [etag] => 54c0468479c2d\n    [storage_mtime] => 1421973508\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:38:28+00:00","method":"PUT","url":"\/remote.php\/webdav\/adfasdfa.iso-chunking-1895790138-34-31"}
{"reqId":"54c046854cde0","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/adfasdfa.iso-chunking-1895790138-32' !!! \ncache: Array\n(\n    [fileid] => 1947\n    [storage] => home::schiejo\n    [path] => cache\/adfasdfa.iso-chunking-1895790138-32\n    [parent] => 2\n    [name] => adfasdfa.iso-chunking-1895790138-32\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 0\n    [mtime] => 1421887108\n    [storage_mtime] => 1421887108\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c04684cb527\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421887109\n    [size] => 5242880\n    [etag] => 54c046854cb42\n    [storage_mtime] => 1421887109\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:38:29+00:00","method":"PUT","url":"\/remote.php\/webdav\/adfasdfa.iso-chunking-1895790138-34-32"}
{"reqId":"54c046854cde0","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/adfasdfa.iso-chunking-1895790138-32' !!! \ncache: Array\n(\n    [fileid] => 1947\n    [storage] => home::schiejo\n    [path] => cache\/adfasdfa.iso-chunking-1895790138-32\n    [parent] => 2\n    [name] => adfasdfa.iso-chunking-1895790138-32\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421887109\n    [storage_mtime] => 1421887109\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c046854cb42\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421973509\n    [size] => 5242880\n    [etag] => 54c04685b425f\n    [storage_mtime] => 1421973509\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:38:29+00:00","method":"PUT","url":"\/remote.php\/webdav\/adfasdfa.iso-chunking-1895790138-34-32"}
{"reqId":"54c04686bd4c9","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/adfasdfa.iso-chunking-1895790138-33' !!! \ncache: Array\n(\n    [fileid] => 1948\n    [storage] => home::schiejo\n    [path] => cache\/adfasdfa.iso-chunking-1895790138-33\n    [parent] => 2\n    [name] => adfasdfa.iso-chunking-1895790138-33\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 4194304\n    [mtime] => 1421887110\n    [storage_mtime] => 1421887110\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0468603e83\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421973510\n    [size] => 4194304\n    [etag] => 54c04686bd148\n    [storage_mtime] => 1421973510\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:38:30+00:00","method":"PUT","url":"\/remote.php\/webdav\/adfasdfa.iso-chunking-1895790138-34-33"}

{"reqId":"54c04686bd4c9","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/adfasdfa.iso' !!! \ncache: Array\n(\n    [fileid] => 1915\n    [storage] => home::schiejo\n    [path] => files\/adfasdfa.iso\n    [parent] => 3\n    [name] => adfasdfa.iso\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 177209344\n    [mtime] => 1421887129\n    [storage_mtime] => 1421887129\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0469aaba90\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1290782119\n    [size] => 177209344\n    [etag] => 54c0469aec723\n    [storage_mtime] => 1290782119\n    [permissions] => 27\n    [parent] => 3\n)\n","level":0,"time":"2015-01-22T00:38:50+00:00","method":"PUT","url":"\/remote.php\/webdav\/adfasdfa.iso-chunking-1895790138-34-33"}

owncloud --logfile /tmp/log

0x1c060a0 oc_module: Authentication required 
01-22 00:28:02:557 0x1c060a0 oc_module: Call the csync callback for ownCloud
01-22 00:28:02:630 0x1c060a0 oc_module: propfind_results_recursive /remote.php/webdav/ is a folder
01-22 00:28:02:631 0x1c060a0 oc_module: propfind_results_recursive /remote.php/webdav/New Folder/ is a folder
01-22 00:28:02:631 0x1c060a0 oc_module: propfind_results_recursive /remote.php/webdav/New Folder/ new maximum tree depth 2
01-22 00:28:02:631 0x1c060a0 oc_module: Recursive propfind result code 207.
01-22 00:28:02:631 0x1c060a0 oc_module: fill_recursive_propfind_cache /remote.php/webdav Server maybe did not give us an 'infinity' depth result
01-22 00:28:02:631 0x1c060a0 oc_module: get_listdir_context_from_cache Returning cache for /remote.php/webdav (2 elements)
01-22 00:28:02:631 0x1c060a0 oc_module: clear_propfind_recursive_cache Invalidating..
01-22 00:28:02:631 0x1c060a0 oc_module: fetch_resource_list Using simple PROPFIND cache /remote.php/webdav
01-22 00:28:02:631 0x1c060a0 oc_module: opendir returning handle 0x7f2b340d6390 (count=2)
01-22 00:28:02:631 0x1c060a0 csync_walker: directory: ownclouds://owncloud.myhost/remote.php/webdav/New Folder [file_id=00001401oc1e01c820f9]
01-22 00:28:02:631 0x1c060a0 _csync_detect_update: Database entry found, compare: 1421090352 <-> 1421090352, etag: 54b41e3006413 <-> 54b41e3006413, inode: 0 <-> 21497894, size: 0 <-> 0, perms: RDNVCK <-> RDNVCK
01-22 00:28:02:631 0x1c060a0 _csync_detect_update: Reading from database: New Folder
01-22 00:28:02:631 0x1c060a0 _csync_detect_update: file: New Folder, instruction: INSTRUCTION_NONE <<=
01-22 00:28:02:631 0x1c060a0 sqlite_profile: _SQL_ SELECT phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5, fileid, remotePerm, filesize FROM metadata WHERE pathlen>? AND path LIKE(?): 0
01-22 00:28:02:632 0x1c060a0 csync_statedb_get_below_path: 0 entries read below path New Folder from db.
01-22 00:28:02:632 0x1c060a0 csync_ftw:  <= Closing walk for ownclouds://owncloud.myhost/remote.php/webdav with read_from_db 0
01-22 00:28:02:632 0x1c060a0 csync_update: Update detection for remote replica took 0.17 seconds walking 1 files.
01-22 00:28:02:632 0x1c060a0 csync_memstat_check: Memory: 906076K total size, 40736K resident, 27688K shared
01-22 00:28:02:632 0x1c060a0 csync_statedb_close: sqlite3_close=0
01-22 00:28:02:634 0x156edd0 syncengine.cpp:622 <<#### Discovery end ####################################################  177 
01-22 00:28:02:635 0x156edd0 csync_statedb_load: sqlite3 version "3.8.7"
01-22 00:28:02:635 0x156edd0 csync_statedb_load: Success
01-22 00:28:02:635 0x156edd0 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: New Folder
01-22 00:28:02:635 0x156edd0 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
01-22 00:28:02:635 0x156edd0 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: New Folder
01-22 00:28:02:635 0x156edd0 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
01-22 00:28:02:635 0x156edd0 csync_statedb_close: sqlite3_close=0
01-22 00:28:02:636 0x156edd0 syncengine.cpp:659 Permissions of the root folder:  "RDNVCK" 
01-22 00:28:02:637 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "post treewalk" and starting new transaction 
01-22 00:28:02:637 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "post stale entry removal" and starting new transaction 
01-22 00:28:02:638 0x156edd0 owncloudpropagator.cpp:325 Using QNAM/HTTP parallel code path 
01-22 00:28:02:638 0x156edd0 folder.cpp:848     * csync thread started 
01-22 00:28:02:707 0x156edd0 owncloudgui.cpp:257 Folder in overallStatus Message:  OCC::Folder(0x1710590)  with name  "ownCloud" 
01-22 00:28:02:707 0x156edd0 owncloudgui.cpp:182 Sync state changed for folder  "ownCloud" :  "Sync Running" 
01-22 00:28:02:708 0x156edd0 syncjournaldb.cpp:68 void OCC::SyncJournalDb::walCheckpoint() took 0 msec 
01-22 00:28:02:708 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "All Finished."  
01-22 00:28:02:710 0x156edd0 syncengine.cpp:818 CSync run took  254 
01-22 00:28:02:710 0x156edd0 folder.cpp:863 -> SyncEngine finished without problem. 
01-22 00:28:02:710 0x156edd0 folder.cpp:406 Processing result list and logging took  0  Milliseconds. 
01-22 00:28:02:710 0x156edd0 folder.cpp:432 OO folder slotSyncFinished: result:  3 
01-22 00:28:02:781 0x156edd0 owncloudgui.cpp:257 Folder in overallStatus Message:  OCC::Folder(0x1710590)  with name  "ownCloud" 
01-22 00:28:02:781 0x156edd0 owncloudgui.cpp:182 Sync state changed for folder  "ownCloud" :  "Success" 
01-22 00:28:02:982 0x156edd0 folderman.cpp:661 <===================================== sync finished for  "ownCloud" 
01-22 00:28:03:110 0x156edd0 folderman.cpp:560 XX slotScheduleFolderSync: folderQueue size:  0 
01-22 00:28:03:183 0x156edd0 folderman.cpp:560 XX slotScheduleFolderSync: folderQueue size:  0 
01-22 00:28:04:145 0x156edd0 folderman.cpp:560 XX slotScheduleFolderSync: folderQueue size:  0 
01-22 00:28:05:203 0x156edd0 ocupdater.cpp:361 Client is on latest version! 
01-22 00:28:20:733 0x156edd0 owncloudgui.cpp:551 void OCC::ownCloudGui::slotShowSettings() 
01-22 00:28:31:026 0x156edd0 folderman.cpp:619 void OCC::FolderMan::slotEtagPollTimerTimeout() No folders need to check for the remote ETag 
01-22 00:28:32:026 0x156edd0 networkjobs.cpp:224 !!! OCC::CheckQuotaJob created for  QUrl( "https://owncloud.myhost" )  querying "/" 
01-22 00:28:33:026 0x156edd0 connectionvalidator.cpp:129 # Check whether authenticated propfind works. 
01-22 00:28:33:027 0x156edd0 networkjobs.cpp:224 !!! OCC::PropfindJob created for  QUrl( "https://owncloud.myhost" )  querying "/" 
01-22 00:28:33:210 0x156edd0 folderwatcher.cpp:148 detected changes in paths: QSet("/home/joachim/ownCloud/archlinux-2010.05-netinstall-x86_64.iso") 
01-22 00:28:33:210 0x156edd0 folderman.cpp:468 Schedule folder  "ownCloud"  to sync! 
01-22 00:28:33:210 0x156edd0 folder.cpp:650 void OCC::Folder::watcherSlot(QString) "/home/joachim/ownCloud/archlinux-2010.05-netinstall-x86_64.iso" "" "/" 
01-22 00:28:34:934 0x156edd0 folderwatcher.cpp:148 detected changes in paths: QSet("/home/joachim/ownCloud/archlinux-2010.05-netinstall-x86_64.iso") 
01-22 00:28:34:934 0x156edd0 folderman.cpp:468 Schedule folder  "ownCloud"  to sync! 
01-22 00:28:34:934 0x156edd0 folderman.cpp:485  II> Sync for folder  "ownCloud"  already scheduled, do not enqueue! 
01-22 00:28:34:934 0x156edd0 folder.cpp:650 void OCC::Folder::watcherSlot(QString) "/home/joachim/ownCloud/archlinux-2010.05-netinstall-x86_64.iso" "" "/" 
01-22 00:28:35:111 0x156edd0 folderman.cpp:560 XX slotScheduleFolderSync: folderQueue size:  1 
01-22 00:28:35:111 0x156edd0 clientproxy.cpp:109 Passing NO proxy to csync for "https://owncloud.myhost" 
01-22 00:28:35:189 0x156edd0 owncloudgui.cpp:257 Folder in overallStatus Message:  OCC::Folder(0x1710590)  with name  "ownCloud" 
01-22 00:28:35:189 0x156edd0 owncloudgui.cpp:182 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
01-22 00:28:35:189 0x156edd0 folder.cpp:765 *** Start syncing - client version 1.8.0 
01-22 00:28:35:189 0x156edd0 folder.cpp:709 ==== added system ignore list to csync: "/home/joachim/Desktop/projects/owncloud/mirall/build/bin/sync-exclude.lst" 
01-22 00:28:35:189 0x156edd0 csync_exclude_load: Adding entry: *.filepart
01-22 00:28:35:189 0x156edd0 csync_exclude_load: Adding entry: *~
01-22 00:28:35:189 0x156edd0 csync_exclude_load: Adding entry: *.part
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: *.crdownload
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: *.unison*
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: *csync_timedif.ctmp*
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: .csync_journal.db
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: .csync_journal.db.ctmp
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: .owncloudsync.log
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: .*.sw?
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: .*.*sw?
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: ].csync-progressdatabase
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: ].DS_Store
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: ].ds_store
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: ._*
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: ]Thumbs.db
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: desktop.ini
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: *.kate-swp
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: *_conflict-*
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: ]*.~*
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: ].TemporaryItems
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: ].Trashes
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: ].DocumentRevisions-V100
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: .fseventd
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: .apdisk
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: .htaccess
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: ]Icon\r*
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: ~$*
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: .~lock.*
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: ~*.tmp
01-22 00:28:35:190 0x156edd0 folder.cpp:716 ==== added user defined ignore list to csync: "/home/joachim/.local/share/data/ownCloud/sync-exclude.lst" 
01-22 00:28:35:190 0x156edd0 folderman.cpp:650 >===================================== sync started for  "ownCloud" 
01-22 00:28:35:190 0x156edd0 socketapi.cpp:152 ==== added system ignore list to socketapi: "/home/joachim/Desktop/projects/owncloud/mirall/build/bin/sync-exclude.lst" 
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: *.filepart
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: *~
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: *.part
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: *.crdownload
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: *.unison*
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: *csync_timedif.ctmp*
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: .csync_journal.db
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: .csync_journal.db.ctmp
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: .owncloudsync.log
01-22 00:28:35:190 0x156edd0 csync_exclude_load: Adding entry: .*.sw?
01-22 00:28:35:191 0x156edd0 csync_exclude_load: Adding entry: .*.*sw?
01-22 00:28:35:191 0x156edd0 csync_exclude_load: Adding entry: ].csync-progressdatabase
01-22 00:28:35:191 0x156edd0 csync_exclude_load: Adding entry: ].DS_Store
01-22 00:28:35:191 0x156edd0 csync_exclude_load: Adding entry: ].ds_store
01-22 00:28:35:191 0x156edd0 csync_exclude_load: Adding entry: ._*
01-22 00:28:35:191 0x156edd0 csync_exclude_load: Adding entry: ]Thumbs.db
01-22 00:28:35:191 0x156edd0 csync_exclude_load: Adding entry: desktop.ini
01-22 00:28:35:191 0x156edd0 csync_exclude_load: Adding entry: *.kate-swp
01-22 00:28:35:191 0x156edd0 csync_exclude_load: Adding entry: *_conflict-*
01-22 00:28:35:191 0x156edd0 csync_exclude_load: Adding entry: ]*.~*
01-22 00:28:35:191 0x156edd0 csync_exclude_load: Adding entry: ].TemporaryItems
01-22 00:28:35:191 0x156edd0 csync_exclude_load: Adding entry: ].Trashes
01-22 00:28:35:191 0x156edd0 csync_exclude_load: Adding entry: ].DocumentRevisions-V100
01-22 00:28:35:191 0x156edd0 csync_exclude_load: Adding entry: .fseventd
01-22 00:28:35:191 0x156edd0 csync_exclude_load: Adding entry: .apdisk
01-22 00:28:35:191 0x156edd0 csync_exclude_load: Adding entry: .htaccess
01-22 00:28:35:191 0x156edd0 csync_exclude_load: Adding entry: ]Icon\r*
01-22 00:28:35:191 0x156edd0 csync_exclude_load: Adding entry: ~$*
01-22 00:28:35:191 0x156edd0 csync_exclude_load: Adding entry: .~lock.*
01-22 00:28:35:191 0x156edd0 csync_exclude_load: Adding entry: ~*.tmp
01-22 00:28:35:191 0x156edd0 socketapi.cpp:157 ==== added user defined ignore list to csync: "/home/joachim/.local/share/data/ownCloud/sync-exclude.lst" 
01-22 00:28:35:191 0x156edd0 syncengine.cpp:550 =====sync with existing DB 
01-22 00:28:35:191 0x156edd0 syncengine.cpp:553 =====Using Qt 5.2.1 
01-22 00:28:35:191 0x156edd0 syncengine.cpp:555 =====Using SSL library version OpenSSL 1.0.1j 15 Oct 2014 
01-22 00:28:35:191 0x156edd0 syncengine.cpp:559 =====Using neon 0.29.6: Library build, IPv6, libxml 2.9.2, zlib 1.2.8, OpenSSL 1.0.1j 15 Oct 2014. 
01-22 00:28:35:191 0x156edd0 syncengine.cpp:581 ====NOT Using Selective Sync 
01-22 00:28:35:192 0x156edd0 syncengine.cpp:583 ===== Activating recursive PROPFIND (currently 1 file records) 
01-22 00:28:35:192 0x156edd0 syncengine.cpp:602 #### Discovery start #################################################### >> 
01-22 00:28:35:192 0x1c42420 csync_update: Journal: /home/joachim/ownCloud/.csync_journal.db
01-22 00:28:35:193 0x1c42420 csync_statedb_load: sqlite3 version "3.8.7"
01-22 00:28:35:193 0x1c42420 csync_statedb_load: Success
01-22 00:28:35:193 0x1c42420 csync_memstat_check: Memory: 910376K total size, 45888K resident, 32404K shared
01-22 00:28:35:193 0x1c42420 sqlite_profile: _SQL_ SELECT * FROM metadata WHERE phash=?1: 0
01-22 00:28:35:193 0x1c42420 csync_walker: file: /home/joachim/ownCloud/archlinux-2010.05-netinstall-x86_64.iso [inode=21103708 size=177209344]
01-22 00:28:35:193 0x1c42420 sqlite_profile: _SQL_ SELECT * FROM metadata WHERE phash=?1: 0
01-22 00:28:35:193 0x1c42420 _csync_detect_update: Checking for rename based on inode # 21103708
01-22 00:28:35:193 0x1c42420 sqlite_profile: _SQL_ SELECT * FROM metadata WHERE inode=?1: 0
01-22 00:28:35:193 0x1c42420 _csync_detect_update: file: archlinux-2010.05-netinstall-x86_64.iso, instruction: INSTRUCTION_NEW <<=
01-22 00:28:35:193 0x1c42420 sqlite_profile: _SQL_ SELECT * FROM metadata WHERE phash=?1: 0
01-22 00:28:35:193 0x1c42420 csync_walker: file: /home/joachim/ownCloud/.owncloudsync.log.1 [inode=21103759 size=1048603]
01-22 00:28:35:193 0x1c42420 _csync_detect_update: .owncloudsync.log.1 excluded  (1)
01-22 00:28:35:193 0x1c42420 csync_ftw: Uniq ID from Database: New Folder -> 54b41e3006413
01-22 00:28:35:193 0x1c42420 csync_walker: directory: /home/joachim/ownCloud/New Folder [inode=21497894]
01-22 00:28:35:193 0x1c42420 _csync_detect_update: Database entry found, compare: 1421090349 <-> 1421090352, etag: 54b41e3006413 <-> 54b41e3006413, inode: 21497894 <-> 21497894, size: 4096 <-> 0, perms:  <-> RDNVCK
01-22 00:28:35:193 0x1c42420 _csync_detect_update: file: New Folder, instruction: INSTRUCTION_EVAL <<=
01-22 00:28:35:193 0x1c42420 csync_ftw:  <= Closing walk for /home/joachim/ownCloud/New Folder with read_from_db 0
01-22 00:28:35:194 0x1c42420 sqlite_profile: _SQL_ SELECT * FROM metadata WHERE phash=?1: 1000000
01-22 00:28:35:194 0x1c42420 csync_walker: file: /home/joachim/ownCloud/.owncloudsync.log [inode=21113258 size=20230]
01-22 00:28:35:194 0x1c42420 _csync_detect_update: .owncloudsync.log excluded  (1)
01-22 00:28:35:194 0x1c42420 csync_ftw:  <= Closing walk for /home/joachim/ownCloud with read_from_db 0
01-22 00:28:35:194 0x1c42420 csync_update: Update detection for local replica took 0.00 seconds walking 2 files.
01-22 00:28:35:194 0x1c42420 csync_memstat_check: Memory: 910376K total size, 46012K resident, 32404K shared
01-22 00:28:35:194 0x1c42420 oc_module: opendir method called on ownclouds://owncloud.myhost/remote.php/webdav
01-22 00:28:35:194 0x1c42420 oc_module: * scheme ownclouds
01-22 00:28:35:194 0x1c42420 oc_module: * host owncloud.myhost
01-22 00:28:35:194 0x1c42420 oc_module: * port 0
01-22 00:28:35:194 0x1c42420 oc_module: * path /remote.php/webdav
01-22 00:28:35:194 0x1c42420 oc_module: * user 
01-22 00:28:35:194 0x1c42420 oc_module: Timeout set to 300 seconds
01-22 00:28:35:203 0x1c42420 oc_module: No proxy configured.
01-22 00:28:35:204 0x1c42420 oc_module: fetch_resource_list_recursive Starting recursive propfind ownclouds://owncloud.myhost/remote.php/webdav /remote.php/webdav
01-22 00:28:35:221 0x1c42420 oc_module: Call the csync callback for SSL problems
01-22 00:28:35:222 0x1c42420 credentialscommon.cpp:60 SSL Fingerprint from neon:  "3f:84:b3:13:55:78:89:14:9e:fd:f8:73:d7:67:bb:b5:16:da:f2:d0"  compared to verified:  "3f:84:b3:13:55:78:89:14:9e:fd:f8:73:d7:67:bb:b5:16:da:f2:d0" 
01-22 00:28:35:222 0x1c42420 oc_module: ## VERIFY_SSL CERT: 0
01-22 00:28:35:279 0x1c42420 oc_module: Authentication required 
01-22 00:28:35:280 0x1c42420 oc_module: Call the csync callback for ownCloud
01-22 00:28:35:409 0x1c42420 oc_module: propfind_results_recursive /remote.php/webdav/ is a folder
01-22 00:28:35:409 0x1c42420 oc_module: propfind_results_recursive /remote.php/webdav/New Folder/ is a folder
01-22 00:28:35:410 0x1c42420 oc_module: Recursive propfind result code 207.
01-22 00:28:35:410 0x1c42420 oc_module: fill_recursive_propfind_cache /remote.php/webdav Server maybe did not give us an 'infinity' depth result
01-22 00:28:35:410 0x1c42420 oc_module: get_listdir_context_from_cache Returning cache for /remote.php/webdav (2 elements)
01-22 00:28:35:410 0x1c42420 oc_module: clear_propfind_recursive_cache Invalidating..
01-22 00:28:35:410 0x1c42420 oc_module: fetch_resource_list Using simple PROPFIND cache /remote.php/webdav
01-22 00:28:35:410 0x1c42420 oc_module: opendir returning handle 0x7f2b300f14e0 (count=2)
01-22 00:28:35:410 0x1c42420 csync_walker: directory: ownclouds://owncloud.myhost/remote.php/webdav/New Folder [file_id=00001401oc1e01c820f9]
01-22 00:28:35:410 0x1c42420 _csync_detect_update: Database entry found, compare: 1421090352 <-> 1421090352, etag: 54b41e3006413 <-> 54b41e3006413, inode: 0 <-> 21497894, size: 0 <-> 0, perms: RDNVCK <-> RDNVCK
01-22 00:28:35:410 0x1c42420 _csync_detect_update: Reading from database: New Folder
01-22 00:28:35:410 0x1c42420 _csync_detect_update: file: New Folder, instruction: INSTRUCTION_NONE <<=
01-22 00:28:35:410 0x1c42420 sqlite_profile: _SQL_ SELECT phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5, fileid, remotePerm, filesize FROM metadata WHERE pathlen>? AND path LIKE(?): 0
01-22 00:28:35:410 0x1c42420 csync_statedb_get_below_path: 0 entries read below path New Folder from db.
01-22 00:28:35:410 0x1c42420 csync_ftw:  <= Closing walk for ownclouds://owncloud.myhost/remote.php/webdav with read_from_db 0
01-22 00:28:35:410 0x1c42420 csync_update: Update detection for remote replica took 0.22 seconds walking 1 files.
01-22 00:28:35:411 0x1c42420 csync_memstat_check: Memory: 910376K total size, 46968K resident, 32404K shared
01-22 00:28:35:411 0x1c42420 csync_statedb_close: sqlite3_close=0
01-22 00:28:35:412 0x156edd0 syncengine.cpp:622 <<#### Discovery end ####################################################  220 
01-22 00:28:35:412 0x156edd0 csync_statedb_load: sqlite3 version "3.8.7"
01-22 00:28:35:412 0x156edd0 csync_statedb_load: Success
01-22 00:28:35:412 0x156edd0 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: New Folder
01-22 00:28:35:413 0x156edd0 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: archlinux-2010.05-netinstall-x86_64.iso
01-22 00:28:35:413 0x156edd0 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 2 files.
01-22 00:28:35:413 0x156edd0 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: New Folder
01-22 00:28:35:413 0x156edd0 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
01-22 00:28:35:413 0x156edd0 csync_statedb_close: sqlite3_close=0
01-22 00:28:35:413 0x156edd0 syncengine.cpp:659 Permissions of the root folder:  "RDNVCK" 
01-22 00:28:35:414 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "post treewalk" and starting new transaction 
01-22 00:28:35:414 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "post stale entry removal" and starting new transaction 
01-22 00:28:35:414 0x156edd0 owncloudpropagator.cpp:325 Using QNAM/HTTP parallel code path 
01-22 00:28:35:415 0x156edd0 folder.cpp:848     * csync thread started 
01-22 00:28:35:486 0x156edd0 owncloudgui.cpp:257 Folder in overallStatus Message:  OCC::Folder(0x1710590)  with name  "ownCloud" 
01-22 00:28:35:486 0x156edd0 owncloudgui.cpp:182 Sync state changed for folder  "ownCloud" :  "Sync Running" 
01-22 00:28:35:490 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b4f4c0) 
01-22 00:28:35:492 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-0" 
01-22 00:28:35:492 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x16f4fe0) 
01-22 00:28:35:495 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-1" 
01-22 00:28:35:495 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x15ca1b0) 
01-22 00:28:35:499 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-2" 
01-22 00:28:35:939 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b4f4c0) 
01-22 00:28:36:677 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-0" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:36:678 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 1 1652929548 0 
01-22 00:28:36:678 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:36:678 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1bfb340) 
01-22 00:28:36:684 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-3" 
01-22 00:28:36:685 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b4f4c0) 
01-22 00:28:37:007 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x16f4fe0) 
01-22 00:28:37:025 0x156edd0 folderman.cpp:550 Currently folder  "ownCloud"  is running, wait for finish! 
01-22 00:28:37:392 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x15ca1b0) 
01-22 00:28:37:661 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-1" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:37:662 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 2 1652929548 0 
01-22 00:28:37:662 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:37:713 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1bce1a0) 
01-22 00:28:37:715 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-4" 
01-22 00:28:37:715 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x16f4fe0) 
01-22 00:28:38:415 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-2" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:38:415 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 3 1652929548 0 
01-22 00:28:38:415 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:38:415 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b7ca70) 
01-22 00:28:38:421 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-5" 
01-22 00:28:38:421 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x15ca1b0) 
01-22 00:28:38:863 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1bfb340) 
01-22 00:28:39:320 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1bce1a0) 
01-22 00:28:39:546 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b7ca70) 
01-22 00:28:39:888 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-4" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:39:888 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 4 1652929548 0 
01-22 00:28:39:888 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:39:916 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x16fa830) 
01-22 00:28:39:919 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-6" 
01-22 00:28:39:919 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1bce1a0) 
01-22 00:28:40:740 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-3" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:40:740 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 4 1652929548 0 
01-22 00:28:40:741 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:40:741 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1c31a80) 
01-22 00:28:40:744 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-7" 
01-22 00:28:40:745 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1bfb340) 
01-22 00:28:41:351 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-5" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:41:351 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 6 1652929548 0 
01-22 00:28:41:352 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:41:352 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1cd2800) 
01-22 00:28:41:356 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-8" 
01-22 00:28:41:357 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b7ca70) 
01-22 00:28:41:645 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1c31a80) 
01-22 00:28:42:776 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x16fa830) 
01-22 00:28:43:208 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-7" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:43:209 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 7 1652929548 0 
01-22 00:28:43:209 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:43:209 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b80660) 
01-22 00:28:43:213 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-9" 
01-22 00:28:43:213 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1c31a80) 
01-22 00:28:43:593 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-6" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:43:593 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 7 1652929548 0 
01-22 00:28:43:593 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:43:624 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b7ee90) 
01-22 00:28:43:625 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-10" 
01-22 00:28:43:626 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x16fa830) 
01-22 00:28:43:812 0x156edd0 owncloudgui.cpp:551 void OCC::ownCloudGui::slotShowSettings() 
01-22 00:28:44:100 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1cd2800) 
01-22 00:28:44:389 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b80660) 
01-22 00:28:45:226 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-8" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:45:226 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 9 1652929548 0 
01-22 00:28:45:226 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:45:226 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x18be770) 
01-22 00:28:45:229 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-11" 
01-22 00:28:45:230 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1cd2800) 
01-22 00:28:45:587 0x156edd0 owncloudgui.cpp:551 void OCC::ownCloudGui::slotShowSettings() 
01-22 00:28:45:785 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-9" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:45:785 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 10 1652929548 0 
01-22 00:28:45:785 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:45:805 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1ae71f0) 
01-22 00:28:45:806 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-12" 
01-22 00:28:45:806 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b80660) 
01-22 00:28:46:202 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b7ee90) 
01-22 00:28:46:523 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x18be770) 
01-22 00:28:46:662 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1ae71f0) 
01-22 00:28:47:016 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-11" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:47:016 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 11 1652929548 0 
01-22 00:28:47:016 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:47:017 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b0ac80) 
01-22 00:28:47:019 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-13" 
01-22 00:28:47:019 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x18be770) 
01-22 00:28:47:924 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-12" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:47:924 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 11 1652929548 0 
01-22 00:28:47:924 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:47:997 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x15c6ca0) 
01-22 00:28:47:998 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-14" 
01-22 00:28:47:998 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1ae71f0) 
01-22 00:28:49:117 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-10" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:49:117 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 11 1652929548 0 
01-22 00:28:49:117 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:49:117 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b0e5c0) 
01-22 00:28:49:119 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-15" 
01-22 00:28:49:120 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b7ee90) 
01-22 00:28:49:540 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b0ac80) 
01-22 00:28:49:983 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b0e5c0) 
01-22 00:28:50:126 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x15c6ca0) 
01-22 00:28:50:516 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-13" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:50:516 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 14 1652929548 0 
01-22 00:28:50:516 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:50:532 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1cca880) 
01-22 00:28:50:533 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-16" 
01-22 00:28:50:533 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b0ac80) 
01-22 00:28:51:099 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-14" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:51:099 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 15 1652929548 0 
01-22 00:28:51:099 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:51:099 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1cc1cf0) 
01-22 00:28:51:102 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-17" 
01-22 00:28:51:102 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x15c6ca0) 
01-22 00:28:51:517 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-15" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:51:517 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 16 1652929548 0 
01-22 00:28:51:517 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:51:518 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1be4d90) 
01-22 00:28:51:519 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-18" 
01-22 00:28:51:519 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b0e5c0) 
01-22 00:28:51:937 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1be4d90) 
01-22 00:28:52:340 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1cc1cf0) 
01-22 00:28:53:873 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-18" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:53:873 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 17 1652929548 0 
01-22 00:28:53:873 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:53:873 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b09070) 
01-22 00:28:53:876 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-19" 
01-22 00:28:53:877 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1be4d90) 
01-22 00:28:54:206 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1cca880) 
01-22 00:28:55:023 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-17" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:55:023 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 17 1652929548 0 
01-22 00:28:55:023 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:55:137 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x15720b0) 
01-22 00:28:55:138 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-20" 
01-22 00:28:55:139 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1cc1cf0) 
01-22 00:28:55:428 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b09070) 
01-22 00:28:56:059 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-19" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:56:059 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 17 1652929548 0 
01-22 00:28:56:059 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:56:059 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1beeda0) 
01-22 00:28:56:061 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-21" 
01-22 00:28:56:062 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b09070) 
01-22 00:28:56:539 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-16" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:56:539 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 17 1652929548 0 
01-22 00:28:56:539 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:56:539 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b0e5c0) 
01-22 00:28:56:541 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-22" 
01-22 00:28:56:541 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1cca880) 
01-22 00:28:57:001 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x15720b0) 
01-22 00:28:57:393 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1beeda0) 
01-22 00:28:57:894 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-20" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:57:894 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 21 1652929548 0 
01-22 00:28:57:894 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:57:895 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x18b3d80) 
01-22 00:28:57:896 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-23" 
01-22 00:28:57:897 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x15720b0) 
01-22 00:28:58:282 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b0e5c0) 
01-22 00:28:58:997 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-21" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:58:998 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 22 1652929548 0 
01-22 00:28:58:998 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:58:998 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x16f9c00) 
01-22 00:28:59:000 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-24" 
01-22 00:28:59:000 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1beeda0) 
01-22 00:28:59:417 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x18b3d80) 
01-22 00:28:59:793 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-22" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:28:59:793 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 23 1652929548 0 
01-22 00:28:59:793 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:28:59:830 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b0f380) 
01-22 00:28:59:832 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-25" 
01-22 00:28:59:833 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b0e5c0) 
01-22 00:29:00:780 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-23" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:29:00:781 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 24 1652929548 0 
01-22 00:29:00:781 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:29:00:781 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b09070) 
01-22 00:29:00:782 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-26" 
01-22 00:29:00:783 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x18b3d80) 
01-22 00:29:01:026 0x156edd0 folderman.cpp:619 void OCC::FolderMan::slotEtagPollTimerTimeout() No folders need to check for the remote ETag 
01-22 00:29:01:397 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x16f9c00) 
01-22 00:29:01:856 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b0f380) 
01-22 00:29:02:027 0x156edd0 networkjobs.cpp:224 !!! OCC::CheckQuotaJob created for  QUrl( "https://owncloud.myhost" )  querying "/" 
01-22 00:29:02:913 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-24" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:29:02:914 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 25 1652929548 0 
01-22 00:29:02:914 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:29:02:930 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x18be770) 
01-22 00:29:02:932 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-27" 
01-22 00:29:02:932 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x16f9c00) 
01-22 00:29:03:484 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-25" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:29:03:484 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 26 1652929548 0 
01-22 00:29:03:484 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:29:03:484 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1bcf390) 
01-22 00:29:03:486 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-28" 
01-22 00:29:03:486 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b0f380) 
01-22 00:29:03:980 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b09070) 
01-22 00:29:04:311 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x18be770) 
01-22 00:29:04:904 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-26" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:29:04:904 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 27 1652929548 0 
01-22 00:29:04:904 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:29:04:905 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b06bc0) 
01-22 00:29:04:908 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-29" 
01-22 00:29:04:908 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b09070) 
01-22 00:29:05:025 0x156edd0 connectionvalidator.cpp:129 # Check whether authenticated propfind works. 
01-22 00:29:05:026 0x156edd0 networkjobs.cpp:224 !!! OCC::PropfindJob created for  QUrl( "https://owncloud.myhost" )  querying "/" 
01-22 00:29:05:577 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-27" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:29:05:578 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 28 1652929548 0 
01-22 00:29:05:578 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:29:05:578 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1be5a40) 
01-22 00:29:05:580 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-30" 
01-22 00:29:05:580 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x18be770) 
01-22 00:29:06:024 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1bcf390) 
01-22 00:29:06:582 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b06bc0) 
01-22 00:29:07:318 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-28" )  FINISHED WITH STATUS 0 "" QVariant(int, 201) QVariant(QString, "Created") 
01-22 00:29:07:318 0x156edd0 syncjournaldb.cpp:944 "INSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime) VALUES ( ?1 , ?2, ?3 , ?4 ,  ?5, ?6 )" "archlinux-2010.05-netinstall-x86_64.iso" 29 1652929548 0 
01-22 00:29:07:318 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "Upload info" and starting new transaction 
01-22 00:29:07:369 0x156edd0 bandwidthmanager.cpp:89 void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b06510) 
01-22 00:29:07:371 0x156edd0 networkjobs.cpp:224 !!! OCC::PUTFileJob created for  QUrl( "https://owncloud.myhost" )  querying "/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-31" 
01-22 00:29:07:371 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1bcf390) 
01-22 00:29:07:569 0x156edd0 networkjobs.cpp:158 void OCC::AbstractNetworkJob::slotFinished() 299 "Error downloading https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-29 - server replied: Internal Server Error" 
01-22 00:29:07:569 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-29" )  FINISHED WITH STATUS 299 "Error downloading https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-29 - server replied: Internal Server Error" QVariant(int, 500) QVariant(QString, "Internal Server Error") 
01-22 00:29:07:569 0x156edd0 propagateupload.cpp:446 "" 
01-22 00:29:07:569 0x156edd0 propagateupload.cpp:650 virtual void OCC::PropagateUploadFileQNAM::abort() OCC::PUTFileJob(0x1c19370) "archlinux-2010.05-netinstall-x86_64.iso" 
01-22 00:29:07:570 0x156edd0 networkjobs.cpp:158 void OCC::AbstractNetworkJob::slotFinished() 5 "Operation canceled" 
01-22 00:29:07:570 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-30" )  FINISHED WITH STATUS 5 "Operation canceled" QVariant(Invalid) QVariant(Invalid) 
01-22 00:29:07:570 0x156edd0 propagateupload.cpp:650 virtual void OCC::PropagateUploadFileQNAM::abort() OCC::PUTFileJob(0x1c43460) "archlinux-2010.05-netinstall-x86_64.iso" 
01-22 00:29:07:570 0x18c4880 qiodevice.cpp:1307 QIODevice::write: device not open
01-22 00:29:07:570 0x156edd0 networkjobs.cpp:158 void OCC::AbstractNetworkJob::slotFinished() 5 "Operation canceled" 
01-22 00:29:07:570 0x156edd0 propagateupload.cpp:422 void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-31" )  FINISHED WITH STATUS 5 "Operation canceled" QVariant(Invalid) QVariant(Invalid) 
01-22 00:29:07:570 0x18c4880 qiodevice.cpp:1307 QIODevice::write: device not open
01-22 00:29:07:570 0x156edd0 syncjournalfilerecord.cpp:135 blacklisting  "archlinux-2010.05-netinstall-x86_64.iso"  for  25 , retry count  1 
01-22 00:29:07:570 0x156edd0 syncjournaldb.cpp:1123 set blacklist entry for  "archlinux-2010.05-netinstall-x86_64.iso" 1 "Error downloading https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-29 - server replied: Internal Server Error" 1421886547 25 1290782119 "" 
01-22 00:29:07:570 0x156edd0 syncengine.cpp:772 void OCC::SyncEngine::slotJobCompleted(const OCC::SyncFileItem &) "archlinux-2010.05-netinstall-x86_64.iso" 2 "Error downloading https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-29 - server replied: Internal Server Error" 
01-22 00:29:07:574 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1be5a40) 
01-22 00:29:07:576 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b06510) 
01-22 00:29:07:577 0x156edd0 bandwidthmanager.cpp:116 void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice *) OCC::UploadDevice(0x1b06bc0) 
01-22 00:29:07:577 0x156edd0 syncjournaldb.cpp:68 void OCC::SyncJournalDb::walCheckpoint() took 0 msec 
01-22 00:29:07:577 0x156edd0 syncjournaldb.cpp:1257 void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit  "All Finished."  
01-22 00:29:07:579 0x156edd0 syncengine.cpp:818 CSync run took  32387 
01-22 00:29:07:582 0x156edd0 folder.cpp:863 -> SyncEngine finished without problem. 
01-22 00:29:07:583 0x156edd0 folder.cpp:406 Processing result list and logging took  0  Milliseconds. 
01-22 00:29:07:590 0x156edd0 folder.cpp:432 OO folder slotSyncFinished: result:  3 
01-22 00:29:07:590 0x156edd0 folder.cpp:883   ** error Strings:  ("archlinux-2010.05-netinstall-x86_64.iso: Error downloading https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-29 - server replied: Internal Server Error") 
01-22 00:29:07:590 0x156edd0 folder.cpp:885     * owncloud csync thread finished with error 
01-22 00:29:07:590 0x156edd0 folder.cpp:905 the last 1 syncs failed 
01-22 00:29:07:660 0x156edd0 owncloudgui.cpp:257 Folder in overallStatus Message:  OCC::Folder(0x1710590)  with name  "ownCloud" 
01-22 00:29:07:660 0x156edd0 owncloudgui.cpp:182 Sync state changed for folder  "ownCloud" :  "Error" 
01-22 00:29:07:861 0x156edd0 folderman.cpp:661 <===================================== sync finished for  "ownCloud" 
01-22 00:29:08:061 0x156edd0 folderman.cpp:560 XX slotScheduleFolderSync: folderQueue size:  0 
01-22 00:29:31:026 0x156edd0 folderman.cpp:619 void OCC::FolderMan::slotEtagPollTimerTimeout() No folders need to check for the remote ETag 
01-22 00:29:36:026 0x156edd0 networkjobs.cpp:224 !!! OCC::CheckQuotaJob created for  QUrl( "https://owncloud.myhost" )  querying "/" 
01-22 00:29:37:026 0x156edd0 connectionvalidator.cpp:129 # Check whether authenticated propfind works. 
01-22 00:29:37:026 0x156edd0 networkjobs.cpp:224 !!! OCC::PropfindJob created for  QUrl( "https://owncloud.myhost" )  querying "/" 

owncloud.log

{"reqId":"54c0441285196","app":"webdav","message":"Sabre\\DAV\\Exception\\NotAuthenticated: No basic authentication headers were found","level":0,"time":"2015-01-22T00:28:02+00:00","method":"PROPFIND","url":"\/remote.php\/webdav"}
{"reqId":"54c0441285196","app":"webdav","message":"Exception: #1 \/var\/www\/owncloud\/lib\/private\/connector\/sabre\/auth.php(78): OC_Connector_Sabre_Auth->auth(Object(OC_Connector_Sabre_Server), 'ownCloud')","level":0,"time":"2015-01-22T00:28:02+00:00","method":"PROPFIND","url":"\/remote.php\/webdav"}
{"reqId":"54c0441285196","app":"webdav","message":"Exception: #2 \/var\/www\/owncloud\/3rdparty\/sabre\/dav\/lib\/Sabre\/DAV\/Auth\/Plugin.php(108): OC_Connector_Sabre_Auth->authenticate(Object(OC_Connector_Sabre_Server), 'ownCloud')","level":0,"time":"2015-01-22T00:28:02+00:00","method":"PROPFIND","url":"\/remote.php\/webdav"}
{"reqId":"54c0441285196","app":"webdav","message":"Exception: #3 [internal function]: Sabre\\DAV\\Auth\\Plugin->beforeMethod('PROPFIND', '')","level":0,"time":"2015-01-22T00:28:02+00:00","method":"PROPFIND","url":"\/remote.php\/webdav"}
{"reqId":"54c0441285196","app":"webdav","message":"Exception: #4 \/var\/www\/owncloud\/3rdparty\/sabre\/dav\/lib\/Sabre\/DAV\/Server.php(433): call_user_func_array(Array, Array)","level":0,"time":"2015-01-22T00:28:02+00:00","method":"PROPFIND","url":"\/remote.php\/webdav"}
{"reqId":"54c0441285196","app":"webdav","message":"Exception: #5 \/var\/www\/owncloud\/3rdparty\/sabre\/dav\/lib\/Sabre\/DAV\/Server.php(455): Sabre\\DAV\\Server->broadcastEvent('beforeMethod', Array)","level":0,"time":"2015-01-22T00:28:02+00:00","method":"PROPFIND","url":"\/remote.php\/webdav"}
{"reqId":"54c0441285196","app":"webdav","message":"Exception: #6 \/var\/www\/owncloud\/3rdparty\/sabre\/dav\/lib\/Sabre\/DAV\/Server.php(214): Sabre\\DAV\\Server->invokeMethod('PROPFIND', '')","level":0,"time":"2015-01-22T00:28:02+00:00","method":"PROPFIND","url":"\/remote.php\/webdav"}
{"reqId":"54c0441285196","app":"webdav","message":"Exception: #7 \/var\/www\/owncloud\/apps\/files\/appinfo\/remote.php(60): Sabre\\DAV\\Server->exec()","level":0,"time":"2015-01-22T00:28:02+00:00","method":"PROPFIND","url":"\/remote.php\/webdav"}
{"reqId":"54c0441285196","app":"webdav","message":"Exception: #8 \/var\/www\/owncloud\/remote.php(52): require_once('\/var\/www\/ownclo...')","level":0,"time":"2015-01-22T00:28:02+00:00","method":"PROPFIND","url":"\/remote.php\/webdav"}
{"reqId":"54c0441285196","app":"webdav","message":"Exception: #9 {main}","level":0,"time":"2015-01-22T00:28:02+00:00","method":"PROPFIND","url":"\/remote.php\/webdav"}
{"reqId":"54c0443341e61","app":"webdav","message":"Sabre\\DAV\\Exception\\NotAuthenticated: No basic authentication headers were found","level":0,"time":"2015-01-22T00:28:35+00:00","method":"PROPFIND","url":"\/remote.php\/webdav"}
{"reqId":"54c0443341e61","app":"webdav","message":"Exception: #1 \/var\/www\/owncloud\/lib\/private\/connector\/sabre\/auth.php(78): OC_Connector_Sabre_Auth->auth(Object(OC_Connector_Sabre_Server), 'ownCloud')","level":0,"time":"2015-01-22T00:28:35+00:00","method":"PROPFIND","url":"\/remote.php\/webdav"}
{"reqId":"54c0443341e61","app":"webdav","message":"Exception: #2 \/var\/www\/owncloud\/3rdparty\/sabre\/dav\/lib\/Sabre\/DAV\/Auth\/Plugin.php(108): OC_Connector_Sabre_Auth->authenticate(Object(OC_Connector_Sabre_Server), 'ownCloud')","level":0,"time":"2015-01-22T00:28:35+00:00","method":"PROPFIND","url":"\/remote.php\/webdav"}
{"reqId":"54c0443341e61","app":"webdav","message":"Exception: #3 [internal function]: Sabre\\DAV\\Auth\\Plugin->beforeMethod('PROPFIND', '')","level":0,"time":"2015-01-22T00:28:35+00:00","method":"PROPFIND","url":"\/remote.php\/webdav"}
{"reqId":"54c0443341e61","app":"webdav","message":"Exception: #4 \/var\/www\/owncloud\/3rdparty\/sabre\/dav\/lib\/Sabre\/DAV\/Server.php(433): call_user_func_array(Array, Array)","level":0,"time":"2015-01-22T00:28:35+00:00","method":"PROPFIND","url":"\/remote.php\/webdav"}
{"reqId":"54c0443341e61","app":"webdav","message":"Exception: #5 \/var\/www\/owncloud\/3rdparty\/sabre\/dav\/lib\/Sabre\/DAV\/Server.php(455): Sabre\\DAV\\Server->broadcastEvent('beforeMethod', Array)","level":0,"time":"2015-01-22T00:28:35+00:00","method":"PROPFIND","url":"\/remote.php\/webdav"}
{"reqId":"54c0443341e61","app":"webdav","message":"Exception: #6 \/var\/www\/owncloud\/3rdparty\/sabre\/dav\/lib\/Sabre\/DAV\/Server.php(214): Sabre\\DAV\\Server->invokeMethod('PROPFIND', '')","level":0,"time":"2015-01-22T00:28:35+00:00","method":"PROPFIND","url":"\/remote.php\/webdav"}
{"reqId":"54c0443341e61","app":"webdav","message":"Exception: #7 \/var\/www\/owncloud\/apps\/files\/appinfo\/remote.php(60): Sabre\\DAV\\Server->exec()","level":0,"time":"2015-01-22T00:28:35+00:00","method":"PROPFIND","url":"\/remote.php\/webdav"}
{"reqId":"54c0443341e61","app":"webdav","message":"Exception: #8 \/var\/www\/owncloud\/remote.php(52): require_once('\/var\/www\/ownclo...')","level":0,"time":"2015-01-22T00:28:35+00:00","method":"PROPFIND","url":"\/remote.php\/webdav"}
{"reqId":"54c0443341e61","app":"webdav","message":"Exception: #9 {main}","level":0,"time":"2015-01-22T00:28:35+00:00","method":"PROPFIND","url":"\/remote.php\/webdav"}
{"reqId":"54c0443462f17","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-0' !!! \ncache: Array\n(\n    [fileid] => 1914\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-0\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-0\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886515\n    [storage_mtime] => 1421886515\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0443396c35\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972916\n    [size] => 5242880\n    [etag] => 54c04434626e8\n    [storage_mtime] => 1421972916\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:36+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-0"}
{"reqId":"54c044354a01e","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-1' !!! \ncache: Array\n(\n    [fileid] => 1915\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-1\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-1\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 0\n    [mtime] => 1421886515\n    [storage_mtime] => 1421886515\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c04433d08c9\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421886517\n    [size] => 5242880\n    [etag] => 54c044351bb34\n    [storage_mtime] => 1421886517\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:37+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-1"}
{"reqId":"54c044354a01e","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-1' !!! \ncache: Array\n(\n    [fileid] => 1915\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-1\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-1\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886517\n    [storage_mtime] => 1421886517\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c044351bb34\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972917\n    [size] => 5242880\n    [etag] => 54c044356fae5\n    [storage_mtime] => 1421972917\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:37+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-1"}
{"reqId":"54c04435b57b4","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-2' !!! \ncache: Array\n(\n    [fileid] => 1916\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-2\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-2\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 0\n    [mtime] => 1421886516\n    [storage_mtime] => 1421886516\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c04434e10ad\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421886517\n    [size] => 5242880\n    [etag] => 54c0443563b71\n    [storage_mtime] => 1421886517\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:37+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-2"}
{"reqId":"54c04435b57b4","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-2' !!! \ncache: Array\n(\n    [fileid] => 1916\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-2\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-2\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886517\n    [storage_mtime] => 1421886517\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0443563b71\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972918\n    [size] => 5242880\n    [etag] => 54c0443618eaf\n    [storage_mtime] => 1421972918\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:38+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-2"}
{"reqId":"54c044376959c","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-4' !!! \ncache: Array\n(\n    [fileid] => 1918\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-4\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-4\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 0\n    [mtime] => 1421886518\n    [storage_mtime] => 1421886518\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c04436c3dc0\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421886519\n    [size] => 5242880\n    [etag] => 54c04437556a9\n    [storage_mtime] => 1421886519\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:39+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-4"}
{"reqId":"54c044376959c","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-4' !!! \ncache: Array\n(\n    [fileid] => 1918\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-4\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-4\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886519\n    [storage_mtime] => 1421886519\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c04437556a9\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972919\n    [size] => 5242880\n    [etag] => 54c04437b3a60\n    [storage_mtime] => 1421972919\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:39+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-4"}
{"reqId":"54c0443863320","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-3' !!! \ncache: Array\n(\n    [fileid] => 1917\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-3\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-3\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886518\n    [storage_mtime] => 1421886518\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c044367c3f3\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972920\n    [size] => 5242880\n    [etag] => 54c0443862bbe\n    [storage_mtime] => 1421972920\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:40+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-3"}
{"reqId":"54c0443915187","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-5' !!! \ncache: Array\n(\n    [fileid] => 1919\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-5\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-5\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886519\n    [storage_mtime] => 1421886519\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0443744a33\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972921\n    [size] => 5242880\n    [etag] => 54c0443914f5a\n    [storage_mtime] => 1421972921\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:41+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-5"}
{"reqId":"54c04439af574","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-7' !!! \ncache: Array\n(\n    [fileid] => 1920\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-7\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-7\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 0\n    [mtime] => 1421886520\n    [storage_mtime] => 1421886520\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c04438dd7b5\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421886521\n    [size] => 5242880\n    [etag] => 54c04439aeccb\n    [storage_mtime] => 1421886521\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:41+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-7"}
{"reqId":"54c04439af574","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-7' !!! \ncache: Array\n(\n    [fileid] => 1920\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-7\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-7\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886521\n    [storage_mtime] => 1421886521\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c04439aeccb\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972922\n    [size] => 5242880\n    [etag] => 54c0443a0436f\n    [storage_mtime] => 1421972922\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:42+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-7"}
{"reqId":"54c0443b54b1d","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-6' !!! \ncache: Array\n(\n    [fileid] => 1921\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-6\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-6\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886522\n    [storage_mtime] => 1421886522\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0443a58702\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972923\n    [size] => 5242880\n    [etag] => 54c0443b5448f\n    [storage_mtime] => 1421972923\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:43+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-6"}
{"reqId":"54c0443c4f91c","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-8' !!! \ncache: Array\n(\n    [fileid] => 1922\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-8\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-8\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 0\n    [mtime] => 1421886523\n    [storage_mtime] => 1421886523\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0443ba3a1c\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421886524\n    [size] => 5242880\n    [etag] => 54c0443c2158b\n    [storage_mtime] => 1421886524\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:44+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-8"}
{"reqId":"54c0443c4f91c","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-8' !!! \ncache: Array\n(\n    [fileid] => 1922\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-8\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-8\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886524\n    [storage_mtime] => 1421886524\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0443c2158b\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972924\n    [size] => 5242880\n    [etag] => 54c0443ceda19\n    [storage_mtime] => 1421972924\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:44+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-8"}
{"reqId":"54c0443d80533","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-9' !!! \ncache: Array\n(\n    [fileid] => 1923\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-9\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-9\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886524\n    [storage_mtime] => 1421886524\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0443c0e3bf\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972925\n    [size] => 5242880\n    [etag] => 54c0443d80274\n    [storage_mtime] => 1421972925\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:45+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-9"}
{"reqId":"54c0443ed54e8","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-11' !!! \ncache: Array\n(\n    [fileid] => 1925\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-11\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-11\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886526\n    [storage_mtime] => 1421886526\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0443e28960\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972926\n    [size] => 5242880\n    [etag] => 54c0443ed4e3e\n    [storage_mtime] => 1421972926\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:46+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-11"}
{"reqId":"54c0443f926dc","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-12' !!! \ncache: Array\n(\n    [fileid] => 1926\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-12\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-12\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886526\n    [storage_mtime] => 1421886526\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0443e717bb\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972927\n    [size] => 5242880\n    [etag] => 54c0443f92136\n    [storage_mtime] => 1421972927\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:47+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-12"}
{"reqId":"54c0443fed9b6","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-10' !!! \ncache: Array\n(\n    [fileid] => 1924\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-10\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-10\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 0\n    [mtime] => 1421886525\n    [storage_mtime] => 1421886525\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0443dbed94\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421886526\n    [size] => 5242880\n    [etag] => 54c0443e37ad3\n    [storage_mtime] => 1421886526\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:47+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-10"}
{"reqId":"54c0443fed9b6","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-10' !!! \ncache: Array\n(\n    [fileid] => 1924\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-10\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-10\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886526\n    [storage_mtime] => 1421886526\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0443e37ad3\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972928\n    [size] => 5242880\n    [etag] => 54c04440d10e5\n    [storage_mtime] => 1421972928\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:48+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-10"}
{"reqId":"54c0444265fd4","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-13' !!! \ncache: Array\n(\n    [fileid] => 1927\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-13\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-13\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886529\n    [storage_mtime] => 1421886529\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c04441325f2\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972930\n    [size] => 5242880\n    [etag] => 54c0444265a89\n    [storage_mtime] => 1421972930\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:50+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-13"}
{"reqId":"54c044426e459","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-15' !!! \ncache: Array\n(\n    [fileid] => 1928\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-15\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-15\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 0\n    [mtime] => 1421886529\n    [storage_mtime] => 1421886529\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c044418f40b\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421886530\n    [size] => 5242880\n    [etag] => 54c0444202adc\n    [storage_mtime] => 1421886530\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:50+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-15"}
{"reqId":"54c044427b1e7","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-14' !!! \ncache: Array\n(\n    [fileid] => 1929\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-14\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-14\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 0\n    [mtime] => 1421886529\n    [storage_mtime] => 1421886529\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c04441dfb8f\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421886530\n    [size] => 5242880\n    [etag] => 54c0444229537\n    [storage_mtime] => 1421886530\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:50+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-14"}
{"reqId":"54c044427b1e7","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-14' !!! \ncache: Array\n(\n    [fileid] => 1929\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-14\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-14\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886530\n    [storage_mtime] => 1421886530\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0444229537\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972930\n    [size] => 5242880\n    [etag] => 54c04442d94a6\n    [storage_mtime] => 1421972930\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:50+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-14"}
{"reqId":"54c044426e459","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-15' !!! \ncache: Array\n(\n    [fileid] => 1928\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-15\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-15\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886530\n    [storage_mtime] => 1421886530\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0444202adc\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972931\n    [size] => 5242880\n    [etag] => 54c04443474b0\n    [storage_mtime] => 1421972931\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:51+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-15"}
{"reqId":"54c04445ac36d","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-18' !!! \ncache: Array\n(\n    [fileid] => 1930\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-18\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-18\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886531\n    [storage_mtime] => 1421886531\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c044438c65a\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972933\n    [size] => 5242880\n    [etag] => 54c04445ac0b0\n    [storage_mtime] => 1421972933\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:53+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-18"}
{"reqId":"54c0444633b55","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-17' !!! \ncache: Array\n(\n    [fileid] => 1931\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-17\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-17\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 0\n    [mtime] => 1421886531\n    [storage_mtime] => 1421886531\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c04443edd5a\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421886532\n    [size] => 5242880\n    [etag] => 54c044445ada9\n    [storage_mtime] => 1421886532\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:54+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-17"}
{"reqId":"54c0444633b55","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-17' !!! \ncache: Array\n(\n    [fileid] => 1931\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-17\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-17\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886532\n    [storage_mtime] => 1421886532\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c044445ada9\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972934\n    [size] => 5242880\n    [etag] => 54c044469fbda\n    [storage_mtime] => 1421972934\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:54+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-17"}
{"reqId":"54c044475bbe6","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-16' !!! \ncache: Array\n(\n    [fileid] => 1932\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-16\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-16\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 0\n    [mtime] => 1421886533\n    [storage_mtime] => 1421886533\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c04445d98dd\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421886534\n    [size] => 5242880\n    [etag] => 54c044463a8a8\n    [storage_mtime] => 1421886534\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:55+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-16"}
{"reqId":"54c04447c12df","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-19' !!! \ncache: Array\n(\n    [fileid] => 1933\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-19\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-19\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886535\n    [storage_mtime] => 1421886535\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0444710443\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972935\n    [size] => 5242880\n    [etag] => 54c04447bf090\n    [storage_mtime] => 1421972935\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:55+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-19"}
{"reqId":"54c044475bbe6","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-16' !!! \ncache: Array\n(\n    [fileid] => 1932\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-16\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-16\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886534\n    [storage_mtime] => 1421886534\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c044463a8a8\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972936\n    [size] => 5242880\n    [etag] => 54c0444849220\n    [storage_mtime] => 1421972936\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:56+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-16"}
{"reqId":"54c04449276cc","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-20' !!! \ncache: Array\n(\n    [fileid] => 1934\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-20\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-20\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 0\n    [mtime] => 1421886536\n    [storage_mtime] => 1421886536\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c044488e797\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421886537\n    [size] => 5242880\n    [etag] => 54c0444905ce2\n    [storage_mtime] => 1421886537\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:57+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-20"}
{"reqId":"54c04449276cc","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-20' !!! \ncache: Array\n(\n    [fileid] => 1934\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-20\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-20\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886537\n    [storage_mtime] => 1421886537\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0444905ce2\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972937\n    [size] => 5242880\n    [etag] => 54c04449a4837\n    [storage_mtime] => 1421972937\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:57+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-20"}
{"reqId":"54c0444a40b90","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-21' !!! \ncache: Array\n(\n    [fileid] => 1935\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-21\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-21\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 0\n    [mtime] => 1421886536\n    [storage_mtime] => 1421886536\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c04448ec255\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421886537\n    [size] => 5242880\n    [etag] => 54c04449692b3\n    [storage_mtime] => 1421886537\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:58+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-21"}
{"reqId":"54c0444a40b90","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-21' !!! \ncache: Array\n(\n    [fileid] => 1935\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-21\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-21\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886537\n    [storage_mtime] => 1421886537\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c04449692b3\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972938\n    [size] => 5242880\n    [etag] => 54c0444a9e6ec\n    [storage_mtime] => 1421972938\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:58+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-21"}
{"reqId":"54c0444b5fd63","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-22' !!! \ncache: Array\n(\n    [fileid] => 1936\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-22\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-22\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 0\n    [mtime] => 1421886537\n    [storage_mtime] => 1421886537\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c04449e7026\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421886538\n    [size] => 5242880\n    [etag] => 54c0444a4cb57\n    [storage_mtime] => 1421886538\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:59+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-22"}
{"reqId":"54c0444b5fd63","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-22' !!! \ncache: Array\n(\n    [fileid] => 1936\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-22\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-22\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886538\n    [storage_mtime] => 1421886538\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0444a4cb57\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972939\n    [size] => 5242880\n    [etag] => 54c0444b95f59\n    [storage_mtime] => 1421972939\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:28:59+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-22"}
{"reqId":"54c0444c71a83","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-23' !!! \ncache: Array\n(\n    [fileid] => 1937\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-23\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-23\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886539\n    [storage_mtime] => 1421886539\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0444b06423\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972940\n    [size] => 5242880\n    [etag] => 54c0444c70cf1\n    [storage_mtime] => 1421972940\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:29:00+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-23"}
{"reqId":"54c0444dbac83","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-24' !!! \ncache: Array\n(\n    [fileid] => 1938\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-24\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-24\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 0\n    [mtime] => 1421886539\n    [storage_mtime] => 1421886539\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0444bd5b9c\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421886541\n    [size] => 5242880\n    [etag] => 54c0444d69578\n    [storage_mtime] => 1421886541\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:29:01+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-24"}
{"reqId":"54c0444dbac83","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-24' !!! \ncache: Array\n(\n    [fileid] => 1938\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-24\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-24\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886541\n    [storage_mtime] => 1421886541\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0444d69578\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972942\n    [size] => 5242880\n    [etag] => 54c0444e96526\n    [storage_mtime] => 1421972942\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:29:02+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-24"}
{"reqId":"54c0444f366d1","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-25' !!! \ncache: Array\n(\n    [fileid] => 1939\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-25\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-25\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886541\n    [storage_mtime] => 1421886541\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0444d6317d\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972943\n    [size] => 5242880\n    [etag] => 54c0444f36016\n    [storage_mtime] => 1421972943\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:29:03+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-25"}
{"reqId":"54c044503c203","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-26' !!! \ncache: Array\n(\n    [fileid] => 1940\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-26\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-26\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 0\n    [mtime] => 1421886543\n    [storage_mtime] => 1421886543\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0444f90bf9\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421886544\n    [size] => 5242880\n    [etag] => 54c0445001c37\n    [storage_mtime] => 1421886544\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:29:04+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-26"}
{"reqId":"54c044503c203","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-26' !!! \ncache: Array\n(\n    [fileid] => 1940\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-26\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-26\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886544\n    [storage_mtime] => 1421886544\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0445001c37\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972944\n    [size] => 5242880\n    [etag] => 54c04450939d9\n    [storage_mtime] => 1421972944\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:29:04+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-26"}
{"reqId":"54c04450edba8","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-27' !!! \ncache: Array\n(\n    [fileid] => 1941\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-27\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-27\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 0\n    [mtime] => 1421886543\n    [storage_mtime] => 1421886543\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0444fe324f\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421886544\n    [size] => 5242880\n    [etag] => 54c0445052832\n    [storage_mtime] => 1421886544\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:29:04+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-27"}
{"reqId":"54c04450edba8","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-27' !!! \ncache: Array\n(\n    [fileid] => 1941\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-27\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-27\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886544\n    [storage_mtime] => 1421886544\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c0445052832\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972945\n    [size] => 5242880\n    [etag] => 54c044515177a\n    [storage_mtime] => 1421972945\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:29:05+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-27"}
{"reqId":"54c044528f90b","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-28' !!! \ncache: Array\n(\n    [fileid] => 1942\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-28\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-28\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 0\n    [mtime] => 1421886545\n    [storage_mtime] => 1421886545\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c044519c82a\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421886546\n    [size] => 5242880\n    [etag] => 54c044520d174\n    [storage_mtime] => 1421886546\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:29:06+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-28"}
{"reqId":"54c044528f90b","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-28' !!! \ncache: Array\n(\n    [fileid] => 1942\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-28\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-28\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 5242880\n    [mtime] => 1421886546\n    [storage_mtime] => 1421886546\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c044520d174\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972946\n    [size] => 5242880\n    [etag] => 54c04452eac96\n    [storage_mtime] => 1421972946\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:29:06+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-28"}
{"reqId":"54c04453841f8","app":"remote","message":"An exception occurred while executing 'UPDATE \"oc_filecache\" SET \"size\"=? WHERE \"fileid\" = ?':\n\nSQLSTATE[HY000]: General error: 5 database is locked","level":4,"time":"2015-01-22T00:29:07+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-29"}
{"reqId":"54c04453841f8","app":"PHP","message":"Uncaught exception 'Exception' with message 'Session has been closed - no further changes to the session as allowed' in \/var\/www\/owncloud\/lib\/private\/session\/memory.php:80\nStack trace:\n#0 \/var\/www\/owncloud\/lib\/private\/session\/memory.php(31): OC\\Session\\Memory->validateSession()\n#1 \/var\/www\/owncloud\/lib\/private\/template.php(111): OC\\Session\\Memory->set('formfactor', 'default')\n#2 \/var\/www\/owncloud\/lib\/private\/template.php(53): OC_Template::getFormFactorExtension()\n#3 \/var\/www\/owncloud\/lib\/private\/template.php(256): OC_Template->__construct('', 'error', 'error')\n#4 \/var\/www\/owncloud\/lib\/private\/template.php(290): OC_Template::printErrorPage('Session has bee...', '<pre>#0 \/var\/ww...')\n#5 [internal function]: OC_Template::printExceptionErrorPage(Object(Exception))\n#6 {main}\n  thrown at \/var\/www\/owncloud\/lib\/private\/session\/memory.php#80","level":3,"time":"2015-01-22T00:29:07+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-29"}
{"reqId":"54c044540fe4a","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-30' !!! \ncache: Array\n(\n    [fileid] => 1944\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-30\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-30\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 0\n    [mtime] => 1421886547\n    [storage_mtime] => 1421886547\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c044537a692\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421886548\n    [size] => 1966080\n    [etag] => 54c044540fb6d\n    [storage_mtime] => 1421886548\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:29:08+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-30"}
{"reqId":"54c044540fe4a","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-30' !!! \ncache: Array\n(\n    [fileid] => 1944\n    [storage] => home::schiejo\n    [path] => cache\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-30\n    [parent] => 2\n    [name] => archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-30\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 1966080\n    [mtime] => 1421886548\n    [storage_mtime] => 1421886548\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c044540fb6d\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421972948\n    [size] => 1966080\n    [etag] => 54c044549ed29\n    [storage_mtime] => 1421972948\n    [permissions] => 27\n    [parent] => 2\n)\n","level":0,"time":"2015-01-22T00:29:08+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-30"}
{"reqId":"54c044540fe4a","app":"webdav","message":"Sabre\\DAV\\Exception\\BadRequest: expected filesize 5242880 got 1966080","level":4,"time":"2015-01-22T00:29:09+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-30"}
{"reqId":"54c044540fe4a","app":"webdav","message":"Exception: #1 \/var\/www\/owncloud\/lib\/private\/connector\/sabre\/directory.php(77): OC_Connector_Sabre_File->put(Resource id #115)","level":4,"time":"2015-01-22T00:29:09+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-30"}
{"reqId":"54c044540fe4a","app":"webdav","message":"Exception: #2 \/var\/www\/owncloud\/3rdparty\/sabre\/dav\/lib\/Sabre\/DAV\/Server.php(1647): OC_Connector_Sabre_Directory->createFile('archlinux-2010....', Resource id #115)","level":4,"time":"2015-01-22T00:29:09+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-30"}
{"reqId":"54c044540fe4a","app":"webdav","message":"Exception: #3 \/var\/www\/owncloud\/3rdparty\/sabre\/dav\/lib\/Sabre\/DAV\/Server.php(900): Sabre\\DAV\\Server->createFile('archlinux-2010....', Resource id #115, NULL)","level":4,"time":"2015-01-22T00:29:09+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-30"}
{"reqId":"54c044540fe4a","app":"webdav","message":"Exception: #4 [internal function]: Sabre\\DAV\\Server->httpPut('archlinux-2010....')","level":4,"time":"2015-01-22T00:29:09+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-30"}
{"reqId":"54c044540fe4a","app":"webdav","message":"Exception: #5 \/var\/www\/owncloud\/3rdparty\/sabre\/dav\/lib\/Sabre\/DAV\/Server.php(474): call_user_func(Array, 'archlinux-2010....')","level":4,"time":"2015-01-22T00:29:09+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-30"}
{"reqId":"54c044540fe4a","app":"webdav","message":"Exception: #6 \/var\/www\/owncloud\/3rdparty\/sabre\/dav\/lib\/Sabre\/DAV\/Server.php(214): Sabre\\DAV\\Server->invokeMethod('PUT', 'archlinux-2010....')","level":4,"time":"2015-01-22T00:29:09+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-30"}
{"reqId":"54c044540fe4a","app":"webdav","message":"Exception: #7 \/var\/www\/owncloud\/apps\/files\/appinfo\/remote.php(60): Sabre\\DAV\\Server->exec()","level":4,"time":"2015-01-22T00:29:09+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-30"}
{"reqId":"54c044540fe4a","app":"webdav","message":"Exception: #8 \/var\/www\/owncloud\/remote.php(52): require_once('\/var\/www\/ownclo...')","level":4,"time":"2015-01-22T00:29:09+00:00","method":"PUT","url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-30"}

@ckamm
Copy link
Contributor

ckamm commented Jan 22, 2015

After a bunch of successfully uploaded chunks, the server replies with 500:

01-22 00:29:07:569 0x156edd0 networkjobs.cpp:158 void OCC::AbstractNetworkJob::slotFinished() 299 
"Error downloading https://owncloud.myhost/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-29 - 
server replied: Internal Server Error"

On the server:

{"reqId":"54c04453841f8","app":"remote",
"message":"An exception occurred while executing 'UPDATE \"oc_filecache\" SET \"size\"=? WHERE \"fileid\" = ?':\n\n
SQLSTATE[HY000]: General error: 5 database is locked",
"level":4,"time":"2015-01-22T00:29:07+00:00","method":"PUT",
"url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-29"}
{"reqId":"54c04453841f8","app":"PHP",
"message":"Uncaught exception 'Exception' with message 'Session has been closed - no further changes to the session as allowed' in \/var\/www\/owncloud\/lib\/private\/session\/memory.php:80
Stack trace:
#0 \/var\/www\/owncloud\/lib\/private\/session\/memory.php(31): OC\\Session\\Memory->validateSession()
#1 \/var\/www\/owncloud\/lib\/private\/template.php(111): OC\\Session\\Memory->set('formfactor', 'default')
#2 \/var\/www\/owncloud\/lib\/private\/template.php(53): OC_Template::getFormFactorExtension()
#3 \/var\/www\/owncloud\/lib\/private\/template.php(256): OC_Template->__construct('', 'error', 'error')
#4 \/var\/www\/owncloud\/lib\/private\/template.php(290): OC_Template::printErrorPage('Session has bee...', '<pre>#0 \/var\/ww...')
#5 [internal function]: OC_Template::printExceptionErrorPage(Object(Exception))\n#6 {main}\n  thrown at \/var\/www\/owncloud\/lib\/private\/session\/memory.php#80","level":3,"time":"2015-01-22T00:29:07+00:00","method":"PUT",
"url":"\/remote.php\/webdav\/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-29"}

@guruz
Copy link
Contributor Author

guruz commented Jan 22, 2015

CC @PVince81 @DeepDiver1975 ... This is about parallel chunk upload.

@ogoffart
Copy link
Contributor

@DeepDiver1975 So does that mean we should not enable parallel chunk uploads? (see previous message)

@guruz guruz changed the title (Placeholder) Investigate/test parallel chunking problem (Placeholder) Investigate/test parallel chunking "Internal Server Error" Jan 22, 2015
@ogoffart ogoffart self-assigned this Jan 22, 2015
@guruz
Copy link
Contributor Author

guruz commented Jan 22, 2015

@PVince81 @DeepDiver1975 I don't really understand the server log.

Why would it write to the session again?

Why would SQL being locked be a problem? sqlite should have a busy-retry handler set? @qknight which DB do you use in the server?

There is also something about Sabre\\DAV\\Exception\\BadRequest in the log

@guruz guruz changed the title (Placeholder) Investigate/test parallel chunking "Internal Server Error" Investigate/test parallel chunking "Internal Server Error" Jan 22, 2015
@DeepDiver1975
Copy link
Member

{"reqId":"54c04453841f8","app":"remote", "message":"An exception occurred while executing 'UPDATE "oc_filecache" SET "size"=? WHERE "fileid" = ?':\n\n SQLSTATE[HY000]: General error: 5 database is locked", "level":4,"time":"2015-01-22T00:29:07+00:00","method":"PUT", "url":"/remote.php/webdav/archlinux-2010.05-netinstall-x86_64.iso-chunking-1658172428-34-29"}

this is the wellknown limitation of sqlite - use mysql or postgres or oci - but not sqlite

@DeepDiver1975
Copy link
Member

honestly we shall disallow sync with sqlite on the server - parallel request execution can result in database locks

@guruz
Copy link
Contributor Author

guruz commented Jan 22, 2015

@DeepDiver1975 Are you not doing something like

sqlite3_busy_timeout(_db, 5000);
?

Also activateable via SQL.. https://www.sqlite.org/pragma.html#pragma_busy_timeout

@ogoffart
Copy link
Contributor

Is there a way for the client to know which database is in use?

@PVince81
Copy link
Contributor

Not really. But the WebDAV plugin could detect the sync client's headers (or user-agent?) and return some error code ?

@guruz
Copy link
Contributor Author

guruz commented Jan 22, 2015

I see

                if(is_callable(array($this->connection,'busyTimeout'))) {//busy timout is only available in php>=5.3
                        $this->connection->busyTimeout(100);
                }

somewhere in the old versions of ownCloud server.

Related: owncloud/core#10566 (comment)

@dragotin
Copy link
Contributor

dragotin commented Feb 5, 2015

We do not want to have special treatment for special databases, especially as this problem is not sqlite only. We'd rather need owncloud/core#10566 fixed.

@PVince81
Copy link
Contributor

PVince81 commented Feb 5, 2015

We should close cursor everywhere ideally, yes. But touching all the code at once means retesting everything. It should be fine to do so in 8.1.

I was hoping that the existing cursor fixes (which are in 8.0) were already good enough for parallel upload with sqlite.

@ogoffart
Copy link
Contributor

ogoffart commented Feb 5, 2015

So then what do we do? When do we disable or enable chunk parallelism?

@moscicki
Copy link
Contributor

moscicki commented Feb 5, 2015

Hello,

Would it be possible to enable such (backwards incompatible) features only if the server replies that it supports it in the response to status.php?

This is very easy to implement and will keep everyone on the safe side.

kuba

On Feb 5, 2015, at 3:36 PM, Olivier Goffart notifications@github.com wrote:

So then what do we do? When do we disable or enable chunk parallelism?


Reply to this email directly or view it on GitHub.

@ogoffart
Copy link
Contributor

ogoffart commented Feb 5, 2015

@moscicki that was the idea behind owncloud/core#13628

@PVince81
Copy link
Contributor

PVince81 commented Feb 5, 2015

With the current situation we have now, it should only enable parallel chunking in OC >= 8.0.
If the backport to OC 7 goes in later, then it would be OC >= 7.0.5 (not sure if it's good to rely on a minor version though)

@ogoffart
Copy link
Contributor

ogoffart commented Feb 6, 2015

It would be interesting to do benchmak trying to upload a large file:

  • with different chunk size ( OWNCLOUD_CHUNK_SIZE environement variable (size in bytes) )
  • With or without parallel chunk upload (OWNCLOUD_MAX_PARALLEL=1 or OWNCLOUD_PARALLEL_CHUNK=0
  • With a slow connection or a fast connection.

And see what the optimal parametters should be

@luciamaestro
Copy link

It is still happening in oc 8 ("version":"8.0.0.7","versionstring":"8.0").

@ogoffart
Copy link
Contributor

ogoffart commented Feb 9, 2015

@lmaestro: do you have the server logs showing the error?

@luciamaestro
Copy link

Owncloud.log

Error   PHP Undefined index: appid at /srv/www/daily/master/owncloud/core/templates/layout.guest.php#18 2015-02-09T08:37:07+00:00

This the logs from my console https://gist.github.com/lmaestro/d3a89814f7746a9a6299

@dragotin
Copy link
Contributor

@ogoffart as discussed, the decision on how much parallel requests we do was:

  • with server < ownCloud 8 we do only as much as we did in ownCloud Client 1.7.1
  • with server ownCloud 8 and higher, we perform parallel requests

@dragotin
Copy link
Contributor

This was implemented by @ogoffart in 063271e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2-high Escalation, on top of current planning, release blocker Server Involved type:bug
Projects
None yet
Development

No branches or pull requests

9 participants