Skip to content

Instantly share code, notes, and snippets.

@morxa
Last active August 29, 2015 14:00
Show Gist options
  • Save morxa/ef96381453c61f7781f1 to your computer and use it in GitHub Desktop.
Save morxa/ef96381453c61f7781f1 to your computer and use it in GitHub Desktop.
owncloud client sync bug with external storage subdirectories
05-01 15:17:20:396 csync_walker: directory: /tmp/test/owncloud-test
05-01 15:17:20:396 _csync_detect_update: ==> file: owncloud-test - hash 8671896127397113479, mtime: 1398950224, fileId: 0000730152460427b79e3
05-01 15:17:20:396 _csync_detect_update: Database entry found, compare: 1398950224 <-> 1398949025, etag: 5362450ed9f59 <-> 5362450ed9f59, inode: 65309 <-> 65309
05-01 15:17:20:396 _csync_detect_update: file: owncloud-test, instruction: INSTRUCTION_EVAL <<=
05-01 15:17:20:396 csync_ftw: Uniq ID from Database: owncloud-test/subdir -> 536248b09129d
05-01 15:17:20:396 csync_walker: directory: /tmp/test/owncloud-test/subdir
05-01 15:17:20:397 _csync_detect_update: ==> file: owncloud-test/subdir - hash 3742522823791505315, mtime: 1398950224, fileId: 0000730252460427b79e3
05-01 15:17:20:397 _csync_detect_update: Database entry found, compare: 1398950224 <-> 1398950055, etag: 536248b09129d <-> 536248b09129d, inode: 65310 <-> 65310
05-01 15:17:20:397 _csync_detect_update: file: owncloud-test/subdir, instruction: INSTRUCTION_EVAL <<=
05-01 15:17:20:397 csync_ftw: Uniq ID from Database: owncloud-test/subdir/file1 -> 53624511092cf
05-01 15:17:20:397 csync_walker: file: /tmp/test/owncloud-test/subdir/file1
05-01 15:17:20:397 _csync_detect_update: ==> file: owncloud-test/subdir/file1 - hash 1556544694451590190, mtime: 1398949033, fileId: 0000763752460427b79e3
05-01 15:17:20:397 _csync_detect_update: Database entry found, compare: 1398949033 <-> 1398949033, etag: 53624511092cf <-> 53624511092cf, inode: 65311 <-> 65311
05-01 15:17:20:397 _csync_detect_update: file: owncloud-test/subdir/file1, instruction: INSTRUCTION_NONE <<=
05-01 15:17:20:397 csync_ftw: <= Closing walk for /tmp/test/owncloud-test/subdir with read_from_db 0
05-01 15:17:20:397 csync_ftw: <= Closing walk for /tmp/test/owncloud-test with read_from_db 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment