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

PROPFIND reply is not XML formatted #1098

Closed
Sherlock1979 opened this issue Oct 14, 2013 · 9 comments
Closed

PROPFIND reply is not XML formatted #1098

Sherlock1979 opened this issue Oct 14, 2013 · 9 comments

Comments

@Sherlock1979
Copy link

Expected behaviour

OwnCloud should upload (sync) files without errors.

Actual behaviour

Client drops "PROPFIND reply is not XML formatted" errors and does not upload.

Steps to reproduce

  1. Create a folder on a client machine, outside of OwnCloud's folders (e.g. ~/test1)
  2. Create a sub-folder (e.g. ~/test1/test2/)
  3. Add a file to the sub-folder (e.g. ~/test1/test2/readme2.txt)
  4. Move the test1 folder into an OwnCloud folder (e.g. to ~/owncloud/)
    5, Sync starts and stops, then restarts and restarts again ... infinite loop. It says "PROPFIND reply is not XML formatted"

If you put a file to test1 folder after step 3 (e.g. ~/test1/readme1.txt) and then follow with step 4, then everything works as expected! So there must be some problem with the empty parent folder.

Server configuration

Operating system: Ubuntu Server 12.10

Web server: Nginx 1.2.1

Database: MySql 5.5.32-0ubuntu0.12.10.1

PHP version: 5.4.6-1ubuntu1.4

ownCloud version: 5.0.12-0

Client configuration

Browser: Google Chrome latest

Operating system: Ubuntu Desktop 12.04

Logs

Web server error log

N/A (available on request, if relevant)

ownCloud log (data/owncloud.log)

{"app":"PHP","message":"Comments starting with '#' are deprecated in Unknown on line 1 at Unknown#0","level":4,"time":"2013-10-14T19:38:21+00:00"}
{"app":"PHP","message":"Comments starting with '#' are deprecated in Unknown on line 1 at Unknown#0","level":4,"time":"2013-10-14T19:38:54+00:00"}
{"app":"PHP","message":"Comments starting with '#' are deprecated in Unknown on line 1 at Unknown#0","level":4,"time":"2013-10-14T19:39:27+00:00"}

Browser log

N/A (available on request, if relevant)

@ogoffart
Copy link
Contributor

I cannot reproduce the problem.
Can you please provide client log?
(strart the client with --logwindow)

@Sherlock1979
Copy link
Author

Hello,

Please find the client log below. I have replaced the actual server host name with some asterisks. Unfortunately I couldn't attach the entire log in one message, as it was too long for github. So it is split to 2 comments.

First I created folder1 and folder1/folder2 but no files. It synced without any problems. Then I deleted them and did the same with other folder names and one file. So I had mappa1, mappa1/mappa2 and mappa1/mappa2/test2.txt. This time the error occured as expected.

Reading through the log I have two comments:

  1. Maybe I accidently created a folder instead of a file called test2.txt. I am not sure anymore, but it did not affect the outcome.
  2. First, with folder1/folder2 (when it worked) owncloud_stat was called for the parent folder (owncloud://cloud.*********.hu/remote.php/webdav/ownCloud) but when it failed, it was for the non-existing folder (mappa1) therefor it fails because the server answers with a html error, instead of an xml.

Here are the relevant parts. First the good one:

10-15 13:34:20:558 csync_merge_algorithm_visitor: INSTRUCTION_NEW dir: folder1
10-15 13:34:20:558 csync_merge_algorithm_visitor: INSTRUCTION_NEW dir: folder1/folder2
10-15 13:34:20:558 csync_reconcile: Reconciliation for local replica took 0,00 seconds visiting 2 files.
10-15 13:34:20:558 csync_reconcile: Reconciliation for remote replica took 0,00 seconds visiting 0 files.
10-15 13:34:20:565 * csync thread started
10-15 13:34:20:566 Folder in overallStatus Message: Mirall::Folder(0xb31720) with name "ownCloud"
10-15 13:34:20:576 Sync state changed for folder "ownCloud" : "Sync Running"
10-15 13:34:20:558 oc_module: owncloud_stat owncloud://cloud.********
.hu/remote.php/webdav/ownCloud called
10-15 13:34:20:558 oc_module: => Errno after fetch resource list for owncloud://cloud.**
******.hu/remote.php/webdav/ownCloud: 0
10-15 13:34:20:558 oc_module: Working on file ownCloud
10-15 13:34:20:558 oc_module: STAT result from propfind: ownCloud, mtime: 1381836573
10-15 13:34:20:558 oc_module: MKdir on /remote.php/webdav/ownCloud/folder1/

... then the one with the error:

10-15 13:35:04:862 _csync_merge_algorithm_visitor: INSTRUCTION_NEW dir: mappa1/mappa2
10-15 13:35:04:862 csync_merge_algorithm_visitor: INSTRUCTION_NEW dir: mappa1/mappa2/test2.txt
10-15 13:35:04:862 csync_merge_algorithm_visitor: INSTRUCTION_NEW dir: mappa1
10-15 13:35:04:862 csync_reconcile: Reconciliation for local replica took 0,00 seconds visiting 3 files.
10-15 13:35:04:862 csync_reconcile: Reconciliation for remote replica took 0,00 seconds visiting 0 files.
10-15 13:35:04:866 * csync thread started
10-15 13:35:04:867 Folder in overallStatus Message: Mirall::Folder(0xb31720) with name "ownCloud"
10-15 13:35:04:868 Sync state changed for folder "ownCloud" : "Sync Running"
10-15 13:35:04:862 oc_module: owncloud_stat owncloud://cloud.********
.hu/remote.php/webdav/ownCloud/mappa1 called
10-15 13:35:04:981 oc_module: Simple propfind result code 200.
10-15 13:35:04:981 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:04:981 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:04:982 oc_module: => Errno after fetch resource list for owncloud://cloud.**
******.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:04:982 oc_module: New attempt 0

I would be very glad to help you with any further details, including remote access to server/client or whatever you might need.

David

Here is the full log:

10-15 13:34:07:396 "################## ownCloud hu_HU () 1.4.1"
10-15 13:34:07:399 void Mirall::Application::setupTranslations() Using "hu" translation
10-15 13:34:07:425 * Setup folders from "/home/sherlock/.local/share/data//ownCloud/folders"
10-15 13:34:07:426 ` -> setting up: "ownCloud"
10-15 13:34:07:426 -> file path: "/home/sherlock/.local/share/data/ownCloud/folders/ownCloud"
10-15 13:34:07:426 (+) Watcher: "/home/sherlock/ownCloud"
10-15 13:34:07:427 * Pending events for "/home/sherlock/ownCloud" will be processed after events stop for 1000 milliseconds ( "13:50:47" ). 0 events until now )
10-15 13:34:07:427 ==> returning exclude file path: "/etc/ownCloud/sync-exclude.lst"
10-15 13:34:07:428 ==> returning exclude file path: "/home/sherlock/.local/share/data/ownCloud/sync-exclude.lst"
10-15 13:34:07:429 Checked local path ok
10-15 13:34:07:429 setting remote poll timer interval to 30000 msec
10-15 13:34:07:429 Adding folder to Folder Map Mirall::Folder(0xb31720)
10-15 13:34:07:430 Folder in overallStatus Message: Mirall::Folder(0xb31720) with name "ownCloud"
10-15 13:34:07:430 Sync state changed for folder "ownCloud" : "Not yet Started"
10-15 13:34:07:437 Network Location: ""
10-15 13:34:07:630 Get Request to QUrl( "http://cloud.*********.hu/status.php" )
10-15 13:34:07:630 Setting up host header: "cloud..hu"
10-15 13:34:07:649 status.php returns: "{"installed":"true","version":"5.0.22","versionstring":"5.0.12","edition":""}" 0 Reply: QNetworkReplyImpl(0xbf5270)
10-15 13:34:07:649 *
Application: ownCloud found: "http://cloud.********_.hu" with version "5.0.12" ( "5.0.22" )
10-15 13:34:07:650 *_ Setting ownCloud Server version to "5.0.22"
10-15 13:34:07:651 # checking for authentication settings.
10-15 13:34:07:651 Get Request to QUrl( "http://cloud.********_.hu/remote.php/webdav//" )
10-15 13:34:07:651 Setting up host header: "cloud._
_.hu"
10-15 13:34:07:718 Connection Validator Result: "Connected"
10-15 13:34:07:719 ######## Connection and Credentials are ok!
10-15 13:34:07:722 Schedule folder "ownCloud" to sync!
10-15 13:34:07:723 XX slotScheduleFolderSync: folderQueue size: 1
10-15 13:34:07:725 Setting up host header: "cloud.
_.hu"
10-15 13:34:07:726 ==> returning exclude file path: "/etc/ownCloud/sync-exclude.lst"
10-15 13:34:07:727 ==== added system ignore list to csync: "/etc/ownCloud/sync-exclude.lst"
10-15 13:34:07:727 csync_exclude_load: Loading exclude file: /etc/ownCloud/sync-exclude.lst
10-15 13:34:07:728 csync_exclude_load: Adding entry: *.filepart
10-15 13:34:07:728 csync_exclude_load: Adding entry: *~
10-15 13:34:07:729 csync_exclude_load: Adding entry: *.part
10-15 13:34:07:729 csync_exclude_load: Adding entry: *.crdownload
10-15 13:34:07:729 csync_exclude_load: Adding entry: *.unison

10-15 13:34:07:730 csync_exclude_load: Adding entry: csync_timedif.ctmp
10-15 13:34:07:730 csync_exclude_load: Adding entry: csync_journal.db
10-15 13:34:07:730 csync_exclude_load: Adding entry: csync_journal.db.ctmp
10-15 13:34:07:730 csync_exclude_load: Adding entry: ..sw?
10-15 13:34:07:730 csync_exclude_load: Adding entry: .
.sw?
10-15 13:34:07:731 csync_exclude_load: Adding entry: ].DS_Store
10-15 13:34:07:731 csync_exclude_load: Adding entry: ].ds_store
10-15 13:34:07:731 csync_exclude_load: Adding entry: ]Thumbs.db
10-15 13:34:07:731 csync_exclude_load: Adding entry: desktop.ini
10-15 13:34:07:731 csync_exclude_load: Adding entry: *.kate-swp
10-15 13:34:07:732 csync_exclude_load: Adding entry: *conflict-
10-15 13:34:07:732 csync_exclude_load: Adding entry: ]
.~_
10-15 13:34:07:732 csync_exclude_load: Adding entry: ].TemporaryItems
10-15 13:34:07:732 csync_exclude_load: Adding entry: ].Trashes
10-15 13:34:07:733 csync_exclude_load: Adding entry: ].DocumentRevisions-V100
10-15 13:34:07:733 csync_exclude_load: Adding entry: .fseventd
10-15 13:34:07:733 csync_exclude_load: Adding entry: .apdisk
10-15 13:34:07:734 csync_exclude_load: Adding entry: .htaccess
10-15 13:34:07:734 csync_exclude_load: Adding entry: ]Icon\r*
10-15 13:34:07:735 csync_exclude_load: Adding entry: $*
10-15 13:34:07:736 csync_exclude_load: Adding entry: .lock.*
10-15 13:34:07:736 ==> returning exclude file path: "/home/sherlock/.local/share/data/ownCloud/sync-exclude.lst"
10-15 13:34:07:736 ==== added user defined ignore list to csync: "/home/sherlock/.local/share/data/ownCloud/sync-exclude.lst"
10-15 13:34:07:737 csync_exclude_load: Loading exclude file: /home/sherlock/.local/share/data/ownCloud/sync-exclude.lst
10-15 13:34:07:737 csync_config_load: config file /home/sherlock/.local/share/data//ownCloud//ocsync.conf not found, checking /home/sherlock/.ocsync/ocsync.conf
10-15 13:34:07:737 csync_config_copy_default: Copy /etc/config/ocsync.conf to /home/sherlock/.local/share/data//ownCloud//ocsync.conf
10-15 13:34:07:737 csync_init: Could not load config file /home/sherlock/.local/share/data//ownCloud//ocsync.conf, using defaults.
10-15 13:34:07:738 csync_exclude_load: Loading exclude file: /etc/ocsync/ocsync_exclude.conf
10-15 13:34:07:738 csync_init: Could not load /etc/ocsync/ocsync_exclude.conf -
10-15 13:34:07:738 csync_exclude_load: Loading exclude file: /home/sherlock/.local/share/data//ownCloud//ocsync_exclude.conf
10-15 13:34:07:738 csync_init: Could not load /home/sherlock/.local/share/data//ownCloud//ocsync_exclude.conf -
10-15 13:34:07:740 csync_vio_init: capabilities: atomar copy support: yes
10-15 13:34:07:741 csync_vio_init: capabilities: post copy stat: no
10-15 13:34:07:742 csync_vio_init: capabilities: time sync required: no
10-15 13:34:07:742 csync_vio_init: capabilities: unix extensions: 0
10-15 13:34:07:743 csync_vio_init: capabilities: use send_file: yes
10-15 13:34:07:743 csync_init: Module does not need time synchronization.
10-15 13:34:07:744 Passing NO proxy to csync for QUrl( "http://cloud.******_**.hu/remote.php/webdav/" )
10-15 13:34:07:744 Folder in overallStatus Message: Mirall::Folder(0xb31720) with name "ownCloud"
10-15 13:34:07:752 Sync state changed for folder "ownCloud" : "SyncPrepare"
10-15 13:34:07:753 *
* Start syncing
10-15 13:34:07:753 ==> returning exclude file path: "/etc/ownCloud/sync-exclude.lst"
10-15 13:34:07:753 ==== added system ignore list to csync: "/etc/ownCloud/sync-exclude.lst"
10-15 13:34:07:754 csync_exclude_load: Loading exclude file: /etc/ownCloud/sync-exclude.lst
10-15 13:34:07:754 csync_exclude_load: Adding entry: _.filepart
10-15 13:34:07:754 csync_exclude_load: Adding entry: *

10-15 13:34:07:755 csync_exclude_load: Adding entry: *.part
10-15 13:34:07:755 csync_exclude_load: Adding entry: *.crdownload
10-15 13:34:07:756 csync_exclude_load: Adding entry: *.unison_
10-15 13:34:07:756 csync_exclude_load: Adding entry: csync_timedif.ctmp
10-15 13:34:07:757 csync_exclude_load: Adding entry: csync_journal.db
10-15 13:34:07:757 csync_exclude_load: Adding entry: csync_journal.db.ctmp
10-15 13:34:07:757 csync_exclude_load: Adding entry: ..sw?
10-15 13:34:07:758 csync_exclude_load: Adding entry: .
.sw?
10-15 13:34:07:758 csync_exclude_load: Adding entry: ].DS_Store
10-15 13:34:07:758 csync_exclude_load: Adding entry: ].ds_store
10-15 13:34:07:758 csync_exclude_load: Adding entry: ]Thumbs.db
10-15 13:34:07:759 csync_exclude_load: Adding entry: desktop.ini
10-15 13:34:07:759 csync_exclude_load: Adding entry: *.kate-swp
10-15 13:34:07:759 csync_exclude_load: Adding entry: *conflict-
10-15 13:34:07:760 csync_exclude_load: Adding entry: ]
.
_
10-15 13:34:07:760 csync_exclude_load: Adding entry: ].TemporaryItems
10-15 13:34:07:760 csync_exclude_load: Adding entry: ].Trashes
10-15 13:34:07:760 csync_exclude_load: Adding entry: ].DocumentRevisions-V100
10-15 13:34:07:761 csync_exclude_load: Adding entry: .fseventd
10-15 13:34:07:761 csync_exclude_load: Adding entry: .apdisk
10-15 13:34:07:761 csync_exclude_load: Adding entry: .htaccess
10-15 13:34:07:762 csync_exclude_load: Adding entry: ]Icon\r*
10-15 13:34:07:762 csync_exclude_load: Adding entry: ~$*
10-15 13:34:07:762 csync_exclude_load: Adding entry: .~lock.*
10-15 13:34:07:763 ==> returning exclude file path: "/home/sherlock/.local/share/data/ownCloud/sync-exclude.lst"
10-15 13:34:07:763 ==== added user defined ignore list to csync: "/home/sherlock/.local/share/data/ownCloud/sync-exclude.lst"
10-15 13:34:07:764 csync_exclude_load: Loading exclude file: /home/sherlock/.local/share/data/ownCloud/sync-exclude.lst
10-15 13:34:07:764 * event notification disabled
10-15 13:34:07:764 >===================================== sync started for "ownCloud"
10-15 13:34:07:765 Folder in overallStatus Message: Mirall::Folder(0xb31720) with name "ownCloud"
10-15 13:34:07:764 void Mirall::CSyncThread::startSync() Sync started
10-15 13:34:07:764 starting to sync QThread(0x739620) QThread(0xb12d20)
10-15 13:34:07:764 #### Update start #################################################### >>
10-15 13:34:07:766 csync_update: Journal: /home/sherlock/ownCloud/.csync_journal.db
10-15 13:34:07:773 csync_memstat_check: Memory: 970888K total size, 41036K resident, 31384K shared
10-15 13:34:07:774 csync_ftw: => Starting to ftw /home/sherlock/ownCloud, read_from_db-Flag for: 0
10-15 13:34:07:774 csync_ftw: <= Closing walk for /home/sherlock/ownCloud with read_from_db 0
10-15 13:34:07:774 csync_update: Update detection for local replica took 0,00 seconds walking 0 files.
10-15 13:34:07:774 csync_memstat_check: Memory: 970888K total size, 41116K resident, 31448K shared
10-15 13:34:07:774 csync_ftw: => Starting to ftw owncloud://cloud.
_.hu/remote.php/webdav/ownCloud, read_from_db-Flag for: 0
10-15 13:34:07:774 csync_ftw: Checking for read from db for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud: 0
10-15 13:34:07:774 oc_module: opendir method called on owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud
10-15 13:34:07:774 oc_module: * scheme owncloud
10-15 13:34:07:774 oc_module: * host cloud._
_.hu
10-15 13:34:07:774 oc_module: * port 0
10-15 13:34:07:774 oc_module: * path /remote.php/webdav/ownCloud
10-15 13:34:07:774 oc_module: * user
10-15 13:34:07:775 oc_module: ne_sock_init: 0
10-15 13:34:07:775 oc_module: No proxy configured.
10-15 13:34:07:786 �[31mQVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const�[0m: Condition failed: action
10-15 13:34:07:805 �[31mQVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const�[0m: Condition failed: action
10-15 13:34:07:805 �[31mQVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const�[0m: Condition failed: action
10-15 13:34:07:805 �[31mQVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const�[0m: Condition failed: action
10-15 13:34:07:806 �[31mQVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const�[0m: Condition failed: action
10-15 13:34:07:806 �[31mQVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const�[0m: Condition failed: action
10-15 13:34:07:807 �[31mQVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const�[0m: Condition failed: action
10-15 13:34:07:807 �[31mQVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const�[0m: Condition failed: action
10-15 13:34:07:807 �[31mQVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const�[0m: Condition failed: action
10-15 13:34:07:807 �[31mQVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const�[0m: Condition failed: action
10-15 13:34:07:808 �[31mQVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const�[0m: Condition failed: action
10-15 13:34:07:862 oc_module: Simple propfind result code 207.
10-15 13:34:07:862 oc_module: opendir returning handle 0x7f5f100269d0
10-15 13:34:07:862 oc_module: closedir method called 0x7f5f100269d0!
10-15 13:34:07:862 csync_ftw: <= Closing walk for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud with read_from_db 0
10-15 13:34:07:862 csync_update: Update detection for remote replica took 0,09 seconds walking 0 files.
10-15 13:34:07:862 csync_memstat_check: Memory: 1005032K total size, 44460K resident, 33448K shared
10-15 13:34:07:862 <<#### Update end ###########################################################
10-15 13:34:07:862 csync_reconcile: Reconciliation for local replica took 0,00 seconds visiting 0 files.
10-15 13:34:07:862 csync_reconcile: Reconciliation for remote replica took 0,00 seconds visiting 0 files.
10-15 13:34:07:862 csync_propagate: Propagation for local replica took 0,00 seconds visiting 0 files.
10-15 13:34:07:862 csync_propagate: Propagation for remote replica took 0,00 seconds visiting 0 files.
10-15 13:34:07:862 void Mirall::CSyncThread::startSync() Sync finished
10-15 13:34:08:029 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0,17 seconds
10-15 13:34:08:030 csync_statedb_close: Successfully moved tmp db to original db.
10-15 13:34:08:030 CSync run took 266 Milliseconds
10-15 13:34:08:034 -> CSync Finished slot with error false
10-15 13:34:08:034 Starting Event logging again in 2000 milliseconds
10-15 13:34:08:034 OO folder slotSyncFinished: result: 2
10-15 13:34:08:035 Folder in overallStatus Message: Mirall::Folder(0xb31720) with name "ownCloud"
10-15 13:34:08:036 Sync state changed for folder "ownCloud" : "Success"
10-15 13:34:08:036 Setting up host header: "cloud._
.hu"
10-15 13:34:08:036 <===================================== sync finished for "ownCloud"
10-15 13:34:08:237 XX slotScheduleFolderSync: folderQueue size: 0
10-15 13:34:10:034 * event notification enabled
10-15 13:34:10:431 00 client update check to "https://download.owncloud.com/clientupdater.php"
10-15 13:34:10:563 Sys Info size: 90
10-15 13:34:11:201 Client is on latest version!
10-15 13:34:19:440 *
Inotify Event 1073741952 on "/home/sherlock/ownCloud/folder1"
10-15 13:34:19:442 * Pending events for "/home/sherlock/ownCloud" will be processed after events stop for 1000 milliseconds ( "13:50:59" ). 1 events until now )
10-15 13:34:20:444 * Processing of event queue for "/home/sherlock/ownCloud"
10-15 13:34:20:445 * Notify 1 change items for "/home/sherlock/ownCloud"
10-15 13:34:20:446 * Changed was notified on ("/home/sherlock/ownCloud/folder1")
10-15 13:34:20:447 Schedule folder "ownCloud" to sync!
10-15 13:34:20:448 XX slotScheduleFolderSync: folderQueue size: 1
10-15 13:34:20:449 Setting up host header: "cloud.
_.hu"
10-15 13:34:20:450 Folder in overallStatus Message: Mirall::Folder(0xb31720) with name "ownCloud"
10-15 13:34:20:451 Sync state changed for folder "ownCloud" : "SyncPrepare"
10-15 13:34:20:453 * Start syncing
10-15 13:34:20:455 ==> returning exclude file path: "/etc/ownCloud/sync-exclude.lst"
10-15 13:34:20:455 ==== added system ignore list to csync: "/etc/ownCloud/sync-exclude.lst"
10-15 13:34:20:456 csync_exclude_load: Loading exclude file: /etc/ownCloud/sync-exclude.lst
10-15 13:34:20:456 csync_exclude_load: Adding entry: .filepart
10-15 13:34:20:457 csync_exclude_load: Adding entry: *~
10-15 13:34:20:457 csync_exclude_load: Adding entry: *.part
10-15 13:34:20:458 csync_exclude_load: Adding entry: *.crdownload
10-15 13:34:20:458 csync_exclude_load: Adding entry: *.unison

10-15 13:34:20:458 csync_exclude_load: Adding entry: csync_timedif.ctmp
10-15 13:34:20:459 csync_exclude_load: Adding entry: csync_journal.db
10-15 13:34:20:459 csync_exclude_load: Adding entry: csync_journal.db.ctmp
10-15 13:34:20:460 csync_exclude_load: Adding entry: .
.sw?
10-15 13:34:20:460 csync_exclude_load: Adding entry: ..sw?
10-15 13:34:20:461 csync_exclude_load: Adding entry: ].DS_Store
10-15 13:34:20:461 csync_exclude_load: Adding entry: ].ds_store
10-15 13:34:20:461 csync_exclude_load: Adding entry: ]Thumbs.db
10-15 13:34:20:462 csync_exclude_load: Adding entry: desktop.ini
10-15 13:34:20:462 csync_exclude_load: Adding entry: *.kate-swp
10-15 13:34:20:462 csync_exclude_load: Adding entry: *conflict-
10-15 13:34:20:462 csync_exclude_load: Adding entry: ]
.~

10-15 13:34:20:463 csync_exclude_load: Adding entry: ].TemporaryItems
10-15 13:34:20:463 csync_exclude_load: Adding entry: ].Trashes
10-15 13:34:20:463 csync_exclude_load: Adding entry: ].DocumentRevisions-V100
10-15 13:34:20:463 csync_exclude_load: Adding entry: .fseventd
10-15 13:34:20:463 csync_exclude_load: Adding entry: .apdisk
10-15 13:34:20:464 csync_exclude_load: Adding entry: .htaccess
10-15 13:34:20:464 csync_exclude_load: Adding entry: ]Icon\r

10-15 13:34:20:464 csync_exclude_load: Adding entry: ~$*
10-15 13:34:20:464 csync_exclude_load: Adding entry: .~lock.*
10-15 13:34:20:464 ==> returning exclude file path: "/home/sherlock/.local/share/data/ownCloud/sync-exclude.lst"
10-15 13:34:20:465 ==== added user defined ignore list to csync: "/home/sherlock/.local/share/data/ownCloud/sync-exclude.lst"
10-15 13:34:20:465 csync_exclude_load: Loading exclude file: /home/sherlock/.local/share/data/ownCloud/sync-exclude.lst
10-15 13:34:20:465 * event notification disabled
10-15 13:34:20:466 >===================================== sync started for "ownCloud"
10-15 13:34:20:466 void Mirall::CSyncThread::startSync() Sync started
10-15 13:34:20:466 starting to sync QThread(0x739620) QThread(0x976480)
10-15 13:34:20:466 #### Update start #################################################### >>
10-15 13:34:20:466 csync_update: Journal: /home/sherlock/ownCloud/.csync_journal.db
10-15 13:34:20:477 csync_memstat_check: Memory: 1076636K total size, 45248K resident, 34060K shared
10-15 13:34:20:477 csync_ftw: => Starting to ftw /home/sherlock/ownCloud, read_from_db-Flag for: 0
10-15 13:34:20:477 csync_ftw: Uniq ID from Database: folder1 ->
10-15 13:34:20:477 csync_walker: directory: /home/sherlock/ownCloud/folder1
10-15 13:34:20:477 csync_detect_update: ==> file: folder1 - hash 4908734963496502868, mtime: 1381836779
10-15 13:34:20:477 csync_statedb_get_stat_by_hash: No result record found for phash = 4908734963496502868
10-15 13:34:20:477 csync_detect_update: file: folder1, instruction: INSTRUCTION_NEW <<=
10-15 13:34:20:477 csync_ftw: => Starting to ftw /home/sherlock/ownCloud/folder1, read_from_db-Flag for: 0
10-15 13:34:20:477 csync_ftw: Uniq ID from Database: folder1/folder2 ->
10-15 13:34:20:477 csync_walker: directory: /home/sherlock/ownCloud/folder1/folder2
10-15 13:34:20:477 csync_detect_update: ==> file: folder1/folder2 - hash 9565521056908238678, mtime: 1381780171
10-15 13:34:20:477 csync_statedb_get_stat_by_hash: No result record found for phash = 9565521056908238678
10-15 13:34:20:477 csync_detect_update: file: folder1/folder2, instruction: INSTRUCTION_NEW <<=
10-15 13:34:20:477 csync_ftw: => Starting to ftw /home/sherlock/ownCloud/folder1/folder2, read_from_db-Flag for: 0
10-15 13:34:20:477 csync_ftw: <= Closing walk for /home/sherlock/ownCloud/folder1/folder2 with read_from_db 0
10-15 13:34:20:477 csync_ftw: <= Closing walk for /home/sherlock/ownCloud/folder1 with read_from_db 0
10-15 13:34:20:477 csync_ftw: <= Closing walk for /home/sherlock/ownCloud with read_from_db 0
10-15 13:34:20:477 csync_update: Update detection for local replica took 0,00 seconds walking 2 files.
10-15 13:34:20:477 csync_memstat_check: Memory: 1076636K total size, 45384K resident, 34060K shared
10-15 13:34:20:477 csync_ftw: => Starting to ftw owncloud://cloud.********
.hu/remote.php/webdav/ownCloud, read_from_db-Flag for: 0
10-15 13:34:20:478 csync_ftw: Checking for read from db for owncloud://cloud.**
*****
.hu/remote.php/webdav/ownCloud: 0
10-15 13:34:20:478 oc_module: opendir method called on owncloud://cloud.**
_.hu/remote.php/webdav/ownCloud
10-15 13:34:20:478 oc_module: * scheme owncloud
10-15 13:34:20:478 oc_module: * host cloud._
_.hu
10-15 13:34:20:478 oc_module: * port 0
10-15 13:34:20:478 oc_module: * path /remote.php/webdav/ownCloud
10-15 13:34:20:478 oc_module: * user
10-15 13:34:20:478 oc_module: ne_sock_init: 0
10-15 13:34:20:478 oc_module: No proxy configured.
10-15 13:34:20:557 oc_module: Simple propfind result code 207.
10-15 13:34:20:557 oc_module: opendir returning handle 0x7f5f0c0351c0
10-15 13:34:20:557 oc_module: closedir method called 0x7f5f0c0351c0!
10-15 13:34:20:557 csync_ftw: <= Closing walk for owncloud://cloud.
*****.hu/remote.php/webdav/ownCloud with read_from_db 0
10-15 13:34:20:557 csync_update: Update detection for remote replica took 0,08 seconds walking 0 files.
10-15 13:34:20:558 csync_memstat_check: Memory: 1078896K total size, 45544K resident, 34108K shared
10-15 13:34:20:558 <<#### Update end ###########################################################
10-15 13:34:20:558 csync_merge_algorithm_visitor: INSTRUCTION_NEW dir: folder1
10-15 13:34:20:558 csync_merge_algorithm_visitor: INSTRUCTION_NEW dir: folder1/folder2
10-15 13:34:20:558 csync_reconcile: Reconciliation for local replica took 0,00 seconds visiting 2 files.
10-15 13:34:20:558 csync_reconcile: Reconciliation for remote replica took 0,00 seconds visiting 0 files.
10-15 13:34:20:565 * csync thread started
10-15 13:34:20:566 Folder in overallStatus Message: Mirall::Folder(0xb31720) with name "ownCloud"
10-15 13:34:20:576 Sync state changed for folder "ownCloud" : "Sync Running"
10-15 13:34:20:558 oc_module: owncloud_stat owncloud://cloud.**
*****
.hu/remote.php/webdav/ownCloud called
10-15 13:34:20:558 oc_module: => Errno after fetch resource list for owncloud://cloud.__.hu/remote.php/webdav/ownCloud: 0
10-15 13:34:20:558 oc_module: Working on file ownCloud
10-15 13:34:20:558 oc_module: STAT result from propfind: ownCloud, mtime: 1381836573
10-15 13:34:20:558 oc_module: MKdir on /remote.php/webdav/ownCloud/folder1/
10-15 13:34:20:644 oc_module: Setting LastModified of /remote.php/webdav/ownCloud/folder1 to 1381836779
10-15 13:34:20:698 _csync_new_dir: CREATED dir: owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/folder1
10-15 13:34:20:698 oc_module: owncloud_stat owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/folder1 called
10-15 13:34:20:762 oc_module: Simple propfind result code 207.
10-15 13:34:20:762 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/folder1: 0
10-15 13:34:20:762 oc_module: Working on file folder1
10-15 13:34:20:762 oc_module: STAT result from propfind: folder1, mtime: 1381836779
10-15 13:34:20:762 oc_module: MKdir on /remote.php/webdav/ownCloud/folder1/folder2/
10-15 13:34:20:838 oc_module: Setting LastModified of /remote.php/webdav/ownCloud/folder1/folder2 to 1381780171
10-15 13:34:20:893 _csync_new_dir: CREATED dir: owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/folder1/folder2
10-15 13:34:20:893 csync_propagate: Propagation for local replica took 0,33 seconds visiting 2 files.
10-15 13:34:20:893 csync_propagate: Propagation for remote replica took 0,00 seconds visiting 0 files.
10-15 13:34:20:893 void Mirall::CSyncThread::startSync() Sync finished
10-15 13:34:21:040 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp
(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES
(4908734963496502868, 7, folder1, 778413, 1000, 1000, 16893, 1381836779, 2, );
10-15 13:34:21:041 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp
(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES
(-8881223016801312938, 15, folder1/folder2, 778414, 1000, 1000, 16893, 1381780171, 2, );
10-15 13:34:21:071 _merge_and_write_statedb: Writing the statedb of 2 files to disk took 0,18 seconds
10-15 13:34:21:072 csync_statedb_close: Successfully moved tmp db to original db.
10-15 13:34:21:073 CSync run took 607 Milliseconds
10-15 13:34:21:075 -> CSync Finished slot with error false
10-15 13:34:21:076 Starting Event logging again in 2000 milliseconds
10-15 13:34:21:076 OO folder slotSyncFinished: result: 3
10-15 13:34:21:077 Folder in overallStatus Message: Mirall::Folder(0xb31720) with name "ownCloud"
10-15 13:34:21:078 Sync state changed for folder "ownCloud" : "Success"
10-15 13:34:21:079 Setting up host header: "cloud.
_
*****.hu"
10-15 13:34:21:079 <===================================== sync finished for "ownCloud"

@Sherlock1979
Copy link
Author

10-15 13:34:21:280 XX slotScheduleFolderSync: folderQueue size: 0
10-15 13:34:23:077 * event notification enabled
10-15 13:34:38:605 * Inotify Event 1073741888 on "/home/sherlock/ownCloud/folder1"
10-15 13:34:38:606 * Pending events for "/home/sherlock/ownCloud" will be processed after events stop for 1000 milliseconds ( "13:51:18" ). 1 events until now )
10-15 13:34:39:608 * Processing of event queue for "/home/sherlock/ownCloud"
10-15 13:34:39:609 * Notify 1 change items for "/home/sherlock/ownCloud"
10-15 13:34:39:610 * Changed was notified on ("/home/sherlock/ownCloud/folder1")
10-15 13:34:39:610 Schedule folder "ownCloud" to sync!
10-15 13:34:39:611 XX slotScheduleFolderSync: folderQueue size: 1
10-15 13:34:39:612 Setting up host header: "cloud.
_.hu"
10-15 13:34:39:612 Folder in overallStatus Message: Mirall::Folder(0xb31720) with name "ownCloud"
10-15 13:34:39:613 Sync state changed for folder "ownCloud" : "SyncPrepare"
10-15 13:34:39:614 * Start syncing
10-15 13:34:39:614 ==> returning exclude file path: "/etc/ownCloud/sync-exclude.lst"
10-15 13:34:39:614 ==== added system ignore list to csync: "/etc/ownCloud/sync-exclude.lst"
10-15 13:34:39:614 csync_exclude_load: Loading exclude file: /etc/ownCloud/sync-exclude.lst
10-15 13:34:39:615 csync_exclude_load: Adding entry: .filepart
10-15 13:34:39:615 csync_exclude_load: Adding entry: *~
10-15 13:34:39:616 csync_exclude_load: Adding entry: *.part
10-15 13:34:39:616 csync_exclude_load: Adding entry: *.crdownload
10-15 13:34:39:617 csync_exclude_load: Adding entry: *.unison

10-15 13:34:39:617 csync_exclude_load: Adding entry: csync_timedif.ctmp
10-15 13:34:39:618 csync_exclude_load: Adding entry: csync_journal.db
10-15 13:34:39:618 csync_exclude_load: Adding entry: csync_journal.db.ctmp
10-15 13:34:39:619 csync_exclude_load: Adding entry: .
.sw?
10-15 13:34:39:620 csync_exclude_load: Adding entry: ..sw?
10-15 13:34:39:620 csync_exclude_load: Adding entry: ].DS_Store
10-15 13:34:39:621 csync_exclude_load: Adding entry: ].ds_store
10-15 13:34:39:622 csync_exclude_load: Adding entry: ]Thumbs.db
10-15 13:34:39:622 csync_exclude_load: Adding entry: desktop.ini
10-15 13:34:39:623 csync_exclude_load: Adding entry: *.kate-swp
10-15 13:34:39:623 csync_exclude_load: Adding entry: *conflict-
10-15 13:34:39:624 csync_exclude_load: Adding entry: ]
.~

10-15 13:34:39:624 csync_exclude_load: Adding entry: ].TemporaryItems
10-15 13:34:39:625 csync_exclude_load: Adding entry: ].Trashes
10-15 13:34:39:625 csync_exclude_load: Adding entry: ].DocumentRevisions-V100
10-15 13:34:39:625 csync_exclude_load: Adding entry: .fseventd
10-15 13:34:39:626 csync_exclude_load: Adding entry: .apdisk
10-15 13:34:39:627 csync_exclude_load: Adding entry: .htaccess
10-15 13:34:39:627 csync_exclude_load: Adding entry: ]Icon\r

10-15 13:34:39:627 csync_exclude_load: Adding entry: ~$

10-15 13:34:39:628 csync_exclude_load: Adding entry: .~lock.

10-15 13:34:39:629 ==> returning exclude file path: "/home/sherlock/.local/share/data/ownCloud/sync-exclude.lst"
10-15 13:34:39:629 ==== added user defined ignore list to csync: "/home/sherlock/.local/share/data/ownCloud/sync-exclude.lst"
10-15 13:34:39:630 csync_exclude_load: Loading exclude file: /home/sherlock/.local/share/data/ownCloud/sync-exclude.lst
10-15 13:34:39:630 * event notification disabled
10-15 13:34:39:630 >===================================== sync started for "ownCloud"
10-15 13:34:39:630 void Mirall::CSyncThread::startSync() Sync started
10-15 13:34:39:630 starting to sync QThread(0x739620) QThread(0xdb0410)
10-15 13:34:39:630 #### Update start #################################################### >>
10-15 13:34:39:630 csync_update: Journal: /home/sherlock/ownCloud/.csync_journal.db
10-15 13:34:39:638 csync_memstat_check: Memory: 1077092K total size, 45616K resident, 34088K shared
10-15 13:34:39:638 csync_ftw: => Starting to ftw /home/sherlock/ownCloud, read_from_db-Flag for: 0
10-15 13:34:39:638 csync_ftw: <= Closing walk for /home/sherlock/ownCloud with read_from_db 0
10-15 13:34:39:638 csync_update: Update detection for local replica took 0,00 seconds walking 0 files.
10-15 13:34:39:638 csync_memstat_check: Memory: 1077092K total size, 45616K resident, 34088K shared
10-15 13:34:39:638 csync_ftw: => Starting to ftw owncloud://cloud._.hu/remote.php/webdav/ownCloud, read_from_db-Flag for: 0
10-15 13:34:39:638 csync_ftw: Checking for read from db for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud: 0
10-15 13:34:39:638 oc_module: opendir method called on owncloud://cloud.
__.hu/remote.php/webdav/ownCloud
10-15 13:34:39:638 oc_module: * scheme owncloud
10-15 13:34:39:638 oc_module: * host cloud._
_.hu
10-15 13:34:39:638 oc_module: * port 0
10-15 13:34:39:638 oc_module: * path /remote.php/webdav/ownCloud
10-15 13:34:39:638 oc_module: * user
10-15 13:34:39:639 oc_module: ne_sock_init: 0
10-15 13:34:39:639 oc_module: No proxy configured.
10-15 13:34:39:729 oc_module: Simple propfind result code 207.
10-15 13:34:39:729 oc_module: opendir returning handle 0x7f5f0c026960
10-15 13:34:39:729 oc_module: owncloud_stat owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/folder1 called
10-15 13:34:39:729 csync_walker: directory: owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/folder1
10-15 13:34:39:729 _csync_detect_update: ==> file: folder1 - hash 4908734963496502868, mtime: 1381836860
10-15 13:34:39:730 _csync_detect_update: Database entry found, compare: 1381836860 <-> 1381836779, md5: 525d284f9ef2e <-> , inode: 0 <-> 778413
10-15 13:34:39:730 _csync_detect_update: file: folder1, instruction: INSTRUCTION_EVAL <<=
10-15 13:34:39:730 csync_ftw: => Starting to ftw owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/folder1, read_from_db-Flag for: 0
10-15 13:34:39:730 oc_module: owncloud_stat owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/folder1 called
10-15 13:34:39:730 oc_module: Get file ID for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/folder1: 525d284f9ef2e
10-15 13:34:39:730 _check_read_from_db: Compare directory ids for folder1: -> 525d284f9ef2e
10-15 13:34:39:730 csync_ftw: Checking for read from db for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/folder1: 0
10-15 13:34:39:730 oc_module: opendir method called on owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/folder1
10-15 13:34:39:777 oc_module: Simple propfind result code 207.
10-15 13:34:39:777 oc_module: opendir returning handle 0x7f5f0c025f70
10-15 13:34:39:777 oc_module: owncloud_stat owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/folder1/folder2 called
10-15 13:34:39:777 csync_walker: directory: owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/folder1/folder2
10-15 13:34:39:777 _csync_detect_update: ==> file: folder1/folder2 - hash 9565521056908238678, mtime: 1381780171
10-15 13:34:39:778 _csync_detect_update: Database entry found, compare: 1381780171 <-> 1381780171, md5: 525d283cc6d2c <-> , inode: 0 <-> 778414
10-15 13:34:39:778 _csync_detect_update: file: folder1/folder2, instruction: INSTRUCTION_EVAL <<=
10-15 13:34:39:778 csync_ftw: => Starting to ftw owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/folder1/folder2, read_from_db-Flag for: 0
10-15 13:34:39:778 oc_module: owncloud_stat owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/folder1/folder2 called
10-15 13:34:39:778 oc_module: Get file ID for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/folder1/folder2: 525d283cc6d2c
10-15 13:34:39:778 _check_read_from_db: Compare directory ids for folder1/folder2: -> 525d283cc6d2c
10-15 13:34:39:778 csync_ftw: Checking for read from db for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/folder1/folder2: 0
10-15 13:34:39:778 oc_module: opendir method called on owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/folder1/folder2
10-15 13:34:39:829 oc_module: Simple propfind result code 207.
10-15 13:34:39:830 oc_module: opendir returning handle 0x7f5f0c00ea30
10-15 13:34:39:830 oc_module: closedir method called 0x7f5f0c00ea30!
10-15 13:34:39:830 csync_ftw: <= Closing walk for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/folder1/folder2 with read_from_db 0
10-15 13:34:39:830 oc_module: closedir method called 0x7f5f0c025f70!
10-15 13:34:39:830 csync_ftw: <= Closing walk for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/folder1 with read_from_db 0
10-15 13:34:39:830 oc_module: closedir method called 0x7f5f0c026960!
10-15 13:34:39:830 csync_ftw: <= Closing walk for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud with read_from_db 0
10-15 13:34:39:830 csync_update: Update detection for remote replica took 0,19 seconds walking 2 files.
10-15 13:34:39:831 csync_memstat_check: Memory: 1079220K total size, 45908K resident, 34144K shared
10-15 13:34:39:831 <<#### Update end ###########################################################
10-15 13:34:39:831 csync_reconcile: Reconciliation for local replica took 0,00 seconds visiting 0 files.
10-15 13:34:39:831 _csync_merge_algorithm_visitor: INSTRUCTION_REMOVE dir: folder1
10-15 13:34:39:831 _csync_merge_algorithm_visitor: INSTRUCTION_REMOVE dir: folder1/folder2
10-15 13:34:39:831 csync_reconcile: Reconciliation for remote replica took 0,00 seconds visiting 2 files.
10-15 13:34:39:831 void Mirall::CSyncThread::startSync() All the files are going to be removed, asking the user
10-15 13:34:43:136 * csync thread started
10-15 13:34:43:136 Folder in overallStatus Message: Mirall::Folder(0xb31720) with name "ownCloud"
10-15 13:34:43:138 Sync state changed for folder "ownCloud" : "Sync Running"
10-15 13:34:43:136 csync_propagate: Propagation for local replica took 0,00 seconds visiting 0 files.
10-15 13:34:43:280 _csync_remove_dir: REMOVED dir: owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/folder1
10-15 13:34:43:366 _csync_remove_dir: REMOVED dir: owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/folder1/folder2
10-15 13:34:43:366 csync_propagate: Propagation for remote replica took 0,23 seconds visiting 2 files.
10-15 13:34:43:366 void Mirall::CSyncThread::startSync() Sync finished
10-15 13:34:43:367 csync_vio_stat: Local stat failed, errno 2
10-15 13:34:43:367 _merge_file_trees_visitor: file: /home/sherlock/ownCloud/folder1, updating stat failed, error:
10-15 13:34:43:367 _merge_file_trees_visitor: PRE UPDATED folder1: 525d284f9ef2e
10-15 13:34:43:367 _merge_file_trees_visitor: file: /home/sherlock/ownCloud/folder1, instruction: UPDATED (525d284f9ef2e)
10-15 13:34:43:367 csync_vio_stat: Local stat failed, errno 2
10-15 13:34:43:367 _merge_file_trees_visitor: file: /home/sherlock/ownCloud/folder1/folder2, updating stat failed, error:
10-15 13:34:43:367 _merge_file_trees_visitor: PRE UPDATED folder1/folder2: 525d283cc6d2c
10-15 13:34:43:367 _merge_file_trees_visitor: file: /home/sherlock/ownCloud/folder1/folder2, instruction: UPDATED (525d283cc6d2c)
10-15 13:34:43:553 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp
(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES
(4908734963496502868, 7, folder1, 0, 0, 0, 16877, 1381836860, 2, 525d284f9ef2e);
10-15 13:34:43:553 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp
(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES
(-8881223016801312938, 15, folder1/folder2, 0, 0, 0, 16877, 1381780171, 2, 525d283cc6d2c);
10-15 13:34:43:629 _merge_and_write_statedb: Writing the statedb of 2 files to disk took 0,26 seconds
10-15 13:34:43:630 csync_statedb_close: Successfully moved tmp db to original db.
10-15 13:34:43:631 CSync run took 4001 Milliseconds
10-15 13:34:43:633 -> CSync Finished slot with error false
10-15 13:34:43:634 Starting Event logging again in 2000 milliseconds
10-15 13:34:43:634 OO folder slotSyncFinished: result: 3
10-15 13:34:43:635 Folder in overallStatus Message: Mirall::Folder(0xb31720) with name "ownCloud"
10-15 13:34:43:636 Sync state changed for folder "ownCloud" : "Success"
10-15 13:34:43:637 Setting up host header: "cloud._
.hu"
10-15 13:34:43:638 <===================================== sync finished for "ownCloud"
10-15 13:34:43:838 XX slotScheduleFolderSync: folderQueue size: 0
10-15 13:34:45:635 * event notification enabled
10-15 13:35:03:773 *
Inotify Event 1073741952 on "/home/sherlock/ownCloud/mappa1"
10-15 13:35:03:775 * Pending events for "/home/sherlock/ownCloud" will be processed after events stop for 1000 milliseconds ( "13:51:43" ). 1 events until now )
10-15 13:35:04:776 * Processing of event queue for "/home/sherlock/ownCloud"
10-15 13:35:04:778 * Notify 1 change items for "/home/sherlock/ownCloud"
10-15 13:35:04:778 * Changed was notified on ("/home/sherlock/ownCloud/mappa1")
10-15 13:35:04:779 Schedule folder "ownCloud" to sync!
10-15 13:35:04:780 XX slotScheduleFolderSync: folderQueue size: 1
10-15 13:35:04:780 Setting up host header: "cloud.
_.hu"
10-15 13:35:04:781 Folder in overallStatus Message: Mirall::Folder(0xb31720) with name "ownCloud"
10-15 13:35:04:782 Sync state changed for folder "ownCloud" : "SyncPrepare"
10-15 13:35:04:782 * Start syncing
10-15 13:35:04:783 ==> returning exclude file path: "/etc/ownCloud/sync-exclude.lst"
10-15 13:35:04:783 ==== added system ignore list to csync: "/etc/ownCloud/sync-exclude.lst"
10-15 13:35:04:783 csync_exclude_load: Loading exclude file: /etc/ownCloud/sync-exclude.lst
10-15 13:35:04:783 csync_exclude_load: Adding entry: .filepart
10-15 13:35:04:783 csync_exclude_load: Adding entry: *~
10-15 13:35:04:783 csync_exclude_load: Adding entry: *.part
10-15 13:35:04:784 csync_exclude_load: Adding entry: *.crdownload
10-15 13:35:04:784 csync_exclude_load: Adding entry: *.unison

10-15 13:35:04:784 csync_exclude_load: Adding entry: csync_timedif.ctmp
10-15 13:35:04:784 csync_exclude_load: Adding entry: csync_journal.db
10-15 13:35:04:784 csync_exclude_load: Adding entry: csync_journal.db.ctmp
10-15 13:35:04:784 csync_exclude_load: Adding entry: .
.sw?
10-15 13:35:04:785 csync_exclude_load: Adding entry: ..sw?
10-15 13:35:04:785 csync_exclude_load: Adding entry: ].DS_Store
10-15 13:35:04:785 csync_exclude_load: Adding entry: ].ds_store
10-15 13:35:04:785 csync_exclude_load: Adding entry: ]Thumbs.db
10-15 13:35:04:785 csync_exclude_load: Adding entry: desktop.ini
10-15 13:35:04:785 csync_exclude_load: Adding entry: *.kate-swp
10-15 13:35:04:785 csync_exclude_load: Adding entry: *conflict-
10-15 13:35:04:786 csync_exclude_load: Adding entry: ]
.~

10-15 13:35:04:786 csync_exclude_load: Adding entry: ].TemporaryItems
10-15 13:35:04:786 csync_exclude_load: Adding entry: ].Trashes
10-15 13:35:04:786 csync_exclude_load: Adding entry: ].DocumentRevisions-V100
10-15 13:35:04:786 csync_exclude_load: Adding entry: .fseventd
10-15 13:35:04:786 csync_exclude_load: Adding entry: .apdisk
10-15 13:35:04:787 csync_exclude_load: Adding entry: .htaccess
10-15 13:35:04:787 csync_exclude_load: Adding entry: ]Icon\r

10-15 13:35:04:787 csync_exclude_load: Adding entry: $*
10-15 13:35:04:787 csync_exclude_load: Adding entry: .lock.*
10-15 13:35:04:787 ==> returning exclude file path: "/home/sherlock/.local/share/data/ownCloud/sync-exclude.lst"
10-15 13:35:04:787 ==== added user defined ignore list to csync: "/home/sherlock/.local/share/data/ownCloud/sync-exclude.lst"
10-15 13:35:04:788 csync_exclude_load: Loading exclude file: /home/sherlock/.local/share/data/ownCloud/sync-exclude.lst
10-15 13:35:04:788 * event notification disabled
10-15 13:35:04:788 >===================================== sync started for "ownCloud"
10-15 13:35:04:788 void Mirall::CSyncThread::startSync() Sync started
10-15 13:35:04:788 starting to sync QThread(0x739620) QThread(0xd88a70)
10-15 13:35:04:788 #### Update start #################################################### >>
10-15 13:35:04:788 csync_update: Journal: /home/sherlock/ownCloud/.csync_journal.db
10-15 13:35:04:792 csync_memstat_check: Memory: 1200528K total size, 47480K resident, 34724K shared
10-15 13:35:04:792 csync_ftw: => Starting to ftw /home/sherlock/ownCloud, read_from_db-Flag for: 0
10-15 13:35:04:792 csync_ftw: Uniq ID from Database: mappa1 ->
10-15 13:35:04:792 csync_walker: directory: /home/sherlock/ownCloud/mappa1
10-15 13:35:04:792 csync_detect_update: ==> file: mappa1 - hash 8698277364905573615, mtime: 1381836892
10-15 13:35:04:792 csync_statedb_get_stat_by_hash: No result record found for phash = 8698277364905573615
10-15 13:35:04:792 csync_detect_update: file: mappa1, instruction: INSTRUCTION_NEW <<=
10-15 13:35:04:792 csync_ftw: => Starting to ftw /home/sherlock/ownCloud/mappa1, read_from_db-Flag for: 0
10-15 13:35:04:793 csync_ftw: Uniq ID from Database: mappa1/mappa2 ->
10-15 13:35:04:793 csync_walker: directory: /home/sherlock/ownCloud/mappa1/mappa2
10-15 13:35:04:793 csync_detect_update: ==> file: mappa1/mappa2 - hash 4140385855487009776, mtime: 1381836900
10-15 13:35:04:793 csync_statedb_get_stat_by_hash: No result record found for phash = 4140385855487009776
10-15 13:35:04:793 csync_detect_update: file: mappa1/mappa2, instruction: INSTRUCTION_NEW <<=
10-15 13:35:04:793 csync_ftw: => Starting to ftw /home/sherlock/ownCloud/mappa1/mappa2, read_from_db-Flag for: 0
10-15 13:35:04:793 csync_ftw: Uniq ID from Database: mappa1/mappa2/test2.txt ->
10-15 13:35:04:793 csync_walker: directory: /home/sherlock/ownCloud/mappa1/mappa2/test2.txt
10-15 13:35:04:793 csync_detect_update: ==> file: mappa1/mappa2/test2.txt - hash 6327115818829201520, mtime: 1381836895
10-15 13:35:04:793 csync_statedb_get_stat_by_hash: No result record found for phash = 6327115818829201520
10-15 13:35:04:793 csync_detect_update: file: mappa1/mappa2/test2.txt, instruction: INSTRUCTION_NEW <<=
10-15 13:35:04:793 csync_ftw: => Starting to ftw /home/sherlock/ownCloud/mappa1/mappa2/test2.txt, read_from_db-Flag for: 0
10-15 13:35:04:793 csync_ftw: <= Closing walk for /home/sherlock/ownCloud/mappa1/mappa2/test2.txt with read_from_db 0
10-15 13:35:04:793 csync_ftw: <= Closing walk for /home/sherlock/ownCloud/mappa1/mappa2 with read_from_db 0
10-15 13:35:04:793 csync_ftw: <= Closing walk for /home/sherlock/ownCloud/mappa1 with read_from_db 0
10-15 13:35:04:793 csync_ftw: <= Closing walk for /home/sherlock/ownCloud with read_from_db 0
10-15 13:35:04:793 csync_update: Update detection for local replica took 0,00 seconds walking 3 files.
10-15 13:35:04:794 csync_memstat_check: Memory: 1200528K total size, 47480K resident, 34724K shared
10-15 13:35:04:794 csync_ftw: => Starting to ftw owncloud://cloud.********
.hu/remote.php/webdav/ownCloud, read_from_db-Flag for: 0
10-15 13:35:04:794 csync_ftw: Checking for read from db for owncloud://cloud.**
*****
.hu/remote.php/webdav/ownCloud: 0
10-15 13:35:04:794 oc_module: opendir method called on owncloud://cloud.**
*****.hu/remote.php/webdav/ownCloud
10-15 13:35:04:794 oc_module: * scheme owncloud
10-15 13:35:04:794 oc_module: * host cloud.**_.hu
10-15 13:35:04:794 oc_module: * port 0
10-15 13:35:04:794 oc_module: * path /remote.php/webdav/ownCloud
10-15 13:35:04:794 oc_module: * user
10-15 13:35:04:799 oc_module: ne_sock_init: 0
10-15 13:35:04:799 oc_module: No proxy configured.
10-15 13:35:04:861 oc_module: Simple propfind result code 207.
10-15 13:35:04:861 oc_module: opendir returning handle 0x7f5f0c03e770
10-15 13:35:04:861 oc_module: closedir method called 0x7f5f0c03e770!
10-15 13:35:04:861 csync_ftw: <= Closing walk for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud with read_from_db 0
10-15 13:35:04:861 csync_update: Update detection for remote replica took 0,07 seconds walking 0 files.
10-15 13:35:04:862 csync_memstat_check: Memory: 1202656K total size, 47556K resident, 34772K shared
10-15 13:35:04:862 <<#### Update end ###########################################################
10-15 13:35:04:862 _csync_merge_algorithm_visitor: INSTRUCTION_NEW dir: mappa1/mappa2
10-15 13:35:04:862 _csync_merge_algorithm_visitor: INSTRUCTION_NEW dir: mappa1/mappa2/test2.txt
10-15 13:35:04:862 _csync_merge_algorithm_visitor: INSTRUCTION_NEW dir: mappa1
10-15 13:35:04:862 csync_reconcile: Reconciliation for local replica took 0,00 seconds visiting 3 files.
10-15 13:35:04:862 csync_reconcile: Reconciliation for remote replica took 0,00 seconds visiting 0 files.
10-15 13:35:04:866 * csync thread started
10-15 13:35:04:867 Folder in overallStatus Message: Mirall::Folder(0xb31720) with name "ownCloud"
10-15 13:35:04:868 Sync state changed for folder "ownCloud" : "Sync Running"
10-15 13:35:04:862 oc_module: owncloud_stat owncloud://cloud.
*****.hu/remote.php/webdav/ownCloud/mappa1 called
10-15 13:35:04:981 oc_module: Simple propfind result code 200.
10-15 13:35:04:981 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:04:981 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:04:982 oc_module: => Errno after fetch resource list for owncloud://cloud.__.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:04:982 oc_module: New attempt 0
10-15 13:35:05:060 oc_module: Simple propfind result code 200.
10-15 13:35:05:060 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:05:060 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:05:060 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:05:060 oc_module: New attempt 1
10-15 13:35:05:143 oc_module: Simple propfind result code 200.
10-15 13:35:05:143 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:05:143 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:05:143 oc_module: => Errno after fetch resource list for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:05:143 oc_module: New attempt 2
10-15 13:35:05:222 oc_module: Simple propfind result code 200.
10-15 13:35:05:222 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:05:222 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:05:222 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:05:222 oc_module: New attempt 3
10-15 13:35:05:302 oc_module: Simple propfind result code 200.
10-15 13:35:05:302 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:05:302 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:05:302 oc_module: => Errno after fetch resource list for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:05:302 oc_module: New attempt 4
10-15 13:35:05:392 oc_module: Simple propfind result code 200.
10-15 13:35:05:392 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:05:392 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:05:392 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:05:392 oc_module: New attempt 5
10-15 13:35:05:478 oc_module: Simple propfind result code 200.
10-15 13:35:05:478 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:05:479 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:05:479 oc_module: => Errno after fetch resource list for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:05:479 oc_module: New attempt 6
10-15 13:35:05:561 oc_module: Simple propfind result code 200.
10-15 13:35:05:561 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:05:561 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:05:561 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:05:561 oc_module: New attempt 7
10-15 13:35:05:641 oc_module: Simple propfind result code 200.
10-15 13:35:05:641 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:05:641 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:05:641 oc_module: => Errno after fetch resource list for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:05:642 oc_module: New attempt 8
10-15 13:35:05:720 oc_module: Simple propfind result code 200.
10-15 13:35:05:720 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:05:720 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:05:720 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:05:720 oc_module: New attempt 9
10-15 13:35:05:720 oc_module: => Errno after fetch resource list for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:05:721 csync_vio_mkdirs: csync_vio_mkdirs stat failed: Ismeretlen hiba 10011
10-15 13:35:05:721 _csync_new_dir: dir: owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2, command: mkdirs, error: Ismeretlen hiba 10011
10-15 13:35:05:721 _csync_report_parent_error: Mark parent directoy mappa1 as an error
10-15 13:35:05:721 oc_module: owncloud_stat owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2 called
10-15 13:35:05:824 oc_module: Simple propfind result code 200.
10-15 13:35:05:824 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:05:824 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:05:824 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:05:824 oc_module: New attempt 0
10-15 13:35:05:903 oc_module: Simple propfind result code 200.
10-15 13:35:05:903 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:05:903 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:05:904 oc_module: => Errno after fetch resource list for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:05:904 oc_module: New attempt 1
10-15 13:35:05:985 oc_module: Simple propfind result code 200.
10-15 13:35:05:985 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:05:985 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:05:985 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:05:985 oc_module: New attempt 2
10-15 13:35:06:065 oc_module: Simple propfind result code 200.
10-15 13:35:06:065 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:06:065 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:06:065 oc_module: => Errno after fetch resource list for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:06:065 oc_module: New attempt 3
10-15 13:35:06:144 oc_module: Simple propfind result code 200.
10-15 13:35:06:144 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:06:144 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:06:144 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:06:144 oc_module: New attempt 4
10-15 13:35:06:224 oc_module: Simple propfind result code 200.
10-15 13:35:06:224 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:06:225 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:06:225 oc_module: => Errno after fetch resource list for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:06:225 oc_module: New attempt 5
10-15 13:35:06:304 oc_module: Simple propfind result code 200.
10-15 13:35:06:304 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:06:304 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:06:304 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:06:304 oc_module: New attempt 6
10-15 13:35:06:385 oc_module: Simple propfind result code 200.
10-15 13:35:06:386 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:06:386 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:06:386 oc_module: => Errno after fetch resource list for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:06:386 oc_module: New attempt 7
10-15 13:35:06:476 oc_module: Simple propfind result code 200.
10-15 13:35:06:477 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:06:477 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:06:477 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:06:477 oc_module: New attempt 8
10-15 13:35:06:556 oc_module: Simple propfind result code 200.
10-15 13:35:06:556 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:06:556 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:06:556 oc_module: => Errno after fetch resource list for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:06:556 oc_module: New attempt 9
10-15 13:35:06:556 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:06:556 csync_vio_mkdirs: csync_vio_mkdirs stat failed: Ismeretlen hiba 10011
10-15 13:35:06:556 _csync_new_dir: dir: owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2/test2.txt, command: mkdirs, error: Ismeretlen hiba 10011
10-15 13:35:06:556 _csync_report_parent_error: Mark parent directoy mappa1/mappa2 as an error
10-15 13:35:06:556 _csync_report_parent_error: Mark parent directoy mappa1 as an error
10-15 13:35:06:556 csync_propagate: Propagation for local replica took 1,69 seconds visiting 3 files.
10-15 13:35:06:556 csync_propagate: Propagation for remote replica took 0,00 seconds visiting 0 files.
10-15 13:35:06:556 void Mirall::CSyncThread::startSync() Sync finished
10-15 13:35:06:717 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(6327115818829201520, 1381836895, '(NULL)', 0, 0, 1, '(NULL)', 'Server error: PROPFIND reply is not XML formatted!');
10-15 13:35:06:726 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(4140385855487009776, 1381836900, '(NULL)', 0, 0, 1, '(NULL)', 'Server error: PROPFIND reply is not XML formatted!');
10-15 13:35:06:747 merge_and_write_statedb: Writing the statedb of 3 files to disk took 0,19 seconds
10-15 13:35:06:748 csync_statedb_close: Successfully moved tmp db to original db.
10-15 13:35:06:749 CSync run took 1960 Milliseconds
10-15 13:35:06:751 -> CSync Finished slot with error false
10-15 13:35:06:752 Starting Event logging again in 2000 milliseconds
10-15 13:35:06:755 OO folder slotSyncFinished: result: 3
10-15 13:35:06:756 *
error Strings: ("File mappa1/mappa2: Server error: PROPFIND reply is not XML formatted!", "File mappa1/mappa2/test2.txt: Server error: PROPFIND reply is not XML formatted!", "File mappa1: Error within the directory")
10-15 13:35:06:756 * owncloud csync thread finished with error
10-15 13:35:06:757 Folder in overallStatus Message: Mirall::Folder(0xb31720) with name "ownCloud"
10-15 13:35:06:765 Sync state changed for folder "ownCloud" : "Error"
10-15 13:35:06:765 Setting up host header: "cloud.
.hu"
10-15 13:35:06:766 <===================================== sync finished for "ownCloud"
10-15 13:35:06:966 XX slotScheduleFolderSync: folderQueue size: 0
10-15 13:35:08:752 * event notification enabled
10-15 13:35:36:755 * Polling "ownCloud" for changes. (time since next sync: 30 s)
10-15 13:35:36:757 *
Force Sync now
10-15 13:35:36:758 Schedule folder "ownCloud" to sync!
10-15 13:35:36:758 XX slotScheduleFolderSync: folderQueue size: 1
10-15 13:35:36:759 Setting up host header: "cloud.
_*.hu"
10-15 13:35:36:760 Folder in overallStatus Message: Mirall::Folder(0xb31720) with name "ownCloud"
10-15 13:35:36:761 Sync state changed for folder "ownCloud" : "SyncPrepare"
10-15 13:35:36:762 *_* Start syncing
10-15 13:35:36:762 ==> returning exclude file path: "/etc/ownCloud/sync-exclude.lst"
10-15 13:35:36:763 ==== added system ignore list to csync: "/etc/ownCloud/sync-exclude.lst"
10-15 13:35:36:764 csync_exclude_load: Loading exclude file: /etc/ownCloud/sync-exclude.lst
10-15 13:35:36:764 csync_exclude_load: Adding entry: _.filepart
10-15 13:35:36:765 csync_exclude_load: Adding entry: *

10-15 13:35:36:765 csync_exclude_load: Adding entry: *.part
10-15 13:35:36:766 csync_exclude_load: Adding entry: *.crdownload
10-15 13:35:36:766 csync_exclude_load: Adding entry: *.unison_
10-15 13:35:36:767 csync_exclude_load: Adding entry: csync_timedif.ctmp
10-15 13:35:36:767 csync_exclude_load: Adding entry: csync_journal.db
10-15 13:35:36:768 csync_exclude_load: Adding entry: csync_journal.db.ctmp
10-15 13:35:36:769 csync_exclude_load: Adding entry: ..sw?
10-15 13:35:36:769 csync_exclude_load: Adding entry: .
.sw?
10-15 13:35:36:770 csync_exclude_load: Adding entry: ].DS_Store
10-15 13:35:36:770 csync_exclude_load: Adding entry: ].ds_store
10-15 13:35:36:771 csync_exclude_load: Adding entry: ]Thumbs.db
10-15 13:35:36:771 csync_exclude_load: Adding entry: desktop.ini
10-15 13:35:36:772 csync_exclude_load: Adding entry: *.kate-swp
10-15 13:35:36:772 csync_exclude_load: Adding entry: *conflict-
10-15 13:35:36:773 csync_exclude_load: Adding entry: ]
.
_
10-15 13:35:36:773 csync_exclude_load: Adding entry: ].TemporaryItems
10-15 13:35:36:774 csync_exclude_load: Adding entry: ].Trashes
10-15 13:35:36:774 csync_exclude_load: Adding entry: ].DocumentRevisions-V100
10-15 13:35:36:774 csync_exclude_load: Adding entry: .fseventd
10-15 13:35:36:775 csync_exclude_load: Adding entry: .apdisk
10-15 13:35:36:775 csync_exclude_load: Adding entry: .htaccess
10-15 13:35:36:775 csync_exclude_load: Adding entry: ]Icon\r*
10-15 13:35:36:775 csync_exclude_load: Adding entry: ~$*
10-15 13:35:36:775 csync_exclude_load: Adding entry: .~lock.*
10-15 13:35:36:776 ==> returning exclude file path: "/home/sherlock/.local/share/data/ownCloud/sync-exclude.lst"
10-15 13:35:36:776 ==== added user defined ignore list to csync: "/home/sherlock/.local/share/data/ownCloud/sync-exclude.lst"
10-15 13:35:36:776 csync_exclude_load: Loading exclude file: /home/sherlock/.local/share/data/ownCloud/sync-exclude.lst
10-15 13:35:36:776 * event notification disabled
10-15 13:35:36:776 >===================================== sync started for "ownCloud"
10-15 13:35:36:776 void Mirall::CSyncThread::startSync() Sync started
10-15 13:35:36:776 starting to sync QThread(0x739620) QThread(0xe69f10)
10-15 13:35:36:776 #### Update start #################################################### >>
10-15 13:35:36:776 csync_update: Journal: /home/sherlock/ownCloud/.csync_journal.db
10-15 13:35:36:780 csync_memstat_check: Memory: 1200720K total size, 47496K resident, 34724K shared
10-15 13:35:36:780 csync_ftw: => Starting to ftw /home/sherlock/ownCloud, read_from_db-Flag for: 0
10-15 13:35:36:780 csync_ftw: Uniq ID from Database: mappa1 ->
10-15 13:35:36:780 csync_walker: directory: /home/sherlock/ownCloud/mappa1
10-15 13:35:36:780 csync_detect_update: ==> file: mappa1 - hash 8698277364905573615, mtime: 1381836892
10-15 13:35:36:780 csync_statedb_get_stat_by_hash: No result record found for phash = 8698277364905573615
10-15 13:35:36:780 csync_detect_update: file: mappa1, instruction: INSTRUCTION_NEW <<=
10-15 13:35:36:780 csync_ftw: => Starting to ftw /home/sherlock/ownCloud/mappa1, read_from_db-Flag for: 0
10-15 13:35:36:780 csync_ftw: Uniq ID from Database: mappa1/mappa2 ->
10-15 13:35:36:780 csync_walker: directory: /home/sherlock/ownCloud/mappa1/mappa2
10-15 13:35:36:780 csync_detect_update: ==> file: mappa1/mappa2 - hash 4140385855487009776, mtime: 1381836900
10-15 13:35:36:780 csync_statedb_get_stat_by_hash: No result record found for phash = 4140385855487009776
10-15 13:35:36:780 csync_detect_update: file: mappa1/mappa2, instruction: INSTRUCTION_NEW <<=
10-15 13:35:36:780 csync_ftw: => Starting to ftw /home/sherlock/ownCloud/mappa1/mappa2, read_from_db-Flag for: 0
10-15 13:35:36:780 csync_ftw: Uniq ID from Database: mappa1/mappa2/test2.txt ->
10-15 13:35:36:780 csync_walker: directory: /home/sherlock/ownCloud/mappa1/mappa2/test2.txt
10-15 13:35:36:780 csync_detect_update: ==> file: mappa1/mappa2/test2.txt - hash 6327115818829201520, mtime: 1381836895
10-15 13:35:36:780 csync_statedb_get_stat_by_hash: No result record found for phash = 6327115818829201520
10-15 13:35:36:781 csync_detect_update: file: mappa1/mappa2/test2.txt, instruction: INSTRUCTION_NEW <<=
10-15 13:35:36:781 csync_ftw: => Starting to ftw /home/sherlock/ownCloud/mappa1/mappa2/test2.txt, read_from_db-Flag for: 0
10-15 13:35:36:781 csync_ftw: <= Closing walk for /home/sherlock/ownCloud/mappa1/mappa2/test2.txt with read_from_db 0
10-15 13:35:36:781 csync_ftw: <= Closing walk for /home/sherlock/ownCloud/mappa1/mappa2 with read_from_db 0
10-15 13:35:36:781 csync_ftw: <= Closing walk for /home/sherlock/ownCloud/mappa1 with read_from_db 0
10-15 13:35:36:781 csync_ftw: <= Closing walk for /home/sherlock/ownCloud with read_from_db 0
10-15 13:35:36:781 csync_update: Update detection for local replica took 0,00 seconds walking 3 files.
10-15 13:35:36:781 csync_memstat_check: Memory: 1200720K total size, 47524K resident, 34724K shared
10-15 13:35:36:781 csync_ftw: => Starting to ftw owncloud://cloud.********
.hu/remote.php/webdav/ownCloud, read_from_db-Flag for: 0
10-15 13:35:36:781 csync_ftw: Checking for read from db for owncloud://cloud.**
*****
.hu/remote.php/webdav/ownCloud: 0
10-15 13:35:36:781 oc_module: opendir method called on owncloud://cloud.**
*****.hu/remote.php/webdav/ownCloud
10-15 13:35:36:781 oc_module: * scheme owncloud
10-15 13:35:36:781 oc_module: * host cloud.**_.hu
10-15 13:35:36:781 oc_module: * port 0
10-15 13:35:36:781 oc_module: * path /remote.php/webdav/ownCloud
10-15 13:35:36:781 oc_module: * user
10-15 13:35:36:782 oc_module: ne_sock_init: 0
10-15 13:35:36:782 oc_module: No proxy configured.
10-15 13:35:36:871 oc_module: Simple propfind result code 207.
10-15 13:35:36:871 oc_module: opendir returning handle 0x7f5f0c029410
10-15 13:35:36:871 oc_module: closedir method called 0x7f5f0c029410!
10-15 13:35:36:871 csync_ftw: <= Closing walk for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud with read_from_db 0
10-15 13:35:36:871 csync_update: Update detection for remote replica took 0,09 seconds walking 0 files.
10-15 13:35:36:871 csync_memstat_check: Memory: 1202848K total size, 47596K resident, 34772K shared
10-15 13:35:36:871 <<#### Update end ###########################################################
10-15 13:35:36:871 _csync_merge_algorithm_visitor: INSTRUCTION_NEW dir: mappa1/mappa2
10-15 13:35:36:871 _csync_merge_algorithm_visitor: INSTRUCTION_NEW dir: mappa1/mappa2/test2.txt
10-15 13:35:36:871 _csync_merge_algorithm_visitor: INSTRUCTION_NEW dir: mappa1
10-15 13:35:36:871 csync_reconcile: Reconciliation for local replica took 0,00 seconds visiting 3 files.
10-15 13:35:36:871 csync_reconcile: Reconciliation for remote replica took 0,00 seconds visiting 0 files.
10-15 13:35:36:873 * csync thread started
10-15 13:35:36:874 Folder in overallStatus Message: Mirall::Folder(0xb31720) with name "ownCloud"
10-15 13:35:36:874 Sync state changed for folder "ownCloud" : "Sync Running"
10-15 13:35:36:871 oc_module: owncloud_stat owncloud://cloud.
*****.hu/remote.php/webdav/ownCloud/mappa1 called
10-15 13:35:36:949 oc_module: Simple propfind result code 200.
10-15 13:35:36:949 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:36:949 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:36:949 oc_module: => Errno after fetch resource list for owncloud://cloud.__.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:36:949 oc_module: New attempt 0
10-15 13:35:37:029 oc_module: Simple propfind result code 200.
10-15 13:35:37:029 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:37:029 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:37:029 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:37:029 oc_module: New attempt 1
10-15 13:35:37:109 oc_module: Simple propfind result code 200.
10-15 13:35:37:109 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:37:110 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:37:110 oc_module: => Errno after fetch resource list for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:37:110 oc_module: New attempt 2
10-15 13:35:37:187 oc_module: Simple propfind result code 200.
10-15 13:35:37:187 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:37:188 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:37:188 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:37:188 oc_module: New attempt 3
10-15 13:35:37:265 oc_module: Simple propfind result code 200.
10-15 13:35:37:265 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:37:266 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:37:266 oc_module: => Errno after fetch resource list for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:37:266 oc_module: New attempt 4
10-15 13:35:37:343 oc_module: Simple propfind result code 200.
10-15 13:35:37:343 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:37:344 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:37:344 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:37:344 oc_module: New attempt 5
10-15 13:35:37:443 oc_module: Simple propfind result code 200.
10-15 13:35:37:443 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:37:443 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:37:443 oc_module: => Errno after fetch resource list for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:37:443 oc_module: New attempt 6
10-15 13:35:37:522 oc_module: Simple propfind result code 200.
10-15 13:35:37:522 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:37:522 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:37:522 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:37:522 oc_module: New attempt 7
10-15 13:35:37:623 oc_module: Simple propfind result code 200.
10-15 13:35:37:623 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:37:623 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:37:624 oc_module: => Errno after fetch resource list for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:37:624 oc_module: New attempt 8
10-15 13:35:37:702 oc_module: Simple propfind result code 200.
10-15 13:35:37:703 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:37:703 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:37:703 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:37:703 oc_module: New attempt 9
10-15 13:35:37:703 oc_module: => Errno after fetch resource list for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1: 10011
10-15 13:35:37:703 csync_vio_mkdirs: csync_vio_mkdirs stat failed: Ismeretlen hiba 10011
10-15 13:35:37:703 _csync_new_dir: dir: owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2, command: mkdirs, error: Ismeretlen hiba 10011
10-15 13:35:37:703 _csync_report_parent_error: Mark parent directoy mappa1 as an error
10-15 13:35:37:703 oc_module: owncloud_stat owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2 called
10-15 13:35:37:795 oc_module: Simple propfind result code 200.
10-15 13:35:37:795 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:37:795 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:37:795 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:37:795 oc_module: New attempt 0
10-15 13:35:37:874 oc_module: Simple propfind result code 200.
10-15 13:35:37:874 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:37:874 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:37:875 oc_module: => Errno after fetch resource list for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:37:875 oc_module: New attempt 1
10-15 13:35:37:952 oc_module: Simple propfind result code 200.
10-15 13:35:37:953 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:37:953 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:37:953 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:37:953 oc_module: New attempt 2
10-15 13:35:38:034 oc_module: Simple propfind result code 200.
10-15 13:35:38:034 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:38:034 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:38:034 oc_module: => Errno after fetch resource list for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:38:034 oc_module: New attempt 3
10-15 13:35:38:113 oc_module: Simple propfind result code 200.
10-15 13:35:38:114 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:38:114 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:38:114 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:38:114 oc_module: New attempt 4
10-15 13:35:38:192 oc_module: Simple propfind result code 200.
10-15 13:35:38:192 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:38:192 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:38:192 oc_module: => Errno after fetch resource list for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:38:192 oc_module: New attempt 5
10-15 13:35:38:280 oc_module: Simple propfind result code 200.
10-15 13:35:38:280 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:38:280 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:38:280 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:38:280 oc_module: New attempt 6
10-15 13:35:38:361 oc_module: Simple propfind result code 200.
10-15 13:35:38:361 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:38:361 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:38:361 oc_module: => Errno after fetch resource list for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:38:362 oc_module: New attempt 7
10-15 13:35:38:448 oc_module: Simple propfind result code 200.
10-15 13:35:38:448 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:38:448 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:38:448 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:38:448 oc_module: New attempt 8
10-15 13:35:38:527 oc_module: Simple propfind result code 200.
10-15 13:35:38:527 oc_module: ERROR: Content type of propfind request not XML: text/html.
10-15 13:35:38:527 oc_module: WRN: propfind named failed with 5, request error: 200 OK
10-15 13:35:38:527 oc_module: => Errno after fetch resource list for owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:38:527 oc_module: New attempt 9
10-15 13:35:38:528 oc_module: => Errno after fetch resource list for owncloud://cloud.
_
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2: 10011
10-15 13:35:38:528 csync_vio_mkdirs: csync_vio_mkdirs stat failed: Ismeretlen hiba 10011
10-15 13:35:38:528 _csync_new_dir: dir: owncloud://cloud._
_.hu/remote.php/webdav/ownCloud/mappa1/mappa2/test2.txt, command: mkdirs, error: Ismeretlen hiba 10011
10-15 13:35:38:528 _csync_report_parent_error: Mark parent directoy mappa1/mappa2 as an error
10-15 13:35:38:528 _csync_report_parent_error: Mark parent directoy mappa1 as an error
10-15 13:35:38:528 csync_propagate: Propagation for local replica took 1,66 seconds visiting 3 files.
10-15 13:35:38:528 csync_propagate: Propagation for remote replica took 0,00 seconds visiting 0 files.
10-15 13:35:38:528 void Mirall::CSyncThread::startSync() Sync finished
10-15 13:35:38:814 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(6327115818829201520, 1381836895, '(NULL)', 0, 0, 1, '(NULL)', 'Server error: PROPFIND reply is not XML formatted!');
10-15 13:35:38:825 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(4140385855487009776, 1381836900, '(NULL)', 0, 0, 1, '(NULL)', 'Server error: PROPFIND reply is not XML formatted!');
10-15 13:35:38:847 merge_and_write_statedb: Writing the statedb of 3 files to disk took 0,32 seconds
10-15 13:35:38:849 csync_statedb_close: Successfully moved tmp db to original db.
10-15 13:35:38:849 CSync run took 2073 Milliseconds
10-15 13:35:38:853 -> CSync Finished slot with error false
10-15 13:35:38:854 Starting Event logging again in 2000 milliseconds
10-15 13:35:38:858 OO folder slotSyncFinished: result: 3
10-15 13:35:38:859 *
error Strings: ("File mappa1/mappa2: Server error: PROPFIND reply is not XML formatted!", "File mappa1/mappa2/test2.txt: Server error: PROPFIND reply is not XML formatted!", "File mappa1: Error within the directory")
10-15 13:35:38:860 * owncloud csync thread finished with error
10-15 13:35:38:860 Folder in overallStatus Message: Mirall::Folder(0xb31720) with name "ownCloud"
10-15 13:35:38:862 Sync state changed for folder "ownCloud" : "Error"
10-15 13:35:38:862 Setting up host header: "cloud.
******.hu"
10-15 13:35:38:863 <===================================== sync finished for "ownCloud"
10-15 13:35:39:063 XX slotScheduleFolderSync: folderQueue size: 0
10-15 13:35:40:855 * event notification enabled

@ogoffart
Copy link
Contributor

So it does a PROPFIND to check weather the directory already exist. It should not exist. So it should return a 404 error code.

Here, the PROPFIND returns 200 OK. and is html instread of XML.

Is there perhaps a proxy in the middle that is changing the 404 errors?

@Sherlock1979
Copy link
Author

No. It is a direct connection to an nginx server. Here is the full config:

#server {
#        listen 80;
#        server_name cloud.example.com;
#        return 301 https://$server_name$request_uri;  # enforce https
#}
server {
#        listen 443 ssl;
        listen 80;
        server_name cloud.*********.hu;
#        ssl_certificate /etc/ssl/nginx/cloud.example.com.crt;
#        ssl_certificate_key /etc/ssl/nginx/cloud.example.com.key;
        # Path to the root of your installation
        root /var/www/*********/public_html/cloud.*********.hu/;
        client_max_body_size 10G; # set max upload size
        fastcgi_buffers 64 4K;
        rewrite ^/caldav(.*)$ /remote.php/caldav$1 redirect;
        rewrite ^/carddav(.*)$ /remote.php/carddav$1 redirect;
        rewrite ^/webdav(.*)$ /remote.php/webdav$1 redirect;
        index index.php;
        error_page 403 = /core/templates/403.php;
        error_page 404 = /core/templates/404.php;
        location = /robots.txt {
            allow all;
            log_not_found off;
            access_log off;
        }
        location ~ ^/(data|config|\.ht|db_structure\.xml|README) {
                deny all;
        }
        location / {
                # The following 2 rules are only needed with webfinger
                rewrite ^/.well-known/host-meta /public.php?service=host-meta last;
                rewrite ^/.well-known/host-meta.json /public.php?service=host-meta-json last;
                rewrite ^/.well-known/carddav /remote.php/carddav/ redirect;
                rewrite ^/.well-known/caldav /remote.php/caldav/ redirect;
                rewrite ^(/core/doc/[^\/]+/)$ $1/index.html;
                try_files $uri $uri/ index.php;
        }
        
        location ~ ^(.+?\.php)(/.*)?$ {
                try_files $1 = 404;
                include fastcgi_params;
                #fastcgi_param SCRIPT_FILENAME $document_root$1;
                fastcgi_param   SCRIPT_FILENAME /public_html/cloud.*********.hu/$fastcgi_script_name;
                fastcgi_param   DOCUMENT_ROOT /public_html/cloud.*********.hu/;
                fastcgi_param PATH_INFO $2;
                #fastcgi_param HTTPS on;
                fastcgi_pass unix:/tmp/phpfpm-*********.sock;
        }
        
        # Optional: set long EXPIRES header on static assets
        location ~* ^.+\.(jpg|jpeg|gif|bmp|ico|png|css|js|swf)$ {
                expires 30d;
                # Optional: Don't log access to assets
                access_log off;
        }
        
}       

@Sherlock1979
Copy link
Author

So, instead of a 404 it returns a 200, that is: /core/templates/404.php

What shall I do?

I got the template of nginx config from here:
http://doc.owncloud.org/server/5.0/admin_manual/installation/installation_others.html

@ogoffart
Copy link
Contributor

If you use wireshark to see what happens, what is the actual html that is sent?

Maybre if you commant the error_page lines? But i have not so much ideas about nginx configuration.

@Sherlock1979
Copy link
Author

OK, got it!

In nginx the error page config line should be:
error_page 404 /core/templates/404.php;

With the equal sign you can modify the status code. E.g.:
error_page 404 = 200 /core/templates/404.php;

The OwnCloud documentation (http://doc.owncloud.org/server/5.0/admin_manual/installation/installation_others.html
) says:
error_page 404 = /core/templates/404.php;

According to the nginx documentation (http://wiki.nginx.org/HttpCoreModule#error_page) with this setting the designated error handler determines the returned status code.

So, now I changed to the easiest solution:
error_page 404 /core/templates/404.php;

It preserves the 404 code and sync works as expected.

Could you please either correct your documentation or dix the error handler php to return proper error codes?

Thank you very much for your efforts, great work and excellent support. I really appreciate the hard work of OwnCloud Team.

David

@danimo
Copy link
Contributor

danimo commented Oct 15, 2013

Thanks for the anlysis. Fixed the documentation accordingly. The updated version should be on the website in a few minutes.

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

3 participants