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

Client cannot sync shared file when edit privileges not exist. Files out of sync #1448

Closed
ser72 opened this issue Feb 18, 2014 · 33 comments
Closed

Comments

@ser72
Copy link

ser72 commented Feb 18, 2014

Steps

  1. User A shares a file with User B and does not give edit privileges
  2. File syncs down to User B's pc
  3. User B didn't know that he didn't have edit privileges and edits file on PC
  4. Client cannot sync (obviously) and gives 403 FORBIDDEN

ISSUE
Now there are 2 versions of this file. User B cannot get his file to sync back with the ownCloud server.
User B deletes the file from his PC and still gets 403 FORBIDDEN and the file is not downloaded to his PC.

WORK AROUND
The unacceptable work around is to delete the .csync_journal file and then the file will resync (can take up to 5 minutes for the sync to occur)

This is unacceptable as the normal user won't know to delete this file and wait.

Request
When a file is shared without edit privileges, place some sort of lock on the file on the PC so that a user cannot edit/save the file creating an out of sync scenario.

@dragotin
Copy link
Contributor

ok, the bug is actually the file is not going to be restored after it was deleted locally.

Lock: that is not possible. There is no way to create locks that can be forced to other apps.

@ser72
Copy link
Author

ser72 commented Feb 18, 2014

@dragotin That's fine as well. As long as the file is restored from the server without having to delete anything.

@dragotin
Copy link
Contributor

@ser72: wait, is that 1.5.1?

@ser72
Copy link
Author

ser72 commented Feb 18, 2014

@dragotin Yes 1.5.1

@ser72
Copy link
Author

ser72 commented Feb 20, 2014

@dragotin Understand the fix put into place. The user, however, desires to know:

  1. When a conflict file is created (without having to look in the syncing folder)
  2. When a file may not be edited so this issue doesn't occur in the future.

@dragotin
Copy link
Contributor

  1. the conflict is displayed in the activity view. That is our way to show this cases.
  2. Once we actually know that the share is read only (we don't know that for sure now because the server does not transmit this information yet) we could set the file attributes to read only.

@ser72
Copy link
Author

ser72 commented Feb 21, 2014

@dragotin @MTRichards Is there any plan to have the server transmit that information so the Client can make the file read only? If so, what release is it planned for?

@dragotin
Copy link
Contributor

Tracked in server issue owncloud/core#6983

@ser72
Copy link
Author

ser72 commented Feb 25, 2014

@danimo @dragotin

Did 82afb3b mentioned in this issue make it into 1.5.2?

I am testing it in 1.5.2 and the error message is better -- Stating the file is from a read only directory, but it still doesn't resync the original file and create the conflict.

@danimo
Copy link
Contributor

danimo commented Feb 25, 2014

@ogoffart ?

@ser72
Copy link
Author

ser72 commented Feb 25, 2014

After quitting ownCloud client and deleting csync_journal and restarting the client, the files synced and I had conflict files.

However, I shouldn't have to do that. Users won't know that trick

@ogoffart
Copy link
Contributor

still doesn't resync the original file and create the conflict.

Really? Can you please send the client log?

@dragotin: the server task is owncloud/core#3602 , not the one you mentioned.

@danimo danimo closed this as completed Feb 26, 2014
@danimo danimo reopened this Feb 26, 2014
@ser72
Copy link
Author

ser72 commented Mar 4, 2014

In 1.5.2 client, the logs are as follows:

03-04 08:54:01:872 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:01:872 Schedule folder  "ownCloud"  to sync! 
03-04 08:54:01:872 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:03:884 XX slotScheduleFolderSync: folderQueue size:  1 
03-04 08:54:03:884 Passing NO proxy to csync for "http://192.168.1.70/owncloud602rel" 
03-04 08:54:03:884 Folder in overallStatus Message:  Mirall::Folder(0x4476ce8)  with name  "ownCloud" 
03-04 08:54:03:884 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
03-04 08:54:03:884 SocketApi:  Sync state changed 
03-04 08:54:03:884 SocketApi:  Broadcasting to 0 listeners:  "UPDATE_VIEW" 
03-04 08:54:03:884 folder is sync enabled:  true 
03-04 08:54:03:884 *** Start syncing 
03-04 08:54:03:884   ==> returning exclude file path:  "C:/Program Files (x86)/ownCloud/sync-exclude.lst" 
03-04 08:54:03:884 ==== added system ignore list to csync: "C:/Program Files (x86)/ownCloud/sync-exclude.lst" 
03-04 08:54:03:884 csync_exclude_load: Adding entry: *.filepart
03-04 08:54:03:884 csync_exclude_load: Adding entry: *~
03-04 08:54:03:884 csync_exclude_load: Adding entry: *.part
03-04 08:54:03:884 csync_exclude_load: Adding entry: *.crdownload
03-04 08:54:03:884 csync_exclude_load: Adding entry: *.unison*
03-04 08:54:03:884 csync_exclude_load: Adding entry: *csync_timedif.ctmp*
03-04 08:54:03:884 csync_exclude_load: Adding entry: .csync_journal.db
03-04 08:54:03:884 csync_exclude_load: Adding entry: .csync_journal.db.ctmp
03-04 08:54:03:884 csync_exclude_load: Adding entry: .*.sw?
03-04 08:54:03:884 csync_exclude_load: Adding entry: .*.*sw?
03-04 08:54:03:884 csync_exclude_load: Adding entry: ].csync-progressdatabase
03-04 08:54:03:884 csync_exclude_load: Adding entry: ].DS_Store
03-04 08:54:03:884 csync_exclude_load: Adding entry: ].ds_store
03-04 08:54:03:884 csync_exclude_load: Adding entry: ]Thumbs.db
03-04 08:54:03:884 csync_exclude_load: Adding entry: desktop.ini
03-04 08:54:03:884 csync_exclude_load: Adding entry: *.kate-swp
03-04 08:54:03:884 csync_exclude_load: Adding entry: *_conflict-*
03-04 08:54:03:884 csync_exclude_load: Adding entry: ]*.~*
03-04 08:54:03:884 csync_exclude_load: Adding entry: ].TemporaryItems
03-04 08:54:03:884 csync_exclude_load: Adding entry: ].Trashes
03-04 08:54:03:884 csync_exclude_load: Adding entry: ].DocumentRevisions-V100
03-04 08:54:03:884 csync_exclude_load: Adding entry: .fseventd
03-04 08:54:03:884 csync_exclude_load: Adding entry: .apdisk
03-04 08:54:03:884 csync_exclude_load: Adding entry: .htaccess
03-04 08:54:03:884 csync_exclude_load: Adding entry: ]Icon\r*
03-04 08:54:03:884 csync_exclude_load: Adding entry: ~$*
03-04 08:54:03:884 csync_exclude_load: Adding entry: .~lock.*
03-04 08:54:03:884 csync_exclude_load: Adding entry: ~*.tmp
03-04 08:54:03:884   ==> returning exclude file path:  "C:/Users/Bob/AppData/Local/ownCloud/sync-exclude.lst" 
03-04 08:54:03:900 ==== added user defined ignore list to csync: "C:/Users/Bob/AppData/Local/ownCloud/sync-exclude.lst" 
03-04 08:54:03:900  QUrl( "http://192.168.1.70/owncloud602rel/remote.php/webdav/" )  
03-04 08:54:03:900 >===================================== sync started for  "ownCloud" 
03-04 08:54:03:900 void Mirall::CSyncThread::startSync() Sync started 
03-04 08:54:03:900 starting to sync  QThread(0x44102a0) QThread(0x7b649f0) 
03-04 08:54:03:900 No database Transaction to commit 
03-04 08:54:03:900 =====sync DB has only 12 items, enable recursive PROPFIND if csync supports it 
03-04 08:54:03:900 #### Update start #################################################### >> 
03-04 08:54:03:900 csync_update: Journal: C:\Users\Bob\Desktop\logan/.csync_journal.db
03-04 08:54:03:900 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:03:915  the current folder is currently syncing. 
03-04 08:54:03:915 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:03:915 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:03:915 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/documents: 58517
03-04 08:54:03:915 csync_ftw: Uniq ID from Database: documents -> 5315daa647482
03-04 08:54:03:915 csync_walker: directory: C:\Users\Bob\Desktop\logan/documents
03-04 08:54:03:915 _csync_detect_update: ==> file: documents - hash 1268332642954866308, mtime: 1393941171, fileId: 00000019oc9d69fe6b43
03-04 08:54:03:915 _csync_detect_update: Database entry found, compare: 1393941171 <-> 1393941158, etag: 5315daa647482 <-> 5315daa647482, inode: 58517 <-> 58517
03-04 08:54:03:915 _csync_detect_update: file: documents, instruction: INSTRUCTION_EVAL <<=
03-04 08:54:03:915 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/documents/example.odt: 58707
03-04 08:54:03:915 csync_ftw: Uniq ID from Database: documents/example.odt -> 5315daae54cee
03-04 08:54:03:915 csync_walker: file: C:\Users\Bob\Desktop\logan/documents/example.odt
03-04 08:54:03:915 _csync_detect_update: ==> file: documents/example.odt - hash 8512981156564550560, mtime: 1393941158, fileId: 00000024oc9d69fe6b43
03-04 08:54:03:915 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daae54cee <-> 5315daae54cee, inode: 58707 <-> 58707
03-04 08:54:03:931 _csync_detect_update: file: documents/example.odt, instruction: INSTRUCTION_NONE <<=
03-04 08:54:03:931 csync_ftw:  <= Closing walk for C:\Users\Bob\Desktop\logan/documents with read_from_db 0
03-04 08:54:03:931 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/music: 58708
03-04 08:54:03:931 csync_ftw: Uniq ID from Database: music -> 5315daa646b8a
03-04 08:54:03:931 csync_walker: directory: C:\Users\Bob\Desktop\logan/music
03-04 08:54:03:931 _csync_detect_update: ==> file: music - hash 2304367168908577689, mtime: 1393941172, fileId: 00000016oc9d69fe6b43
03-04 08:54:03:931 _csync_detect_update: Database entry found, compare: 1393941172 <-> 1393941158, etag: 5315daa646b8a <-> 5315daa646b8a, inode: 58708 <-> 58708
03-04 08:54:03:931 _csync_detect_update: file: music, instruction: INSTRUCTION_EVAL <<=
03-04 08:54:03:931 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/music/projekteva-letitrain.mp3: 58712
03-04 08:54:03:931 csync_ftw: Uniq ID from Database: music/projekteva-letitrain.mp3 -> 5315daae47631
03-04 08:54:03:931 csync_walker: file: C:\Users\Bob\Desktop\logan/music/projekteva-letitrain.mp3
03-04 08:54:03:931 _csync_detect_update: ==> file: music/projekteva-letitrain.mp3 - hash 18122333753391394391, mtime: 1393941158, fileId: 00000023oc9d69fe6b43
03-04 08:54:03:931 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daae47631 <-> 5315daae47631, inode: 58712 <-> 58712
03-04 08:54:03:931 _csync_detect_update: file: music/projekteva-letitrain.mp3, instruction: INSTRUCTION_NONE <<=
03-04 08:54:03:931 csync_ftw:  <= Closing walk for C:\Users\Bob\Desktop\logan/music with read_from_db 0
03-04 08:54:03:931 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/ownCloudUserManual.pdf: 58714
03-04 08:54:03:931 csync_ftw: Uniq ID from Database: ownCloudUserManual.pdf -> 5315daa646f72
03-04 08:54:03:931 csync_walker: file: C:\Users\Bob\Desktop\logan/ownCloudUserManual.pdf
03-04 08:54:03:931 _csync_detect_update: ==> file: ownCloudUserManual.pdf - hash 14809778361176994358, mtime: 1393941158, fileId: 00000017oc9d69fe6b43
03-04 08:54:03:931 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daa646f72 <-> 5315daa646f72, inode: 58714 <-> 58714
03-04 08:54:03:946 _csync_detect_update: file: ownCloudUserManual.pdf, instruction: INSTRUCTION_NONE <<=
03-04 08:54:03:946 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/photos: 58204
03-04 08:54:03:946 csync_ftw: Uniq ID from Database: photos -> 5315daa647207
03-04 08:54:03:946 csync_walker: directory: C:\Users\Bob\Desktop\logan/photos
03-04 08:54:03:946 _csync_detect_update: ==> file: photos - hash 12812687992835178022, mtime: 1393941172, fileId: 00000018oc9d69fe6b43
03-04 08:54:03:946 _csync_detect_update: Database entry found, compare: 1393941172 <-> 1393941158, etag: 5315daa647207 <-> 5315daa647207, inode: 58204 <-> 58204
03-04 08:54:03:946 _csync_detect_update: file: photos, instruction: INSTRUCTION_EVAL <<=
03-04 08:54:03:946 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/photos/paris.jpg: 58719
03-04 08:54:03:946 csync_ftw: Uniq ID from Database: photos/paris.jpg -> 5315daae38de9
03-04 08:54:03:946 csync_walker: file: C:\Users\Bob\Desktop\logan/photos/paris.jpg
03-04 08:54:03:946 _csync_detect_update: ==> file: photos/paris.jpg - hash 3836740320749500834, mtime: 1393941158, fileId: 00000020oc9d69fe6b43
03-04 08:54:03:946 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daae38de9 <-> 5315daae38de9, inode: 58719 <-> 58719
03-04 08:54:03:946 _csync_detect_update: file: photos/paris.jpg, instruction: INSTRUCTION_NONE <<=
03-04 08:54:03:946 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/photos/san francisco.jpg: 58720
03-04 08:54:03:946 csync_ftw: Uniq ID from Database: photos/san francisco.jpg -> 5315daae3916e
03-04 08:54:03:946 csync_walker: file: C:\Users\Bob\Desktop\logan/photos/san francisco.jpg
03-04 08:54:03:946 _csync_detect_update: ==> file: photos/san francisco.jpg - hash 17921562692740407785, mtime: 1393941158, fileId: 00000021oc9d69fe6b43
03-04 08:54:03:946 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daae3916e <-> 5315daae3916e, inode: 58720 <-> 58720
03-04 08:54:03:946 _csync_detect_update: file: photos/san francisco.jpg, instruction: INSTRUCTION_NONE <<=
03-04 08:54:03:962 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/photos/squirrel.jpg: 58721
03-04 08:54:03:962 csync_ftw: Uniq ID from Database: photos/squirrel.jpg -> 5315daae39420
03-04 08:54:03:962 csync_walker: file: C:\Users\Bob\Desktop\logan/photos/squirrel.jpg
03-04 08:54:03:962 _csync_detect_update: ==> file: photos/squirrel.jpg - hash 317120181442415978, mtime: 1393941158, fileId: 00000022oc9d69fe6b43
03-04 08:54:03:962 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daae39420 <-> 5315daae39420, inode: 58721 <-> 58721
03-04 08:54:03:962 _csync_detect_update: file: photos/squirrel.jpg, instruction: INSTRUCTION_NONE <<=
03-04 08:54:03:962 csync_ftw:  <= Closing walk for C:\Users\Bob\Desktop\logan/photos with read_from_db 0
03-04 08:54:03:962 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/Shared: 58110
03-04 08:54:03:962 csync_ftw: Uniq ID from Database: Shared -> 5315da5f302e5
03-04 08:54:03:962 csync_walker: directory: C:\Users\Bob\Desktop\logan/Shared
03-04 08:54:03:962 _csync_detect_update: ==> file: Shared - hash 7772379496350463016, mtime: 1393941171, fileId: -0000001oc9d69fe6b43
03-04 08:54:03:962 _csync_detect_update: Database entry found, compare: 1393941171 <-> 1393941054, etag: 5315da5f302e5 <-> 5315da5f302e5, inode: 58110 <-> 58110
03-04 08:54:03:962 _csync_detect_update: file: Shared, instruction: INSTRUCTION_EVAL <<=
03-04 08:54:03:962 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/Shared/share me: 58111
03-04 08:54:03:962 csync_ftw: Uniq ID from Database: Shared/share me -> 5315da42a5b65
03-04 08:54:03:962 csync_walker: directory: C:\Users\Bob\Desktop\logan/Shared/share me
03-04 08:54:03:962 _csync_detect_update: ==> file: Shared/share me - hash 12721685260084579434, mtime: 1393941171, fileId: 00000012oc9d69fe6b43
03-04 08:54:03:962 _csync_detect_update: Database entry found, compare: 1393941171 <-> 1393941054, etag: 5315da42a5b65 <-> 5315da42a5b65, inode: 58111 <-> 58111
03-04 08:54:03:962 _csync_detect_update: file: Shared/share me, instruction: INSTRUCTION_EVAL <<=
03-04 08:54:03:978 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/Shared/share me/test.txt: 58194
03-04 08:54:03:978 csync_ftw: Uniq ID from Database: Shared/share me/test.txt -> 5315da42a421a
03-04 08:54:03:978 csync_walker: file: C:\Users\Bob\Desktop\logan/Shared/share me/test.txt
03-04 08:54:03:978 _csync_detect_update: ==> file: Shared/share me/test.txt - hash 14245885656410071468, mtime: 1393941241, fileId: 00000013oc9d69fe6b43
03-04 08:54:03:978 _csync_detect_update: Database entry found, compare: 1393941241 <-> 1393941058, etag: 5315da42a421a <-> 5315da42a421a, inode: 58194 <-> 58194
03-04 08:54:03:978 _csync_detect_update: file: Shared/share me/test.txt, instruction: INSTRUCTION_EVAL <<=
03-04 08:54:03:978 csync_ftw:  <= Closing walk for C:\Users\Bob\Desktop\logan/Shared/share me with read_from_db 0
03-04 08:54:03:978 csync_ftw:  <= Closing walk for C:\Users\Bob\Desktop\logan/Shared with read_from_db 0
03-04 08:54:03:978 csync_ftw:  <= Closing walk for C:\Users\Bob\Desktop\logan with read_from_db 0
03-04 08:54:03:978 csync_update: Update detection for local replica took 0.06 seconds walking 12 files.
03-04 08:54:03:978 oc_module: opendir method called on owncloud://192.168.1.70/owncloud602rel/remote.php/webdav
03-04 08:54:03:978 oc_module: * scheme owncloud
03-04 08:54:03:978 oc_module: * host 192.168.1.70
03-04 08:54:03:978 oc_module: * port 0
03-04 08:54:03:978 oc_module: * path /owncloud602rel/remote.php/webdav
03-04 08:54:03:978 oc_module: * user 
03-04 08:54:03:978 oc_module: No proxy configured.
03-04 08:54:04:040 oc_module: Simple propfind result code 207.
03-04 08:54:04:040 oc_module: opendir returning handle 07b66580 (count=6)
03-04 08:54:04:040 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/Shared called
03-04 08:54:04:040 csync_walker: directory: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/Shared
03-04 08:54:04:040 _csync_detect_update: ==> file: Shared - hash 7772379496350463016, mtime: 1393941054, fileId: -0000001oc9d69fe6b43
03-04 08:54:04:040 _csync_detect_update: Database entry found, compare: 1393941054 <-> 1393941054, etag: 5315da5f302e5 <-> 5315da5f302e5, inode: 0 <-> 58110
03-04 08:54:04:040 _csync_detect_update: Reading from database: Shared
03-04 08:54:04:040 _csync_detect_update: file: Shared, instruction: INSTRUCTION_NONE <<=
03-04 08:54:04:040 csync_vio_opendir: Reading directory owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/Shared from database
03-04 08:54:04:040 csync_statedb_get_below_path: SQL: SELECT phash, path, inode, uid, gid, mode, modtime, type, md5, fileid FROM metadata WHERE path LIKE('Shared/%')
03-04 08:54:04:040 csync_walker: directory: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/Shared/share me
03-04 08:54:04:040 _csync_detect_update: ==> file: Shared/share me - hash 12721685260084579434, mtime: 1393941054, fileId: 00000012oc9d69fe6b43
03-04 08:54:04:040 _csync_detect_update: Database entry found, compare: 1393941054 <-> 1393941054, etag: 5315da42a5b65 <-> 5315da42a5b65, inode: 58111 <-> 58111
03-04 08:54:04:040 _csync_detect_update: Reading from database: Shared/share me
03-04 08:54:04:040 _csync_detect_update: file: Shared/share me, instruction: INSTRUCTION_NONE <<=
03-04 08:54:04:056 csync_vio_opendir: Reading directory owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/Shared/share me from database
03-04 08:54:04:056 csync_statedb_get_below_path: SQL: SELECT phash, path, inode, uid, gid, mode, modtime, type, md5, fileid FROM metadata WHERE path LIKE('Shared/share me/%')
03-04 08:54:04:056 csync_walker: file: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/Shared/share me/test.txt
03-04 08:54:04:056 _csync_detect_update: ==> file: Shared/share me/test.txt - hash 14245885656410071468, mtime: 1393941058, fileId: 00000013oc9d69fe6b43
03-04 08:54:04:056 _csync_detect_update: Database entry found, compare: 1393941058 <-> 1393941058, etag: 5315da42a421a <-> 5315da42a421a, inode: 58194 <-> 58194
03-04 08:54:04:056 _csync_detect_update: file: Shared/share me/test.txt, instruction: INSTRUCTION_NONE <<=
03-04 08:54:04:056 csync_ftw:  <= Closing walk for owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/Shared/share me with read_from_db 1
03-04 08:54:04:056 csync_ftw:  <= Closing walk for owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/Shared with read_from_db 1
03-04 08:54:04:056 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/photos called
03-04 08:54:04:056 csync_walker: directory: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/photos
03-04 08:54:04:056 _csync_detect_update: ==> file: photos - hash 12812687992835178022, mtime: 1393941158, fileId: 00000018oc9d69fe6b43
03-04 08:54:04:056 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daa647207 <-> 5315daa647207, inode: 0 <-> 58204
03-04 08:54:04:056 _csync_detect_update: Reading from database: photos
03-04 08:54:04:056 _csync_detect_update: file: photos, instruction: INSTRUCTION_NONE <<=
03-04 08:54:04:056 csync_vio_opendir: Reading directory owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/photos from database
03-04 08:54:04:056 csync_statedb_get_below_path: SQL: SELECT phash, path, inode, uid, gid, mode, modtime, type, md5, fileid FROM metadata WHERE path LIKE('photos/%')
03-04 08:54:04:056 csync_walker: file: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/photos/paris.jpg
03-04 08:54:04:071 _csync_detect_update: ==> file: photos/paris.jpg - hash 3836740320749500834, mtime: 1393941158, fileId: 00000020oc9d69fe6b43
03-04 08:54:04:071 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daae38de9 <-> 5315daae38de9, inode: 58719 <-> 58719
03-04 08:54:04:071 _csync_detect_update: file: photos/paris.jpg, instruction: INSTRUCTION_NONE <<=
03-04 08:54:04:071 csync_walker: file: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/photos/san francisco.jpg
03-04 08:54:04:071 _csync_detect_update: ==> file: photos/san francisco.jpg - hash 17921562692740407785, mtime: 1393941158, fileId: 00000021oc9d69fe6b43
03-04 08:54:04:071 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daae3916e <-> 5315daae3916e, inode: 58720 <-> 58720
03-04 08:54:04:071 _csync_detect_update: file: photos/san francisco.jpg, instruction: INSTRUCTION_NONE <<=
03-04 08:54:04:071 csync_walker: file: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/photos/squirrel.jpg
03-04 08:54:04:071 _csync_detect_update: ==> file: photos/squirrel.jpg - hash 317120181442415978, mtime: 1393941158, fileId: 00000022oc9d69fe6b43
03-04 08:54:04:071 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daae39420 <-> 5315daae39420, inode: 58721 <-> 58721
03-04 08:54:04:071 _csync_detect_update: file: photos/squirrel.jpg, instruction: INSTRUCTION_NONE <<=
03-04 08:54:04:071 csync_ftw:  <= Closing walk for owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/photos with read_from_db 1
03-04 08:54:04:071 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/ownCloudUserManual.pdf called
03-04 08:54:04:071 csync_walker: file: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/ownCloudUserManual.pdf
03-04 08:54:04:071 _csync_detect_update: ==> file: ownCloudUserManual.pdf - hash 14809778361176994358, mtime: 1393941158, fileId: 00000017oc9d69fe6b43
03-04 08:54:04:071 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daa646f72 <-> 5315daa646f72, inode: 0 <-> 58714
03-04 08:54:04:071 _csync_detect_update: file: ownCloudUserManual.pdf, instruction: INSTRUCTION_NONE <<=
03-04 08:54:04:071 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/music called
03-04 08:54:04:087 csync_walker: directory: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/music
03-04 08:54:04:087 _csync_detect_update: ==> file: music - hash 2304367168908577689, mtime: 1393941158, fileId: 00000016oc9d69fe6b43
03-04 08:54:04:087 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daa646b8a <-> 5315daa646b8a, inode: 0 <-> 58708
03-04 08:54:04:087 _csync_detect_update: Reading from database: music
03-04 08:54:04:087 _csync_detect_update: file: music, instruction: INSTRUCTION_NONE <<=
03-04 08:54:04:087 csync_vio_opendir: Reading directory owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/music from database
03-04 08:54:04:087 csync_statedb_get_below_path: SQL: SELECT phash, path, inode, uid, gid, mode, modtime, type, md5, fileid FROM metadata WHERE path LIKE('music/%')
03-04 08:54:04:087 csync_walker: file: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/music/projekteva-letitrain.mp3
03-04 08:54:04:087 _csync_detect_update: ==> file: music/projekteva-letitrain.mp3 - hash 18122333753391394391, mtime: 1393941158, fileId: 00000023oc9d69fe6b43
03-04 08:54:04:087 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daae47631 <-> 5315daae47631, inode: 58712 <-> 58712
03-04 08:54:04:087 _csync_detect_update: file: music/projekteva-letitrain.mp3, instruction: INSTRUCTION_NONE <<=
03-04 08:54:04:102 csync_ftw:  <= Closing walk for owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/music with read_from_db 1
03-04 08:54:04:102 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/documents called
03-04 08:54:04:102 csync_walker: directory: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/documents
03-04 08:54:04:102 _csync_detect_update: ==> file: documents - hash 1268332642954866308, mtime: 1393941158, fileId: 00000019oc9d69fe6b43
03-04 08:54:04:102 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daa647482 <-> 5315daa647482, inode: 0 <-> 58517
03-04 08:54:04:102 _csync_detect_update: Reading from database: documents
03-04 08:54:04:102 _csync_detect_update: file: documents, instruction: INSTRUCTION_NONE <<=
03-04 08:54:04:102 csync_vio_opendir: Reading directory owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/documents from database
03-04 08:54:04:102 csync_statedb_get_below_path: SQL: SELECT phash, path, inode, uid, gid, mode, modtime, type, md5, fileid FROM metadata WHERE path LIKE('documents/%')
03-04 08:54:04:102 csync_walker: file: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/documents/example.odt
03-04 08:54:04:102 _csync_detect_update: ==> file: documents/example.odt - hash 8512981156564550560, mtime: 1393941158, fileId: 00000024oc9d69fe6b43
03-04 08:54:04:102 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daae54cee <-> 5315daae54cee, inode: 58707 <-> 58707
03-04 08:54:04:102 _csync_detect_update: file: documents/example.odt, instruction: INSTRUCTION_NONE <<=
03-04 08:54:04:102 csync_ftw:  <= Closing walk for owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/documents with read_from_db 1
03-04 08:54:04:102 oc_module: closedir method called 07b66580!
03-04 08:54:04:102 csync_ftw:  <= Closing walk for owncloud://192.168.1.70/owncloud602rel/remote.php/webdav with read_from_db 0
03-04 08:54:04:102 csync_update: Update detection for remote replica took 0.12 seconds walking 12 files.
03-04 08:54:04:102 <<#### Update end ####################################################  204 
03-04 08:54:04:102 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: photos/squirrel.jpg
03-04 08:54:04:118 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: documents
03-04 08:54:04:118 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: music
03-04 08:54:04:118 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: photos/paris.jpg
03-04 08:54:04:118 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: Shared
03-04 08:54:04:118 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: documents/example.odt
03-04 08:54:04:118 _csync_merge_algorithm_visitor: INSTRUCTION_SYNC      dir: Shared/share me
03-04 08:54:04:118 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: photos
03-04 08:54:04:118 _csync_merge_algorithm_visitor: INSTRUCTION_SYNC     file: Shared/share me/test.txt
03-04 08:54:04:118 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: ownCloudUserManual.pdf
03-04 08:54:04:118 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: photos/san francisco.jpg
03-04 08:54:04:118 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: music/projekteva-letitrain.mp3
03-04 08:54:04:118 csync_reconcile: Reconciliation for local replica took 0.02 seconds visiting 12 files.
03-04 08:54:04:118 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: photos/squirrel.jpg
03-04 08:54:04:118 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: documents
03-04 08:54:04:118 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: music
03-04 08:54:04:118 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: photos/paris.jpg
03-04 08:54:04:118 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: Shared
03-04 08:54:04:118 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: documents/example.odt
03-04 08:54:04:118 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: Shared/share me
03-04 08:54:04:118 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: photos
03-04 08:54:04:118 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Shared/share me/test.txt
03-04 08:54:04:134 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: ownCloudUserManual.pdf
03-04 08:54:04:134 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: photos/san francisco.jpg
03-04 08:54:04:134 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: music/projekteva-letitrain.mp3
03-04 08:54:04:134 csync_reconcile: Reconciliation for remote replica took 0.02 seconds visiting 12 files.
03-04 08:54:04:134 Transaction Start  "checkConnect" 
03-04 08:54:04:134 Columns in the current journal:  ("phash", "pathlen", "path", "inode", "uid", "gid", "mode", "modtime", "type", "md5", "fileid") 
03-04 08:54:04:134     * csync thread started 
03-04 08:54:04:134 Folder in overallStatus Message:  Mirall::Folder(0x4476ce8)  with name  "ownCloud" 
03-04 08:54:04:134 Sync state changed for folder  "ownCloud" :  "Sync Running" 
03-04 08:54:04:134 SocketApi:  Sync state changed 
03-04 08:54:04:134 SocketApi:  Broadcasting to 0 listeners:  "UPDATE_VIEW" 
03-04 08:54:04:134 folder is sync enabled:  true 
03-04 08:54:04:134  N------N Network Limits changed! 
03-04 08:54:04:134 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:04:134 "INSERT OR REPLACE INTO metadata (phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5, fileid) VALUES ( ? , ?, ? , ? , ? , ? , ?,  ? , ? , ?, ? )" -5725058813624972182 15 "Shared/share me" 58111 0 0 0 "1393941171" "2" "5315da42a5b65" "00000012oc9d69fe6b43" 
03-04 08:54:04:134 ** PUT request to /owncloud602rel/remote.php/webdav/Shared/share%20me/test.txt 
03-04 08:54:04:149    hbf_splitlist block_size: 10485760 threshold: 10485760 st_size: 11 
03-04 08:54:04:149    hbf_splitlist num_blocks: 1 rmainder: 11 blk_size: 10485760 
03-04 08:54:04:149    hbf_splitlist created block 0   (start: 0  size: 11) 
03-04 08:54:04:149 About to upload  "Shared/share me/test.txt"   ( ""5315da42a421a"" 11  bytes ) 
03-04 08:54:04:165    hbf_transfer PUT request to /owncloud602rel/remote.php/webdav/Shared/share%20me/test.txt 
03-04 08:54:04:165    _hbf_dav_request Block: 0 , Start: 0 and Size: 11 
03-04 08:54:04:243 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:04:258 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:04:258 "INSERT OR REPLACE INTO downloadinfo (path, tmpfile, etag, errorcount) VALUES ( ? , ?, ? , ? )" "Shared/share me/test.txt" "Shared/share me/.test.txt.~4823" "5315da42a421a" 0 
03-04 08:54:04:258 Transaction Start  "download file start" 
03-04 08:54:04:290 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:04:321 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:04:321 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:04:383 Content encoding ist <gzip> with status 200
03-04 08:54:04:383 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:04:383 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:04:383 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:04:383 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:04:383 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:04:399 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:04:399 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:04:399 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:04:399 void Mirall::CSyncThread::transferCompleted(const Mirall::SyncFileItem&) "Shared/share me/test.txt" 2 "A file or directory was removed from a read only share, but restoring failed: Cannot remove source file" 
03-04 08:54:04:399 Transaction Start  "All Finished." 
03-04 08:54:04:399 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:04:399 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:04:399 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:04:399 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:04:399 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:04:414 CSync run took  503  Milliseconds 
03-04 08:54:04:414 [PROGRESS] progressed  11  bytes in  2  files  in msec  278 
03-04 08:54:04:414 -> CSync Finished slot with error  false warn count 1 
03-04 08:54:04:414 OO folder slotSyncFinished: result:  3 
03-04 08:54:04:414   ** error Strings:  ("File Shared/share me/test.txt: A file or directory was removed from a read only share, but restoring failed: Cannot remove source file") 
03-04 08:54:04:414     * owncloud csync thread finished with error 
03-04 08:54:04:414 Folder in overallStatus Message:  Mirall::Folder(0x4476ce8)  with name  "ownCloud" 
03-04 08:54:04:414 Sync state changed for folder  "ownCloud" :  "Error" 
03-04 08:54:04:414 SocketApi:  Sync state changed 
03-04 08:54:04:414 SocketApi:  Broadcasting to 0 listeners:  "UPDATE_VIEW" 
03-04 08:54:04:414 folder is sync enabled:  true 
03-04 08:54:04:414 <===================================== sync finished for  "ownCloud" 
03-04 08:54:04:617 XX slotScheduleFolderSync: folderQueue size:  0 
03-04 08:54:09:094 !!! Mirall::CheckQuotaJob created for  QUrl( "http://192.168.1.70/owncloud602rel" )  querying "/" 
03-04 08:54:34:428 * Polling "ownCloud" for changes. (time since last sync: 30 s) 
03-04 08:54:34:428 ** Force Sync now, state is  "Error" 
03-04 08:54:34:428 Schedule folder  "ownCloud"  to sync! 
03-04 08:54:36:440 XX slotScheduleFolderSync: folderQueue size:  1 
03-04 08:54:36:440 Folder in overallStatus Message:  Mirall::Folder(0x4476ce8)  with name  "ownCloud" 
03-04 08:54:36:440 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
03-04 08:54:36:440 SocketApi:  Sync state changed 
03-04 08:54:36:440 SocketApi:  Broadcasting to 0 listeners:  "UPDATE_VIEW" 
03-04 08:54:36:440 folder is sync enabled:  true 
03-04 08:54:36:440 *** Start syncing 
03-04 08:54:36:440   ==> returning exclude file path:  "C:/Program Files (x86)/ownCloud/sync-exclude.lst" 
03-04 08:54:36:440 ==== added system ignore list to csync: "C:/Program Files (x86)/ownCloud/sync-exclude.lst" 
03-04 08:54:36:440 csync_exclude_load: Adding entry: *.filepart
03-04 08:54:36:440 csync_exclude_load: Adding entry: *~
03-04 08:54:36:440 csync_exclude_load: Adding entry: *.part
03-04 08:54:36:440 csync_exclude_load: Adding entry: *.crdownload
03-04 08:54:36:440 csync_exclude_load: Adding entry: *.unison*
03-04 08:54:36:440 csync_exclude_load: Adding entry: *csync_timedif.ctmp*
03-04 08:54:36:440 csync_exclude_load: Adding entry: .csync_journal.db
03-04 08:54:36:440 csync_exclude_load: Adding entry: .csync_journal.db.ctmp
03-04 08:54:36:440 csync_exclude_load: Adding entry: .*.sw?
03-04 08:54:36:440 csync_exclude_load: Adding entry: .*.*sw?
03-04 08:54:36:440 csync_exclude_load: Adding entry: ].csync-progressdatabase
03-04 08:54:36:440 csync_exclude_load: Adding entry: ].DS_Store
03-04 08:54:36:440 csync_exclude_load: Adding entry: ].ds_store
03-04 08:54:36:440 csync_exclude_load: Adding entry: ]Thumbs.db
03-04 08:54:36:440 csync_exclude_load: Adding entry: desktop.ini
03-04 08:54:36:440 csync_exclude_load: Adding entry: *.kate-swp
03-04 08:54:36:440 csync_exclude_load: Adding entry: *_conflict-*
03-04 08:54:36:440 csync_exclude_load: Adding entry: ]*.~*
03-04 08:54:36:440 csync_exclude_load: Adding entry: ].TemporaryItems
03-04 08:54:36:440 csync_exclude_load: Adding entry: ].Trashes
03-04 08:54:36:440 csync_exclude_load: Adding entry: ].DocumentRevisions-V100
03-04 08:54:36:440 csync_exclude_load: Adding entry: .fseventd
03-04 08:54:36:440 csync_exclude_load: Adding entry: .apdisk
03-04 08:54:36:440 csync_exclude_load: Adding entry: .htaccess
03-04 08:54:36:440 csync_exclude_load: Adding entry: ]Icon\r*
03-04 08:54:36:440 csync_exclude_load: Adding entry: ~$*
03-04 08:54:36:440 csync_exclude_load: Adding entry: .~lock.*
03-04 08:54:36:440 csync_exclude_load: Adding entry: ~*.tmp
03-04 08:54:36:440   ==> returning exclude file path:  "C:/Users/Bob/AppData/Local/ownCloud/sync-exclude.lst" 
03-04 08:54:36:440 ==== added user defined ignore list to csync: "C:/Users/Bob/AppData/Local/ownCloud/sync-exclude.lst" 
03-04 08:54:36:440  QUrl( "http://192.168.1.70/owncloud602rel/remote.php/webdav/" )  
03-04 08:54:36:440 >===================================== sync started for  "ownCloud" 
03-04 08:54:36:456 void Mirall::CSyncThread::startSync() Sync started 
03-04 08:54:36:456 starting to sync  QThread(0x44102a0) QThread(0x64355b0) 
03-04 08:54:36:456 No database Transaction to commit 
03-04 08:54:36:456 =====sync DB has only 12 items, enable recursive PROPFIND if csync supports it 
03-04 08:54:36:456 #### Update start #################################################### >> 
03-04 08:54:36:456 csync_update: Journal: C:\Users\Bob\Desktop\logan/.csync_journal.db
03-04 08:54:36:456 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:36:456  the current folder is currently syncing. 
03-04 08:54:36:456 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:36:456 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:36:456 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/documents: 58517
03-04 08:54:36:456 csync_ftw: Uniq ID from Database: documents -> 5315daa647482
03-04 08:54:36:471 csync_walker: directory: C:\Users\Bob\Desktop\logan/documents
03-04 08:54:36:471 _csync_detect_update: ==> file: documents - hash 1268332642954866308, mtime: 1393941171, fileId: 00000019oc9d69fe6b43
03-04 08:54:36:471 _csync_detect_update: Database entry found, compare: 1393941171 <-> 1393941158, etag: 5315daa647482 <-> 5315daa647482, inode: 58517 <-> 58517
03-04 08:54:36:471 _csync_detect_update: file: documents, instruction: INSTRUCTION_EVAL <<=
03-04 08:54:36:471 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/documents/example.odt: 58707
03-04 08:54:36:471 csync_ftw: Uniq ID from Database: documents/example.odt -> 5315daae54cee
03-04 08:54:36:471 csync_walker: file: C:\Users\Bob\Desktop\logan/documents/example.odt
03-04 08:54:36:471 _csync_detect_update: ==> file: documents/example.odt - hash 8512981156564550560, mtime: 1393941158, fileId: 00000024oc9d69fe6b43
03-04 08:54:36:471 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daae54cee <-> 5315daae54cee, inode: 58707 <-> 58707
03-04 08:54:36:471 _csync_detect_update: file: documents/example.odt, instruction: INSTRUCTION_NONE <<=
03-04 08:54:36:471 csync_ftw:  <= Closing walk for C:\Users\Bob\Desktop\logan/documents with read_from_db 0
03-04 08:54:36:471 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/music: 58708
03-04 08:54:36:471 csync_ftw: Uniq ID from Database: music -> 5315daa646b8a
03-04 08:54:36:471 csync_walker: directory: C:\Users\Bob\Desktop\logan/music
03-04 08:54:36:471 _csync_detect_update: ==> file: music - hash 2304367168908577689, mtime: 1393941172, fileId: 00000016oc9d69fe6b43
03-04 08:54:36:471 _csync_detect_update: Database entry found, compare: 1393941172 <-> 1393941158, etag: 5315daa646b8a <-> 5315daa646b8a, inode: 58708 <-> 58708
03-04 08:54:36:471 _csync_detect_update: file: music, instruction: INSTRUCTION_EVAL <<=
03-04 08:54:36:471 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/music/projekteva-letitrain.mp3: 58712
03-04 08:54:36:471 csync_ftw: Uniq ID from Database: music/projekteva-letitrain.mp3 -> 5315daae47631
03-04 08:54:36:487 csync_walker: file: C:\Users\Bob\Desktop\logan/music/projekteva-letitrain.mp3
03-04 08:54:36:487 _csync_detect_update: ==> file: music/projekteva-letitrain.mp3 - hash 18122333753391394391, mtime: 1393941158, fileId: 00000023oc9d69fe6b43
03-04 08:54:36:487 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daae47631 <-> 5315daae47631, inode: 58712 <-> 58712
03-04 08:54:36:487 _csync_detect_update: file: music/projekteva-letitrain.mp3, instruction: INSTRUCTION_NONE <<=
03-04 08:54:36:487 csync_ftw:  <= Closing walk for C:\Users\Bob\Desktop\logan/music with read_from_db 0
03-04 08:54:36:487 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/ownCloudUserManual.pdf: 58714
03-04 08:54:36:487 csync_ftw: Uniq ID from Database: ownCloudUserManual.pdf -> 5315daa646f72
03-04 08:54:36:487 csync_walker: file: C:\Users\Bob\Desktop\logan/ownCloudUserManual.pdf
03-04 08:54:36:487 _csync_detect_update: ==> file: ownCloudUserManual.pdf - hash 14809778361176994358, mtime: 1393941158, fileId: 00000017oc9d69fe6b43
03-04 08:54:36:487 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daa646f72 <-> 5315daa646f72, inode: 58714 <-> 58714
03-04 08:54:36:487 _csync_detect_update: file: ownCloudUserManual.pdf, instruction: INSTRUCTION_NONE <<=
03-04 08:54:36:487 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/photos: 58204
03-04 08:54:36:487 csync_ftw: Uniq ID from Database: photos -> 5315daa647207
03-04 08:54:36:487 csync_walker: directory: C:\Users\Bob\Desktop\logan/photos
03-04 08:54:36:487 _csync_detect_update: ==> file: photos - hash 12812687992835178022, mtime: 1393941172, fileId: 00000018oc9d69fe6b43
03-04 08:54:36:487 _csync_detect_update: Database entry found, compare: 1393941172 <-> 1393941158, etag: 5315daa647207 <-> 5315daa647207, inode: 58204 <-> 58204
03-04 08:54:36:487 _csync_detect_update: file: photos, instruction: INSTRUCTION_EVAL <<=
03-04 08:54:36:487 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/photos/paris.jpg: 58719
03-04 08:54:36:502 csync_ftw: Uniq ID from Database: photos/paris.jpg -> 5315daae38de9
03-04 08:54:36:502 csync_walker: file: C:\Users\Bob\Desktop\logan/photos/paris.jpg
03-04 08:54:36:502 _csync_detect_update: ==> file: photos/paris.jpg - hash 3836740320749500834, mtime: 1393941158, fileId: 00000020oc9d69fe6b43
03-04 08:54:36:502 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daae38de9 <-> 5315daae38de9, inode: 58719 <-> 58719
03-04 08:54:36:502 _csync_detect_update: file: photos/paris.jpg, instruction: INSTRUCTION_NONE <<=
03-04 08:54:36:502 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/photos/san francisco.jpg: 58720
03-04 08:54:36:502 csync_ftw: Uniq ID from Database: photos/san francisco.jpg -> 5315daae3916e
03-04 08:54:36:502 csync_walker: file: C:\Users\Bob\Desktop\logan/photos/san francisco.jpg
03-04 08:54:36:502 _csync_detect_update: ==> file: photos/san francisco.jpg - hash 17921562692740407785, mtime: 1393941158, fileId: 00000021oc9d69fe6b43
03-04 08:54:36:502 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daae3916e <-> 5315daae3916e, inode: 58720 <-> 58720
03-04 08:54:36:502 _csync_detect_update: file: photos/san francisco.jpg, instruction: INSTRUCTION_NONE <<=
03-04 08:54:36:502 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/photos/squirrel.jpg: 58721
03-04 08:54:36:502 csync_ftw: Uniq ID from Database: photos/squirrel.jpg -> 5315daae39420
03-04 08:54:36:502 csync_walker: file: C:\Users\Bob\Desktop\logan/photos/squirrel.jpg
03-04 08:54:36:502 _csync_detect_update: ==> file: photos/squirrel.jpg - hash 317120181442415978, mtime: 1393941158, fileId: 00000022oc9d69fe6b43
03-04 08:54:36:502 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daae39420 <-> 5315daae39420, inode: 58721 <-> 58721
03-04 08:54:36:502 _csync_detect_update: file: photos/squirrel.jpg, instruction: INSTRUCTION_NONE <<=
03-04 08:54:36:502 csync_ftw:  <= Closing walk for C:\Users\Bob\Desktop\logan/photos with read_from_db 0
03-04 08:54:36:502 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/Shared: 58110
03-04 08:54:36:518 csync_ftw: Uniq ID from Database: Shared -> 5315da5f302e5
03-04 08:54:36:518 csync_walker: directory: C:\Users\Bob\Desktop\logan/Shared
03-04 08:54:36:518 _csync_detect_update: ==> file: Shared - hash 7772379496350463016, mtime: 1393941171, fileId: -0000001oc9d69fe6b43
03-04 08:54:36:518 _csync_detect_update: Database entry found, compare: 1393941171 <-> 1393941054, etag: 5315da5f302e5 <-> 5315da5f302e5, inode: 58110 <-> 58110
03-04 08:54:36:518 _csync_detect_update: file: Shared, instruction: INSTRUCTION_EVAL <<=
03-04 08:54:36:518 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/Shared/share me: 58111
03-04 08:54:36:518 csync_ftw: Uniq ID from Database: Shared/share me -> 5315da42a5b65
03-04 08:54:36:518 csync_walker: directory: C:\Users\Bob\Desktop\logan/Shared/share me
03-04 08:54:36:518 _csync_detect_update: ==> file: Shared/share me - hash 12721685260084579434, mtime: 1393941244, fileId: 00000012oc9d69fe6b43
03-04 08:54:36:518 _csync_detect_update: Database entry found, compare: 1393941244 <-> 1393941171, etag: 5315da42a5b65 <-> 5315da42a5b65, inode: 58111 <-> 58111
03-04 08:54:36:518 _csync_detect_update: file: Shared/share me, instruction: INSTRUCTION_EVAL <<=
03-04 08:54:36:518 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/Shared/share me/.test.txt.~4823: 59217
03-04 08:54:36:518 csync_ftw: Uniq ID from Database: Shared/share me/.test.txt.~4823 -> <NULL>
03-04 08:54:36:518 csync_walker: file: C:\Users\Bob\Desktop\logan/Shared/share me/.test.txt.~4823
03-04 08:54:36:518 _csync_detect_update: Shared/share me/.test.txt.~4823 excluded  (2)
03-04 08:54:36:518 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\logan/Shared/share me/test.txt: 58194
03-04 08:54:36:518 csync_ftw: Uniq ID from Database: Shared/share me/test.txt -> 5315da42a421a
03-04 08:54:36:518 csync_walker: file: C:\Users\Bob\Desktop\logan/Shared/share me/test.txt
03-04 08:54:36:518 _csync_detect_update: ==> file: Shared/share me/test.txt - hash 14245885656410071468, mtime: 1393941241, fileId: 00000013oc9d69fe6b43
03-04 08:54:36:534 _csync_detect_update: Database entry found, compare: 1393941241 <-> 1393941058, etag: 5315da42a421a <-> 5315da42a421a, inode: 58194 <-> 58194
03-04 08:54:36:534 _csync_detect_update: file: Shared/share me/test.txt, instruction: INSTRUCTION_EVAL <<=
03-04 08:54:36:534 csync_ftw:  <= Closing walk for C:\Users\Bob\Desktop\logan/Shared/share me with read_from_db 0
03-04 08:54:36:534 csync_ftw:  <= Closing walk for C:\Users\Bob\Desktop\logan/Shared with read_from_db 0
03-04 08:54:36:534 csync_ftw:  <= Closing walk for C:\Users\Bob\Desktop\logan with read_from_db 0
03-04 08:54:36:534 csync_update: Update detection for local replica took 0.08 seconds walking 12 files.
03-04 08:54:36:534 oc_module: opendir method called on owncloud://192.168.1.70/owncloud602rel/remote.php/webdav
03-04 08:54:36:534 oc_module: * scheme owncloud
03-04 08:54:36:534 oc_module: * host 192.168.1.70
03-04 08:54:36:534 oc_module: * port 0
03-04 08:54:36:534 oc_module: * path /owncloud602rel/remote.php/webdav
03-04 08:54:36:534 oc_module: * user 
03-04 08:54:36:596 oc_module: Simple propfind result code 207.
03-04 08:54:36:596 oc_module: opendir returning handle 07b66880 (count=6)
03-04 08:54:36:596 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/Shared called
03-04 08:54:36:596 csync_walker: directory: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/Shared
03-04 08:54:36:596 _csync_detect_update: ==> file: Shared - hash 7772379496350463016, mtime: 1393941054, fileId: -0000001oc9d69fe6b43
03-04 08:54:36:612 _csync_detect_update: Database entry found, compare: 1393941054 <-> 1393941054, etag: 5315da5f302e5 <-> 5315da5f302e5, inode: 0 <-> 58110
03-04 08:54:36:612 _csync_detect_update: Reading from database: Shared
03-04 08:54:36:612 _csync_detect_update: file: Shared, instruction: INSTRUCTION_NONE <<=
03-04 08:54:36:612 csync_vio_opendir: Reading directory owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/Shared from database
03-04 08:54:36:612 csync_statedb_get_below_path: SQL: SELECT phash, path, inode, uid, gid, mode, modtime, type, md5, fileid FROM metadata WHERE path LIKE('Shared/%')
03-04 08:54:36:612 csync_walker: directory: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/Shared/share me
03-04 08:54:36:612 _csync_detect_update: ==> file: Shared/share me - hash 12721685260084579434, mtime: 1393941171, fileId: 00000012oc9d69fe6b43
03-04 08:54:36:612 _csync_detect_update: Database entry found, compare: 1393941171 <-> 1393941171, etag: 5315da42a5b65 <-> 5315da42a5b65, inode: 58111 <-> 58111
03-04 08:54:36:612 _csync_detect_update: Reading from database: Shared/share me
03-04 08:54:36:612 _csync_detect_update: file: Shared/share me, instruction: INSTRUCTION_NONE <<=
03-04 08:54:36:612 csync_vio_opendir: Reading directory owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/Shared/share me from database
03-04 08:54:36:612 csync_statedb_get_below_path: SQL: SELECT phash, path, inode, uid, gid, mode, modtime, type, md5, fileid FROM metadata WHERE path LIKE('Shared/share me/%')
03-04 08:54:36:612 csync_walker: file: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/Shared/share me/test.txt
03-04 08:54:36:612 _csync_detect_update: ==> file: Shared/share me/test.txt - hash 14245885656410071468, mtime: 1393941058, fileId: 00000013oc9d69fe6b43
03-04 08:54:36:612 _csync_detect_update: Database entry found, compare: 1393941058 <-> 1393941058, etag: 5315da42a421a <-> 5315da42a421a, inode: 58194 <-> 58194
03-04 08:54:36:612 _csync_detect_update: file: Shared/share me/test.txt, instruction: INSTRUCTION_NONE <<=
03-04 08:54:36:612 csync_ftw:  <= Closing walk for owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/Shared/share me with read_from_db 1
03-04 08:54:36:612 csync_ftw:  <= Closing walk for owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/Shared with read_from_db 1
03-04 08:54:36:612 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/photos called
03-04 08:54:36:627 csync_walker: directory: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/photos
03-04 08:54:36:627 _csync_detect_update: ==> file: photos - hash 12812687992835178022, mtime: 1393941158, fileId: 00000018oc9d69fe6b43
03-04 08:54:36:627 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daa647207 <-> 5315daa647207, inode: 0 <-> 58204
03-04 08:54:36:627 _csync_detect_update: Reading from database: photos
03-04 08:54:36:627 _csync_detect_update: file: photos, instruction: INSTRUCTION_NONE <<=
03-04 08:54:36:627 csync_vio_opendir: Reading directory owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/photos from database
03-04 08:54:36:627 csync_statedb_get_below_path: SQL: SELECT phash, path, inode, uid, gid, mode, modtime, type, md5, fileid FROM metadata WHERE path LIKE('photos/%')
03-04 08:54:36:627 csync_walker: file: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/photos/paris.jpg
03-04 08:54:36:627 _csync_detect_update: ==> file: photos/paris.jpg - hash 3836740320749500834, mtime: 1393941158, fileId: 00000020oc9d69fe6b43
03-04 08:54:36:627 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daae38de9 <-> 5315daae38de9, inode: 58719 <-> 58719
03-04 08:54:36:627 _csync_detect_update: file: photos/paris.jpg, instruction: INSTRUCTION_NONE <<=
03-04 08:54:36:627 csync_walker: file: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/photos/san francisco.jpg
03-04 08:54:36:627 _csync_detect_update: ==> file: photos/san francisco.jpg - hash 17921562692740407785, mtime: 1393941158, fileId: 00000021oc9d69fe6b43
03-04 08:54:36:627 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daae3916e <-> 5315daae3916e, inode: 58720 <-> 58720
03-04 08:54:36:627 _csync_detect_update: file: photos/san francisco.jpg, instruction: INSTRUCTION_NONE <<=
03-04 08:54:36:627 csync_walker: file: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/photos/squirrel.jpg
03-04 08:54:36:627 _csync_detect_update: ==> file: photos/squirrel.jpg - hash 317120181442415978, mtime: 1393941158, fileId: 00000022oc9d69fe6b43
03-04 08:54:36:627 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daae39420 <-> 5315daae39420, inode: 58721 <-> 58721
03-04 08:54:36:643 _csync_detect_update: file: photos/squirrel.jpg, instruction: INSTRUCTION_NONE <<=
03-04 08:54:36:643 csync_ftw:  <= Closing walk for owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/photos with read_from_db 1
03-04 08:54:36:643 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/ownCloudUserManual.pdf called
03-04 08:54:36:643 csync_walker: file: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/ownCloudUserManual.pdf
03-04 08:54:36:643 _csync_detect_update: ==> file: ownCloudUserManual.pdf - hash 14809778361176994358, mtime: 1393941158, fileId: 00000017oc9d69fe6b43
03-04 08:54:36:643 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daa646f72 <-> 5315daa646f72, inode: 0 <-> 58714
03-04 08:54:36:643 _csync_detect_update: file: ownCloudUserManual.pdf, instruction: INSTRUCTION_NONE <<=
03-04 08:54:36:643 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/music called
03-04 08:54:36:643 csync_walker: directory: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/music
03-04 08:54:36:643 _csync_detect_update: ==> file: music - hash 2304367168908577689, mtime: 1393941158, fileId: 00000016oc9d69fe6b43
03-04 08:54:36:643 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daa646b8a <-> 5315daa646b8a, inode: 0 <-> 58708
03-04 08:54:36:643 _csync_detect_update: Reading from database: music
03-04 08:54:36:643 _csync_detect_update: file: music, instruction: INSTRUCTION_NONE <<=
03-04 08:54:36:643 csync_vio_opendir: Reading directory owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/music from database
03-04 08:54:36:643 csync_statedb_get_below_path: SQL: SELECT phash, path, inode, uid, gid, mode, modtime, type, md5, fileid FROM metadata WHERE path LIKE('music/%')
03-04 08:54:36:643 csync_walker: file: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/music/projekteva-letitrain.mp3
03-04 08:54:36:643 _csync_detect_update: ==> file: music/projekteva-letitrain.mp3 - hash 18122333753391394391, mtime: 1393941158, fileId: 00000023oc9d69fe6b43
03-04 08:54:36:643 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daae47631 <-> 5315daae47631, inode: 58712 <-> 58712
03-04 08:54:36:643 _csync_detect_update: file: music/projekteva-letitrain.mp3, instruction: INSTRUCTION_NONE <<=
03-04 08:54:36:643 csync_ftw:  <= Closing walk for owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/music with read_from_db 1
03-04 08:54:36:643 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/documents called
03-04 08:54:36:643 csync_walker: directory: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/documents
03-04 08:54:36:643 _csync_detect_update: ==> file: documents - hash 1268332642954866308, mtime: 1393941158, fileId: 00000019oc9d69fe6b43
03-04 08:54:36:643 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daa647482 <-> 5315daa647482, inode: 0 <-> 58517
03-04 08:54:36:643 _csync_detect_update: Reading from database: documents
03-04 08:54:36:643 _csync_detect_update: file: documents, instruction: INSTRUCTION_NONE <<=
03-04 08:54:36:643 csync_vio_opendir: Reading directory owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/documents from database
03-04 08:54:36:643 csync_statedb_get_below_path: SQL: SELECT phash, path, inode, uid, gid, mode, modtime, type, md5, fileid FROM metadata WHERE path LIKE('documents/%')
03-04 08:54:36:643 csync_walker: file: owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/documents/example.odt
03-04 08:54:36:643 _csync_detect_update: ==> file: documents/example.odt - hash 8512981156564550560, mtime: 1393941158, fileId: 00000024oc9d69fe6b43
03-04 08:54:36:643 _csync_detect_update: Database entry found, compare: 1393941158 <-> 1393941158, etag: 5315daae54cee <-> 5315daae54cee, inode: 58707 <-> 58707
03-04 08:54:36:643 _csync_detect_update: file: documents/example.odt, instruction: INSTRUCTION_NONE <<=
03-04 08:54:36:643 csync_ftw:  <= Closing walk for owncloud://192.168.1.70/owncloud602rel/remote.php/webdav/documents with read_from_db 1
03-04 08:54:36:643 oc_module: closedir method called 07b66880!
03-04 08:54:36:643 csync_ftw:  <= Closing walk for owncloud://192.168.1.70/owncloud602rel/remote.php/webdav with read_from_db 0
03-04 08:54:36:643 csync_update: Update detection for remote replica took 0.11 seconds walking 12 files.
03-04 08:54:36:643 <<#### Update end ####################################################  190 
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: photos/squirrel.jpg
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: documents
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: music
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: photos/paris.jpg
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: Shared
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: documents/example.odt
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_SYNC      dir: Shared/share me
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: photos
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_SYNC     file: Shared/share me/test.txt
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: ownCloudUserManual.pdf
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: photos/san francisco.jpg
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: music/projekteva-letitrain.mp3
03-04 08:54:36:643 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 12 files.
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: photos/squirrel.jpg
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: documents
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: music
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: photos/paris.jpg
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: Shared
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: documents/example.odt
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: Shared/share me
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: photos
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Shared/share me/test.txt
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: ownCloudUserManual.pdf
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: photos/san francisco.jpg
03-04 08:54:36:643 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: music/projekteva-letitrain.mp3
03-04 08:54:36:643 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 12 files.
03-04 08:54:36:643 Transaction Start  "checkConnect" 
03-04 08:54:36:643 Columns in the current journal:  ("phash", "pathlen", "path", "inode", "uid", "gid", "mode", "modtime", "type", "md5", "fileid") 
03-04 08:54:36:658     * csync thread started 
03-04 08:54:36:658 Folder in overallStatus Message:  Mirall::Folder(0x4476ce8)  with name  "ownCloud" 
03-04 08:54:36:658 Sync state changed for folder  "ownCloud" :  "Sync Running" 
03-04 08:54:36:658 SocketApi:  Sync state changed 
03-04 08:54:36:658 SocketApi:  Broadcasting to 0 listeners:  "UPDATE_VIEW" 
03-04 08:54:36:658 folder is sync enabled:  true 
03-04 08:54:36:643  N------N Network Limits changed! 
03-04 08:54:36:658 "INSERT OR REPLACE INTO metadata (phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5, fileid) VALUES ( ? , ?, ? , ? , ? , ? , ?,  ? , ? , ?, ? )" -5725058813624972182 15 "Shared/share me" 58111 0 0 0 "1393941244" "2" "5315da42a5b65" "00000012oc9d69fe6b43" 
03-04 08:54:36:658 ** PUT request to /owncloud602rel/remote.php/webdav/Shared/share%20me/test.txt 
03-04 08:54:36:674    hbf_splitlist block_size: 10485760 threshold: 10485760 st_size: 11 
03-04 08:54:36:674    hbf_splitlist num_blocks: 1 rmainder: 11 blk_size: 10485760 
03-04 08:54:36:674    hbf_splitlist created block 0   (start: 0  size: 11) 
03-04 08:54:36:674 About to upload  "Shared/share me/test.txt"   ( ""5315da42a421a"" 11  bytes ) 
03-04 08:54:36:674    hbf_transfer PUT request to /owncloud602rel/remote.php/webdav/Shared/share%20me/test.txt 
03-04 08:54:36:674    _hbf_dav_request Block: 0 , Start: 0 and Size: 11 
03-04 08:54:36:674 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:36:736 "INSERT OR REPLACE INTO downloadinfo (path, tmpfile, etag, errorcount) VALUES ( ? , ?, ? , ? )" "Shared/share me/test.txt" "Shared/share me/.test.txt.~4823" "5315da42a421a" 0 
03-04 08:54:36:736 Transaction Start  "download file start" 
03-04 08:54:36:752 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:36:783 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:36:783 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:36:783 Retry with range  "bytes=4-" 
03-04 08:54:36:846 Request class != 2, aborting. 
03-04 08:54:36:861 Error GET: Neon: 0
03-04 08:54:36:861 void Mirall::CSyncThread::transferCompleted(const Mirall::SyncFileItem&) "Shared/share me/test.txt" 2 "A file or directory was removed from a read only share, but restoring failed: Requested Range Not Satisfiable" 
03-04 08:54:36:861 Transaction Start  "All Finished." 
03-04 08:54:36:861 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:36:861 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:36:861 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:36:861 CSync run took  413  Milliseconds 
03-04 08:54:36:861 [PROGRESS] progressed  11  bytes in  2  files  in msec  210 
03-04 08:54:36:877 -> CSync Finished slot with error  false warn count 1 
03-04 08:54:36:877 OO folder slotSyncFinished: result:  3 
03-04 08:54:36:877   ** error Strings:  ("File Shared/share me/test.txt: A file or directory was removed from a read only share, but restoring failed: Requested Range Not Satisfiable") 
03-04 08:54:36:877     * owncloud csync thread finished with error 
03-04 08:54:36:877 Folder in overallStatus Message:  Mirall::Folder(0x4476ce8)  with name  "ownCloud" 
03-04 08:54:36:877 Sync state changed for folder  "ownCloud" :  "Error" 
03-04 08:54:36:877 SocketApi:  Sync state changed 
03-04 08:54:36:877 SocketApi:  Broadcasting to 0 listeners:  "UPDATE_VIEW" 
03-04 08:54:36:877 folder is sync enabled:  true 
03-04 08:54:36:877 <===================================== sync finished for  "ownCloud" 
03-04 08:54:36:877 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:36:877 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:37:080 XX slotScheduleFolderSync: folderQueue size:  0 

Error is:

capture

Still no conflict or resync

@ser72
Copy link
Author

ser72 commented Mar 7, 2014

@ogoffart Logs sent a few days ago. Any updates on this issue?

@ogoffart
Copy link
Contributor

ogoffart commented Mar 7, 2014

Important part:

3-04 08:54:36:658 ** PUT request to /owncloud602rel/remote.php/webdav/Shared/share%20me/test.txt 
03-04 08:54:36:674    hbf_splitlist block_size: 10485760 threshold: 10485760 st_size: 11 
03-04 08:54:36:674    hbf_splitlist num_blocks: 1 rmainder: 11 blk_size: 10485760 
03-04 08:54:36:674    hbf_splitlist created block 0   (start: 0  size: 11) 
03-04 08:54:36:674 About to upload  "Shared/share me/test.txt"   ( ""5315da42a421a"" 11  bytes ) 
03-04 08:54:36:674    hbf_transfer PUT request to /owncloud602rel/remote.php/webdav/Shared/share%20me/test.txt 
03-04 08:54:36:674    _hbf_dav_request Block: 0 , Start: 0 and Size: 11 
03-04 08:54:36:674 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:36:736 "INSERT OR REPLACE INTO downloadinfo (path, tmpfile, etag, errorcount) VALUES ( ? , ?, ? , ? )" "Shared/share me/test.txt" "Shared/share me/.test.txt.~4823" "5315da42a421a" 0 
03-04 08:54:36:736 Transaction Start  "download file start" 
03-04 08:54:36:752 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:36:783 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:36:783 void Mirall::FolderWatcher::changeDetected(const QString&) "C:\Users\Bob\Desktop\logan/" 
03-04 08:54:36:783 Retry with range  "bytes=4-" 
03-04 08:54:36:846 Request class != 2, aborting. 
03-04 08:54:36:861 Error GET: Neon: 0
03-04 08:54:36:861 void Mirall::CSyncThread::transferCompleted(const Mirall::SyncFileItem&) "Shared/share me/test.txt" 2 "A file or directory was removed from a read only share, but restoring failed: Requested Range Not Satisfiable" 

What is the size in bytes of Shared/share me/test.txt. It already downloaded 4 bytes it seems. And tries to continue from that. But the server won't let it.

@ser72
Copy link
Author

ser72 commented Mar 7, 2014

Shared/share me/test,txt

is a small text file with one or two lines in it of total about 8 characters.

Don't have the exact file I used anymore, but I would say about 4-8 bytes total

@ogoffart
Copy link
Contributor

ogoffart commented Mar 7, 2014

can you verify that the file .test.txt.~4823 in your local folder contains 4 bytes and is exactly the same as the one in the server?

@ogoffart
Copy link
Contributor

ogoffart commented Mar 7, 2014

I think the problem is that the propagator beleive the the file has the new size, and therefore tries to download more.

@ser72
Copy link
Author

ser72 commented Mar 7, 2014

I will have to retest as the initial setup is lost. Will try to get to it this afternoon

@ser72
Copy link
Author

ser72 commented Mar 7, 2014

4823
edited test
server

@ogoffart

@ogoffart
Copy link
Contributor

Here is a hack for it: https://cpaste.org/pebanlqqt

The problem is that this whole Shared/ workaround is just a hack and we try to recover things without having all the information we need to recover.

The long term goal would be that the server advertise which paths are read only, so we can, in the updater phase know to restore the file rather than try to upload it, see that there is an error, then try to recover.

@ser72
Copy link
Author

ser72 commented Mar 17, 2014

@ogoffart Any update on this? I have a call on Wednesday with this user and need to have an update.

@ogoffart
Copy link
Contributor

The work around is to delete the modified file (or move it elsewhere) and mirall will then restore the original.

We'll maybe apply that workaround patch in a newer version of the client.

We will be able to do a proper fix when the server tells us which directories are read only.

@ser72
Copy link
Author

ser72 commented Mar 17, 2014

The problem is the client doesn't know there was a problem. And once they realize it, they can't seem to correct it without deleting the .cysnc.journal file.

The user would like to have this "automated". A fix like what we thought was put into place where the modified file on the client is made into a conflict file and the file synced from the server is "acceptable" -- though ideally this client would like to not be able to edit the file on the client device.

@danimo
Copy link
Contributor

danimo commented Apr 3, 2014

@ogoffart Is it safe to apply the patch for 1.6? If so, please commit it now.

dragotin pushed a commit that referenced this issue Apr 4, 2014
We do not know the _modtime from the server, at this point, so just set
the current one.  (rather than the one locally)
dragotin pushed a commit that referenced this issue Apr 4, 2014
We do not know the _modtime from the server, at this point, so just set
the current one.  (rather than the one locally)
@dragotin
Copy link
Contributor

dragotin commented Apr 4, 2014

I added @ogoffart s patch to both the 1.5 and master branch. The 1.6.0 beta 1 that we will release today will have the patch ( 435e7e3 )

@ser72
Copy link
Author

ser72 commented Apr 17, 2014

@dragotin @ogoffart

What exactly does this patch do? I just tested in 1.6.0 Beta 1 and the errors are as follows:

capture1
capture2

The file doesn't sync, as expected, an error appears one time. No conflict is created. The files are still out of sync. I thought when this occurred, the edited version from the client would be turned into a conflict file and the original version from the server will be downloaded to the client?

@ogoffart
Copy link
Contributor

the problem seems now that you get the error that caused the previous error to appear in the first place. the error says it all.
Anyway, i would need the log to understand it more. but i suspect "Cannot remove source file" is the error that comes from renaming the temporary file to the final file.
The "source file" is the temporary file. Is there some application that keep the file open at this stage? (Do you have an anti-virus perhaps that is messing with the files)

(Maybe the temporary file need to be opened by mirall in a exclusive mode on windowse. @guruz ? )

@ser72
Copy link
Author

ser72 commented Apr 23, 2014

@ogoffart

Client logs:

04-23 11:01:24:207 * Polling "ownCloud" for changes. (time since last sync: 180 s) 
04-23 11:01:24:207 ** Force Sync now, state is  "Error" 
04-23 11:01:24:207 Schedule folder  "ownCloud"  to sync! 
04-23 11:01:26:219 XX slotScheduleFolderSync: folderQueue size:  1 
04-23 11:01:26:219 Folder in overallStatus Message:  Mirall::Folder(0x6d27f68)  with name  "ownCloud" 
04-23 11:01:26:219 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
04-23 11:01:26:219 SocketApi:  Sync state changed 
04-23 11:01:26:219 SocketApi:  Broadcasting to 0 listeners:  "UPDATE_VIEW" 
04-23 11:01:26:219 folder is sync enabled:  true 
04-23 11:01:26:219 *** Start syncing 
04-23 11:01:26:219   ==> returning exclude file path:  "C:/Program Files (x86)/ownCloud/sync-exclude.lst" 
04-23 11:01:26:219 ==== added system ignore list to csync: "C:/Program Files (x86)/ownCloud/sync-exclude.lst" 
04-23 11:01:26:219 csync_exclude_load: Adding entry: *.filepart
04-23 11:01:26:219 csync_exclude_load: Adding entry: *~
04-23 11:01:26:219 csync_exclude_load: Adding entry: *.part
04-23 11:01:26:219 csync_exclude_load: Adding entry: *.crdownload
04-23 11:01:26:219 csync_exclude_load: Adding entry: *.unison*
04-23 11:01:26:219 csync_exclude_load: Adding entry: *csync_timedif.ctmp*
04-23 11:01:26:219 csync_exclude_load: Adding entry: .csync_journal.db
04-23 11:01:26:219 csync_exclude_load: Adding entry: .csync_journal.db.ctmp
04-23 11:01:26:219 csync_exclude_load: Adding entry: .*.sw?
04-23 11:01:26:219 csync_exclude_load: Adding entry: .*.*sw?
04-23 11:01:26:219 csync_exclude_load: Adding entry: ].csync-progressdatabase
04-23 11:01:26:219 csync_exclude_load: Adding entry: ].DS_Store
04-23 11:01:26:219 csync_exclude_load: Adding entry: ].ds_store
04-23 11:01:26:219 csync_exclude_load: Adding entry: ]Thumbs.db
04-23 11:01:26:219 csync_exclude_load: Adding entry: desktop.ini
04-23 11:01:26:219 csync_exclude_load: Adding entry: *.kate-swp
04-23 11:01:26:219 csync_exclude_load: Adding entry: *_conflict-*
04-23 11:01:26:219 csync_exclude_load: Adding entry: ]*.~*
04-23 11:01:26:219 csync_exclude_load: Adding entry: ].TemporaryItems
04-23 11:01:26:219 csync_exclude_load: Adding entry: ].Trashes
04-23 11:01:26:219 csync_exclude_load: Adding entry: ].DocumentRevisions-V100
04-23 11:01:26:219 csync_exclude_load: Adding entry: .fseventd
04-23 11:01:26:219 csync_exclude_load: Adding entry: .apdisk
04-23 11:01:26:219 csync_exclude_load: Adding entry: .htaccess
04-23 11:01:26:219 csync_exclude_load: Adding entry: ]Icon\r*
04-23 11:01:26:219 csync_exclude_load: Adding entry: ~$*
04-23 11:01:26:219 csync_exclude_load: Adding entry: .~lock.*
04-23 11:01:26:219 csync_exclude_load: Adding entry: ~*.tmp
04-23 11:01:26:219   ==> returning exclude file path:  "C:/Users/Bob/AppData/Local/ownCloud/sync-exclude.lst" 
04-23 11:01:26:219 ==== added user defined ignore list to csync: "C:/Users/Bob/AppData/Local/ownCloud/sync-exclude.lst" 
04-23 11:01:26:219  QUrl( "http://192.168.1.70/owncloud/remote.php/webdav/" )  
04-23 11:01:26:219 >===================================== sync started for  "ownCloud" 
04-23 11:01:26:235 void Mirall::CSyncThread::startSync() Sync started 
04-23 11:01:26:235 starting to sync  QThread(0x44602a0) QThread(0x7e646f0) 
04-23 11:01:26:235 No database Transaction to commit 
04-23 11:01:26:235 =====sync DB has only 34 items, enable recursive PROPFIND if csync supports it 
04-23 11:01:26:235 #### Update start #################################################### >> 
04-23 11:01:26:235 csync_update: Journal: C:\Users\Bob\Desktop\70ser72/.csync_journal.db
04-23 11:01:26:235 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/.owncloudsync.log: 58915
04-23 11:01:26:235 csync_ftw: Uniq ID from Database: .owncloudsync.log -> 534eb8a7add49
04-23 11:01:26:235 csync_walker: file: C:\Users\Bob\Desktop\70ser72/.owncloudsync.log
04-23 11:01:26:235 _csync_detect_update: ==> file: .owncloudsync.log - hash 16794499769807579195, mtime: 1397667483, fileId: 00006176oce89f74938f
04-23 11:01:26:235 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7add49 <-> 534eb8a7add49, inode: 58915 <-> 58915
04-23 11:01:26:251 _csync_detect_update: file: .owncloudsync.log, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:251 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/activity: 59178
04-23 11:01:26:251 csync_ftw: Uniq ID from Database: activity -> 534eb8a7aec66
04-23 11:01:26:251 csync_walker: file: C:\Users\Bob\Desktop\70ser72/activity
04-23 11:01:26:251 _csync_detect_update: ==> file: activity - hash 560977365676801131, mtime: 1397667483, fileId: 00006181oce89f74938f
04-23 11:01:26:251 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7aec66 <-> 534eb8a7aec66, inode: 59178 <-> 59178
04-23 11:01:26:251 _csync_detect_update: file: activity, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:251 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/Capture1.PNG: 58932
04-23 11:01:26:251 csync_ftw: Uniq ID from Database: Capture1.PNG -> 534eb8a7b01f5
04-23 11:01:26:251 csync_walker: file: C:\Users\Bob\Desktop\70ser72/Capture1.PNG
04-23 11:01:26:251 _csync_detect_update: ==> file: Capture1.PNG - hash 3959909002029243018, mtime: 1397667484, fileId: 00006188oce89f74938f
04-23 11:01:26:251 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b01f5 <-> 534eb8a7b01f5, inode: 58932 <-> 58932
04-23 11:01:26:251 _csync_detect_update: file: Capture1.PNG, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:251 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/documents: 59177
04-23 11:01:26:251 csync_ftw: Uniq ID from Database: documents -> 53500fc9d9453
04-23 11:01:26:251 csync_walker: directory: C:\Users\Bob\Desktop\70ser72/documents
04-23 11:01:26:251 _csync_detect_update: ==> file: documents - hash 1268332642954866308, mtime: 1398265169, fileId: 00006180oce89f74938f
04-23 11:01:26:251 _csync_detect_update: Database entry found, compare: 1398265169 <-> 1397755849, etag: 53500fc9d9453 <-> 53500fc9d9453, inode: 59177 <-> 59177
04-23 11:01:26:251 _csync_detect_update: file: documents, instruction: INSTRUCTION_EVAL <<=
04-23 11:01:26:251 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/documents/.owncloudsync.log: 59179
04-23 11:01:26:251 csync_ftw: Uniq ID from Database: documents/.owncloudsync.log -> 53500fc9d7c1e
04-23 11:01:26:266 csync_walker: file: C:\Users\Bob\Desktop\70ser72/documents/.owncloudsync.log
04-23 11:01:26:266 _csync_detect_update: ==> file: documents/.owncloudsync.log - hash 14373403699726436016, mtime: 1397755610, fileId: 00006281oce89f74938f
04-23 11:01:26:266 _csync_detect_update: Database entry found, compare: 1397755610 <-> 1397755610, etag: 53500fc9d7c1e <-> 53500fc9d7c1e, inode: 59179 <-> 59179
04-23 11:01:26:266 _csync_detect_update: file: documents/.owncloudsync.log, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:266 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/documents/example.odt: 59180
04-23 11:01:26:266 csync_ftw: Uniq ID from Database: documents/example.odt -> 534eb8a7b1b8d
04-23 11:01:26:266 csync_walker: file: C:\Users\Bob\Desktop\70ser72/documents/example.odt
04-23 11:01:26:266 _csync_detect_update: ==> file: documents/example.odt - hash 8512981156564550560, mtime: 1397667483, fileId: 00006194oce89f74938f
04-23 11:01:26:266 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7b1b8d <-> 534eb8a7b1b8d, inode: 59180 <-> 59180
04-23 11:01:26:266 _csync_detect_update: file: documents/example.odt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:266 csync_ftw:  <= Closing walk for C:\Users\Bob\Desktop\70ser72/documents with read_from_db 0
04-23 11:01:26:266 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/empty.txt: 59183
04-23 11:01:26:266 csync_ftw: Uniq ID from Database: empty.txt -> 534eb8a7ad0f8
04-23 11:01:26:266 csync_walker: file: C:\Users\Bob\Desktop\70ser72/empty.txt
04-23 11:01:26:266 _csync_detect_update: ==> file: empty.txt - hash 5376626091945269639, mtime: 1397667483, fileId: 00006172oce89f74938f
04-23 11:01:26:266 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ad0f8 <-> 534eb8a7ad0f8, inode: 59183 <-> 59183
04-23 11:01:26:266 _csync_detect_update: file: empty.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:266 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/file for tests (2).txt: 59182
04-23 11:01:26:266 csync_ftw: Uniq ID from Database: file for tests (2).txt -> 534eb8a7ada4b
04-23 11:01:26:282 csync_walker: file: C:\Users\Bob\Desktop\70ser72/file for tests (2).txt
04-23 11:01:26:282 _csync_detect_update: ==> file: file for tests (2).txt - hash 15430091498923168113, mtime: 1397667483, fileId: 00006175oce89f74938f
04-23 11:01:26:282 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ada4b <-> 534eb8a7ada4b, inode: 59182 <-> 59182
04-23 11:01:26:282 _csync_detect_update: file: file for tests (2).txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:282 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/file for tests.txt: 59184
04-23 11:01:26:282 csync_ftw: Uniq ID from Database: file for tests.txt -> 534eb8a7b0e15
04-23 11:01:26:282 csync_walker: file: C:\Users\Bob\Desktop\70ser72/file for tests.txt
04-23 11:01:26:282 _csync_detect_update: ==> file: file for tests.txt - hash 388035248182210207, mtime: 1397667484, fileId: 00006192oce89f74938f
04-23 11:01:26:282 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b0e15 <-> 534eb8a7b0e15, inode: 59184 <-> 59184
04-23 11:01:26:282 _csync_detect_update: file: file for tests.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:282 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/file1.txt: 59185
04-23 11:01:26:282 csync_ftw: Uniq ID from Database: file1.txt -> 534eb8a7ac7bc
04-23 11:01:26:282 csync_walker: file: C:\Users\Bob\Desktop\70ser72/file1.txt
04-23 11:01:26:282 _csync_detect_update: ==> file: file1.txt - hash 17519439082779602490, mtime: 1397667483, fileId: 00006169oce89f74938f
04-23 11:01:26:282 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ac7bc <-> 534eb8a7ac7bc, inode: 59185 <-> 59185
04-23 11:01:26:282 _csync_detect_update: file: file1.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:282 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/file2.txt: 59186
04-23 11:01:26:282 csync_ftw: Uniq ID from Database: file2.txt -> 534eb8a7ac425
04-23 11:01:26:282 csync_walker: file: C:\Users\Bob\Desktop\70ser72/file2.txt
04-23 11:01:26:282 _csync_detect_update: ==> file: file2.txt - hash 16646583389193237927, mtime: 1397667483, fileId: 00006168oce89f74938f
04-23 11:01:26:282 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ac425 <-> 534eb8a7ac425, inode: 59186 <-> 59186
04-23 11:01:26:297 _csync_detect_update: file: file2.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:297 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/Firewall.pdf: 59031
04-23 11:01:26:297 csync_ftw: Uniq ID from Database: Firewall.pdf -> 534eb8a7b083b
04-23 11:01:26:297 csync_walker: file: C:\Users\Bob\Desktop\70ser72/Firewall.pdf
04-23 11:01:26:297 _csync_detect_update: ==> file: Firewall.pdf - hash 5689195003410013685, mtime: 1397667484, fileId: 00006190oce89f74938f
04-23 11:01:26:297 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b083b <-> 534eb8a7b083b, inode: 59031 <-> 59031
04-23 11:01:26:297 _csync_detect_update: file: Firewall.pdf, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:297 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/Lab.txt: 59057
04-23 11:01:26:297 csync_ftw: Uniq ID from Database: Lab.txt -> 534eb8a7ae02e
04-23 11:01:26:297 csync_walker: file: C:\Users\Bob\Desktop\70ser72/Lab.txt
04-23 11:01:26:297 _csync_detect_update: ==> file: Lab.txt - hash 10837640487398902838, mtime: 1397667483, fileId: 00006177oce89f74938f
04-23 11:01:26:297 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ae02e <-> 534eb8a7ae02e, inode: 59057 <-> 59057
04-23 11:01:26:297 _csync_detect_update: file: Lab.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:297 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/log: 59188
04-23 11:01:26:297 csync_ftw: Uniq ID from Database: log -> 534eb8a7acdde
04-23 11:01:26:297 csync_walker: file: C:\Users\Bob\Desktop\70ser72/log
04-23 11:01:26:297 _csync_detect_update: ==> file: log - hash 5811985902655777371, mtime: 1397667483, fileId: 00006171oce89f74938f
04-23 11:01:26:297 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7acdde <-> 534eb8a7acdde, inode: 59188 <-> 59188
04-23 11:01:26:297 _csync_detect_update: file: log, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:297 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/logan.txt: 59189
04-23 11:01:26:313 csync_ftw: Uniq ID from Database: logan.txt -> 534eb8a7ad729
04-23 11:01:26:313 csync_walker: file: C:\Users\Bob\Desktop\70ser72/logan.txt
04-23 11:01:26:313 _csync_detect_update: ==> file: logan.txt - hash 418069199118526679, mtime: 1397667483, fileId: 00006174oce89f74938f
04-23 11:01:26:313 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ad729 <-> 534eb8a7ad729, inode: 59189 <-> 59189
04-23 11:01:26:313 _csync_detect_update: file: logan.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:313 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/MBS.ova: 59141
04-23 11:01:26:313 csync_ftw: Uniq ID from Database: MBS.ova -> 534eb8a7b110b
04-23 11:01:26:313 csync_walker: file: C:\Users\Bob\Desktop\70ser72/MBS.ova
04-23 11:01:26:313 _csync_detect_update: ==> file: MBS.ova - hash 4768373775108544902, mtime: 1397667506, fileId: 00006193oce89f74938f
04-23 11:01:26:313 _csync_detect_update: Database entry found, compare: 1397667506 <-> 1397667506, etag: 534eb8a7b110b <-> 534eb8a7b110b, inode: 59141 <-> 59141
04-23 11:01:26:313 _csync_detect_update: file: MBS.ova, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:313 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/MT.jpg: 59169
04-23 11:01:26:313 csync_ftw: Uniq ID from Database: MT.jpg -> 534eb8a7af599
04-23 11:01:26:313 csync_walker: file: C:\Users\Bob\Desktop\70ser72/MT.jpg
04-23 11:01:26:313 _csync_detect_update: ==> file: MT.jpg - hash 16357523822309159936, mtime: 1397667484, fileId: 00006184oce89f74938f
04-23 11:01:26:313 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7af599 <-> 534eb8a7af599, inode: 59169 <-> 59169
04-23 11:01:26:313 _csync_detect_update: file: MT.jpg, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:313 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/New Document.odt: 59170
04-23 11:01:26:313 csync_ftw: Uniq ID from Database: New Document.odt -> 534eb8a7ae337
04-23 11:01:26:313 csync_walker: file: C:\Users\Bob\Desktop\70ser72/New Document.odt
04-23 11:01:26:329 _csync_detect_update: ==> file: New Document.odt - hash 8894155489277021909, mtime: 1397667483, fileId: 00006178oce89f74938f
04-23 11:01:26:329 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ae337 <-> 534eb8a7ae337, inode: 59170 <-> 59170
04-23 11:01:26:329 _csync_detect_update: file: New Document.odt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:329 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/New Text Document.txt: 59171
04-23 11:01:26:329 csync_ftw: Uniq ID from Database: New Text Document.txt -> 534eb8a7afbad
04-23 11:01:26:329 csync_walker: file: C:\Users\Bob\Desktop\70ser72/New Text Document.txt
04-23 11:01:26:329 _csync_detect_update: ==> file: New Text Document.txt - hash 16677421654382775631, mtime: 1397667484, fileId: 00006186oce89f74938f
04-23 11:01:26:329 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7afbad <-> 534eb8a7afbad, inode: 59171 <-> 59171
04-23 11:01:26:329 _csync_detect_update: file: New Text Document.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:329 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/ownCloudUserManual.pdf: 59190
04-23 11:01:26:329 csync_ftw: Uniq ID from Database: ownCloudUserManual.pdf -> 534eb8a7ad401
04-23 11:01:26:329 csync_walker: file: C:\Users\Bob\Desktop\70ser72/ownCloudUserManual.pdf
04-23 11:01:26:329 _csync_detect_update: ==> file: ownCloudUserManual.pdf - hash 14809778361176994358, mtime: 1397667483, fileId: 00006173oce89f74938f
04-23 11:01:26:329 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ad401 <-> 534eb8a7ad401, inode: 59190 <-> 59190
04-23 11:01:26:329 _csync_detect_update: file: ownCloudUserManual.pdf, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:329 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/Screen Shot 2014-04-03 at 1.11.52 PM.png: 59172
04-23 11:01:26:329 csync_ftw: Uniq ID from Database: Screen Shot 2014-04-03 at 1.11.52 PM.png -> 534eb8a7afea4
04-23 11:01:26:329 csync_walker: file: C:\Users\Bob\Desktop\70ser72/Screen Shot 2014-04-03 at 1.11.52 PM.png
04-23 11:01:26:329 _csync_detect_update: ==> file: Screen Shot 2014-04-03 at 1.11.52 PM.png - hash 14932102524230970023, mtime: 1397667484, fileId: 00006187oce89f74938f
04-23 11:01:26:329 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7afea4 <-> 534eb8a7afea4, inode: 59172 <-> 59172
04-23 11:01:26:344 _csync_detect_update: file: Screen Shot 2014-04-03 at 1.11.52 PM.png, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:344 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/Shared: 59173
04-23 11:01:26:344 csync_ftw: Uniq ID from Database: Shared -> 5357d619da8c6
04-23 11:01:26:344 csync_walker: directory: C:\Users\Bob\Desktop\70ser72/Shared
04-23 11:01:26:344 _csync_detect_update: ==> file: Shared - hash 7772379496350463016, mtime: 1398265168, fileId: -0000001oce89f74938f
04-23 11:01:26:344 _csync_detect_update: Database entry found, compare: 1398265168 <-> 1397755406, etag: 5357d619da8c6 <-> 5357d619da8c6, inode: 59173 <-> 59173
04-23 11:01:26:344 _csync_detect_update: file: Shared, instruction: INSTRUCTION_EVAL <<=
04-23 11:01:26:344 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/Shared/keys.xlsx: 59174
04-23 11:01:26:344 csync_ftw: Uniq ID from Database: Shared/keys.xlsx -> 534eb8a734a24
04-23 11:01:26:344 csync_walker: file: C:\Users\Bob\Desktop\70ser72/Shared/keys.xlsx
04-23 11:01:26:344 _csync_detect_update: ==> file: Shared/keys.xlsx - hash 3419736079307953971, mtime: 1397667483, fileId: 00000008oce89f74938f
04-23 11:01:26:344 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a734a24 <-> 534eb8a734a24, inode: 59174 <-> 59174
04-23 11:01:26:344 _csync_detect_update: file: Shared/keys.xlsx, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:344 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/Shared/test.txt: 59175
04-23 11:01:26:344 csync_ftw: Uniq ID from Database: Shared/test.txt -> 534eb72e27faa
04-23 11:01:26:344 csync_walker: file: C:\Users\Bob\Desktop\70ser72/Shared/test.txt
04-23 11:01:26:344 _csync_detect_update: ==> file: Shared/test.txt - hash 9245394529108563844, mtime: 1398265273, fileId: 00003200oce89f74938f
04-23 11:01:26:344 _csync_detect_update: Database entry found, compare: 1398265273 <-> 1397667510, etag: 534eb72e27faa <-> 534eb72e27faa, inode: 59175 <-> 59175
04-23 11:01:26:344 _csync_detect_update: file: Shared/test.txt, instruction: INSTRUCTION_EVAL <<=
04-23 11:01:26:344 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/Shared/test2.txt: 59176
04-23 11:01:26:360 csync_ftw: Uniq ID from Database: Shared/test2.txt -> 53500e0eaed15
04-23 11:01:26:360 csync_walker: file: C:\Users\Bob\Desktop\70ser72/Shared/test2.txt
04-23 11:01:26:360 _csync_detect_update: ==> file: Shared/test2.txt - hash 16520221894343573167, mtime: 1397755406, fileId: 00006280oce89f74938f
04-23 11:01:26:360 _csync_detect_update: Database entry found, compare: 1397755406 <-> 1397755406, etag: 53500e0eaed15 <-> 53500e0eaed15, inode: 59176 <-> 59176
04-23 11:01:26:360 _csync_detect_update: file: Shared/test2.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:360 csync_ftw:  <= Closing walk for C:\Users\Bob\Desktop\70ser72/Shared with read_from_db 0
04-23 11:01:26:360 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/test download: 59191
04-23 11:01:26:360 csync_ftw: Uniq ID from Database: test download -> 534eb8a7af8a6
04-23 11:01:26:360 csync_walker: directory: C:\Users\Bob\Desktop\70ser72/test download
04-23 11:01:26:360 _csync_detect_update: ==> file: test download - hash 702911023482673780, mtime: 1398265173, fileId: 00006185oce89f74938f
04-23 11:01:26:360 _csync_detect_update: Database entry found, compare: 1398265173 <-> 1397667484, etag: 534eb8a7af8a6 <-> 534eb8a7af8a6, inode: 59191 <-> 59191
04-23 11:01:26:360 _csync_detect_update: file: test download, instruction: INSTRUCTION_EVAL <<=
04-23 11:01:26:360 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/test download/Lab.txt: 59192
04-23 11:01:26:360 csync_ftw: Uniq ID from Database: test download/Lab.txt -> 534eb8a7b29f0
04-23 11:01:26:360 csync_walker: file: C:\Users\Bob\Desktop\70ser72/test download/Lab.txt
04-23 11:01:26:360 _csync_detect_update: ==> file: test download/Lab.txt - hash 13246495969046350453, mtime: 1397667484, fileId: 00006196oce89f74938f
04-23 11:01:26:360 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b29f0 <-> 534eb8a7b29f0, inode: 59192 <-> 59192
04-23 11:01:26:360 _csync_detect_update: file: test download/Lab.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:360 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/test download/share.php: 59193
04-23 11:01:26:375 csync_ftw: Uniq ID from Database: test download/share.php -> 534eb8a7b2664
04-23 11:01:26:375 csync_walker: file: C:\Users\Bob\Desktop\70ser72/test download/share.php
04-23 11:01:26:375 _csync_detect_update: ==> file: test download/share.php - hash 2836067927180271297, mtime: 1397667484, fileId: 00006195oce89f74938f
04-23 11:01:26:375 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b2664 <-> 534eb8a7b2664, inode: 59193 <-> 59193
04-23 11:01:26:375 _csync_detect_update: file: test download/share.php, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:375 csync_ftw:  <= Closing walk for C:\Users\Bob\Desktop\70ser72/test download with read_from_db 0
04-23 11:01:26:375 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/test.txt: 59197
04-23 11:01:26:375 csync_ftw: Uniq ID from Database: test.txt -> 534eb8a7b0b38
04-23 11:01:26:375 csync_walker: file: C:\Users\Bob\Desktop\70ser72/test.txt
04-23 11:01:26:375 _csync_detect_update: ==> file: test.txt - hash 13168352483614525317, mtime: 1397667484, fileId: 00006191oce89f74938f
04-23 11:01:26:375 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b0b38 <-> 534eb8a7b0b38, inode: 59197 <-> 59197
04-23 11:01:26:375 _csync_detect_update: file: test.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:375 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/test12.txt: 59195
04-23 11:01:26:375 csync_ftw: Uniq ID from Database: test12.txt -> 534eb8a7b0517
04-23 11:01:26:375 csync_walker: file: C:\Users\Bob\Desktop\70ser72/test12.txt
04-23 11:01:26:375 _csync_detect_update: ==> file: test12.txt - hash 4254233055018401423, mtime: 1397667484, fileId: 00006189oce89f74938f
04-23 11:01:26:375 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b0517 <-> 534eb8a7b0517, inode: 59195 <-> 59195
04-23 11:01:26:375 _csync_detect_update: file: test12.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:375 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/text.txt: 59198
04-23 11:01:26:375 csync_ftw: Uniq ID from Database: text.txt -> 534eb8a7acacc
04-23 11:01:26:391 csync_walker: file: C:\Users\Bob\Desktop\70ser72/text.txt
04-23 11:01:26:391 _csync_detect_update: ==> file: text.txt - hash 13488559358600384291, mtime: 1397667483, fileId: 00006170oce89f74938f
04-23 11:01:26:391 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7acacc <-> 534eb8a7acacc, inode: 59198 <-> 59198
04-23 11:01:26:391 _csync_detect_update: file: text.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:391 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/time.txt: 59199
04-23 11:01:26:391 csync_ftw: Uniq ID from Database: time.txt -> 534eb8a7ae651
04-23 11:01:26:391 csync_walker: file: C:\Users\Bob\Desktop\70ser72/time.txt
04-23 11:01:26:391 _csync_detect_update: ==> file: time.txt - hash 17893531795255176366, mtime: 1397667483, fileId: 00006179oce89f74938f
04-23 11:01:26:391 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ae651 <-> 534eb8a7ae651, inode: 59199 <-> 59199
04-23 11:01:26:391 _csync_detect_update: file: time.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:391 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/time2.txt: 59200
04-23 11:01:26:391 csync_ftw: Uniq ID from Database: time2.txt -> 534eb8a7af27a
04-23 11:01:26:391 csync_walker: file: C:\Users\Bob\Desktop\70ser72/time2.txt
04-23 11:01:26:391 _csync_detect_update: ==> file: time2.txt - hash 12763330280959153831, mtime: 1397667483, fileId: 00006183oce89f74938f
04-23 11:01:26:391 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7af27a <-> 534eb8a7af27a, inode: 59200 <-> 59200
04-23 11:01:26:391 _csync_detect_update: file: time2.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:391 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/??.txt.txt: 59203
04-23 11:01:26:391 csync_ftw: Uniq ID from Database: ??.txt.txt -> 534eb8a7aef5e
04-23 11:01:26:391 csync_walker: file: C:\Users\Bob\Desktop\70ser72/??.txt.txt
04-23 11:01:26:391 _csync_detect_update: ==> file: ??.txt.txt - hash 15572977192295357976, mtime: 1397667483, fileId: 00006182oce89f74938f
04-23 11:01:26:391 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7aef5e <-> 534eb8a7aef5e, inode: 59203 <-> 59203
04-23 11:01:26:407 _csync_detect_update: file: ??.txt.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:407 csync_ftw:  <= Closing walk for C:\Users\Bob\Desktop\70ser72 with read_from_db 0
04-23 11:01:26:407 csync_update: Update detection for local replica took 0.17 seconds walking 34 files.
04-23 11:01:26:407 oc_module: opendir method called on owncloud://192.168.1.70/owncloud/remote.php/webdav
04-23 11:01:26:407 oc_module: * scheme owncloud
04-23 11:01:26:407 oc_module: * host 192.168.1.70
04-23 11:01:26:407 oc_module: * port 0
04-23 11:01:26:407 oc_module: * path /owncloud/remote.php/webdav
04-23 11:01:26:407 oc_module: * user 
04-23 11:01:26:407 oc_module: No proxy configured.
04-23 11:01:26:485 oc_module: Simple propfind result code 207.
04-23 11:01:26:485 oc_module: opendir returning handle 06e18380 (count=28)
04-23 11:01:26:485 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/Shared called
04-23 11:01:26:485 csync_walker: directory: owncloud://192.168.1.70/owncloud/remote.php/webdav/Shared
04-23 11:01:26:485 _csync_detect_update: ==> file: Shared - hash 7772379496350463016, mtime: 1397755406, fileId: -0000001oce89f74938f
04-23 11:01:26:485 _csync_detect_update: Database entry found, compare: 1397755406 <-> 1397755406, etag: 5357d619da8c6 <-> 5357d619da8c6, inode: 0 <-> 59173
04-23 11:01:26:485 _csync_detect_update: Reading from database: Shared
04-23 11:01:26:485 _csync_detect_update: file: Shared, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:485 csync_vio_opendir: Reading directory owncloud://192.168.1.70/owncloud/remote.php/webdav/Shared from database
04-23 11:01:26:485 csync_statedb_get_below_path: SQL: SELECT phash, path, inode, uid, gid, mode, modtime, type, md5, fileid FROM metadata WHERE path LIKE('Shared/%')
04-23 11:01:26:485 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/Shared/keys.xlsx
04-23 11:01:26:485 _csync_detect_update: ==> file: Shared/keys.xlsx - hash 3419736079307953971, mtime: 1397667483, fileId: 00000008oce89f74938f
04-23 11:01:26:485 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a734a24 <-> 534eb8a734a24, inode: 59174 <-> 59174
04-23 11:01:26:500 _csync_detect_update: file: Shared/keys.xlsx, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:500 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/Shared/test.txt
04-23 11:01:26:500 _csync_detect_update: ==> file: Shared/test.txt - hash 9245394529108563844, mtime: 1397667510, fileId: 00003200oce89f74938f
04-23 11:01:26:500 _csync_detect_update: Database entry found, compare: 1397667510 <-> 1397667510, etag: 534eb72e27faa <-> 534eb72e27faa, inode: 59175 <-> 59175
04-23 11:01:26:500 _csync_detect_update: file: Shared/test.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:500 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/Shared/test2.txt
04-23 11:01:26:500 _csync_detect_update: ==> file: Shared/test2.txt - hash 16520221894343573167, mtime: 1397755406, fileId: 00006280oce89f74938f
04-23 11:01:26:500 _csync_detect_update: Database entry found, compare: 1397755406 <-> 1397755406, etag: 53500e0eaed15 <-> 53500e0eaed15, inode: 59176 <-> 59176
04-23 11:01:26:500 _csync_detect_update: file: Shared/test2.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:500 csync_ftw:  <= Closing walk for owncloud://192.168.1.70/owncloud/remote.php/webdav/Shared with read_from_db 1
04-23 11:01:26:500 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/??.txt.txt called
04-23 11:01:26:500 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/??.txt.txt
04-23 11:01:26:500 _csync_detect_update: ==> file: ??.txt.txt - hash 15572977192295357976, mtime: 1397667483, fileId: 00006182oce89f74938f
04-23 11:01:26:500 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7aef5e <-> 534eb8a7aef5e, inode: 0 <-> 59203
04-23 11:01:26:500 _csync_detect_update: file: ??.txt.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:500 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/time2.txt called
04-23 11:01:26:500 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/time2.txt
04-23 11:01:26:500 _csync_detect_update: ==> file: time2.txt - hash 12763330280959153831, mtime: 1397667483, fileId: 00006183oce89f74938f
04-23 11:01:26:500 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7af27a <-> 534eb8a7af27a, inode: 0 <-> 59200
04-23 11:01:26:500 _csync_detect_update: file: time2.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:500 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/time.txt called
04-23 11:01:26:516 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/time.txt
04-23 11:01:26:516 _csync_detect_update: ==> file: time.txt - hash 17893531795255176366, mtime: 1397667483, fileId: 00006179oce89f74938f
04-23 11:01:26:516 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ae651 <-> 534eb8a7ae651, inode: 0 <-> 59199
04-23 11:01:26:516 _csync_detect_update: file: time.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:516 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/text.txt called
04-23 11:01:26:516 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/text.txt
04-23 11:01:26:516 _csync_detect_update: ==> file: text.txt - hash 13488559358600384291, mtime: 1397667483, fileId: 00006170oce89f74938f
04-23 11:01:26:516 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7acacc <-> 534eb8a7acacc, inode: 0 <-> 59198
04-23 11:01:26:516 _csync_detect_update: file: text.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:516 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/test12.txt called
04-23 11:01:26:516 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/test12.txt
04-23 11:01:26:516 _csync_detect_update: ==> file: test12.txt - hash 4254233055018401423, mtime: 1397667484, fileId: 00006189oce89f74938f
04-23 11:01:26:516 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b0517 <-> 534eb8a7b0517, inode: 0 <-> 59195
04-23 11:01:26:516 _csync_detect_update: file: test12.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:516 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/test.txt called
04-23 11:01:26:516 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/test.txt
04-23 11:01:26:516 _csync_detect_update: ==> file: test.txt - hash 13168352483614525317, mtime: 1397667484, fileId: 00006191oce89f74938f
04-23 11:01:26:516 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b0b38 <-> 534eb8a7b0b38, inode: 0 <-> 59197
04-23 11:01:26:516 _csync_detect_update: file: test.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:516 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/test download called
04-23 11:01:26:516 csync_walker: directory: owncloud://192.168.1.70/owncloud/remote.php/webdav/test download
04-23 11:01:26:531 _csync_detect_update: ==> file: test download - hash 702911023482673780, mtime: 1397667484, fileId: 00006185oce89f74938f
04-23 11:01:26:531 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7af8a6 <-> 534eb8a7af8a6, inode: 0 <-> 59191
04-23 11:01:26:531 _csync_detect_update: Reading from database: test download
04-23 11:01:26:531 _csync_detect_update: file: test download, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:531 csync_vio_opendir: Reading directory owncloud://192.168.1.70/owncloud/remote.php/webdav/test download from database
04-23 11:01:26:531 csync_statedb_get_below_path: SQL: SELECT phash, path, inode, uid, gid, mode, modtime, type, md5, fileid FROM metadata WHERE path LIKE('test download/%')
04-23 11:01:26:531 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/test download/Lab.txt
04-23 11:01:26:531 _csync_detect_update: ==> file: test download/Lab.txt - hash 13246495969046350453, mtime: 1397667484, fileId: 00006196oce89f74938f
04-23 11:01:26:531 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b29f0 <-> 534eb8a7b29f0, inode: 59192 <-> 59192
04-23 11:01:26:531 _csync_detect_update: file: test download/Lab.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:531 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/test download/share.php
04-23 11:01:26:531 _csync_detect_update: ==> file: test download/share.php - hash 2836067927180271297, mtime: 1397667484, fileId: 00006195oce89f74938f
04-23 11:01:26:531 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b2664 <-> 534eb8a7b2664, inode: 59193 <-> 59193
04-23 11:01:26:531 _csync_detect_update: file: test download/share.php, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:531 csync_ftw:  <= Closing walk for owncloud://192.168.1.70/owncloud/remote.php/webdav/test download with read_from_db 1
04-23 11:01:26:531 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/Screen Shot 2014-04-03 at 1.11.52 PM.png called
04-23 11:01:26:531 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/Screen Shot 2014-04-03 at 1.11.52 PM.png
04-23 11:01:26:531 _csync_detect_update: ==> file: Screen Shot 2014-04-03 at 1.11.52 PM.png - hash 14932102524230970023, mtime: 1397667484, fileId: 00006187oce89f74938f
04-23 11:01:26:531 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7afea4 <-> 534eb8a7afea4, inode: 0 <-> 59172
04-23 11:01:26:531 _csync_detect_update: file: Screen Shot 2014-04-03 at 1.11.52 PM.png, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:531 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/ownCloudUserManual.pdf called
04-23 11:01:26:547 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/ownCloudUserManual.pdf
04-23 11:01:26:547 _csync_detect_update: ==> file: ownCloudUserManual.pdf - hash 14809778361176994358, mtime: 1397667483, fileId: 00006173oce89f74938f
04-23 11:01:26:547 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ad401 <-> 534eb8a7ad401, inode: 0 <-> 59190
04-23 11:01:26:547 _csync_detect_update: file: ownCloudUserManual.pdf, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:547 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/New Text Document.txt called
04-23 11:01:26:547 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/New Text Document.txt
04-23 11:01:26:547 _csync_detect_update: ==> file: New Text Document.txt - hash 16677421654382775631, mtime: 1397667484, fileId: 00006186oce89f74938f
04-23 11:01:26:547 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7afbad <-> 534eb8a7afbad, inode: 0 <-> 59171
04-23 11:01:26:547 _csync_detect_update: file: New Text Document.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:547 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/New Document.odt called
04-23 11:01:26:547 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/New Document.odt
04-23 11:01:26:547 _csync_detect_update: ==> file: New Document.odt - hash 8894155489277021909, mtime: 1397667483, fileId: 00006178oce89f74938f
04-23 11:01:26:547 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ae337 <-> 534eb8a7ae337, inode: 0 <-> 59170
04-23 11:01:26:547 _csync_detect_update: file: New Document.odt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:547 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/MT.jpg called
04-23 11:01:26:547 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/MT.jpg
04-23 11:01:26:547 _csync_detect_update: ==> file: MT.jpg - hash 16357523822309159936, mtime: 1397667484, fileId: 00006184oce89f74938f
04-23 11:01:26:547 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7af599 <-> 534eb8a7af599, inode: 0 <-> 59169
04-23 11:01:26:547 _csync_detect_update: file: MT.jpg, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:547 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/MBS.ova called
04-23 11:01:26:563 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/MBS.ova
04-23 11:01:26:563 _csync_detect_update: ==> file: MBS.ova - hash 4768373775108544902, mtime: 1397667506, fileId: 00006193oce89f74938f
04-23 11:01:26:563 _csync_detect_update: Database entry found, compare: 1397667506 <-> 1397667506, etag: 534eb8a7b110b <-> 534eb8a7b110b, inode: 0 <-> 59141
04-23 11:01:26:563 _csync_detect_update: file: MBS.ova, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:563 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/logan.txt called
04-23 11:01:26:563 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/logan.txt
04-23 11:01:26:563 _csync_detect_update: ==> file: logan.txt - hash 418069199118526679, mtime: 1397667483, fileId: 00006174oce89f74938f
04-23 11:01:26:563 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ad729 <-> 534eb8a7ad729, inode: 0 <-> 59189
04-23 11:01:26:563 _csync_detect_update: file: logan.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:563 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/log called
04-23 11:01:26:563 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/log
04-23 11:01:26:563 _csync_detect_update: ==> file: log - hash 5811985902655777371, mtime: 1397667483, fileId: 00006171oce89f74938f
04-23 11:01:26:563 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7acdde <-> 534eb8a7acdde, inode: 0 <-> 59188
04-23 11:01:26:563 _csync_detect_update: file: log, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:563 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/Lab.txt called
04-23 11:01:26:563 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/Lab.txt
04-23 11:01:26:563 _csync_detect_update: ==> file: Lab.txt - hash 10837640487398902838, mtime: 1397667483, fileId: 00006177oce89f74938f
04-23 11:01:26:563 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ae02e <-> 534eb8a7ae02e, inode: 0 <-> 59057
04-23 11:01:26:563 _csync_detect_update: file: Lab.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:563 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/Firewall.pdf called
04-23 11:01:26:563 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/Firewall.pdf
04-23 11:01:26:563 _csync_detect_update: ==> file: Firewall.pdf - hash 5689195003410013685, mtime: 1397667484, fileId: 00006190oce89f74938f
04-23 11:01:26:578 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b083b <-> 534eb8a7b083b, inode: 0 <-> 59031
04-23 11:01:26:578 _csync_detect_update: file: Firewall.pdf, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:578 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/file2.txt called
04-23 11:01:26:578 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/file2.txt
04-23 11:01:26:578 _csync_detect_update: ==> file: file2.txt - hash 16646583389193237927, mtime: 1397667483, fileId: 00006168oce89f74938f
04-23 11:01:26:578 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ac425 <-> 534eb8a7ac425, inode: 0 <-> 59186
04-23 11:01:26:578 _csync_detect_update: file: file2.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:578 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/file1.txt called
04-23 11:01:26:578 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/file1.txt
04-23 11:01:26:578 _csync_detect_update: ==> file: file1.txt - hash 17519439082779602490, mtime: 1397667483, fileId: 00006169oce89f74938f
04-23 11:01:26:578 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ac7bc <-> 534eb8a7ac7bc, inode: 0 <-> 59185
04-23 11:01:26:578 _csync_detect_update: file: file1.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:578 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/file for tests.txt called
04-23 11:01:26:578 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/file for tests.txt
04-23 11:01:26:578 _csync_detect_update: ==> file: file for tests.txt - hash 388035248182210207, mtime: 1397667484, fileId: 00006192oce89f74938f
04-23 11:01:26:578 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b0e15 <-> 534eb8a7b0e15, inode: 0 <-> 59184
04-23 11:01:26:578 _csync_detect_update: file: file for tests.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:578 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/file for tests (2).txt called
04-23 11:01:26:578 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/file for tests (2).txt
04-23 11:01:26:578 _csync_detect_update: ==> file: file for tests (2).txt - hash 15430091498923168113, mtime: 1397667483, fileId: 00006175oce89f74938f
04-23 11:01:26:578 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ada4b <-> 534eb8a7ada4b, inode: 0 <-> 59182
04-23 11:01:26:594 _csync_detect_update: file: file for tests (2).txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:594 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/empty.txt called
04-23 11:01:26:594 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/empty.txt
04-23 11:01:26:594 _csync_detect_update: ==> file: empty.txt - hash 5376626091945269639, mtime: 1397667483, fileId: 00006172oce89f74938f
04-23 11:01:26:594 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ad0f8 <-> 534eb8a7ad0f8, inode: 0 <-> 59183
04-23 11:01:26:594 _csync_detect_update: file: empty.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:594 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/documents called
04-23 11:01:26:594 csync_walker: directory: owncloud://192.168.1.70/owncloud/remote.php/webdav/documents
04-23 11:01:26:594 _csync_detect_update: ==> file: documents - hash 1268332642954866308, mtime: 1397755849, fileId: 00006180oce89f74938f
04-23 11:01:26:594 _csync_detect_update: Database entry found, compare: 1397755849 <-> 1397755849, etag: 53500fc9d9453 <-> 53500fc9d9453, inode: 0 <-> 59177
04-23 11:01:26:594 _csync_detect_update: Reading from database: documents
04-23 11:01:26:594 _csync_detect_update: file: documents, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:594 csync_vio_opendir: Reading directory owncloud://192.168.1.70/owncloud/remote.php/webdav/documents from database
04-23 11:01:26:594 csync_statedb_get_below_path: SQL: SELECT phash, path, inode, uid, gid, mode, modtime, type, md5, fileid FROM metadata WHERE path LIKE('documents/%')
04-23 11:01:26:594 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/documents/.owncloudsync.log
04-23 11:01:26:594 _csync_detect_update: ==> file: documents/.owncloudsync.log - hash 14373403699726436016, mtime: 1397755610, fileId: 00006281oce89f74938f
04-23 11:01:26:594 _csync_detect_update: Database entry found, compare: 1397755610 <-> 1397755610, etag: 53500fc9d7c1e <-> 53500fc9d7c1e, inode: 59179 <-> 59179
04-23 11:01:26:594 _csync_detect_update: file: documents/.owncloudsync.log, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:594 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/documents/example.odt
04-23 11:01:26:594 _csync_detect_update: ==> file: documents/example.odt - hash 8512981156564550560, mtime: 1397667483, fileId: 00006194oce89f74938f
04-23 11:01:26:609 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7b1b8d <-> 534eb8a7b1b8d, inode: 59180 <-> 59180
04-23 11:01:26:609 _csync_detect_update: file: documents/example.odt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:609 csync_ftw:  <= Closing walk for owncloud://192.168.1.70/owncloud/remote.php/webdav/documents with read_from_db 1
04-23 11:01:26:609 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/Capture1.PNG called
04-23 11:01:26:609 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/Capture1.PNG
04-23 11:01:26:609 _csync_detect_update: ==> file: Capture1.PNG - hash 3959909002029243018, mtime: 1397667484, fileId: 00006188oce89f74938f
04-23 11:01:26:609 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b01f5 <-> 534eb8a7b01f5, inode: 0 <-> 58932
04-23 11:01:26:609 _csync_detect_update: file: Capture1.PNG, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:609 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/activity called
04-23 11:01:26:609 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/activity
04-23 11:01:26:609 _csync_detect_update: ==> file: activity - hash 560977365676801131, mtime: 1397667483, fileId: 00006181oce89f74938f
04-23 11:01:26:609 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7aec66 <-> 534eb8a7aec66, inode: 0 <-> 59178
04-23 11:01:26:609 _csync_detect_update: file: activity, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:609 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/.owncloudsync.log called
04-23 11:01:26:609 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/.owncloudsync.log
04-23 11:01:26:609 _csync_detect_update: ==> file: .owncloudsync.log - hash 16794499769807579195, mtime: 1397667483, fileId: 00006176oce89f74938f
04-23 11:01:26:609 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7add49 <-> 534eb8a7add49, inode: 0 <-> 58915
04-23 11:01:26:609 _csync_detect_update: file: .owncloudsync.log, instruction: INSTRUCTION_NONE <<=
04-23 11:01:26:609 oc_module: closedir method called 06e18380!
04-23 11:01:26:609 csync_ftw:  <= Closing walk for owncloud://192.168.1.70/owncloud/remote.php/webdav with read_from_db 0
04-23 11:01:26:609 csync_update: Update detection for remote replica took 0.20 seconds walking 34 files.
04-23 11:01:26:625 <<#### Update end ####################################################  381 
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: file for tests.txt
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: logan.txt
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: activity
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: test download
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: documents
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: test download/share.php
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Shared/keys.xlsx
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Capture1.PNG
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: test12.txt
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: MBS.ova
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: empty.txt
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Firewall.pdf
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: log
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_SYNC      dir: Shared
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: documents/example.odt
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: New Document.odt
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_SYNC     file: Shared/test.txt
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Lab.txt
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: time2.txt
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: test.txt
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: test download/Lab.txt
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: text.txt
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: documents/.owncloudsync.log
04-23 11:01:26:625 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: ownCloudUserManual.pdf
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Screen Shot 2014-04-03 at 1.11.52 PM.png
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: file for tests (2).txt
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: ??.txt.txt
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: MT.jpg
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Shared/test2.txt
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: file2.txt
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: New Text Document.txt
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: .owncloudsync.log
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: file1.txt
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: time.txt
04-23 11:01:26:641 csync_reconcile: Reconciliation for local replica took 0.02 seconds visiting 34 files.
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: file for tests.txt
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: logan.txt
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: activity
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: test download
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: documents
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: test download/share.php
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Shared/keys.xlsx
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Capture1.PNG
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: test12.txt
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: MBS.ova
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: empty.txt
04-23 11:01:26:641 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Firewall.pdf
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: log
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: Shared
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: documents/example.odt
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: New Document.odt
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Shared/test.txt
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Lab.txt
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: time2.txt
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: test.txt
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: test download/Lab.txt
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: text.txt
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: documents/.owncloudsync.log
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: ownCloudUserManual.pdf
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Screen Shot 2014-04-03 at 1.11.52 PM.png
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: file for tests (2).txt
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: ??.txt.txt
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: MT.jpg
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Shared/test2.txt
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: file2.txt
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: New Text Document.txt
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: .owncloudsync.log
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: file1.txt
04-23 11:01:26:656 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: time.txt
04-23 11:01:26:656 csync_reconcile: Reconciliation for remote replica took 0.02 seconds visiting 34 files.
04-23 11:01:26:672 Transaction Start  "checkConnect" 
04-23 11:01:26:672 Columns in the current journal:  ("phash", "pathlen", "path", "inode", "uid", "gid", "mode", "modtime", "type", "md5", "fileid") 
04-23 11:01:26:672     * csync thread started 
04-23 11:01:26:672 Folder in overallStatus Message:  Mirall::Folder(0x6d27f68)  with name  "ownCloud" 
04-23 11:01:26:672 Sync state changed for folder  "ownCloud" :  "Sync Running" 
04-23 11:01:26:672 SocketApi:  Sync state changed 
04-23 11:01:26:672 SocketApi:  Broadcasting to 0 listeners:  "UPDATE_VIEW" 
04-23 11:01:26:672 folder is sync enabled:  true 
04-23 11:01:26:672  N------N Network Limits changed! 
04-23 11:01:26:672 "INSERT OR REPLACE INTO metadata (phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5, fileid) VALUES ( ? , ?, ? , ? , ? , ? , ?,  ? , ? , ?, ? )" 7772379496350463016 6 "Shared" 59173 0 0 0 "1398265168" "2" "5357d619da8c6" "-0000001oce89f74938f" 
04-23 11:01:26:672 ** PUT request to /owncloud/remote.php/webdav/Shared/test.txt 
04-23 11:01:26:672    hbf_splitlist block_size: 10485760 threshold: 10485760 st_size: 4 
04-23 11:01:26:672    hbf_splitlist num_blocks: 1 rmainder: 4 blk_size: 10485760 
04-23 11:01:26:672    hbf_splitlist created block 0   (start: 0  size: 4) 
04-23 11:01:26:672 About to upload  "Shared/test.txt"   ( ""534eb72e27faa"" 4  bytes ) 
04-23 11:01:26:672    hbf_transfer PUT request to /owncloud/remote.php/webdav/Shared/test.txt 
04-23 11:01:26:672    _hbf_dav_request Block: 0 , Start: 0 and Size: 4 
04-23 11:01:26:843 "INSERT OR REPLACE INTO downloadinfo (path, tmpfile, etag, errorcount) VALUES ( ? , ?, ? , ? )" "Shared/test.txt" "Shared/.test.txt.~4823" "534eb72e27faa" 0 
04-23 11:01:26:843 Transaction Start  "download file start" 
04-23 11:01:26:875 !!! Mirall::CheckQuotaJob created for  QUrl( "http://192.168.1.70/owncloud" )  querying "/" 
04-23 11:01:27:031 Content encoding ist <gzip> with status 200
04-23 11:01:27:109 void Mirall::CSyncThread::transferCompleted(const Mirall::SyncFileItem&) "Shared/test.txt" 2 "A file or directory was removed from a read only share, but restoring failed: Cannot remove source file" 
04-23 11:01:27:109 Transaction Start  "All Finished." 
04-23 11:01:27:140 CSync run took  896  Milliseconds 
04-23 11:01:27:140 [PROGRESS] progressed  4  bytes in  2  files  in msec  471 
04-23 11:01:27:140 -> CSync Finished slot with error  false warn count 1 
04-23 11:01:27:140 OO folder slotSyncFinished: result:  3 
04-23 11:01:27:140   ** error Strings:  ("File Shared/test.txt: A file or directory was removed from a read only share, but restoring failed: Cannot remove source file") 
04-23 11:01:27:140     * owncloud csync thread finished with error 
04-23 11:01:27:140 Folder in overallStatus Message:  Mirall::Folder(0x6d27f68)  with name  "ownCloud" 
04-23 11:01:27:155 Sync state changed for folder  "ownCloud" :  "Error" 
04-23 11:01:27:155 SocketApi:  Sync state changed 
04-23 11:01:27:155 SocketApi:  Broadcasting to 0 listeners:  "UPDATE_VIEW" 
04-23 11:01:27:155 folder is sync enabled:  true 
04-23 11:01:27:155 <===================================== sync finished for  "ownCloud" 
04-23 11:01:27:358 XX slotScheduleFolderSync: folderQueue size:  0 
04-23 11:01:54:284 * Polling "ownCloud" for changes. (time since last sync: 210 s) 
04-23 11:01:54:284 ** Force Sync now, state is  "Error" 
04-23 11:01:54:284 Schedule folder  "ownCloud"  to sync! 
04-23 11:01:56:296 XX slotScheduleFolderSync: folderQueue size:  1 
04-23 11:01:56:296 Folder in overallStatus Message:  Mirall::Folder(0x6d27f68)  with name  "ownCloud" 
04-23 11:01:56:296 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
04-23 11:01:56:296 SocketApi:  Sync state changed 
04-23 11:01:56:296 SocketApi:  Broadcasting to 0 listeners:  "UPDATE_VIEW" 
04-23 11:01:56:296 folder is sync enabled:  true 
04-23 11:01:56:296 *** Start syncing 
04-23 11:01:56:296   ==> returning exclude file path:  "C:/Program Files (x86)/ownCloud/sync-exclude.lst" 
04-23 11:01:56:296 ==== added system ignore list to csync: "C:/Program Files (x86)/ownCloud/sync-exclude.lst" 
04-23 11:01:56:296 csync_exclude_load: Adding entry: *.filepart
04-23 11:01:56:296 csync_exclude_load: Adding entry: *~
04-23 11:01:56:296 csync_exclude_load: Adding entry: *.part
04-23 11:01:56:296 csync_exclude_load: Adding entry: *.crdownload
04-23 11:01:56:296 csync_exclude_load: Adding entry: *.unison*
04-23 11:01:56:296 csync_exclude_load: Adding entry: *csync_timedif.ctmp*
04-23 11:01:56:296 csync_exclude_load: Adding entry: .csync_journal.db
04-23 11:01:56:296 csync_exclude_load: Adding entry: .csync_journal.db.ctmp
04-23 11:01:56:296 csync_exclude_load: Adding entry: .*.sw?
04-23 11:01:56:296 csync_exclude_load: Adding entry: .*.*sw?
04-23 11:01:56:296 csync_exclude_load: Adding entry: ].csync-progressdatabase
04-23 11:01:56:296 csync_exclude_load: Adding entry: ].DS_Store
04-23 11:01:56:296 csync_exclude_load: Adding entry: ].ds_store
04-23 11:01:56:296 csync_exclude_load: Adding entry: ]Thumbs.db
04-23 11:01:56:296 csync_exclude_load: Adding entry: desktop.ini
04-23 11:01:56:296 csync_exclude_load: Adding entry: *.kate-swp
04-23 11:01:56:296 csync_exclude_load: Adding entry: *_conflict-*
04-23 11:01:56:296 csync_exclude_load: Adding entry: ]*.~*
04-23 11:01:56:296 csync_exclude_load: Adding entry: ].TemporaryItems
04-23 11:01:56:296 csync_exclude_load: Adding entry: ].Trashes
04-23 11:01:56:296 csync_exclude_load: Adding entry: ].DocumentRevisions-V100
04-23 11:01:56:296 csync_exclude_load: Adding entry: .fseventd
04-23 11:01:56:296 csync_exclude_load: Adding entry: .apdisk
04-23 11:01:56:296 csync_exclude_load: Adding entry: .htaccess
04-23 11:01:56:296 csync_exclude_load: Adding entry: ]Icon\r*
04-23 11:01:56:296 csync_exclude_load: Adding entry: ~$*
04-23 11:01:56:296 csync_exclude_load: Adding entry: .~lock.*
04-23 11:01:56:296 csync_exclude_load: Adding entry: ~*.tmp
04-23 11:01:56:296   ==> returning exclude file path:  "C:/Users/Bob/AppData/Local/ownCloud/sync-exclude.lst" 
04-23 11:01:56:296 ==== added user defined ignore list to csync: "C:/Users/Bob/AppData/Local/ownCloud/sync-exclude.lst" 
04-23 11:01:56:296  QUrl( "http://192.168.1.70/owncloud/remote.php/webdav/" )  
04-23 11:01:56:296 >===================================== sync started for  "ownCloud" 
04-23 11:01:56:312 void Mirall::CSyncThread::startSync() Sync started 
04-23 11:01:56:312 starting to sync  QThread(0x44602a0) QThread(0x8328608) 
04-23 11:01:56:312 No database Transaction to commit 
04-23 11:01:56:312 =====sync DB has only 34 items, enable recursive PROPFIND if csync supports it 
04-23 11:01:56:312 #### Update start #################################################### >> 
04-23 11:01:56:312 csync_update: Journal: C:\Users\Bob\Desktop\70ser72/.csync_journal.db
04-23 11:01:56:312 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/.owncloudsync.log: 58915
04-23 11:01:56:312 csync_ftw: Uniq ID from Database: .owncloudsync.log -> 534eb8a7add49
04-23 11:01:56:312 csync_walker: file: C:\Users\Bob\Desktop\70ser72/.owncloudsync.log
04-23 11:01:56:312 _csync_detect_update: ==> file: .owncloudsync.log - hash 16794499769807579195, mtime: 1397667483, fileId: 00006176oce89f74938f
04-23 11:01:56:312 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7add49 <-> 534eb8a7add49, inode: 58915 <-> 58915
04-23 11:01:56:312 _csync_detect_update: file: .owncloudsync.log, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:312 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/activity: 59178
04-23 11:01:56:312 csync_ftw: Uniq ID from Database: activity -> 534eb8a7aec66
04-23 11:01:56:312 csync_walker: file: C:\Users\Bob\Desktop\70ser72/activity
04-23 11:01:56:312 _csync_detect_update: ==> file: activity - hash 560977365676801131, mtime: 1397667483, fileId: 00006181oce89f74938f
04-23 11:01:56:312 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7aec66 <-> 534eb8a7aec66, inode: 59178 <-> 59178
04-23 11:01:56:312 _csync_detect_update: file: activity, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:327 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/Capture1.PNG: 58932
04-23 11:01:56:327 csync_ftw: Uniq ID from Database: Capture1.PNG -> 534eb8a7b01f5
04-23 11:01:56:327 csync_walker: file: C:\Users\Bob\Desktop\70ser72/Capture1.PNG
04-23 11:01:56:327 _csync_detect_update: ==> file: Capture1.PNG - hash 3959909002029243018, mtime: 1397667484, fileId: 00006188oce89f74938f
04-23 11:01:56:327 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b01f5 <-> 534eb8a7b01f5, inode: 58932 <-> 58932
04-23 11:01:56:327 _csync_detect_update: file: Capture1.PNG, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:327 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/documents: 59177
04-23 11:01:56:327 csync_ftw: Uniq ID from Database: documents -> 53500fc9d9453
04-23 11:01:56:327 csync_walker: directory: C:\Users\Bob\Desktop\70ser72/documents
04-23 11:01:56:327 _csync_detect_update: ==> file: documents - hash 1268332642954866308, mtime: 1398265169, fileId: 00006180oce89f74938f
04-23 11:01:56:327 _csync_detect_update: Database entry found, compare: 1398265169 <-> 1397755849, etag: 53500fc9d9453 <-> 53500fc9d9453, inode: 59177 <-> 59177
04-23 11:01:56:327 _csync_detect_update: file: documents, instruction: INSTRUCTION_EVAL <<=
04-23 11:01:56:327 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/documents/.owncloudsync.log: 59179
04-23 11:01:56:327 csync_ftw: Uniq ID from Database: documents/.owncloudsync.log -> 53500fc9d7c1e
04-23 11:01:56:327 csync_walker: file: C:\Users\Bob\Desktop\70ser72/documents/.owncloudsync.log
04-23 11:01:56:327 _csync_detect_update: ==> file: documents/.owncloudsync.log - hash 14373403699726436016, mtime: 1397755610, fileId: 00006281oce89f74938f
04-23 11:01:56:327 _csync_detect_update: Database entry found, compare: 1397755610 <-> 1397755610, etag: 53500fc9d7c1e <-> 53500fc9d7c1e, inode: 59179 <-> 59179
04-23 11:01:56:327 _csync_detect_update: file: documents/.owncloudsync.log, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:327 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/documents/example.odt: 59180
04-23 11:01:56:327 csync_ftw: Uniq ID from Database: documents/example.odt -> 534eb8a7b1b8d
04-23 11:01:56:343 csync_walker: file: C:\Users\Bob\Desktop\70ser72/documents/example.odt
04-23 11:01:56:343 _csync_detect_update: ==> file: documents/example.odt - hash 8512981156564550560, mtime: 1397667483, fileId: 00006194oce89f74938f
04-23 11:01:56:343 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7b1b8d <-> 534eb8a7b1b8d, inode: 59180 <-> 59180
04-23 11:01:56:343 _csync_detect_update: file: documents/example.odt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:343 csync_ftw:  <= Closing walk for C:\Users\Bob\Desktop\70ser72/documents with read_from_db 0
04-23 11:01:56:343 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/empty.txt: 59183
04-23 11:01:56:343 csync_ftw: Uniq ID from Database: empty.txt -> 534eb8a7ad0f8
04-23 11:01:56:343 csync_walker: file: C:\Users\Bob\Desktop\70ser72/empty.txt
04-23 11:01:56:343 _csync_detect_update: ==> file: empty.txt - hash 5376626091945269639, mtime: 1397667483, fileId: 00006172oce89f74938f
04-23 11:01:56:343 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ad0f8 <-> 534eb8a7ad0f8, inode: 59183 <-> 59183
04-23 11:01:56:343 _csync_detect_update: file: empty.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:343 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/file for tests (2).txt: 59182
04-23 11:01:56:343 csync_ftw: Uniq ID from Database: file for tests (2).txt -> 534eb8a7ada4b
04-23 11:01:56:343 csync_walker: file: C:\Users\Bob\Desktop\70ser72/file for tests (2).txt
04-23 11:01:56:343 _csync_detect_update: ==> file: file for tests (2).txt - hash 15430091498923168113, mtime: 1397667483, fileId: 00006175oce89f74938f
04-23 11:01:56:343 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ada4b <-> 534eb8a7ada4b, inode: 59182 <-> 59182
04-23 11:01:56:343 _csync_detect_update: file: file for tests (2).txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:343 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/file for tests.txt: 59184
04-23 11:01:56:343 csync_ftw: Uniq ID from Database: file for tests.txt -> 534eb8a7b0e15
04-23 11:01:56:343 csync_walker: file: C:\Users\Bob\Desktop\70ser72/file for tests.txt
04-23 11:01:56:343 _csync_detect_update: ==> file: file for tests.txt - hash 388035248182210207, mtime: 1397667484, fileId: 00006192oce89f74938f
04-23 11:01:56:343 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b0e15 <-> 534eb8a7b0e15, inode: 59184 <-> 59184
04-23 11:01:56:359 _csync_detect_update: file: file for tests.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:359 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/file1.txt: 59185
04-23 11:01:56:359 csync_ftw: Uniq ID from Database: file1.txt -> 534eb8a7ac7bc
04-23 11:01:56:359 csync_walker: file: C:\Users\Bob\Desktop\70ser72/file1.txt
04-23 11:01:56:359 _csync_detect_update: ==> file: file1.txt - hash 17519439082779602490, mtime: 1397667483, fileId: 00006169oce89f74938f
04-23 11:01:56:359 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ac7bc <-> 534eb8a7ac7bc, inode: 59185 <-> 59185
04-23 11:01:56:359 _csync_detect_update: file: file1.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:359 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/file2.txt: 59186
04-23 11:01:56:359 csync_ftw: Uniq ID from Database: file2.txt -> 534eb8a7ac425
04-23 11:01:56:359 csync_walker: file: C:\Users\Bob\Desktop\70ser72/file2.txt
04-23 11:01:56:359 _csync_detect_update: ==> file: file2.txt - hash 16646583389193237927, mtime: 1397667483, fileId: 00006168oce89f74938f
04-23 11:01:56:359 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ac425 <-> 534eb8a7ac425, inode: 59186 <-> 59186
04-23 11:01:56:359 _csync_detect_update: file: file2.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:359 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/Firewall.pdf: 59031
04-23 11:01:56:359 csync_ftw: Uniq ID from Database: Firewall.pdf -> 534eb8a7b083b
04-23 11:01:56:359 csync_walker: file: C:\Users\Bob\Desktop\70ser72/Firewall.pdf
04-23 11:01:56:359 _csync_detect_update: ==> file: Firewall.pdf - hash 5689195003410013685, mtime: 1397667484, fileId: 00006190oce89f74938f
04-23 11:01:56:359 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b083b <-> 534eb8a7b083b, inode: 59031 <-> 59031
04-23 11:01:56:359 _csync_detect_update: file: Firewall.pdf, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:359 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/Lab.txt: 59057
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: Lab.txt -> 534eb8a7ae02e
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/Lab.txt
04-23 11:01:56:374 _csync_detect_update: ==> file: Lab.txt - hash 10837640487398902838, mtime: 1397667483, fileId: 00006177oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ae02e <-> 534eb8a7ae02e, inode: 59057 <-> 59057
04-23 11:01:56:374 _csync_detect_update: file: Lab.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/log: 59188
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: log -> 534eb8a7acdde
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/log
04-23 11:01:56:374 _csync_detect_update: ==> file: log - hash 5811985902655777371, mtime: 1397667483, fileId: 00006171oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7acdde <-> 534eb8a7acdde, inode: 59188 <-> 59188
04-23 11:01:56:374 _csync_detect_update: file: log, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/logan.txt: 59189
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: logan.txt -> 534eb8a7ad729
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/logan.txt
04-23 11:01:56:374 _csync_detect_update: ==> file: logan.txt - hash 418069199118526679, mtime: 1397667483, fileId: 00006174oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ad729 <-> 534eb8a7ad729, inode: 59189 <-> 59189
04-23 11:01:56:374 _csync_detect_update: file: logan.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/MBS.ova: 59141
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: MBS.ova -> 534eb8a7b110b
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/MBS.ova
04-23 11:01:56:374 _csync_detect_update: ==> file: MBS.ova - hash 4768373775108544902, mtime: 1397667506, fileId: 00006193oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1397667506 <-> 1397667506, etag: 534eb8a7b110b <-> 534eb8a7b110b, inode: 59141 <-> 59141
04-23 11:01:56:374 _csync_detect_update: file: MBS.ova, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/MT.jpg: 59169
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: MT.jpg -> 534eb8a7af599
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/MT.jpg
04-23 11:01:56:374 _csync_detect_update: ==> file: MT.jpg - hash 16357523822309159936, mtime: 1397667484, fileId: 00006184oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7af599 <-> 534eb8a7af599, inode: 59169 <-> 59169
04-23 11:01:56:374 _csync_detect_update: file: MT.jpg, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/New Document.odt: 59170
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: New Document.odt -> 534eb8a7ae337
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/New Document.odt
04-23 11:01:56:374 _csync_detect_update: ==> file: New Document.odt - hash 8894155489277021909, mtime: 1397667483, fileId: 00006178oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ae337 <-> 534eb8a7ae337, inode: 59170 <-> 59170
04-23 11:01:56:374 _csync_detect_update: file: New Document.odt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/New Text Document.txt: 59171
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: New Text Document.txt -> 534eb8a7afbad
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/New Text Document.txt
04-23 11:01:56:374 _csync_detect_update: ==> file: New Text Document.txt - hash 16677421654382775631, mtime: 1397667484, fileId: 00006186oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7afbad <-> 534eb8a7afbad, inode: 59171 <-> 59171
04-23 11:01:56:374 _csync_detect_update: file: New Text Document.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/ownCloudUserManual.pdf: 59190
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: ownCloudUserManual.pdf -> 534eb8a7ad401
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/ownCloudUserManual.pdf
04-23 11:01:56:374 _csync_detect_update: ==> file: ownCloudUserManual.pdf - hash 14809778361176994358, mtime: 1397667483, fileId: 00006173oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ad401 <-> 534eb8a7ad401, inode: 59190 <-> 59190
04-23 11:01:56:374 _csync_detect_update: file: ownCloudUserManual.pdf, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/Screen Shot 2014-04-03 at 1.11.52 PM.png: 59172
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: Screen Shot 2014-04-03 at 1.11.52 PM.png -> 534eb8a7afea4
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/Screen Shot 2014-04-03 at 1.11.52 PM.png
04-23 11:01:56:374 _csync_detect_update: ==> file: Screen Shot 2014-04-03 at 1.11.52 PM.png - hash 14932102524230970023, mtime: 1397667484, fileId: 00006187oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7afea4 <-> 534eb8a7afea4, inode: 59172 <-> 59172
04-23 11:01:56:374 _csync_detect_update: file: Screen Shot 2014-04-03 at 1.11.52 PM.png, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/Shared: 59173
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: Shared -> 5357d619da8c6
04-23 11:01:56:374 csync_walker: directory: C:\Users\Bob\Desktop\70ser72/Shared
04-23 11:01:56:374 _csync_detect_update: ==> file: Shared - hash 7772379496350463016, mtime: 1398265287, fileId: -0000001oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1398265287 <-> 1398265168, etag: 5357d619da8c6 <-> 5357d619da8c6, inode: 59173 <-> 59173
04-23 11:01:56:374 _csync_detect_update: file: Shared, instruction: INSTRUCTION_EVAL <<=
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/Shared/.test.txt.~4823: 59205
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: Shared/.test.txt.~4823 -> <NULL>
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/Shared/.test.txt.~4823
04-23 11:01:56:374 _csync_detect_update: Shared/.test.txt.~4823 excluded  (2)
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/Shared/keys.xlsx: 59174
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: Shared/keys.xlsx -> 534eb8a734a24
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/Shared/keys.xlsx
04-23 11:01:56:374 _csync_detect_update: ==> file: Shared/keys.xlsx - hash 3419736079307953971, mtime: 1397667483, fileId: 00000008oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a734a24 <-> 534eb8a734a24, inode: 59174 <-> 59174
04-23 11:01:56:374 _csync_detect_update: file: Shared/keys.xlsx, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/Shared/test.txt: 59175
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: Shared/test.txt -> 534eb72e27faa
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/Shared/test.txt
04-23 11:01:56:374 _csync_detect_update: ==> file: Shared/test.txt - hash 9245394529108563844, mtime: 1398265273, fileId: 00003200oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1398265273 <-> 1397667510, etag: 534eb72e27faa <-> 534eb72e27faa, inode: 59175 <-> 59175
04-23 11:01:56:374 _csync_detect_update: file: Shared/test.txt, instruction: INSTRUCTION_EVAL <<=
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/Shared/test2.txt: 59176
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: Shared/test2.txt -> 53500e0eaed15
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/Shared/test2.txt
04-23 11:01:56:374 _csync_detect_update: ==> file: Shared/test2.txt - hash 16520221894343573167, mtime: 1397755406, fileId: 00006280oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1397755406 <-> 1397755406, etag: 53500e0eaed15 <-> 53500e0eaed15, inode: 59176 <-> 59176
04-23 11:01:56:374 _csync_detect_update: file: Shared/test2.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:374 csync_ftw:  <= Closing walk for C:\Users\Bob\Desktop\70ser72/Shared with read_from_db 0
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/test download: 59191
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: test download -> 534eb8a7af8a6
04-23 11:01:56:374 csync_walker: directory: C:\Users\Bob\Desktop\70ser72/test download
04-23 11:01:56:374 _csync_detect_update: ==> file: test download - hash 702911023482673780, mtime: 1398265173, fileId: 00006185oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1398265173 <-> 1397667484, etag: 534eb8a7af8a6 <-> 534eb8a7af8a6, inode: 59191 <-> 59191
04-23 11:01:56:374 _csync_detect_update: file: test download, instruction: INSTRUCTION_EVAL <<=
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/test download/Lab.txt: 59192
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: test download/Lab.txt -> 534eb8a7b29f0
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/test download/Lab.txt
04-23 11:01:56:374 _csync_detect_update: ==> file: test download/Lab.txt - hash 13246495969046350453, mtime: 1397667484, fileId: 00006196oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b29f0 <-> 534eb8a7b29f0, inode: 59192 <-> 59192
04-23 11:01:56:374 _csync_detect_update: file: test download/Lab.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/test download/share.php: 59193
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: test download/share.php -> 534eb8a7b2664
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/test download/share.php
04-23 11:01:56:374 _csync_detect_update: ==> file: test download/share.php - hash 2836067927180271297, mtime: 1397667484, fileId: 00006195oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b2664 <-> 534eb8a7b2664, inode: 59193 <-> 59193
04-23 11:01:56:374 _csync_detect_update: file: test download/share.php, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:374 csync_ftw:  <= Closing walk for C:\Users\Bob\Desktop\70ser72/test download with read_from_db 0
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/test.txt: 59197
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: test.txt -> 534eb8a7b0b38
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/test.txt
04-23 11:01:56:374 _csync_detect_update: ==> file: test.txt - hash 13168352483614525317, mtime: 1397667484, fileId: 00006191oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b0b38 <-> 534eb8a7b0b38, inode: 59197 <-> 59197
04-23 11:01:56:374 _csync_detect_update: file: test.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/test12.txt: 59195
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: test12.txt -> 534eb8a7b0517
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/test12.txt
04-23 11:01:56:374 _csync_detect_update: ==> file: test12.txt - hash 4254233055018401423, mtime: 1397667484, fileId: 00006189oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b0517 <-> 534eb8a7b0517, inode: 59195 <-> 59195
04-23 11:01:56:374 _csync_detect_update: file: test12.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/text.txt: 59198
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: text.txt -> 534eb8a7acacc
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/text.txt
04-23 11:01:56:374 _csync_detect_update: ==> file: text.txt - hash 13488559358600384291, mtime: 1397667483, fileId: 00006170oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7acacc <-> 534eb8a7acacc, inode: 59198 <-> 59198
04-23 11:01:56:374 _csync_detect_update: file: text.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/time.txt: 59199
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: time.txt -> 534eb8a7ae651
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/time.txt
04-23 11:01:56:374 _csync_detect_update: ==> file: time.txt - hash 17893531795255176366, mtime: 1397667483, fileId: 00006179oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ae651 <-> 534eb8a7ae651, inode: 59199 <-> 59199
04-23 11:01:56:374 _csync_detect_update: file: time.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/time2.txt: 59200
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: time2.txt -> 534eb8a7af27a
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/time2.txt
04-23 11:01:56:374 _csync_detect_update: ==> file: time2.txt - hash 12763330280959153831, mtime: 1397667483, fileId: 00006183oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7af27a <-> 534eb8a7af27a, inode: 59200 <-> 59200
04-23 11:01:56:374 _csync_detect_update: file: time2.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:374 csync_vio_stat: Win32: STAT-inode for C:\Users\Bob\Desktop\70ser72/??.txt.txt: 59203
04-23 11:01:56:374 csync_ftw: Uniq ID from Database: ??.txt.txt -> 534eb8a7aef5e
04-23 11:01:56:374 csync_walker: file: C:\Users\Bob\Desktop\70ser72/??.txt.txt
04-23 11:01:56:374 _csync_detect_update: ==> file: ??.txt.txt - hash 15572977192295357976, mtime: 1397667483, fileId: 00006182oce89f74938f
04-23 11:01:56:374 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7aef5e <-> 534eb8a7aef5e, inode: 59203 <-> 59203
04-23 11:01:56:374 _csync_detect_update: file: ??.txt.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:374 csync_ftw:  <= Closing walk for C:\Users\Bob\Desktop\70ser72 with read_from_db 0
04-23 11:01:56:374 csync_update: Update detection for local replica took 0.06 seconds walking 34 files.
04-23 11:01:56:374 oc_module: opendir method called on owncloud://192.168.1.70/owncloud/remote.php/webdav
04-23 11:01:56:374 oc_module: * scheme owncloud
04-23 11:01:56:374 oc_module: * host 192.168.1.70
04-23 11:01:56:374 oc_module: * port 0
04-23 11:01:56:374 oc_module: * path /owncloud/remote.php/webdav
04-23 11:01:56:374 oc_module: * user 
04-23 11:01:56:374 oc_module: No proxy configured.
04-23 11:01:56:452 oc_module: Simple propfind result code 207.
04-23 11:01:56:452 oc_module: opendir returning handle 06e18500 (count=28)
04-23 11:01:56:452 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/Shared called
04-23 11:01:56:452 csync_walker: directory: owncloud://192.168.1.70/owncloud/remote.php/webdav/Shared
04-23 11:01:56:452 _csync_detect_update: ==> file: Shared - hash 7772379496350463016, mtime: 1397755406, fileId: -0000001oce89f74938f
04-23 11:01:56:452 _csync_detect_update: Database entry found, compare: 1397755406 <-> 1398265168, etag: 5357d619da8c6 <-> 5357d619da8c6, inode: 0 <-> 59173
04-23 11:01:56:452 _csync_detect_update: Reading from database: Shared
04-23 11:01:56:452 _csync_detect_update: file: Shared, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:452 csync_vio_opendir: Reading directory owncloud://192.168.1.70/owncloud/remote.php/webdav/Shared from database
04-23 11:01:56:452 csync_statedb_get_below_path: SQL: SELECT phash, path, inode, uid, gid, mode, modtime, type, md5, fileid FROM metadata WHERE path LIKE('Shared/%')
04-23 11:01:56:452 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/Shared/keys.xlsx
04-23 11:01:56:452 _csync_detect_update: ==> file: Shared/keys.xlsx - hash 3419736079307953971, mtime: 1397667483, fileId: 00000008oce89f74938f
04-23 11:01:56:452 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a734a24 <-> 534eb8a734a24, inode: 59174 <-> 59174
04-23 11:01:56:452 _csync_detect_update: file: Shared/keys.xlsx, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:452 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/Shared/test.txt
04-23 11:01:56:452 _csync_detect_update: ==> file: Shared/test.txt - hash 9245394529108563844, mtime: 1397667510, fileId: 00003200oce89f74938f
04-23 11:01:56:452 _csync_detect_update: Database entry found, compare: 1397667510 <-> 1397667510, etag: 534eb72e27faa <-> 534eb72e27faa, inode: 59175 <-> 59175
04-23 11:01:56:452 _csync_detect_update: file: Shared/test.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:452 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/Shared/test2.txt
04-23 11:01:56:452 _csync_detect_update: ==> file: Shared/test2.txt - hash 16520221894343573167, mtime: 1397755406, fileId: 00006280oce89f74938f
04-23 11:01:56:452 _csync_detect_update: Database entry found, compare: 1397755406 <-> 1397755406, etag: 53500e0eaed15 <-> 53500e0eaed15, inode: 59176 <-> 59176
04-23 11:01:56:452 _csync_detect_update: file: Shared/test2.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:452 csync_ftw:  <= Closing walk for owncloud://192.168.1.70/owncloud/remote.php/webdav/Shared with read_from_db 1
04-23 11:01:56:452 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/??.txt.txt called
04-23 11:01:56:452 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/??.txt.txt
04-23 11:01:56:452 _csync_detect_update: ==> file: ??.txt.txt - hash 15572977192295357976, mtime: 1397667483, fileId: 00006182oce89f74938f
04-23 11:01:56:452 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7aef5e <-> 534eb8a7aef5e, inode: 0 <-> 59203
04-23 11:01:56:452 _csync_detect_update: file: ??.txt.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:452 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/time2.txt called
04-23 11:01:56:452 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/time2.txt
04-23 11:01:56:452 _csync_detect_update: ==> file: time2.txt - hash 12763330280959153831, mtime: 1397667483, fileId: 00006183oce89f74938f
04-23 11:01:56:452 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7af27a <-> 534eb8a7af27a, inode: 0 <-> 59200
04-23 11:01:56:452 _csync_detect_update: file: time2.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:452 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/time.txt called
04-23 11:01:56:452 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/time.txt
04-23 11:01:56:452 _csync_detect_update: ==> file: time.txt - hash 17893531795255176366, mtime: 1397667483, fileId: 00006179oce89f74938f
04-23 11:01:56:452 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ae651 <-> 534eb8a7ae651, inode: 0 <-> 59199
04-23 11:01:56:452 _csync_detect_update: file: time.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:452 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/text.txt called
04-23 11:01:56:452 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/text.txt
04-23 11:01:56:452 _csync_detect_update: ==> file: text.txt - hash 13488559358600384291, mtime: 1397667483, fileId: 00006170oce89f74938f
04-23 11:01:56:452 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7acacc <-> 534eb8a7acacc, inode: 0 <-> 59198
04-23 11:01:56:452 _csync_detect_update: file: text.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:452 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/test12.txt called
04-23 11:01:56:452 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/test12.txt
04-23 11:01:56:452 _csync_detect_update: ==> file: test12.txt - hash 4254233055018401423, mtime: 1397667484, fileId: 00006189oce89f74938f
04-23 11:01:56:452 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b0517 <-> 534eb8a7b0517, inode: 0 <-> 59195
04-23 11:01:56:452 _csync_detect_update: file: test12.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:452 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/test.txt called
04-23 11:01:56:452 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/test.txt
04-23 11:01:56:452 _csync_detect_update: ==> file: test.txt - hash 13168352483614525317, mtime: 1397667484, fileId: 00006191oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b0b38 <-> 534eb8a7b0b38, inode: 0 <-> 59197
04-23 11:01:56:468 _csync_detect_update: file: test.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/test download called
04-23 11:01:56:468 csync_walker: directory: owncloud://192.168.1.70/owncloud/remote.php/webdav/test download
04-23 11:01:56:468 _csync_detect_update: ==> file: test download - hash 702911023482673780, mtime: 1397667484, fileId: 00006185oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7af8a6 <-> 534eb8a7af8a6, inode: 0 <-> 59191
04-23 11:01:56:468 _csync_detect_update: Reading from database: test download
04-23 11:01:56:468 _csync_detect_update: file: test download, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 csync_vio_opendir: Reading directory owncloud://192.168.1.70/owncloud/remote.php/webdav/test download from database
04-23 11:01:56:468 csync_statedb_get_below_path: SQL: SELECT phash, path, inode, uid, gid, mode, modtime, type, md5, fileid FROM metadata WHERE path LIKE('test download/%')
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/test download/Lab.txt
04-23 11:01:56:468 _csync_detect_update: ==> file: test download/Lab.txt - hash 13246495969046350453, mtime: 1397667484, fileId: 00006196oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b29f0 <-> 534eb8a7b29f0, inode: 59192 <-> 59192
04-23 11:01:56:468 _csync_detect_update: file: test download/Lab.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/test download/share.php
04-23 11:01:56:468 _csync_detect_update: ==> file: test download/share.php - hash 2836067927180271297, mtime: 1397667484, fileId: 00006195oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b2664 <-> 534eb8a7b2664, inode: 59193 <-> 59193
04-23 11:01:56:468 _csync_detect_update: file: test download/share.php, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 csync_ftw:  <= Closing walk for owncloud://192.168.1.70/owncloud/remote.php/webdav/test download with read_from_db 1
04-23 11:01:56:468 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/Screen Shot 2014-04-03 at 1.11.52 PM.png called
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/Screen Shot 2014-04-03 at 1.11.52 PM.png
04-23 11:01:56:468 _csync_detect_update: ==> file: Screen Shot 2014-04-03 at 1.11.52 PM.png - hash 14932102524230970023, mtime: 1397667484, fileId: 00006187oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7afea4 <-> 534eb8a7afea4, inode: 0 <-> 59172
04-23 11:01:56:468 _csync_detect_update: file: Screen Shot 2014-04-03 at 1.11.52 PM.png, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/ownCloudUserManual.pdf called
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/ownCloudUserManual.pdf
04-23 11:01:56:468 _csync_detect_update: ==> file: ownCloudUserManual.pdf - hash 14809778361176994358, mtime: 1397667483, fileId: 00006173oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ad401 <-> 534eb8a7ad401, inode: 0 <-> 59190
04-23 11:01:56:468 _csync_detect_update: file: ownCloudUserManual.pdf, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/New Text Document.txt called
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/New Text Document.txt
04-23 11:01:56:468 _csync_detect_update: ==> file: New Text Document.txt - hash 16677421654382775631, mtime: 1397667484, fileId: 00006186oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7afbad <-> 534eb8a7afbad, inode: 0 <-> 59171
04-23 11:01:56:468 _csync_detect_update: file: New Text Document.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/New Document.odt called
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/New Document.odt
04-23 11:01:56:468 _csync_detect_update: ==> file: New Document.odt - hash 8894155489277021909, mtime: 1397667483, fileId: 00006178oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ae337 <-> 534eb8a7ae337, inode: 0 <-> 59170
04-23 11:01:56:468 _csync_detect_update: file: New Document.odt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/MT.jpg called
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/MT.jpg
04-23 11:01:56:468 _csync_detect_update: ==> file: MT.jpg - hash 16357523822309159936, mtime: 1397667484, fileId: 00006184oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7af599 <-> 534eb8a7af599, inode: 0 <-> 59169
04-23 11:01:56:468 _csync_detect_update: file: MT.jpg, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/MBS.ova called
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/MBS.ova
04-23 11:01:56:468 _csync_detect_update: ==> file: MBS.ova - hash 4768373775108544902, mtime: 1397667506, fileId: 00006193oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667506 <-> 1397667506, etag: 534eb8a7b110b <-> 534eb8a7b110b, inode: 0 <-> 59141
04-23 11:01:56:468 _csync_detect_update: file: MBS.ova, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/logan.txt called
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/logan.txt
04-23 11:01:56:468 _csync_detect_update: ==> file: logan.txt - hash 418069199118526679, mtime: 1397667483, fileId: 00006174oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ad729 <-> 534eb8a7ad729, inode: 0 <-> 59189
04-23 11:01:56:468 _csync_detect_update: file: logan.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/log called
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/log
04-23 11:01:56:468 _csync_detect_update: ==> file: log - hash 5811985902655777371, mtime: 1397667483, fileId: 00006171oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7acdde <-> 534eb8a7acdde, inode: 0 <-> 59188
04-23 11:01:56:468 _csync_detect_update: file: log, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/Lab.txt called
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/Lab.txt
04-23 11:01:56:468 _csync_detect_update: ==> file: Lab.txt - hash 10837640487398902838, mtime: 1397667483, fileId: 00006177oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ae02e <-> 534eb8a7ae02e, inode: 0 <-> 59057
04-23 11:01:56:468 _csync_detect_update: file: Lab.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/Firewall.pdf called
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/Firewall.pdf
04-23 11:01:56:468 _csync_detect_update: ==> file: Firewall.pdf - hash 5689195003410013685, mtime: 1397667484, fileId: 00006190oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b083b <-> 534eb8a7b083b, inode: 0 <-> 59031
04-23 11:01:56:468 _csync_detect_update: file: Firewall.pdf, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/file2.txt called
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/file2.txt
04-23 11:01:56:468 _csync_detect_update: ==> file: file2.txt - hash 16646583389193237927, mtime: 1397667483, fileId: 00006168oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ac425 <-> 534eb8a7ac425, inode: 0 <-> 59186
04-23 11:01:56:468 _csync_detect_update: file: file2.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/file1.txt called
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/file1.txt
04-23 11:01:56:468 _csync_detect_update: ==> file: file1.txt - hash 17519439082779602490, mtime: 1397667483, fileId: 00006169oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ac7bc <-> 534eb8a7ac7bc, inode: 0 <-> 59185
04-23 11:01:56:468 _csync_detect_update: file: file1.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/file for tests.txt called
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/file for tests.txt
04-23 11:01:56:468 _csync_detect_update: ==> file: file for tests.txt - hash 388035248182210207, mtime: 1397667484, fileId: 00006192oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b0e15 <-> 534eb8a7b0e15, inode: 0 <-> 59184
04-23 11:01:56:468 _csync_detect_update: file: file for tests.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/file for tests (2).txt called
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/file for tests (2).txt
04-23 11:01:56:468 _csync_detect_update: ==> file: file for tests (2).txt - hash 15430091498923168113, mtime: 1397667483, fileId: 00006175oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ada4b <-> 534eb8a7ada4b, inode: 0 <-> 59182
04-23 11:01:56:468 _csync_detect_update: file: file for tests (2).txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/empty.txt called
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/empty.txt
04-23 11:01:56:468 _csync_detect_update: ==> file: empty.txt - hash 5376626091945269639, mtime: 1397667483, fileId: 00006172oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7ad0f8 <-> 534eb8a7ad0f8, inode: 0 <-> 59183
04-23 11:01:56:468 _csync_detect_update: file: empty.txt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/documents called
04-23 11:01:56:468 csync_walker: directory: owncloud://192.168.1.70/owncloud/remote.php/webdav/documents
04-23 11:01:56:468 _csync_detect_update: ==> file: documents - hash 1268332642954866308, mtime: 1397755849, fileId: 00006180oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397755849 <-> 1397755849, etag: 53500fc9d9453 <-> 53500fc9d9453, inode: 0 <-> 59177
04-23 11:01:56:468 _csync_detect_update: Reading from database: documents
04-23 11:01:56:468 _csync_detect_update: file: documents, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 csync_vio_opendir: Reading directory owncloud://192.168.1.70/owncloud/remote.php/webdav/documents from database
04-23 11:01:56:468 csync_statedb_get_below_path: SQL: SELECT phash, path, inode, uid, gid, mode, modtime, type, md5, fileid FROM metadata WHERE path LIKE('documents/%')
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/documents/.owncloudsync.log
04-23 11:01:56:468 _csync_detect_update: ==> file: documents/.owncloudsync.log - hash 14373403699726436016, mtime: 1397755610, fileId: 00006281oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397755610 <-> 1397755610, etag: 53500fc9d7c1e <-> 53500fc9d7c1e, inode: 59179 <-> 59179
04-23 11:01:56:468 _csync_detect_update: file: documents/.owncloudsync.log, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/documents/example.odt
04-23 11:01:56:468 _csync_detect_update: ==> file: documents/example.odt - hash 8512981156564550560, mtime: 1397667483, fileId: 00006194oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7b1b8d <-> 534eb8a7b1b8d, inode: 59180 <-> 59180
04-23 11:01:56:468 _csync_detect_update: file: documents/example.odt, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 csync_ftw:  <= Closing walk for owncloud://192.168.1.70/owncloud/remote.php/webdav/documents with read_from_db 1
04-23 11:01:56:468 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/Capture1.PNG called
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/Capture1.PNG
04-23 11:01:56:468 _csync_detect_update: ==> file: Capture1.PNG - hash 3959909002029243018, mtime: 1397667484, fileId: 00006188oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667484 <-> 1397667484, etag: 534eb8a7b01f5 <-> 534eb8a7b01f5, inode: 0 <-> 58932
04-23 11:01:56:468 _csync_detect_update: file: Capture1.PNG, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/activity called
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/activity
04-23 11:01:56:468 _csync_detect_update: ==> file: activity - hash 560977365676801131, mtime: 1397667483, fileId: 00006181oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7aec66 <-> 534eb8a7aec66, inode: 0 <-> 59178
04-23 11:01:56:468 _csync_detect_update: file: activity, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 oc_module: owncloud_stat owncloud://192.168.1.70/owncloud/remote.php/webdav/.owncloudsync.log called
04-23 11:01:56:468 csync_walker: file: owncloud://192.168.1.70/owncloud/remote.php/webdav/.owncloudsync.log
04-23 11:01:56:468 _csync_detect_update: ==> file: .owncloudsync.log - hash 16794499769807579195, mtime: 1397667483, fileId: 00006176oce89f74938f
04-23 11:01:56:468 _csync_detect_update: Database entry found, compare: 1397667483 <-> 1397667483, etag: 534eb8a7add49 <-> 534eb8a7add49, inode: 0 <-> 58915
04-23 11:01:56:468 _csync_detect_update: file: .owncloudsync.log, instruction: INSTRUCTION_NONE <<=
04-23 11:01:56:468 oc_module: closedir method called 06e18500!
04-23 11:01:56:468 csync_ftw:  <= Closing walk for owncloud://192.168.1.70/owncloud/remote.php/webdav with read_from_db 0
04-23 11:01:56:468 csync_update: Update detection for remote replica took 0.09 seconds walking 34 files.
04-23 11:01:56:468 <<#### Update end ####################################################  157 
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: file for tests.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: logan.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: activity
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: test download
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: documents
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: test download/share.php
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Shared/keys.xlsx
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Capture1.PNG
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: test12.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: MBS.ova
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: empty.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Firewall.pdf
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: log
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_SYNC      dir: Shared
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: documents/example.odt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: New Document.odt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_SYNC     file: Shared/test.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Lab.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: time2.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: test.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: test download/Lab.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: text.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: documents/.owncloudsync.log
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: ownCloudUserManual.pdf
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Screen Shot 2014-04-03 at 1.11.52 PM.png
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: file for tests (2).txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: ??.txt.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: MT.jpg
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Shared/test2.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: file2.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: New Text Document.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: .owncloudsync.log
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: file1.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: time.txt
04-23 11:01:56:468 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 34 files.
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: file for tests.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: logan.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: activity
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: test download
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: documents
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: test download/share.php
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Shared/keys.xlsx
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Capture1.PNG
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: test12.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: MBS.ova
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: empty.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Firewall.pdf
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: log
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE      dir: Shared
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: documents/example.odt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: New Document.odt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Shared/test.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Lab.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: time2.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: test.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: test download/Lab.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: text.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: documents/.owncloudsync.log
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: ownCloudUserManual.pdf
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Screen Shot 2014-04-03 at 1.11.52 PM.png
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: file for tests (2).txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: ??.txt.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: MT.jpg
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: Shared/test2.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: file2.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: New Text Document.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: .owncloudsync.log
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: file1.txt
04-23 11:01:56:468 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: time.txt
04-23 11:01:56:468 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 34 files.
04-23 11:01:56:468 Transaction Start  "checkConnect" 
04-23 11:01:56:468 Columns in the current journal:  ("phash", "pathlen", "path", "inode", "uid", "gid", "mode", "modtime", "type", "md5", "fileid") 
04-23 11:01:56:577     * csync thread started 
04-23 11:01:56:577 Folder in overallStatus Message:  Mirall::Folder(0x6d27f68)  with name  "ownCloud" 
04-23 11:01:56:577 Sync state changed for folder  "ownCloud" :  "Sync Running" 
04-23 11:01:56:577 SocketApi:  Sync state changed 
04-23 11:01:56:577 SocketApi:  Broadcasting to 0 listeners:  "UPDATE_VIEW" 
04-23 11:01:56:577 folder is sync enabled:  true 
04-23 11:01:56:468  N------N Network Limits changed! 
04-23 11:01:56:468 "INSERT OR REPLACE INTO metadata (phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5, fileid) VALUES ( ? , ?, ? , ? , ? , ? , ?,  ? , ? , ?, ? )" 7772379496350463016 6 "Shared" 59173 0 0 0 "1398265287" "2" "5357d619da8c6" "-0000001oce89f74938f" 
04-23 11:01:56:468 ** PUT request to /owncloud/remote.php/webdav/Shared/test.txt 
04-23 11:01:56:468    hbf_splitlist block_size: 10485760 threshold: 10485760 st_size: 4 
04-23 11:01:56:468    hbf_splitlist num_blocks: 1 rmainder: 4 blk_size: 10485760 
04-23 11:01:56:468    hbf_splitlist created block 0   (start: 0  size: 4) 
04-23 11:01:56:468 About to upload  "Shared/test.txt"   ( ""534eb72e27faa"" 4  bytes ) 
04-23 11:01:56:468    hbf_transfer PUT request to /owncloud/remote.php/webdav/Shared/test.txt 
04-23 11:01:56:468    _hbf_dav_request Block: 0 , Start: 0 and Size: 4 
04-23 11:01:56:593 "INSERT OR REPLACE INTO downloadinfo (path, tmpfile, etag, errorcount) VALUES ( ? , ?, ? , ? )" "Shared/test.txt" "Shared/.test.txt.~4823" "534eb72e27faa" 0 
04-23 11:01:56:593 Transaction Start  "download file start" 
04-23 11:01:56:733 Content encoding ist <gzip> with status 200
04-23 11:01:56:749 void Mirall::CSyncThread::transferCompleted(const Mirall::SyncFileItem&) "Shared/test.txt" 2 "A file or directory was removed from a read only share, but restoring failed: Cannot remove source file" 
04-23 11:01:56:749 Transaction Start  "All Finished." 
04-23 11:01:56:780 CSync run took  467  Milliseconds 
04-23 11:01:56:780 [PROGRESS] progressed  4  bytes in  2  files  in msec  198 
04-23 11:01:56:780 -> CSync Finished slot with error  false warn count 1 
04-23 11:01:56:780 OO folder slotSyncFinished: result:  3 
04-23 11:01:56:780   ** error Strings:  ("File Shared/test.txt: A file or directory was removed from a read only share, but restoring failed: Cannot remove source file") 
04-23 11:01:56:780     * owncloud csync thread finished with error 
04-23 11:01:56:780 Folder in overallStatus Message:  Mirall::Folder(0x6d27f68)  with name  "ownCloud" 
04-23 11:01:56:780 Sync state changed for folder  "ownCloud" :  "Error" 
04-23 11:01:56:780 SocketApi:  Sync state changed 
04-23 11:01:56:780 SocketApi:  Broadcasting to 0 listeners:  "UPDATE_VIEW" 
04-23 11:01:56:780 folder is sync enabled:  true 
04-23 11:01:56:780 <===================================== sync finished for  "ownCloud" 
04-23 11:01:56:983 XX slotScheduleFolderSync: folderQueue size:  0 
04-23 11:01:56:983 !!! Mirall::CheckQuotaJob created for  QUrl( "http://192.168.1.70/owncloud" )  querying "/" 

@ser72
Copy link
Author

ser72 commented May 2, 2014

@ogoffart Any updates on this issue?

@dragotin
Copy link
Contributor

dragotin commented May 2, 2014

I just tested this with 1.6.0 beta2 on both Linux and Windows: The edited files is copied to a conflict file and the original version of the file is restored. It works as expected.

Please reopen if this bug if that does not work for you with 1.6.0. Thanks.

@dragotin dragotin closed this as completed May 2, 2014
@ser72
Copy link
Author

ser72 commented May 2, 2014

👍

@blurmonk
Copy link

I have alot of server replied forbiddens in my logs. I can get the sync going if I reset the file permissions on those files/folders.

Both the server and the clients (1.6.0rc2) are Debian Jessie. Sometimes the same files says "of ther specified Etags not matched"

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants