[Owncloud] 1.3.0-beta - a file deleted from local folder after local rename (Re: ownCloud Client 1.3.0 beta 1)

Jakub Moscicki Jakub.Moscicki at cern.ch
Fri May 24 08:18:54 UTC 2013


Hello,

I see another bug but github seems not like to create the new issue - I have tried several times now.

Here are the details of my issue:


1.3.0-beta - a file deleted from local folder after local rename

==

Hello,

I setup a brand new test account both locally and on my owncloud server, both called octuser2. I created a file via the web interface, it got synced to a local client. Then I renamed the file locally and after a while it was deleted by mirall. However the file appears OK on the server.

Here is the detailed log:

test client: 1.30-beta compiled on slc6
test server:  owncloud-5.0.3-17.1.noarch (note: after upgraded the server to the newest version (5.0.6-3.1) the issue persists)

/tmp/mirall-build/bin/owncloud --logfile ~/mirall.log &

created web1.txt via WEB INTERFACE - got synced to the client

[octuser2 ownCloud]$ sqlite3 -column -header .csync_journal.db "select * from metadata limit 10;"
phash                pathlen     path        inode       uid         gid         mode        modtime     type        md5          
-------------------  ----------  ----------  ----------  ----------  ----------  ----------  ----------  ----------  -------------
2121407186260769061  8           web1.txt    6422578     9406        9406        33188       1369318729  0           519e2549973ae


[octuser2 ownCloud]$ ls -li
total 0
6422578 -rw-r--r--. 1 octuser2 octuser2 0 May 23 16:18 web1.txt

renamed the file:

[octuser2 ownCloud]$ mv web1.txt web1-rename.txt

[octuser2 ownCloud]$ sqlite3 -column -header .csync_journal.db "select * from metadata limit 10;"
phash                pathlen     path             inode       uid         gid         mode        modtime     type        md5          
-------------------  ----------  ---------------  ----------  ----------  ----------  ----------  ----------  ----------  -------------
4189687575036615272  15          web1-rename.txt  6422578     9406        9406        33188       1369318729  0           519e2549973ae


PROBLEM #1: change not reflected in the web interface even after page reload

On the server, however: 

the file exists with a correct name:

ls -l /cloud_data1/octuser2/files/web1-rename.txt

the database table also seems to have a correct path:

mysql> select * from oc_filecache where path like "%web1%.txt";
+--------+---------+-----------------------+----------------------------------+--------+----------+----------+----------+------+------------+-----------+---------------+
| fileid | storage | path                  | path_hash                        | parent | name     | mimetype | mimepart | size | mtime      | encrypted | etag          |
+--------+---------+-----------------------+----------------------------------+--------+----------+----------+----------+------+------------+-----------+---------------+
|  53171 |      22 | files/web1-rename.txt | cdfc9cf0f8cc9bfc83ffd6f175f7dc95 |  53163 | web1.txt |       10 |        5 |    0 | 1369318729 |         0 | 519e2549973ae |
+--------+---------+-----------------------+----------------------------------+--------+----------+----------+----------+------+------------+-----------+---------------+

====

PROBLEM #2:

after a while running of mirral the file disappeared from the client local folder and local state db altogether:

[octuser2 ownCloud]$ sqlite3 -column -header .csync_journal.db "select * from metadata limit 10;"

<NO RESULT>

however it is still on the server:

[root]# ls -l /cloud_data1/octuser2/files/*
-rw-r--r--. 1 apache apache 0 May 23 16:18 /cloud_data1/octuser2/files/web1-rename.txt
-rw-r--r--. 1 apache apache 0 May 23 17:16 /cloud_data1/octuser2/files/web2.txt

and in servers db:

mysql> select * from oc_filecache where path like "%web1%.txt";
+--------+---------+-----------------------+----------------------------------+--------+----------+----------+----------+------+------------+-----------+---------------+
| fileid | storage | path                  | path_hash                        | parent | name     | mimetype | mimepart | size | mtime      | encrypted | etag          |
+--------+---------+-----------------------+----------------------------------+--------+----------+----------+----------+------+------------+-----------+---------------+
|  53171 |      22 | files/web1-rename.txt | cdfc9cf0f8cc9bfc83ffd6f175f7dc95 |  53163 | web1.txt |       10 |        5 |    0 | 1369318729 |         0 | 519e2549973ae |
+--------+---------+-----------------------+----------------------------------+--------+----------+----------+----------+------+------------+-----------+---------------+


Below is the mirall logfile. It looks like a clear bug - the number of csync_statedb_inster sqlite_step errors grows in time for one file entry - I suspect this is the entry of the renamed file. 

I have only two files in this directory.

==

05-23 16:17:04:206 Logging into logfile:  "/home/octuser2/mirall.log"  with flush  false 
05-23 16:17:04:206 "################## ownCloud en_US (en_US) 1.3.0beta1" 
05-23 16:17:04:286 * Setup folders from  "/home/octuser2/.local/share/data//ownCloud/folders" 
05-23 16:17:04:291 Network Location:  "XXXX" 
05-23 16:17:04:292 Returning configured owncloud url:  "" 
05-23 16:17:04:303 Current Wizard page changed to  0 
05-23 16:17:04:303 Pending request:  QObject(0x0)  
05-23 16:17:07:286 00 client update check to  "https://download.owncloud.com/clientupdater.php" 
05-23 16:17:07:307 Sys Info size:  278 
05-23 16:17:07:539 Failed to reach version check url:  "SSL handshake failed" 
05-23 16:17:40:594 Connect to url:  "box.cern.ch/owncloud" 
05-23 16:17:40:594 Setup-Log:  "Trying to connect to ownCloud at box.cern.ch/owncloud..." 
05-23 16:17:40:594 url does not start with a valid protocol, assuming https. 
05-23 16:17:40:594   OO Custom config file in use:  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161740" 
05-23 16:17:40:594 *** writing mirall config to  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161740"  Skippwd:  false 
05-23 16:17:40:594   OO Custom config file in use:  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161740" 
05-23 16:17:40:594   OO Custom config file in use:  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161740" 
05-23 16:17:40:595   OO Custom config file in use:  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161740" 
05-23 16:17:40:595 Get Request to  "status.php" 
05-23 16:17:40:595   OO Custom config file in use:  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161740" 
05-23 16:17:40:596 Returning configured owncloud url:  "https://box.cern.ch/owncloud/" 
05-23 16:17:40:596   OO Custom config file in use:  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161740" 
05-23 16:17:40:596 Returning configured owncloud url:  "https://box.cern.ch/owncloud/" 
05-23 16:17:40:596 Setting up host header:  "box.cern.ch" 
05-23 16:17:40:596 Setting config handle  "052313161740" 
05-23 16:17:40:619 ownCloudInfo Network Error:  6 
05-23 16:17:40:619 status.php returns:  ""   6  Reply:  QNetworkReplyImpl(0x1a82240) 
05-23 16:17:40:619 No proper answer on  "https://box.cern.ch/owncloud/status.php" 
05-23 16:17:40:622   OO Custom config file in use:  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161740" 
05-23 16:17:40:623 Setup-Log:  "<p><font color="red">Connection to ownCloud could not be established. Please check again.</font></p>" 
05-23 16:17:46:565 Connect to url:  "http://box.cern.ch/owncloud" 
05-23 16:17:46:565 Setup-Log:  "Trying to connect to ownCloud at http://box.cern.ch/owncloud..." 
05-23 16:17:46:565   OO Custom config file in use:  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161740" 
05-23 16:17:46:565   OO Custom config file in use:  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161746" 
05-23 16:17:46:565 *** writing mirall config to  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161746"  Skippwd:  false 
05-23 16:17:46:565   OO Custom config file in use:  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161746" 
05-23 16:17:46:566   OO Custom config file in use:  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161746" 
05-23 16:17:46:582   OO Custom config file in use:  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161740" 
05-23 16:17:46:582   OO Custom config file in use:  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161746" 
05-23 16:17:46:582 Get Request to  "status.php" 
05-23 16:17:46:582   OO Custom config file in use:  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161746" 
05-23 16:17:46:582 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:17:46:582   OO Custom config file in use:  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161746" 
05-23 16:17:46:582 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:17:46:582 Setting up host header:  "box.cern.ch" 
05-23 16:17:46:583 Setting config handle  "052313161746" 
05-23 16:17:46:605 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a48b20) 
05-23 16:17:46:605 Setup-Log:  "<font color="green">Successfully connected to http://box.cern.ch/owncloud: ownCloud version 5.0.3 (5.0.3)</font><br/><br/>" 
05-23 16:17:46:605 Setup local sync folder for new oC connection  "/home/octuser2/ownCloud" 
05-23 16:17:46:605 Setup-Log:  "Creating local sync folder /home/octuser2/ownCloud... ok" 
05-23 16:17:46:605 # checking for authentication settings. 
05-23 16:17:46:605 Get Request to  "/" 
05-23 16:17:46:605   OO Custom config file in use:  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161746" 
05-23 16:17:46:605 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:17:46:605   OO Custom config file in use:  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161746" 
05-23 16:17:46:605 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:17:46:606 Setting up host header:  "box.cern.ch" 
05-23 16:17:46:606 Setting config handle  "052313161746" 
05-23 16:17:46:939 ******** Remote folder found, all cool! 
05-23 16:17:46:941 Setup-Log:  "A sync connection from /home/octuser2/ownCloud to remote directory / was set up." 
05-23 16:17:46:941 Setup-Log:  " " 
05-23 16:17:46:941 Setup-Log:  "<p><font color="green"><b>Successfully connected to ownCloud!</b></font></p>" 
05-23 16:17:46:952 Current Wizard page changed to  1 
05-23 16:17:46:952 Setup-Log:  "" 
05-23 16:18:03:833 void Mirall::OwncloudWizardResultPage::slotOpenServer()  QUrl( "http://box.cern.ch/owncloud" )  
05-23 16:18:09:483 Config Changes were accepted! 
05-23 16:18:09:483   OO Custom config file in use:  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161746" 
05-23 16:18:09:484 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:18:09:484 Returning configured owncloud url:  "" 
05-23 16:18:09:484 ownCloud URL has changed, journals needs to be wiped. 
05-23 16:18:09:484   OO Custom config file in use:  "/home/octuser2/.local/share/data//ownCloud/owncloud.cfg_052313161746" 
05-23 16:18:09:484 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:18:09:485 Setup-Log:  "<font color="green"><b>Local sync folder /home/octuser2/ownCloud successfully created!</b></font>" 
05-23 16:18:09:485 * Setup folders from  "/home/octuser2/.local/share/data//ownCloud/folders" 
05-23 16:18:09:485   ` -> setting up: "ownCloud" 
05-23 16:18:09:485     -> file path:  "/home/octuser2/.local/share/data/ownCloud/folders/ownCloud" 
05-23 16:18:09:485 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:18:09:485 setting remote poll timer interval to 30348 msec for folder  "ownCloud" 
05-23 16:18:09:485 (+) Watcher: "/home/octuser2/ownCloud" 
05-23 16:18:09:485 * Pending events for "/home/octuser2/ownCloud" will be processed after events stop for 1000 milliseconds ( "16:34:49" ). 0 events until now ) 
05-23 16:18:09:485   ==> returning exclude file path:  "/etc/ownCloud/sync-exclude.lst" 
05-23 16:18:09:486 Checked local path ok 
05-23 16:18:09:486 ****** ownCloud folder using watcher ******* 
05-23 16:18:09:486   ==> returning exclude file path:  "/etc/ownCloud/sync-exclude.lst" 
05-23 16:18:09:486 ==== added CSync exclude List:  "/etc/ownCloud/sync-exclude.lst" 
05-23 16:18:09:486 csync_exclude_load: Loading exclude file: /etc/ownCloud/sync-exclude.lst
05-23 16:18:09:486 csync_exclude_load: Adding entry: *.filepart
05-23 16:18:09:486 csync_exclude_load: Adding entry: *~
05-23 16:18:09:486 csync_exclude_load: Adding entry: *.bak
05-23 16:18:09:486 csync_exclude_load: Adding entry: *.part
05-23 16:18:09:486 csync_exclude_load: Adding entry: *.crdownload
05-23 16:18:09:486 csync_exclude_load: Adding entry: *.unison*
05-23 16:18:09:486 csync_exclude_load: Adding entry: *csync_timedif.ctmp*
05-23 16:18:09:486 csync_exclude_load: Adding entry: .*.sw?
05-23 16:18:09:486 csync_exclude_load: Adding entry: .*.*sw?
05-23 16:18:09:486 csync_exclude_load: Adding entry: .DS_Store
05-23 16:18:09:486 csync_exclude_load: Adding entry: .ds_store
05-23 16:18:09:486 csync_exclude_load: Adding entry: desktop.ini
05-23 16:18:09:486 csync_exclude_load: Adding entry: Thumbs.db
05-23 16:18:09:486 csync_exclude_load: Adding entry: *.kate-swp
05-23 16:18:09:486 csync_exclude_load: Adding entry: *.aux
05-23 16:18:09:486 csync_exclude_load: Adding entry: *.nav
05-23 16:18:09:486 csync_exclude_load: Adding entry: *.out
05-23 16:18:09:486 csync_exclude_load: Adding entry: *.toc
05-23 16:18:09:486 csync_exclude_load: Adding entry: *_conflict-*
05-23 16:18:09:486 csync_exclude_load: Adding entry: .Temporary Items
05-23 16:18:09:486 csync_exclude_load: Adding entry: .Trashes
05-23 16:18:09:486 csync_exclude_load: Adding entry: .Document Revisions-V100
05-23 16:18:09:486 csync_exclude_load: Adding entry: .fseventd
05-23 16:18:09:486 csync_exclude_load: Adding entry: .apdisk
05-23 16:18:09:486 csync_exclude_load: Adding entry: .htaccess
05-23 16:18:09:486 csync_exclude_load: Adding entry: Icon\r*
05-23 16:18:09:486 csync_exclude_load: Adding entry: ~$*
05-23 16:18:09:486 csync_exclude_load: Adding entry: .~lock.*
05-23 16:18:09:486 csync_config_load: config file /home/octuser2/.local/share/data//ownCloud//ocsync.conf not found, checking /home/octuser2/.ocsync/ocsync.conf
05-23 16:18:09:486 _csync_config_copy_default: Copy /usr/local/etc/config/ocsync.conf to /home/octuser2/.local/share/data//ownCloud//ocsync.conf
05-23 16:18:09:556 csync_config_load: Config: max_depth = 50
05-23 16:18:09:556 csync_config_load: Config: max_time_difference = 10
05-23 16:18:09:556 csync_config_load: Config: sync_symbolic_links = 0
05-23 16:18:09:556 csync_config_load: Config: timeout = 30
05-23 16:18:09:556 csync_exclude_load: Loading exclude file: /usr/local/etc/ocsync/ocsync_exclude.conf
05-23 16:18:09:556 csync_init: Could not load /usr/local/etc/ocsync/ocsync_exclude.conf - 
05-23 16:18:09:556 csync_exclude_load: Loading exclude file: /home/octuser2/.local/share/data//ownCloud//ocsync_exclude.conf
05-23 16:18:09:556 csync_init: Could not load /home/octuser2/.local/share/data//ownCloud//ocsync_exclude.conf - 
05-23 16:18:09:556 csync_init: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:18:09:572 csync_statedb_load: statedb doesn't exist
05-23 16:18:09:573 csync_vio_init: capabilities: atomar copy support: yes
05-23 16:18:09:573 csync_vio_init: capabilities: post copy stat: no
05-23 16:18:09:573 csync_vio_init: capabilities: time sync required: no
05-23 16:18:09:573 csync_vio_init: capabilities: unix extensions: 0
05-23 16:18:09:573 csync_vio_init: capabilities: use send_file: yes
05-23 16:18:09:573 csync_init: Module does not need time synchronization.
05-23 16:18:09:574 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:18:09:574 Adding folder to Folder Map  Mirall::ownCloudFolder(0x159d370) 
05-23 16:18:09:574 Check status.php from statusdialog. 
05-23 16:18:09:574 Get Request to  "status.php" 
05-23 16:18:09:574 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:18:09:574 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:18:09:574 Setting up host header:  "box.cern.ch" 
05-23 16:18:09:574 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:18:09:574 Sync state changed for folder  "ownCloud" :  "Not yet Started" 
05-23 16:18:09:574 Set up  1  folders. 
05-23 16:18:09:574 Folder:  Mirall::ownCloudFolder(0x159d370) 
05-23 16:18:09:574 ==> load folder icon  "owncloud-framed" 
05-23 16:18:09:584 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:18:09:585 Check status.php from statusdialog. 
05-23 16:18:09:585 Get Request to  "status.php" 
05-23 16:18:09:585 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:18:09:585 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:18:09:585 Setting up host header:  "box.cern.ch" 
05-23 16:18:09:588 Get Request to  "status.php" 
05-23 16:18:09:588 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:18:09:589 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:18:09:589 Setting up host header:  "box.cern.ch" 
05-23 16:18:09:590 ** Inotify Event  256  on  "/home/octuser2/ownCloud/.csync_journal.db" 
05-23 16:18:09:590 * Discarded as is hidden! 
05-23 16:18:09:590 ** Inotify Event  8  on  "/home/octuser2/ownCloud/.csync_journal.db" 
05-23 16:18:09:590 ** Inotify Event  256  on  "/home/octuser2/ownCloud/.csync_journal.db.ctmp" 
05-23 16:18:09:590 * Discarded as is hidden! 
05-23 16:18:09:590 ** Inotify Event  8  on  "/home/octuser2/ownCloud/.csync_journal.db.ctmp" 
05-23 16:18:09:606 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19dde20) 
05-23 16:18:09:606 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:18:09:606 ** Application: ownCloud found:  "http://box.cern.ch/owncloud"  with version  "5.0.3" ( "5.0.3" ) 
05-23 16:18:09:606 ** Setting ownCloud Server version to  "5.0.3" 
05-23 16:18:09:607 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19e0730) 
05-23 16:18:09:607 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:18:09:607 Credentials successfully fetched:  true 
05-23 16:18:09:607 # checking for authentication settings. 
05-23 16:18:09:607 Get Request to  "/" 
05-23 16:18:09:607 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:18:09:607 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:18:09:607 Setting up host header:  "box.cern.ch" 
05-23 16:18:09:608 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19e3df0) 
05-23 16:18:09:674 ######## Credentials are ok! 
05-23 16:18:09:674 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:18:09:800 Schedule folder  "ownCloud"  to sync! 
05-23 16:18:09:800 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:18:09:800 ==> load folder icon  "owncloud-framed" 
05-23 16:18:09:800 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:18:09:810 Check status.php from statusdialog. 
05-23 16:18:09:810 Get Request to  "status.php" 
05-23 16:18:09:810 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:18:09:810 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:18:09:810 Setting up host header:  "box.cern.ch" 
05-23 16:18:09:810 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:18:09:810 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:18:09:810 *** Start syncing 
05-23 16:18:09:810     * event notification  disabled 
05-23 16:18:09:810 >===================================== sync started for  "ownCloud" 
05-23 16:18:09:810 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:18:09:820 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:18:09:821 starting to sync  QThread(0x140f860) QThread(0x1b25880) 
05-23 16:18:09:821 #### Update start #################################################### >> 
05-23 16:18:09:821 csync_memstat_check: Memory: 803392K total size, 32516K resident, 22852K shared
05-23 16:18:09:821 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:18:09:821 csync_ftw: .csync_journal.db excluded
05-23 16:18:09:821 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:18:09:821 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:18:09:821 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:18:09:821 csync_memstat_check: Memory: 803392K total size, 32540K resident, 22864K shared
05-23 16:18:09:821 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:18:09:821 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:18:09:821 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:18:09:821 oc_module: * scheme owncloud
05-23 16:18:09:821 oc_module: * host box.cern.ch
05-23 16:18:09:821 oc_module: * port 0
05-23 16:18:09:821 oc_module: * path /owncloud/remote.php/webdav
05-23 16:18:09:821 oc_module: * user 
05-23 16:18:09:823 oc_module: ne_sock_init: 0
05-23 16:18:09:823 oc_module: No proxy configured.
05-23 16:18:09:836 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a03aa0) 
05-23 16:18:09:836 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:18:09:860 oc_module:  Set-Cookie found: 514834b441978=0ceks5o8aa54noedj1k76foqr1; path=/; HttpOnly
05-23 16:18:09:860 oc_module: ----> Session-key: 514834b441978=0ceks5o8aa54noedj1k76foqr1
05-23 16:18:09:860 oc_module: Authentication required 
05-23 16:18:09:860 oc_module: Call the csync callback for ownCloud
05-23 16:18:09:935 oc_module: Simple propfind result code 207.
05-23 16:18:09:936 oc_module: opendir returning handle 0x7f220800b0d0
05-23 16:18:09:936 oc_module: Skipping target resource.
05-23 16:18:09:936 oc_module: closedir method called 0x7f220800b0d0!
05-23 16:18:09:936 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:18:09:936 csync_update: Update detection for remote replica took 0.11 seconds walking 0 files.
05-23 16:18:09:936 csync_memstat_check: Memory: 803524K total size, 32964K resident, 23152K shared
05-23 16:18:09:936 <<#### Update end ########################################################### 
05-23 16:18:09:936 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:18:09:936 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 0 files.
05-23 16:18:09:936 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:18:09:936 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 0 files.
05-23 16:18:09:936 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:18:10:241 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.31 seconds
05-23 16:18:10:268 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:18:10:301 CSync run took  480  Milliseconds 
05-23 16:18:10:302 -> CSync Finished slot with error  false 
05-23 16:18:10:302 Starting Event logging again in  2000  milliseconds 
05-23 16:18:10:302 OO folder slotSyncFinished: result:  4 
05-23 16:18:10:302 ==> load folder icon  "owncloud-framed" 
05-23 16:18:10:302 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:18:10:302 Check status.php from statusdialog. 
05-23 16:18:10:302 Get Request to  "status.php" 
05-23 16:18:10:302 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:18:10:302 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:18:10:302 Setting up host header:  "box.cern.ch" 
05-23 16:18:10:302 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:18:10:302 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:18:10:302 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:18:10:302 <===================================== sync finished for  "ownCloud" 
05-23 16:18:10:317 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a823b0) 
05-23 16:18:10:317 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:18:10:503 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:18:12:303     * event notification  enabled 
05-23 16:18:40:655 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:18:40:656 *  "ownCloud" Poll timer disabled 
05-23 16:18:40:656 Schedule folder  "ownCloud"  to sync! 
05-23 16:18:40:656 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:18:40:656 ==> load folder icon  "owncloud-framed" 
05-23 16:18:40:656 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:18:40:656 Check status.php from statusdialog. 
05-23 16:18:40:656 Get Request to  "status.php" 
05-23 16:18:40:656 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:18:40:656 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:18:40:656 Setting up host header:  "box.cern.ch" 
05-23 16:18:40:656 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:18:40:657 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:18:40:657 *** Start syncing 
05-23 16:18:40:657     * event notification  disabled 
05-23 16:18:40:657 >===================================== sync started for  "ownCloud" 
05-23 16:18:40:664 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:18:40:664 starting to sync  QThread(0x140f860) QThread(0x14710e0) 
05-23 16:18:40:664 #### Update start #################################################### >> 
05-23 16:18:40:664 csync_memstat_check: Memory: 803524K total size, 33108K resident, 23256K shared
05-23 16:18:40:664 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:18:40:664 csync_ftw: .csync_journal.db excluded
05-23 16:18:40:664 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:18:40:664 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:18:40:664 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:18:40:664 csync_memstat_check: Memory: 803524K total size, 33108K resident, 23256K shared
05-23 16:18:40:664 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:18:40:664 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:18:40:664 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:18:40:664 oc_module: * scheme owncloud
05-23 16:18:40:664 oc_module: * host box.cern.ch
05-23 16:18:40:664 oc_module: * port 0
05-23 16:18:40:664 oc_module: * path /owncloud/remote.php/webdav
05-23 16:18:40:664 oc_module: * user 
05-23 16:18:40:674 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b486e0) 
05-23 16:18:40:675 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:18:40:683 oc_module: ne_sock_init: 0
05-23 16:18:40:683 oc_module: No proxy configured.
05-23 16:18:40:707 oc_module: Authentication required 
05-23 16:18:40:707 oc_module: Call the csync callback for ownCloud
05-23 16:18:40:760 oc_module: Simple propfind result code 207.
05-23 16:18:40:760 oc_module: opendir returning handle 0x7f2208001870
05-23 16:18:40:760 oc_module: Skipping target resource.
05-23 16:18:40:760 oc_module: closedir method called 0x7f2208001870!
05-23 16:18:40:760 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:18:40:760 csync_update: Update detection for remote replica took 0.10 seconds walking 0 files.
05-23 16:18:40:760 csync_memstat_check: Memory: 803524K total size, 33140K resident, 23260K shared
05-23 16:18:40:760 <<#### Update end ########################################################### 
05-23 16:18:40:760 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:18:40:760 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 0 files.
05-23 16:18:40:760 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:18:40:760 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 0 files.
05-23 16:18:40:760 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:18:41:194 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.43 seconds
05-23 16:18:41:220 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:18:41:254 CSync run took  590  Milliseconds 
05-23 16:18:41:254 -> CSync Finished slot with error  false 
05-23 16:18:41:254 Starting Event logging again in  2000  milliseconds 
05-23 16:18:41:254 OO folder slotSyncFinished: result:  4 
05-23 16:18:41:254 ==> load folder icon  "owncloud-framed" 
05-23 16:18:41:254 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:18:41:255 Check status.php from statusdialog. 
05-23 16:18:41:255 Get Request to  "status.php" 
05-23 16:18:41:255 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:18:41:255 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:18:41:255 Setting up host header:  "box.cern.ch" 
05-23 16:18:41:255 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:18:41:255 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:18:41:255 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:18:41:255 <===================================== sync finished for  "ownCloud" 
05-23 16:18:41:274 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19e14e0) 
05-23 16:18:41:274 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:18:41:455 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:18:43:254     * event notification  enabled 
05-23 16:19:09:378 #============# Status dialog starting #=============# 
05-23 16:19:09:378 Folder:  Mirall::ownCloudFolder(0x159d370) 
05-23 16:19:09:378 ==> load folder icon  "owncloud-framed" 
05-23 16:19:09:379 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:19:09:379 Check status.php from statusdialog. 
05-23 16:19:09:379 Get Request to  "status.php" 
05-23 16:19:09:379 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:19:09:379 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:19:09:379 Setting up host header:  "box.cern.ch" 
05-23 16:19:09:392 Check status.php from statusdialog. 
05-23 16:19:09:392 Get Request to  "status.php" 
05-23 16:19:09:392 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:19:09:392 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:19:09:392 Setting up host header:  "box.cern.ch" 
05-23 16:19:09:512 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a753d0) 
05-23 16:19:09:513 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:19:09:515 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a78030) 
05-23 16:19:11:603 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:19:11:603 *  "ownCloud" Poll timer disabled 
05-23 16:19:11:603 Schedule folder  "ownCloud"  to sync! 
05-23 16:19:11:603 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:19:11:603 ==> load folder icon  "owncloud-framed" 
05-23 16:19:11:603 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:19:11:604 Check status.php from statusdialog. 
05-23 16:19:11:604 Get Request to  "status.php" 
05-23 16:19:11:604 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:19:11:604 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:19:11:604 Setting up host header:  "box.cern.ch" 
05-23 16:19:11:604 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:19:11:604 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:19:11:604 *** Start syncing 
05-23 16:19:11:604     * event notification  disabled 
05-23 16:19:11:604 >===================================== sync started for  "ownCloud" 
05-23 16:19:11:610 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:19:11:610 starting to sync  QThread(0x140f860) QThread(0x15c82c0) 
05-23 16:19:11:610 #### Update start #################################################### >> 
05-23 16:19:11:610 csync_memstat_check: Memory: 804068K total size, 33968K resident, 23484K shared
05-23 16:19:11:610 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:19:11:610 csync_ftw: .csync_journal.db excluded
05-23 16:19:11:610 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:19:11:610 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:19:11:610 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:19:11:610 csync_memstat_check: Memory: 804068K total size, 33968K resident, 23484K shared
05-23 16:19:11:610 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:19:11:610 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:19:11:610 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:19:11:610 oc_module: * scheme owncloud
05-23 16:19:11:610 oc_module: * host box.cern.ch
05-23 16:19:11:610 oc_module: * port 0
05-23 16:19:11:610 oc_module: * path /owncloud/remote.php/webdav
05-23 16:19:11:610 oc_module: * user 
05-23 16:19:11:616 oc_module: ne_sock_init: 0
05-23 16:19:11:616 oc_module: No proxy configured.
05-23 16:19:11:630 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x159fbd0) 
05-23 16:19:11:630 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:19:11:657 oc_module: Authentication required 
05-23 16:19:11:657 oc_module: Call the csync callback for ownCloud
05-23 16:19:11:739 oc_module: Simple propfind result code 207.
05-23 16:19:11:739 oc_module: opendir returning handle 0x7f2208018c20
05-23 16:19:11:739 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:19:11:739 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:19:11:739 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:19:11:739 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:19:11:739 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:19:11:739 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:19:11:739 oc_module: Skipping target resource.
05-23 16:19:11:739 oc_module: closedir method called 0x7f2208018c20!
05-23 16:19:11:739 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:19:11:739 csync_update: Update detection for remote replica took 0.13 seconds walking 1 files.
05-23 16:19:11:739 csync_memstat_check: Memory: 804068K total size, 33972K resident, 23484K shared
05-23 16:19:11:739 <<#### Update end ########################################################### 
05-23 16:19:11:739 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:19:11:739 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:19:11:739 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:19:11:739 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:19:11:739 oc_module: => open called for owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:19:11:739 oc_module: GET request on /owncloud/remote.php/webdav/web1.txt
05-23 16:19:11:740 oc_module: Sendfile handling request type GET.
05-23 16:19:11:740 oc_module:   -- GET on owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:19:11:740     * csync thread started 
05-23 16:19:11:740 ==> load folder icon  "owncloud-framed" 
05-23 16:19:11:740 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:19:11:750 Check status.php from statusdialog. 
05-23 16:19:11:750 Get Request to  "status.php" 
05-23 16:19:11:750 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:19:11:750 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:19:11:750 Setting up host header:  "box.cern.ch" 
05-23 16:19:11:750 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:19:11:750 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:19:11:787 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19e8690) 
05-23 16:19:11:787 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:19:11:812 oc_module: Content encoding ist <empty> with status 200
05-23 16:19:11:812 oc_module: GET http result 200 (OK)
05-23 16:19:11:812 oc_module: http request all cool, result code 200
05-23 16:19:11:812 oc_module: Get file ID for owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt: 519e2549973ae
05-23 16:19:11:812 _get_md5: MD5 for owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt: 519e2549973ae
05-23 16:19:11:812 _csync_push_file: FINAL MD5: 519e2549973ae
05-23 16:19:11:812 _csync_push_file: PUSHED  file: /home/octuser2/ownCloud/web1.txt
05-23 16:19:11:812 csync_propagate: Propagation for remote replica took 0.07 seconds visiting 1 files.
05-23 16:19:11:812 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:19:11:812 _merge_file_trees_visitor: PRE UPDATED web1.txt: 519e2549973ae
05-23 16:19:11:812 _merge_file_trees_visitor: file: /home/octuser2/ownCloud/web1.txt, instruction: UPDATED (519e2549973ae)
05-23 16:19:12:137 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 0, 0, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:19:12:237 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.42 seconds
05-23 16:19:12:263 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:19:12:290 CSync run took  680  Milliseconds 
05-23 16:19:12:290 -> CSync Finished slot with error  false 
05-23 16:19:12:290 Starting Event logging again in  2000  milliseconds 
05-23 16:19:12:290 OO folder slotSyncFinished: result:  4 
05-23 16:19:12:290 ==> load folder icon  "owncloud-framed" 
05-23 16:19:12:290 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:19:12:290 Check status.php from statusdialog. 
05-23 16:19:12:290 Get Request to  "status.php" 
05-23 16:19:12:291 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:19:12:291 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:19:12:291 Setting up host header:  "box.cern.ch" 
05-23 16:19:12:291 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:19:12:291 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:19:12:291 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:19:12:302 <===================================== sync finished for  "ownCloud" 
05-23 16:19:12:323 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a823b0) 
05-23 16:19:12:323 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:19:12:502 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:19:14:290     * event notification  enabled 
05-23 16:19:42:646 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:19:42:646 *  "ownCloud" Poll timer disabled 
05-23 16:19:42:646 Schedule folder  "ownCloud"  to sync! 
05-23 16:19:42:646 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:19:42:647 ==> load folder icon  "owncloud-framed" 
05-23 16:19:42:647 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:19:42:647 Check status.php from statusdialog. 
05-23 16:19:42:647 Get Request to  "status.php" 
05-23 16:19:42:647 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:19:42:647 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:19:42:647 Setting up host header:  "box.cern.ch" 
05-23 16:19:42:647 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:19:42:647 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:19:42:647 *** Start syncing 
05-23 16:19:42:647     * event notification  disabled 
05-23 16:19:42:647 >===================================== sync started for  "ownCloud" 
05-23 16:19:42:648 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:19:42:648 starting to sync  QThread(0x140f860) QThread(0x15a09e0) 
05-23 16:19:42:649 #### Update start #################################################### >> 
05-23 16:19:42:649 csync_memstat_check: Memory: 804068K total size, 34020K resident, 23532K shared
05-23 16:19:42:649 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:19:42:649 csync_ftw: .csync_journal.db excluded
05-23 16:19:42:649 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:19:42:649 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:19:42:649 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:19:42:649 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:19:42:649 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:19:42:649 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:19:42:649 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:19:42:649 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:19:42:649 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:19:42:649 csync_memstat_check: Memory: 804068K total size, 34040K resident, 23532K shared
05-23 16:19:42:649 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:19:42:649 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:19:42:650 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:19:42:650 oc_module: * scheme owncloud
05-23 16:19:42:650 oc_module: * host box.cern.ch
05-23 16:19:42:650 oc_module: * port 0
05-23 16:19:42:650 oc_module: * path /owncloud/remote.php/webdav
05-23 16:19:42:650 oc_module: * user 
05-23 16:19:42:652 oc_module: ne_sock_init: 0
05-23 16:19:42:652 oc_module: No proxy configured.
05-23 16:19:42:673 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19e5660) 
05-23 16:19:42:673 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:19:42:693 oc_module: Authentication required 
05-23 16:19:42:693 oc_module: Call the csync callback for ownCloud
05-23 16:19:42:758 oc_module: Simple propfind result code 207.
05-23 16:19:42:758 oc_module: opendir returning handle 0x7f2210001e90
05-23 16:19:42:758 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:19:42:758 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:19:42:758 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:19:42:758 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:19:42:759 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:19:42:759 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:19:42:759 oc_module: Skipping target resource.
05-23 16:19:42:759 oc_module: closedir method called 0x7f2210001e90!
05-23 16:19:42:759 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:19:42:759 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:19:42:759 csync_memstat_check: Memory: 804068K total size, 34144K resident, 23532K shared
05-23 16:19:42:759 <<#### Update end ########################################################### 
05-23 16:19:42:759 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:19:42:759 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:19:42:759 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:19:42:759 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:19:42:759 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:19:42:759 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:19:42:759 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:19:43:114 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:19:43:231 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.47 seconds
05-23 16:19:43:262 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:19:43:296 CSync run took  647  Milliseconds 
05-23 16:19:43:296 -> CSync Finished slot with error  false 
05-23 16:19:43:296 Starting Event logging again in  2000  milliseconds 
05-23 16:19:43:296 OO folder slotSyncFinished: result:  4 
05-23 16:19:43:296 ==> load folder icon  "owncloud-framed" 
05-23 16:19:43:296 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:19:43:296 Check status.php from statusdialog. 
05-23 16:19:43:296 Get Request to  "status.php" 
05-23 16:19:43:296 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:19:43:296 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:19:43:296 Setting up host header:  "box.cern.ch" 
05-23 16:19:43:297 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:19:43:297 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:19:43:297 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:19:43:297 <===================================== sync finished for  "ownCloud" 
05-23 16:19:43:314 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a881b0) 
05-23 16:19:43:314 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:19:43:497 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:19:45:296     * event notification  enabled 
05-23 16:20:13:653 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:20:13:653 *  "ownCloud" Poll timer disabled 
05-23 16:20:13:653 Schedule folder  "ownCloud"  to sync! 
05-23 16:20:13:653 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:20:13:653 ==> load folder icon  "owncloud-framed" 
05-23 16:20:13:653 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:20:13:654 Check status.php from statusdialog. 
05-23 16:20:13:654 Get Request to  "status.php" 
05-23 16:20:13:654 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:20:13:654 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:20:13:654 Setting up host header:  "box.cern.ch" 
05-23 16:20:13:654 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:20:13:654 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:20:13:654 *** Start syncing 
05-23 16:20:13:654     * event notification  disabled 
05-23 16:20:13:654 >===================================== sync started for  "ownCloud" 
05-23 16:20:13:655 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:20:13:655 starting to sync  QThread(0x140f860) QThread(0x19e53f0) 
05-23 16:20:13:655 #### Update start #################################################### >> 
05-23 16:20:13:655 csync_memstat_check: Memory: 804068K total size, 34176K resident, 23532K shared
05-23 16:20:13:655 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:20:13:655 csync_ftw: .csync_journal.db excluded
05-23 16:20:13:656 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:20:13:656 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:20:13:656 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:20:13:656 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:20:13:656 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:20:13:656 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:20:13:656 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:20:13:656 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:20:13:656 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:20:13:656 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:20:13:656 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:20:13:656 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:20:13:656 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:20:13:656 oc_module: * scheme owncloud
05-23 16:20:13:656 oc_module: * host box.cern.ch
05-23 16:20:13:656 oc_module: * port 0
05-23 16:20:13:656 oc_module: * path /owncloud/remote.php/webdav
05-23 16:20:13:656 oc_module: * user 
05-23 16:20:13:658 oc_module: ne_sock_init: 0
05-23 16:20:13:658 oc_module: No proxy configured.
05-23 16:20:13:674 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a83bb0) 
05-23 16:20:13:674 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:20:13:688 oc_module: Authentication required 
05-23 16:20:13:688 oc_module: Call the csync callback for ownCloud
05-23 16:20:13:745 oc_module: Simple propfind result code 207.
05-23 16:20:13:745 oc_module: opendir returning handle 0x7f220800a630
05-23 16:20:13:745 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:20:13:745 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:20:13:745 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:20:13:745 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:20:13:745 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:20:13:745 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:20:13:745 oc_module: Skipping target resource.
05-23 16:20:13:745 oc_module: closedir method called 0x7f220800a630!
05-23 16:20:13:745 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:20:13:745 csync_update: Update detection for remote replica took 0.09 seconds walking 1 files.
05-23 16:20:13:745 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:20:13:745 <<#### Update end ########################################################### 
05-23 16:20:13:745 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:20:13:745 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:20:13:745 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:20:13:745 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:20:13:745 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:20:13:745 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:20:13:745 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:20:14:084 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:20:14:184 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.44 seconds
05-23 16:20:14:211 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:20:14:245 CSync run took  590  Milliseconds 
05-23 16:20:14:245 -> CSync Finished slot with error  false 
05-23 16:20:14:245 Starting Event logging again in  2000  milliseconds 
05-23 16:20:14:245 OO folder slotSyncFinished: result:  4 
05-23 16:20:14:245 ==> load folder icon  "owncloud-framed" 
05-23 16:20:14:245 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:20:14:245 Check status.php from statusdialog. 
05-23 16:20:14:245 Get Request to  "status.php" 
05-23 16:20:14:245 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:20:14:246 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:20:14:246 Setting up host header:  "box.cern.ch" 
05-23 16:20:14:246 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:20:14:246 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:20:14:246 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:20:14:246 <===================================== sync finished for  "ownCloud" 
05-23 16:20:14:264 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19dc2c0) 
05-23 16:20:14:264 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:20:14:446 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:20:16:246     * event notification  enabled 
05-23 16:20:44:594 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:20:44:594 *  "ownCloud" Poll timer disabled 
05-23 16:20:44:594 Schedule folder  "ownCloud"  to sync! 
05-23 16:20:44:594 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:20:44:594 ==> load folder icon  "owncloud-framed" 
05-23 16:20:44:594 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:20:44:594 Check status.php from statusdialog. 
05-23 16:20:44:594 Get Request to  "status.php" 
05-23 16:20:44:594 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:20:44:595 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:20:44:595 Setting up host header:  "box.cern.ch" 
05-23 16:20:44:595 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:20:44:595 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:20:44:595 *** Start syncing 
05-23 16:20:44:595     * event notification  disabled 
05-23 16:20:44:595 >===================================== sync started for  "ownCloud" 
05-23 16:20:44:596 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:20:44:596 starting to sync  QThread(0x140f860) QThread(0x19c82f0) 
05-23 16:20:44:596 #### Update start #################################################### >> 
05-23 16:20:44:596 csync_memstat_check: Memory: 804068K total size, 34176K resident, 23532K shared
05-23 16:20:44:596 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:20:44:596 csync_ftw: .csync_journal.db excluded
05-23 16:20:44:597 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:20:44:597 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:20:44:597 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:20:44:597 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:20:44:597 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:20:44:597 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:20:44:597 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:20:44:597 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:20:44:597 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:20:44:597 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:20:44:597 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:20:44:597 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:20:44:597 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:20:44:597 oc_module: * scheme owncloud
05-23 16:20:44:597 oc_module: * host box.cern.ch
05-23 16:20:44:597 oc_module: * port 0
05-23 16:20:44:597 oc_module: * path /owncloud/remote.php/webdav
05-23 16:20:44:597 oc_module: * user 
05-23 16:20:44:601 oc_module: ne_sock_init: 0
05-23 16:20:44:601 oc_module: No proxy configured.
05-23 16:20:44:617 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a1b7b0) 
05-23 16:20:44:617 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:20:44:631 oc_module: Authentication required 
05-23 16:20:44:631 oc_module: Call the csync callback for ownCloud
05-23 16:20:44:688 oc_module: Simple propfind result code 207.
05-23 16:20:44:688 oc_module: opendir returning handle 0x7f2210001e90
05-23 16:20:44:688 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:20:44:688 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:20:44:688 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:20:44:688 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:20:44:688 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:20:44:688 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:20:44:688 oc_module: Skipping target resource.
05-23 16:20:44:688 oc_module: closedir method called 0x7f2210001e90!
05-23 16:20:44:688 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:20:44:688 csync_update: Update detection for remote replica took 0.09 seconds walking 1 files.
05-23 16:20:44:688 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:20:44:688 <<#### Update end ########################################################### 
05-23 16:20:44:688 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:20:44:688 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:20:44:688 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:20:44:689 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:20:44:689 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:20:44:689 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:20:44:689 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:20:45:011 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:20:45:111 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.42 seconds
05-23 16:20:45:143 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:20:45:176 CSync run took  580  Milliseconds 
05-23 16:20:45:176 -> CSync Finished slot with error  false 
05-23 16:20:45:176 Starting Event logging again in  2000  milliseconds 
05-23 16:20:45:176 OO folder slotSyncFinished: result:  4 
05-23 16:20:45:176 ==> load folder icon  "owncloud-framed" 
05-23 16:20:45:177 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:20:45:177 Check status.php from statusdialog. 
05-23 16:20:45:177 Get Request to  "status.php" 
05-23 16:20:45:177 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:20:45:177 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:20:45:177 Setting up host header:  "box.cern.ch" 
05-23 16:20:45:177 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:20:45:177 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:20:45:177 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:20:45:177 <===================================== sync finished for  "ownCloud" 
05-23 16:20:45:195 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a753d0) 
05-23 16:20:45:195 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:20:45:377 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:20:47:177     * event notification  enabled 
05-23 16:21:15:526 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:21:15:526 *  "ownCloud" Poll timer disabled 
05-23 16:21:15:526 Schedule folder  "ownCloud"  to sync! 
05-23 16:21:15:526 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:21:15:526 ==> load folder icon  "owncloud-framed" 
05-23 16:21:15:526 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:21:15:527 Check status.php from statusdialog. 
05-23 16:21:15:527 Get Request to  "status.php" 
05-23 16:21:15:527 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:21:15:527 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:21:15:527 Setting up host header:  "box.cern.ch" 
05-23 16:21:15:527 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:21:15:527 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:21:15:527 *** Start syncing 
05-23 16:21:15:527     * event notification  disabled 
05-23 16:21:15:527 >===================================== sync started for  "ownCloud" 
05-23 16:21:15:528 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:21:15:529 starting to sync  QThread(0x140f860) QThread(0x159d800) 
05-23 16:21:15:529 #### Update start #################################################### >> 
05-23 16:21:15:529 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:21:15:529 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:21:15:529 csync_ftw: .csync_journal.db excluded
05-23 16:21:15:529 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:21:15:529 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:21:15:529 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:21:15:529 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:21:15:529 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:21:15:529 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:21:15:529 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:21:15:529 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:21:15:529 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:21:15:529 csync_memstat_check: Memory: 804068K total size, 34184K resident, 23532K shared
05-23 16:21:15:529 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:21:15:530 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:21:15:530 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:21:15:530 oc_module: * scheme owncloud
05-23 16:21:15:530 oc_module: * host box.cern.ch
05-23 16:21:15:530 oc_module: * port 0
05-23 16:21:15:530 oc_module: * path /owncloud/remote.php/webdav
05-23 16:21:15:530 oc_module: * user 
05-23 16:21:15:531 oc_module: ne_sock_init: 0
05-23 16:21:15:531 oc_module: No proxy configured.
05-23 16:21:15:542 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x188a0b0) 
05-23 16:21:15:542 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:21:15:555 oc_module: Authentication required 
05-23 16:21:15:555 oc_module: Call the csync callback for ownCloud
05-23 16:21:15:623 oc_module: Simple propfind result code 207.
05-23 16:21:15:623 oc_module: opendir returning handle 0x7f220800b530
05-23 16:21:15:623 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:21:15:623 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:21:15:623 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:21:15:623 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:21:15:624 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:21:15:624 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:21:15:624 oc_module: Skipping target resource.
05-23 16:21:15:624 oc_module: closedir method called 0x7f220800b530!
05-23 16:21:15:624 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:21:15:624 csync_update: Update detection for remote replica took 0.09 seconds walking 1 files.
05-23 16:21:15:624 csync_memstat_check: Memory: 804068K total size, 34184K resident, 23532K shared
05-23 16:21:15:624 <<#### Update end ########################################################### 
05-23 16:21:15:624 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:21:15:624 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:21:15:624 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:21:15:624 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:21:15:624 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:21:15:624 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:21:15:624 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:21:15:938 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:21:16:038 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.41 seconds
05-23 16:21:16:066 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:21:16:100 CSync run took  571  Milliseconds 
05-23 16:21:16:100 -> CSync Finished slot with error  false 
05-23 16:21:16:100 Starting Event logging again in  2000  milliseconds 
05-23 16:21:16:100 OO folder slotSyncFinished: result:  4 
05-23 16:21:16:100 ==> load folder icon  "owncloud-framed" 
05-23 16:21:16:100 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:21:16:101 Check status.php from statusdialog. 
05-23 16:21:16:101 Get Request to  "status.php" 
05-23 16:21:16:101 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:21:16:101 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:21:16:101 Setting up host header:  "box.cern.ch" 
05-23 16:21:16:101 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:21:16:101 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:21:16:101 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:21:16:101 <===================================== sync finished for  "ownCloud" 
05-23 16:21:16:121 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b2aec0) 
05-23 16:21:16:121 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:21:16:301 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:21:18:102     * event notification  enabled 
05-23 16:21:46:451 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:21:46:451 *  "ownCloud" Poll timer disabled 
05-23 16:21:46:451 Schedule folder  "ownCloud"  to sync! 
05-23 16:21:46:451 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:21:46:451 ==> load folder icon  "owncloud-framed" 
05-23 16:21:46:451 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:21:46:451 Check status.php from statusdialog. 
05-23 16:21:46:451 Get Request to  "status.php" 
05-23 16:21:46:451 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:21:46:452 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:21:46:452 Setting up host header:  "box.cern.ch" 
05-23 16:21:46:452 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:21:46:452 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:21:46:452 *** Start syncing 
05-23 16:21:46:452     * event notification  disabled 
05-23 16:21:46:452 >===================================== sync started for  "ownCloud" 
05-23 16:21:46:453 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:21:46:453 starting to sync  QThread(0x140f860) QThread(0x159d310) 
05-23 16:21:46:453 #### Update start #################################################### >> 
05-23 16:21:46:453 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:21:46:453 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:21:46:453 csync_ftw: .csync_journal.db excluded
05-23 16:21:46:454 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:21:46:454 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:21:46:454 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:21:46:454 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:21:46:454 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:21:46:454 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:21:46:454 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:21:46:454 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:21:46:454 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:21:46:454 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:21:46:454 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:21:46:454 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:21:46:454 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:21:46:454 oc_module: * scheme owncloud
05-23 16:21:46:454 oc_module: * host box.cern.ch
05-23 16:21:46:454 oc_module: * port 0
05-23 16:21:46:454 oc_module: * path /owncloud/remote.php/webdav
05-23 16:21:46:454 oc_module: * user 
05-23 16:21:46:456 oc_module: ne_sock_init: 0
05-23 16:21:46:456 oc_module: No proxy configured.
05-23 16:21:46:475 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19deb20) 
05-23 16:21:46:475 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:21:46:487 oc_module: Authentication required 
05-23 16:21:46:487 oc_module: Call the csync callback for ownCloud
05-23 16:21:46:562 oc_module: Simple propfind result code 207.
05-23 16:21:46:562 oc_module: opendir returning handle 0x7f2210001f10
05-23 16:21:46:562 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:21:46:562 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:21:46:562 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:21:46:562 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:21:46:562 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:21:46:562 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:21:46:562 oc_module: Skipping target resource.
05-23 16:21:46:562 oc_module: closedir method called 0x7f2210001f10!
05-23 16:21:46:562 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:21:46:562 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:21:46:562 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:21:46:562 <<#### Update end ########################################################### 
05-23 16:21:46:562 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:21:46:562 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:21:46:562 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:21:46:562 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:21:46:563 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:21:46:563 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:21:46:563 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:21:46:881 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:21:46:981 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.42 seconds
05-23 16:21:47:015 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:21:47:040 CSync run took  587  Milliseconds 
05-23 16:21:47:040 -> CSync Finished slot with error  false 
05-23 16:21:47:040 Starting Event logging again in  2000  milliseconds 
05-23 16:21:47:040 OO folder slotSyncFinished: result:  4 
05-23 16:21:47:040 ==> load folder icon  "owncloud-framed" 
05-23 16:21:47:041 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:21:47:041 Check status.php from statusdialog. 
05-23 16:21:47:041 Get Request to  "status.php" 
05-23 16:21:47:041 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:21:47:041 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:21:47:041 Setting up host header:  "box.cern.ch" 
05-23 16:21:47:041 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:21:47:041 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:21:47:041 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:21:47:041 <===================================== sync finished for  "ownCloud" 
05-23 16:21:47:061 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a762a0) 
05-23 16:21:47:061 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:21:47:241 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:21:49:042     * event notification  enabled 
05-23 16:22:17:402 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:22:17:402 *  "ownCloud" Poll timer disabled 
05-23 16:22:17:402 Schedule folder  "ownCloud"  to sync! 
05-23 16:22:17:402 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:22:17:402 ==> load folder icon  "owncloud-framed" 
05-23 16:22:17:402 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:22:17:402 Check status.php from statusdialog. 
05-23 16:22:17:402 Get Request to  "status.php" 
05-23 16:22:17:402 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:22:17:402 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:22:17:402 Setting up host header:  "box.cern.ch" 
05-23 16:22:17:402 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:22:17:402 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:22:17:403 *** Start syncing 
05-23 16:22:17:403     * event notification  disabled 
05-23 16:22:17:403 >===================================== sync started for  "ownCloud" 
05-23 16:22:17:403 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:22:17:403 starting to sync  QThread(0x140f860) QThread(0x19c6dd0) 
05-23 16:22:17:403 #### Update start #################################################### >> 
05-23 16:22:17:407 csync_memstat_check: Memory: 804068K total size, 34188K resident, 23532K shared
05-23 16:22:17:407 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:22:17:407 csync_ftw: .csync_journal.db excluded
05-23 16:22:17:408 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:22:17:408 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:22:17:408 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:22:17:408 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:22:17:408 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:22:17:408 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:22:17:408 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:22:17:408 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:22:17:408 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:22:17:408 csync_memstat_check: Memory: 804068K total size, 34192K resident, 23532K shared
05-23 16:22:17:408 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:22:17:408 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:22:17:408 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:22:17:408 oc_module: * scheme owncloud
05-23 16:22:17:408 oc_module: * host box.cern.ch
05-23 16:22:17:408 oc_module: * port 0
05-23 16:22:17:408 oc_module: * path /owncloud/remote.php/webdav
05-23 16:22:17:408 oc_module: * user 
05-23 16:22:17:411 oc_module: ne_sock_init: 0
05-23 16:22:17:411 oc_module: No proxy configured.
05-23 16:22:17:426 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x15937e0) 
05-23 16:22:17:426 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:22:17:439 oc_module: Authentication required 
05-23 16:22:17:439 oc_module: Call the csync callback for ownCloud
05-23 16:22:17:500 oc_module: Simple propfind result code 207.
05-23 16:22:17:500 oc_module: opendir returning handle 0x7f22080014f0
05-23 16:22:17:500 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:22:17:500 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:22:17:500 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:22:17:500 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:22:17:500 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:22:17:500 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:22:17:500 oc_module: Skipping target resource.
05-23 16:22:17:500 oc_module: closedir method called 0x7f22080014f0!
05-23 16:22:17:500 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:22:17:500 csync_update: Update detection for remote replica took 0.09 seconds walking 1 files.
05-23 16:22:17:500 csync_memstat_check: Memory: 804068K total size, 34192K resident, 23532K shared
05-23 16:22:17:500 <<#### Update end ########################################################### 
05-23 16:22:17:500 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:22:17:500 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:22:17:500 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:22:17:500 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:22:17:500 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:22:17:500 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:22:17:500 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:22:17:858 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:22:17:958 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.46 seconds
05-23 16:22:17:987 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:22:18:012 CSync run took  609  Milliseconds 
05-23 16:22:18:012 -> CSync Finished slot with error  false 
05-23 16:22:18:012 Starting Event logging again in  2000  milliseconds 
05-23 16:22:18:012 OO folder slotSyncFinished: result:  4 
05-23 16:22:18:012 ==> load folder icon  "owncloud-framed" 
05-23 16:22:18:013 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:22:18:013 Check status.php from statusdialog. 
05-23 16:22:18:013 Get Request to  "status.php" 
05-23 16:22:18:013 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:22:18:013 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:22:18:013 Setting up host header:  "box.cern.ch" 
05-23 16:22:18:013 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:22:18:013 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:22:18:013 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:22:18:013 <===================================== sync finished for  "ownCloud" 
05-23 16:22:18:032 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x159c420) 
05-23 16:22:18:032 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:22:18:213 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:22:20:014     * event notification  enabled 
05-23 16:22:48:362 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:22:48:362 *  "ownCloud" Poll timer disabled 
05-23 16:22:48:362 Schedule folder  "ownCloud"  to sync! 
05-23 16:22:48:362 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:22:48:362 ==> load folder icon  "owncloud-framed" 
05-23 16:22:48:362 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:22:48:362 Check status.php from statusdialog. 
05-23 16:22:48:362 Get Request to  "status.php" 
05-23 16:22:48:362 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:22:48:363 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:22:48:363 Setting up host header:  "box.cern.ch" 
05-23 16:22:48:363 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:22:48:363 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:22:48:363 *** Start syncing 
05-23 16:22:48:363     * event notification  disabled 
05-23 16:22:48:363 >===================================== sync started for  "ownCloud" 
05-23 16:22:48:363 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:22:48:363 starting to sync  QThread(0x140f860) QThread(0x1b95fe0) 
05-23 16:22:48:363 #### Update start #################################################### >> 
05-23 16:22:48:363 csync_memstat_check: Memory: 804068K total size, 34176K resident, 23532K shared
05-23 16:22:48:364 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:22:48:364 csync_ftw: .csync_journal.db excluded
05-23 16:22:48:364 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:22:48:364 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:22:48:364 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:22:48:364 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:22:48:364 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:22:48:364 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:22:48:365 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:22:48:365 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:22:48:365 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:22:48:365 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:22:48:365 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:22:48:365 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:22:48:365 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:22:48:365 oc_module: * scheme owncloud
05-23 16:22:48:365 oc_module: * host box.cern.ch
05-23 16:22:48:365 oc_module: * port 0
05-23 16:22:48:365 oc_module: * path /owncloud/remote.php/webdav
05-23 16:22:48:365 oc_module: * user 
05-23 16:22:48:366 oc_module: ne_sock_init: 0
05-23 16:22:48:366 oc_module: No proxy configured.
05-23 16:22:48:384 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a1b6a0) 
05-23 16:22:48:384 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:22:48:396 oc_module: Authentication required 
05-23 16:22:48:396 oc_module: Call the csync callback for ownCloud
05-23 16:22:48:472 oc_module: Simple propfind result code 207.
05-23 16:22:48:472 oc_module: opendir returning handle 0x7f221000a310
05-23 16:22:48:472 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:22:48:472 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:22:48:472 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:22:48:472 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:22:48:472 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:22:48:472 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:22:48:472 oc_module: Skipping target resource.
05-23 16:22:48:472 oc_module: closedir method called 0x7f221000a310!
05-23 16:22:48:472 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:22:48:472 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:22:48:472 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:22:48:472 <<#### Update end ########################################################### 
05-23 16:22:48:472 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:22:48:472 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:22:48:472 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:22:48:472 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:22:48:472 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:22:48:472 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:22:48:472 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:22:48:755 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:22:48:863 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.39 seconds
05-23 16:22:48:894 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:22:48:928 CSync run took  564  Milliseconds 
05-23 16:22:48:928 -> CSync Finished slot with error  false 
05-23 16:22:48:928 Starting Event logging again in  2000  milliseconds 
05-23 16:22:48:928 OO folder slotSyncFinished: result:  4 
05-23 16:22:48:928 ==> load folder icon  "owncloud-framed" 
05-23 16:22:48:928 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:22:48:928 Check status.php from statusdialog. 
05-23 16:22:48:928 Get Request to  "status.php" 
05-23 16:22:48:928 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:22:48:928 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:22:48:928 Setting up host header:  "box.cern.ch" 
05-23 16:22:48:928 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:22:48:928 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:22:48:928 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:22:48:929 <===================================== sync finished for  "ownCloud" 
05-23 16:22:48:953 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x172df00) 
05-23 16:22:48:953 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:22:49:129 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:22:50:929     * event notification  enabled 
05-23 16:23:19:278 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:23:19:278 *  "ownCloud" Poll timer disabled 
05-23 16:23:19:278 Schedule folder  "ownCloud"  to sync! 
05-23 16:23:19:278 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:23:19:278 ==> load folder icon  "owncloud-framed" 
05-23 16:23:19:278 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:23:19:278 Check status.php from statusdialog. 
05-23 16:23:19:278 Get Request to  "status.php" 
05-23 16:23:19:278 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:23:19:278 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:23:19:278 Setting up host header:  "box.cern.ch" 
05-23 16:23:19:279 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:23:19:279 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:23:19:279 *** Start syncing 
05-23 16:23:19:279     * event notification  disabled 
05-23 16:23:19:279 >===================================== sync started for  "ownCloud" 
05-23 16:23:19:280 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:23:19:280 starting to sync  QThread(0x140f860) QThread(0x1b2aec0) 
05-23 16:23:19:280 #### Update start #################################################### >> 
05-23 16:23:19:280 csync_memstat_check: Memory: 804068K total size, 34176K resident, 23532K shared
05-23 16:23:19:280 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:23:19:280 csync_ftw: .csync_journal.db excluded
05-23 16:23:19:281 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:23:19:281 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:23:19:281 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:23:19:281 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:23:19:281 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:23:19:281 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:23:19:281 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:23:19:281 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:23:19:281 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:23:19:281 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:23:19:281 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:23:19:281 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:23:19:281 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:23:19:281 oc_module: * scheme owncloud
05-23 16:23:19:281 oc_module: * host box.cern.ch
05-23 16:23:19:281 oc_module: * port 0
05-23 16:23:19:281 oc_module: * path /owncloud/remote.php/webdav
05-23 16:23:19:281 oc_module: * user 
05-23 16:23:19:282 oc_module: ne_sock_init: 0
05-23 16:23:19:283 oc_module: No proxy configured.
05-23 16:23:19:301 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a743a0) 
05-23 16:23:19:301 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:23:19:322 oc_module: Authentication required 
05-23 16:23:19:322 oc_module: Call the csync callback for ownCloud
05-23 16:23:19:395 oc_module: Simple propfind result code 207.
05-23 16:23:19:395 oc_module: opendir returning handle 0x7f2208009fb0
05-23 16:23:19:395 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:23:19:395 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:23:19:395 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:23:19:395 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:23:19:395 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:23:19:395 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:23:19:395 oc_module: Skipping target resource.
05-23 16:23:19:395 oc_module: closedir method called 0x7f2208009fb0!
05-23 16:23:19:395 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:23:19:395 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:23:19:396 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:23:19:396 <<#### Update end ########################################################### 
05-23 16:23:19:396 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:23:19:396 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:23:19:396 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:23:19:396 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:23:19:396 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:23:19:396 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:23:19:396 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:23:19:681 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:23:19:765 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.37 seconds
05-23 16:23:19:791 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:23:19:816 CSync run took  536  Milliseconds 
05-23 16:23:19:816 -> CSync Finished slot with error  false 
05-23 16:23:19:816 Starting Event logging again in  2000  milliseconds 
05-23 16:23:19:816 OO folder slotSyncFinished: result:  4 
05-23 16:23:19:816 ==> load folder icon  "owncloud-framed" 
05-23 16:23:19:817 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:23:19:817 Check status.php from statusdialog. 
05-23 16:23:19:817 Get Request to  "status.php" 
05-23 16:23:19:817 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:23:19:817 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:23:19:817 Setting up host header:  "box.cern.ch" 
05-23 16:23:19:817 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:23:19:817 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:23:19:817 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:23:19:817 <===================================== sync finished for  "ownCloud" 
05-23 16:23:19:835 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1599d70) 
05-23 16:23:19:836 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:23:20:017 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:23:21:818     * event notification  enabled 
05-23 16:23:50:168 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:23:50:168 *  "ownCloud" Poll timer disabled 
05-23 16:23:50:168 Schedule folder  "ownCloud"  to sync! 
05-23 16:23:50:168 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:23:50:168 ==> load folder icon  "owncloud-framed" 
05-23 16:23:50:168 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:23:50:168 Check status.php from statusdialog. 
05-23 16:23:50:168 Get Request to  "status.php" 
05-23 16:23:50:169 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:23:50:169 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:23:50:169 Setting up host header:  "box.cern.ch" 
05-23 16:23:50:169 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:23:50:169 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:23:50:169 *** Start syncing 
05-23 16:23:50:169     * event notification  disabled 
05-23 16:23:50:169 >===================================== sync started for  "ownCloud" 
05-23 16:23:50:171 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:23:50:171 starting to sync  QThread(0x140f860) QThread(0x15976c0) 
05-23 16:23:50:171 #### Update start #################################################### >> 
05-23 16:23:50:171 csync_memstat_check: Memory: 804068K total size, 34176K resident, 23532K shared
05-23 16:23:50:171 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:23:50:172 csync_ftw: .csync_journal.db excluded
05-23 16:23:50:172 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:23:50:172 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:23:50:172 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:23:50:172 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:23:50:172 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:23:50:172 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:23:50:172 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:23:50:172 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:23:50:172 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:23:50:172 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:23:50:172 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:23:50:172 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:23:50:172 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:23:50:172 oc_module: * scheme owncloud
05-23 16:23:50:172 oc_module: * host box.cern.ch
05-23 16:23:50:172 oc_module: * port 0
05-23 16:23:50:172 oc_module: * path /owncloud/remote.php/webdav
05-23 16:23:50:173 oc_module: * user 
05-23 16:23:50:176 oc_module: ne_sock_init: 0
05-23 16:23:50:176 oc_module: No proxy configured.
05-23 16:23:50:192 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a8a990) 
05-23 16:23:50:193 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:23:50:213 oc_module: Authentication required 
05-23 16:23:50:213 oc_module: Call the csync callback for ownCloud
05-23 16:23:50:287 oc_module: Simple propfind result code 207.
05-23 16:23:50:287 oc_module: opendir returning handle 0x7f2210001e90
05-23 16:23:50:287 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:23:50:287 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:23:50:287 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:23:50:287 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:23:50:287 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:23:50:287 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:23:50:287 oc_module: Skipping target resource.
05-23 16:23:50:287 oc_module: closedir method called 0x7f2210001e90!
05-23 16:23:50:287 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:23:50:287 csync_update: Update detection for remote replica took 0.12 seconds walking 1 files.
05-23 16:23:50:287 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:23:50:287 <<#### Update end ########################################################### 
05-23 16:23:50:287 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:23:50:287 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:23:50:287 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:23:50:287 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:23:50:287 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:23:50:287 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:23:50:287 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:23:50:608 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:23:50:740 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.45 seconds
05-23 16:23:50:766 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:23:50:791 CSync run took  620  Milliseconds 
05-23 16:23:50:791 -> CSync Finished slot with error  false 
05-23 16:23:50:791 Starting Event logging again in  2000  milliseconds 
05-23 16:23:50:791 OO folder slotSyncFinished: result:  4 
05-23 16:23:50:791 ==> load folder icon  "owncloud-framed" 
05-23 16:23:50:791 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:23:50:791 Check status.php from statusdialog. 
05-23 16:23:50:792 Get Request to  "status.php" 
05-23 16:23:50:792 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:23:50:792 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:23:50:792 Setting up host header:  "box.cern.ch" 
05-23 16:23:50:792 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:23:50:792 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:23:50:792 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:23:50:792 <===================================== sync finished for  "ownCloud" 
05-23 16:23:50:811 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a826b0) 
05-23 16:23:50:811 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:23:50:992 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:23:52:792     * event notification  enabled 
05-23 16:24:21:164 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:24:21:164 *  "ownCloud" Poll timer disabled 
05-23 16:24:21:164 Schedule folder  "ownCloud"  to sync! 
05-23 16:24:21:164 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:24:21:164 ==> load folder icon  "owncloud-framed" 
05-23 16:24:21:164 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:24:21:164 Check status.php from statusdialog. 
05-23 16:24:21:164 Get Request to  "status.php" 
05-23 16:24:21:164 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:24:21:164 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:24:21:164 Setting up host header:  "box.cern.ch" 
05-23 16:24:21:165 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:24:21:165 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:24:21:165 *** Start syncing 
05-23 16:24:21:165     * event notification  disabled 
05-23 16:24:21:165 >===================================== sync started for  "ownCloud" 
05-23 16:24:21:166 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:24:21:166 starting to sync  QThread(0x140f860) QThread(0x1a804c0) 
05-23 16:24:21:166 #### Update start #################################################### >> 
05-23 16:24:21:166 csync_memstat_check: Memory: 804068K total size, 34176K resident, 23532K shared
05-23 16:24:21:166 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:24:21:166 csync_ftw: .csync_journal.db excluded
05-23 16:24:21:166 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:24:21:166 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:24:21:167 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:24:21:167 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:24:21:167 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:24:21:167 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:24:21:167 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:24:21:167 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:24:21:167 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:24:21:167 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:24:21:167 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:24:21:167 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:24:21:167 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:24:21:167 oc_module: * scheme owncloud
05-23 16:24:21:167 oc_module: * host box.cern.ch
05-23 16:24:21:167 oc_module: * port 0
05-23 16:24:21:167 oc_module: * path /owncloud/remote.php/webdav
05-23 16:24:21:167 oc_module: * user 
05-23 16:24:21:170 oc_module: ne_sock_init: 0
05-23 16:24:21:170 oc_module: No proxy configured.
05-23 16:24:21:193 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19c8180) 
05-23 16:24:21:193 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:24:21:206 oc_module: Authentication required 
05-23 16:24:21:206 oc_module: Call the csync callback for ownCloud
05-23 16:24:21:275 oc_module: Simple propfind result code 207.
05-23 16:24:21:276 oc_module: opendir returning handle 0x7f220800b4e0
05-23 16:24:21:276 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:24:21:276 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:24:21:276 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:24:21:276 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:24:21:276 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:24:21:276 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:24:21:276 oc_module: Skipping target resource.
05-23 16:24:21:276 oc_module: closedir method called 0x7f220800b4e0!
05-23 16:24:21:276 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:24:21:276 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:24:21:276 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:24:21:276 <<#### Update end ########################################################### 
05-23 16:24:21:276 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:24:21:276 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:24:21:276 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:24:21:276 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:24:21:277 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:24:21:277 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:24:21:277 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:24:21:576 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:24:21:676 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.40 seconds
05-23 16:24:21:707 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:24:21:741 CSync run took  575  Milliseconds 
05-23 16:24:21:741 -> CSync Finished slot with error  false 
05-23 16:24:21:741 Starting Event logging again in  2000  milliseconds 
05-23 16:24:21:741 OO folder slotSyncFinished: result:  4 
05-23 16:24:21:741 ==> load folder icon  "owncloud-framed" 
05-23 16:24:21:741 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:24:21:742 Check status.php from statusdialog. 
05-23 16:24:21:742 Get Request to  "status.php" 
05-23 16:24:21:742 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:24:21:742 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:24:21:742 Setting up host header:  "box.cern.ch" 
05-23 16:24:21:742 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:24:21:742 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:24:21:742 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:24:21:742 <===================================== sync finished for  "ownCloud" 
05-23 16:24:21:761 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x15996d0) 
05-23 16:24:21:761 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:24:21:942 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:24:23:743     * event notification  enabled 
05-23 16:24:52:105 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:24:52:105 *  "ownCloud" Poll timer disabled 
05-23 16:24:52:105 Schedule folder  "ownCloud"  to sync! 
05-23 16:24:52:105 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:24:52:105 ==> load folder icon  "owncloud-framed" 
05-23 16:24:52:105 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:24:52:105 Check status.php from statusdialog. 
05-23 16:24:52:105 Get Request to  "status.php" 
05-23 16:24:52:105 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:24:52:105 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:24:52:105 Setting up host header:  "box.cern.ch" 
05-23 16:24:52:106 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:24:52:106 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:24:52:106 *** Start syncing 
05-23 16:24:52:106     * event notification  disabled 
05-23 16:24:52:106 >===================================== sync started for  "ownCloud" 
05-23 16:24:52:108 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:24:52:108 starting to sync  QThread(0x140f860) QThread(0x15b9130) 
05-23 16:24:52:108 #### Update start #################################################### >> 
05-23 16:24:52:108 csync_memstat_check: Memory: 804068K total size, 34176K resident, 23532K shared
05-23 16:24:52:108 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:24:52:108 csync_ftw: .csync_journal.db excluded
05-23 16:24:52:109 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:24:52:109 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:24:52:109 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:24:52:109 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:24:52:109 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:24:52:109 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:24:52:109 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:24:52:109 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:24:52:109 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:24:52:109 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:24:52:109 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:24:52:109 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:24:52:109 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:24:52:109 oc_module: * scheme owncloud
05-23 16:24:52:109 oc_module: * host box.cern.ch
05-23 16:24:52:109 oc_module: * port 0
05-23 16:24:52:109 oc_module: * path /owncloud/remote.php/webdav
05-23 16:24:52:109 oc_module: * user 
05-23 16:24:52:111 oc_module: ne_sock_init: 0
05-23 16:24:52:111 oc_module: No proxy configured.
05-23 16:24:52:126 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b49a30) 
05-23 16:24:52:126 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:24:52:140 oc_module: Authentication required 
05-23 16:24:52:140 oc_module: Call the csync callback for ownCloud
05-23 16:24:52:214 oc_module: Simple propfind result code 207.
05-23 16:24:52:214 oc_module: opendir returning handle 0x7f2210001e90
05-23 16:24:52:214 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:24:52:214 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:24:52:214 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:24:52:214 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:24:52:214 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:24:52:214 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:24:52:214 oc_module: Skipping target resource.
05-23 16:24:52:214 oc_module: closedir method called 0x7f2210001e90!
05-23 16:24:52:214 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:24:52:214 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:24:52:214 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:24:52:214 <<#### Update end ########################################################### 
05-23 16:24:52:214 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:24:52:214 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:24:52:214 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:24:52:214 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:24:52:214 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:24:52:214 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:24:52:214 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:24:52:495 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:24:52:578 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.36 seconds
05-23 16:24:52:606 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:24:52:631 CSync run took  523  Milliseconds 
05-23 16:24:52:631 -> CSync Finished slot with error  false 
05-23 16:24:52:631 Starting Event logging again in  2000  milliseconds 
05-23 16:24:52:631 OO folder slotSyncFinished: result:  4 
05-23 16:24:52:631 ==> load folder icon  "owncloud-framed" 
05-23 16:24:52:631 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:24:52:631 Check status.php from statusdialog. 
05-23 16:24:52:631 Get Request to  "status.php" 
05-23 16:24:52:632 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:24:52:632 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:24:52:632 Setting up host header:  "box.cern.ch" 
05-23 16:24:52:632 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:24:52:632 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:24:52:632 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:24:52:632 <===================================== sync finished for  "ownCloud" 
05-23 16:24:52:651 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x172e760) 
05-23 16:24:52:651 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:24:52:832 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:24:54:633     * event notification  enabled 
05-23 16:25:22:980 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:25:22:980 *  "ownCloud" Poll timer disabled 
05-23 16:25:22:980 Schedule folder  "ownCloud"  to sync! 
05-23 16:25:22:980 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:25:22:980 ==> load folder icon  "owncloud-framed" 
05-23 16:25:22:981 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:25:22:981 Check status.php from statusdialog. 
05-23 16:25:22:981 Get Request to  "status.php" 
05-23 16:25:22:981 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:25:22:981 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:25:22:981 Setting up host header:  "box.cern.ch" 
05-23 16:25:22:981 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:25:22:981 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:25:22:981 *** Start syncing 
05-23 16:25:22:981     * event notification  disabled 
05-23 16:25:22:981 >===================================== sync started for  "ownCloud" 
05-23 16:25:22:984 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:25:22:984 starting to sync  QThread(0x140f860) QThread(0x14710e0) 
05-23 16:25:22:984 #### Update start #################################################### >> 
05-23 16:25:22:984 csync_memstat_check: Memory: 804068K total size, 34176K resident, 23532K shared
05-23 16:25:22:984 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:25:22:984 csync_ftw: .csync_journal.db excluded
05-23 16:25:22:984 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:25:22:984 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:25:22:984 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:25:22:984 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:25:22:985 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:25:22:985 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:25:22:985 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:25:22:985 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:25:22:985 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:25:22:985 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:25:22:985 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:25:22:985 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:25:22:985 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:25:22:985 oc_module: * scheme owncloud
05-23 16:25:22:985 oc_module: * host box.cern.ch
05-23 16:25:22:985 oc_module: * port 0
05-23 16:25:22:985 oc_module: * path /owncloud/remote.php/webdav
05-23 16:25:22:985 oc_module: * user 
05-23 16:25:22:986 oc_module: ne_sock_init: 0
05-23 16:25:22:986 oc_module: No proxy configured.
05-23 16:25:23:002 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x15976c0) 
05-23 16:25:23:002 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:25:23:016 oc_module: Authentication required 
05-23 16:25:23:016 oc_module: Call the csync callback for ownCloud
05-23 16:25:23:073 oc_module: Simple propfind result code 207.
05-23 16:25:23:073 oc_module: opendir returning handle 0x7f221001fd20
05-23 16:25:23:073 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:25:23:073 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:25:23:073 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:25:23:073 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:25:23:073 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:25:23:073 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:25:23:073 oc_module: Skipping target resource.
05-23 16:25:23:073 oc_module: closedir method called 0x7f221001fd20!
05-23 16:25:23:073 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:25:23:073 csync_update: Update detection for remote replica took 0.09 seconds walking 1 files.
05-23 16:25:23:073 csync_memstat_check: Memory: 804068K total size, 34212K resident, 23532K shared
05-23 16:25:23:073 <<#### Update end ########################################################### 
05-23 16:25:23:073 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:25:23:073 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:25:23:074 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:25:23:074 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:25:23:074 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:25:23:074 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:25:23:074 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:25:23:389 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:25:23:489 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.41 seconds
05-23 16:25:23:512 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:25:23:538 CSync run took  553  Milliseconds 
05-23 16:25:23:538 -> CSync Finished slot with error  false 
05-23 16:25:23:538 Starting Event logging again in  2000  milliseconds 
05-23 16:25:23:538 OO folder slotSyncFinished: result:  4 
05-23 16:25:23:538 ==> load folder icon  "owncloud-framed" 
05-23 16:25:23:538 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:25:23:538 Check status.php from statusdialog. 
05-23 16:25:23:538 Get Request to  "status.php" 
05-23 16:25:23:538 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:25:23:538 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:25:23:538 Setting up host header:  "box.cern.ch" 
05-23 16:25:23:538 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:25:23:538 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:25:23:538 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:25:23:539 <===================================== sync finished for  "ownCloud" 
05-23 16:25:23:556 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a24c60) 
05-23 16:25:23:556 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:25:23:739 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:25:25:539     * event notification  enabled 
05-23 16:25:53:888 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:25:53:888 *  "ownCloud" Poll timer disabled 
05-23 16:25:53:888 Schedule folder  "ownCloud"  to sync! 
05-23 16:25:53:888 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:25:53:888 ==> load folder icon  "owncloud-framed" 
05-23 16:25:53:888 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:25:53:889 Check status.php from statusdialog. 
05-23 16:25:53:889 Get Request to  "status.php" 
05-23 16:25:53:889 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:25:53:889 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:25:53:889 Setting up host header:  "box.cern.ch" 
05-23 16:25:53:889 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:25:53:889 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:25:53:889 *** Start syncing 
05-23 16:25:53:889     * event notification  disabled 
05-23 16:25:53:889 >===================================== sync started for  "ownCloud" 
05-23 16:25:53:890 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:25:53:890 starting to sync  QThread(0x140f860) QThread(0x178c780) 
05-23 16:25:53:890 #### Update start #################################################### >> 
05-23 16:25:53:891 csync_memstat_check: Memory: 804068K total size, 34212K resident, 23532K shared
05-23 16:25:53:891 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:25:53:891 csync_ftw: .csync_journal.db excluded
05-23 16:25:53:891 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:25:53:891 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:25:53:891 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:25:53:891 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:25:53:891 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:25:53:891 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:25:53:891 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:25:53:891 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:25:53:891 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:25:53:891 csync_memstat_check: Memory: 804068K total size, 34216K resident, 23532K shared
05-23 16:25:53:891 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:25:53:891 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:25:53:891 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:25:53:892 oc_module: * scheme owncloud
05-23 16:25:53:892 oc_module: * host box.cern.ch
05-23 16:25:53:892 oc_module: * port 0
05-23 16:25:53:892 oc_module: * path /owncloud/remote.php/webdav
05-23 16:25:53:892 oc_module: * user 
05-23 16:25:53:895 oc_module: ne_sock_init: 0
05-23 16:25:53:895 oc_module: No proxy configured.
05-23 16:25:53:913 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x14357b0) 
05-23 16:25:53:913 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:25:53:925 oc_module: Authentication required 
05-23 16:25:53:925 oc_module: Call the csync callback for ownCloud
05-23 16:25:53:994 oc_module: Simple propfind result code 207.
05-23 16:25:53:994 oc_module: opendir returning handle 0x7f220800b530
05-23 16:25:53:994 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:25:53:994 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:25:53:994 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:25:53:994 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:25:53:994 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:25:53:994 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:25:53:994 oc_module: Skipping target resource.
05-23 16:25:53:994 oc_module: closedir method called 0x7f220800b530!
05-23 16:25:53:994 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:25:53:994 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:25:53:994 csync_memstat_check: Memory: 804068K total size, 34216K resident, 23532K shared
05-23 16:25:53:994 <<#### Update end ########################################################### 
05-23 16:25:53:994 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:25:53:994 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:25:53:994 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:25:53:994 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:25:53:994 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:25:53:994 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:25:53:994 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:25:54:265 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:25:54:349 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.35 seconds
05-23 16:25:54:376 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:25:54:402 CSync run took  512  Milliseconds 
05-23 16:25:54:402 -> CSync Finished slot with error  false 
05-23 16:25:54:402 Starting Event logging again in  2000  milliseconds 
05-23 16:25:54:402 OO folder slotSyncFinished: result:  4 
05-23 16:25:54:402 ==> load folder icon  "owncloud-framed" 
05-23 16:25:54:402 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:25:54:402 Check status.php from statusdialog. 
05-23 16:25:54:402 Get Request to  "status.php" 
05-23 16:25:54:402 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:25:54:403 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:25:54:403 Setting up host header:  "box.cern.ch" 
05-23 16:25:54:403 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:25:54:403 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:25:54:403 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:25:54:403 <===================================== sync finished for  "ownCloud" 
05-23 16:25:54:418 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19e54a0) 
05-23 16:25:54:418 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:25:54:603 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:25:56:403     * event notification  enabled 
05-23 16:26:24:753 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:26:24:754 *  "ownCloud" Poll timer disabled 
05-23 16:26:24:754 Schedule folder  "ownCloud"  to sync! 
05-23 16:26:24:754 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:26:24:754 ==> load folder icon  "owncloud-framed" 
05-23 16:26:24:754 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:26:24:754 Check status.php from statusdialog. 
05-23 16:26:24:754 Get Request to  "status.php" 
05-23 16:26:24:754 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:26:24:754 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:26:24:754 Setting up host header:  "box.cern.ch" 
05-23 16:26:24:754 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:26:24:754 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:26:24:755 *** Start syncing 
05-23 16:26:24:755     * event notification  disabled 
05-23 16:26:24:755 >===================================== sync started for  "ownCloud" 
05-23 16:26:24:758 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:26:24:758 starting to sync  QThread(0x140f860) QThread(0x172df00) 
05-23 16:26:24:758 #### Update start #################################################### >> 
05-23 16:26:24:758 csync_memstat_check: Memory: 804068K total size, 34212K resident, 23532K shared
05-23 16:26:24:758 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:26:24:758 csync_ftw: .csync_journal.db excluded
05-23 16:26:24:758 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:26:24:758 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:26:24:758 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:26:24:758 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:26:24:758 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:26:24:758 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:26:24:758 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:26:24:758 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:26:24:759 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:26:24:759 csync_memstat_check: Memory: 804068K total size, 34216K resident, 23532K shared
05-23 16:26:24:759 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:26:24:759 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:26:24:759 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:26:24:759 oc_module: * scheme owncloud
05-23 16:26:24:759 oc_module: * host box.cern.ch
05-23 16:26:24:759 oc_module: * port 0
05-23 16:26:24:759 oc_module: * path /owncloud/remote.php/webdav
05-23 16:26:24:759 oc_module: * user 
05-23 16:26:24:760 oc_module: ne_sock_init: 0
05-23 16:26:24:760 oc_module: No proxy configured.
05-23 16:26:24:774 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x176b580) 
05-23 16:26:24:774 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:26:24:789 oc_module: Authentication required 
05-23 16:26:24:789 oc_module: Call the csync callback for ownCloud
05-23 16:26:24:866 oc_module: Simple propfind result code 207.
05-23 16:26:24:866 oc_module: opendir returning handle 0x7f22080017d0
05-23 16:26:24:866 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:26:24:866 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:26:24:866 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:26:24:866 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:26:24:866 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:26:24:866 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:26:24:866 oc_module: Skipping target resource.
05-23 16:26:24:866 oc_module: closedir method called 0x7f22080017d0!
05-23 16:26:24:866 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:26:24:866 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:26:24:866 csync_memstat_check: Memory: 804068K total size, 34216K resident, 23532K shared
05-23 16:26:24:866 <<#### Update end ########################################################### 
05-23 16:26:24:866 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:26:24:866 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:26:24:866 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:26:24:866 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:26:24:866 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:26:24:866 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:26:24:866 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:26:25:184 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:26:25:267 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.40 seconds
05-23 16:26:25:291 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:26:25:317 CSync run took  559  Milliseconds 
05-23 16:26:25:317 -> CSync Finished slot with error  false 
05-23 16:26:25:317 Starting Event logging again in  2000  milliseconds 
05-23 16:26:25:317 OO folder slotSyncFinished: result:  4 
05-23 16:26:25:317 ==> load folder icon  "owncloud-framed" 
05-23 16:26:25:317 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:26:25:317 Check status.php from statusdialog. 
05-23 16:26:25:317 Get Request to  "status.php" 
05-23 16:26:25:317 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:26:25:317 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:26:25:318 Setting up host header:  "box.cern.ch" 
05-23 16:26:25:318 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:26:25:318 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:26:25:318 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:26:25:318 <===================================== sync finished for  "ownCloud" 
05-23 16:26:25:335 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1768a40) 
05-23 16:26:25:335 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:26:25:518 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:26:27:318     * event notification  enabled 
05-23 16:26:55:681 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:26:55:681 *  "ownCloud" Poll timer disabled 
05-23 16:26:55:681 Schedule folder  "ownCloud"  to sync! 
05-23 16:26:55:681 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:26:55:681 ==> load folder icon  "owncloud-framed" 
05-23 16:26:55:682 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:26:55:682 Check status.php from statusdialog. 
05-23 16:26:55:682 Get Request to  "status.php" 
05-23 16:26:55:682 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:26:55:682 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:26:55:682 Setting up host header:  "box.cern.ch" 
05-23 16:26:55:682 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:26:55:682 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:26:55:682 *** Start syncing 
05-23 16:26:55:682     * event notification  disabled 
05-23 16:26:55:682 >===================================== sync started for  "ownCloud" 
05-23 16:26:55:684 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:26:55:684 starting to sync  QThread(0x140f860) QThread(0x1a0d7e0) 
05-23 16:26:55:684 #### Update start #################################################### >> 
05-23 16:26:55:684 csync_memstat_check: Memory: 804068K total size, 34212K resident, 23532K shared
05-23 16:26:55:684 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:26:55:684 csync_ftw: .csync_journal.db excluded
05-23 16:26:55:684 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:26:55:684 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:26:55:684 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:26:55:684 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:26:55:684 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:26:55:684 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:26:55:684 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:26:55:684 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:26:55:684 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:26:55:685 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:26:55:685 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:26:55:685 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:26:55:685 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:26:55:685 oc_module: * scheme owncloud
05-23 16:26:55:685 oc_module: * host box.cern.ch
05-23 16:26:55:685 oc_module: * port 0
05-23 16:26:55:685 oc_module: * path /owncloud/remote.php/webdav
05-23 16:26:55:685 oc_module: * user 
05-23 16:26:55:686 oc_module: ne_sock_init: 0
05-23 16:26:55:686 oc_module: No proxy configured.
05-23 16:26:55:703 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19e54a0) 
05-23 16:26:55:703 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:26:55:725 oc_module: Authentication required 
05-23 16:26:55:725 oc_module: Call the csync callback for ownCloud
05-23 16:26:55:798 oc_module: Simple propfind result code 207.
05-23 16:26:55:798 oc_module: opendir returning handle 0x7f2210001150
05-23 16:26:55:798 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:26:55:798 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:26:55:798 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:26:55:798 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:26:55:798 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:26:55:798 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:26:55:798 oc_module: Skipping target resource.
05-23 16:26:55:798 oc_module: closedir method called 0x7f2210001150!
05-23 16:26:55:798 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:26:55:798 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:26:55:798 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:26:55:798 <<#### Update end ########################################################### 
05-23 16:26:55:798 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:26:55:798 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:26:55:798 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:26:55:798 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:26:55:798 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:26:55:798 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:26:55:798 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:26:56:069 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:26:56:169 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.37 seconds
05-23 16:26:56:199 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:26:56:233 CSync run took  549  Milliseconds 
05-23 16:26:56:233 -> CSync Finished slot with error  false 
05-23 16:26:56:233 Starting Event logging again in  2000  milliseconds 
05-23 16:26:56:233 OO folder slotSyncFinished: result:  4 
05-23 16:26:56:233 ==> load folder icon  "owncloud-framed" 
05-23 16:26:56:233 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:26:56:233 Check status.php from statusdialog. 
05-23 16:26:56:233 Get Request to  "status.php" 
05-23 16:26:56:233 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:26:56:233 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:26:56:233 Setting up host header:  "box.cern.ch" 
05-23 16:26:56:233 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:26:56:234 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:26:56:234 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:26:56:234 <===================================== sync finished for  "ownCloud" 
05-23 16:26:56:253 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1877e70) 
05-23 16:26:56:253 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:26:56:434 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:26:58:235     * event notification  enabled 
05-23 16:27:26:594 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:27:26:594 *  "ownCloud" Poll timer disabled 
05-23 16:27:26:594 Schedule folder  "ownCloud"  to sync! 
05-23 16:27:26:594 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:27:26:594 ==> load folder icon  "owncloud-framed" 
05-23 16:27:26:594 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:27:26:595 Check status.php from statusdialog. 
05-23 16:27:26:595 Get Request to  "status.php" 
05-23 16:27:26:595 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:27:26:595 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:27:26:595 Setting up host header:  "box.cern.ch" 
05-23 16:27:26:595 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:27:26:595 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:27:26:595 *** Start syncing 
05-23 16:27:26:595     * event notification  disabled 
05-23 16:27:26:595 >===================================== sync started for  "ownCloud" 
05-23 16:27:26:598 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:27:26:598 starting to sync  QThread(0x140f860) QThread(0x19ed480) 
05-23 16:27:26:598 #### Update start #################################################### >> 
05-23 16:27:26:598 csync_memstat_check: Memory: 804068K total size, 34188K resident, 23532K shared
05-23 16:27:26:598 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:27:26:598 csync_ftw: .csync_journal.db excluded
05-23 16:27:26:598 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:27:26:598 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:27:26:598 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:27:26:598 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:27:26:599 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:27:26:599 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:27:26:599 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:27:26:599 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:27:26:599 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:27:26:599 csync_memstat_check: Memory: 804068K total size, 34192K resident, 23532K shared
05-23 16:27:26:599 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:27:26:599 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:27:26:599 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:27:26:599 oc_module: * scheme owncloud
05-23 16:27:26:599 oc_module: * host box.cern.ch
05-23 16:27:26:599 oc_module: * port 0
05-23 16:27:26:599 oc_module: * path /owncloud/remote.php/webdav
05-23 16:27:26:599 oc_module: * user 
05-23 16:27:26:600 oc_module: ne_sock_init: 0
05-23 16:27:26:600 oc_module: No proxy configured.
05-23 16:27:26:616 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19e0350) 
05-23 16:27:26:616 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:27:26:638 oc_module: Authentication required 
05-23 16:27:26:638 oc_module: Call the csync callback for ownCloud
05-23 16:27:26:715 oc_module: Simple propfind result code 207.
05-23 16:27:26:715 oc_module: opendir returning handle 0x7f220800a000
05-23 16:27:26:715 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:27:26:715 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:27:26:715 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:27:26:715 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:27:26:715 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:27:26:715 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:27:26:715 oc_module: Skipping target resource.
05-23 16:27:26:715 oc_module: closedir method called 0x7f220800a000!
05-23 16:27:26:715 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:27:26:715 csync_update: Update detection for remote replica took 0.12 seconds walking 1 files.
05-23 16:27:26:715 csync_memstat_check: Memory: 804068K total size, 34192K resident, 23532K shared
05-23 16:27:26:715 <<#### Update end ########################################################### 
05-23 16:27:26:715 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:27:26:715 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:27:26:715 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:27:26:715 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:27:26:715 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:27:26:715 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:27:26:715 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:27:27:087 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:27:27:204 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.49 seconds
05-23 16:27:27:246 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:27:27:280 CSync run took  682  Milliseconds 
05-23 16:27:27:280 -> CSync Finished slot with error  false 
05-23 16:27:27:280 Starting Event logging again in  2000  milliseconds 
05-23 16:27:27:280 OO folder slotSyncFinished: result:  4 
05-23 16:27:27:280 ==> load folder icon  "owncloud-framed" 
05-23 16:27:27:280 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:27:27:280 Check status.php from statusdialog. 
05-23 16:27:27:280 Get Request to  "status.php" 
05-23 16:27:27:280 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:27:27:281 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:27:27:281 Setting up host header:  "box.cern.ch" 
05-23 16:27:27:281 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:27:27:281 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:27:27:281 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:27:27:281 <===================================== sync finished for  "ownCloud" 
05-23 16:27:27:301 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x178c780) 
05-23 16:27:27:301 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:27:27:481 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:27:29:282     * event notification  enabled 
05-23 16:27:57:630 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:27:57:630 *  "ownCloud" Poll timer disabled 
05-23 16:27:57:630 Schedule folder  "ownCloud"  to sync! 
05-23 16:27:57:630 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:27:57:630 ==> load folder icon  "owncloud-framed" 
05-23 16:27:57:630 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:27:57:630 Check status.php from statusdialog. 
05-23 16:27:57:630 Get Request to  "status.php" 
05-23 16:27:57:631 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:27:57:631 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:27:57:631 Setting up host header:  "box.cern.ch" 
05-23 16:27:57:631 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:27:57:631 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:27:57:631 *** Start syncing 
05-23 16:27:57:631     * event notification  disabled 
05-23 16:27:57:631 >===================================== sync started for  "ownCloud" 
05-23 16:27:57:633 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:27:57:633 starting to sync  QThread(0x140f860) QThread(0x186dd70) 
05-23 16:27:57:633 #### Update start #################################################### >> 
05-23 16:27:57:634 csync_memstat_check: Memory: 804068K total size, 34188K resident, 23532K shared
05-23 16:27:57:634 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:27:57:634 csync_ftw: .csync_journal.db excluded
05-23 16:27:57:634 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:27:57:634 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:27:57:634 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:27:57:634 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:27:57:634 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:27:57:634 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:27:57:634 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:27:57:634 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:27:57:634 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:27:57:634 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:27:57:634 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:27:57:634 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:27:57:634 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:27:57:634 oc_module: * scheme owncloud
05-23 16:27:57:634 oc_module: * host box.cern.ch
05-23 16:27:57:635 oc_module: * port 0
05-23 16:27:57:635 oc_module: * path /owncloud/remote.php/webdav
05-23 16:27:57:635 oc_module: * user 
05-23 16:27:57:636 oc_module: ne_sock_init: 0
05-23 16:27:57:636 oc_module: No proxy configured.
05-23 16:27:57:653 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19e41f0) 
05-23 16:27:57:653 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:27:57:666 oc_module: Authentication required 
05-23 16:27:57:666 oc_module: Call the csync callback for ownCloud
05-23 16:27:57:737 oc_module: Simple propfind result code 207.
05-23 16:27:57:737 oc_module: opendir returning handle 0x7f2210001150
05-23 16:27:57:737 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:27:57:737 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:27:57:737 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:27:57:737 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:27:57:737 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:27:57:737 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:27:57:737 oc_module: Skipping target resource.
05-23 16:27:57:737 oc_module: closedir method called 0x7f2210001150!
05-23 16:27:57:737 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:27:57:737 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:27:57:737 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:27:57:737 <<#### Update end ########################################################### 
05-23 16:27:57:737 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:27:57:737 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:27:57:737 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:27:57:737 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:27:57:738 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:27:57:738 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:27:57:738 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:27:58:062 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:27:58:162 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.42 seconds
05-23 16:27:58:196 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:27:58:229 CSync run took  596  Milliseconds 
05-23 16:27:58:229 -> CSync Finished slot with error  false 
05-23 16:27:58:230 Starting Event logging again in  2000  milliseconds 
05-23 16:27:58:230 OO folder slotSyncFinished: result:  4 
05-23 16:27:58:230 ==> load folder icon  "owncloud-framed" 
05-23 16:27:58:230 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:27:58:230 Check status.php from statusdialog. 
05-23 16:27:58:230 Get Request to  "status.php" 
05-23 16:27:58:230 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:27:58:230 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:27:58:230 Setting up host header:  "box.cern.ch" 
05-23 16:27:58:230 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:27:58:230 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:27:58:230 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:27:58:230 <===================================== sync finished for  "ownCloud" 
05-23 16:27:58:247 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b49a30) 
05-23 16:27:58:247 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:27:58:430 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:28:00:231     * event notification  enabled 
05-23 16:28:28:580 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:28:28:580 *  "ownCloud" Poll timer disabled 
05-23 16:28:28:580 Schedule folder  "ownCloud"  to sync! 
05-23 16:28:28:580 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:28:28:580 ==> load folder icon  "owncloud-framed" 
05-23 16:28:28:580 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:28:28:580 Check status.php from statusdialog. 
05-23 16:28:28:580 Get Request to  "status.php" 
05-23 16:28:28:581 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:28:28:581 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:28:28:581 Setting up host header:  "box.cern.ch" 
05-23 16:28:28:581 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:28:28:581 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:28:28:581 *** Start syncing 
05-23 16:28:28:581     * event notification  disabled 
05-23 16:28:28:581 >===================================== sync started for  "ownCloud" 
05-23 16:28:28:582 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:28:28:582 starting to sync  QThread(0x140f860) QThread(0x1a743a0) 
05-23 16:28:28:582 #### Update start #################################################### >> 
05-23 16:28:28:582 csync_memstat_check: Memory: 804068K total size, 34176K resident, 23532K shared
05-23 16:28:28:582 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:28:28:583 csync_ftw: .csync_journal.db excluded
05-23 16:28:28:583 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:28:28:583 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:28:28:583 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:28:28:583 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:28:28:583 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:28:28:583 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:28:28:583 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:28:28:583 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:28:28:583 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:28:28:584 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:28:28:584 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:28:28:584 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:28:28:584 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:28:28:584 oc_module: * scheme owncloud
05-23 16:28:28:584 oc_module: * host box.cern.ch
05-23 16:28:28:584 oc_module: * port 0
05-23 16:28:28:584 oc_module: * path /owncloud/remote.php/webdav
05-23 16:28:28:584 oc_module: * user 
05-23 16:28:28:586 oc_module: ne_sock_init: 0
05-23 16:28:28:586 oc_module: No proxy configured.
05-23 16:28:28:603 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x178c780) 
05-23 16:28:28:603 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:28:28:623 oc_module: Authentication required 
05-23 16:28:28:623 oc_module: Call the csync callback for ownCloud
05-23 16:28:28:687 oc_module: Simple propfind result code 207.
05-23 16:28:28:687 oc_module: opendir returning handle 0x7f22080128b0
05-23 16:28:28:687 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:28:28:687 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:28:28:687 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:28:28:687 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:28:28:687 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:28:28:687 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:28:28:687 oc_module: Skipping target resource.
05-23 16:28:28:687 oc_module: closedir method called 0x7f22080128b0!
05-23 16:28:28:687 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:28:28:687 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:28:28:687 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:28:28:687 <<#### Update end ########################################################### 
05-23 16:28:28:687 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:28:28:687 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:28:28:687 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:28:28:687 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:28:28:687 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:28:28:687 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:28:28:687 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:28:29:006 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:28:29:139 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.45 seconds
05-23 16:28:29:168 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:28:29:202 CSync run took  620  Milliseconds 
05-23 16:28:29:202 -> CSync Finished slot with error  false 
05-23 16:28:29:202 Starting Event logging again in  2000  milliseconds 
05-23 16:28:29:202 OO folder slotSyncFinished: result:  4 
05-23 16:28:29:202 ==> load folder icon  "owncloud-framed" 
05-23 16:28:29:202 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:28:29:202 Check status.php from statusdialog. 
05-23 16:28:29:202 Get Request to  "status.php" 
05-23 16:28:29:202 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:28:29:202 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:28:29:203 Setting up host header:  "box.cern.ch" 
05-23 16:28:29:203 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:28:29:203 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:28:29:203 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:28:29:203 <===================================== sync finished for  "ownCloud" 
05-23 16:28:29:223 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x160c970) 
05-23 16:28:29:223 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:28:29:403 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:28:31:204     * event notification  enabled 
05-23 16:28:59:553 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:28:59:553 *  "ownCloud" Poll timer disabled 
05-23 16:28:59:553 Schedule folder  "ownCloud"  to sync! 
05-23 16:28:59:553 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:28:59:553 ==> load folder icon  "owncloud-framed" 
05-23 16:28:59:554 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:28:59:554 Check status.php from statusdialog. 
05-23 16:28:59:554 Get Request to  "status.php" 
05-23 16:28:59:554 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:28:59:554 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:28:59:554 Setting up host header:  "box.cern.ch" 
05-23 16:28:59:554 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:28:59:554 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:28:59:554 *** Start syncing 
05-23 16:28:59:554     * event notification  disabled 
05-23 16:28:59:554 >===================================== sync started for  "ownCloud" 
05-23 16:28:59:557 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:28:59:557 starting to sync  QThread(0x140f860) QThread(0x1750050) 
05-23 16:28:59:557 #### Update start #################################################### >> 
05-23 16:28:59:557 csync_memstat_check: Memory: 804068K total size, 34176K resident, 23532K shared
05-23 16:28:59:557 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:28:59:557 csync_ftw: .csync_journal.db excluded
05-23 16:28:59:557 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:28:59:557 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:28:59:557 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:28:59:557 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:28:59:557 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:28:59:557 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:28:59:557 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:28:59:557 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:28:59:557 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:28:59:558 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:28:59:558 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:28:59:558 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:28:59:558 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:28:59:558 oc_module: * scheme owncloud
05-23 16:28:59:558 oc_module: * host box.cern.ch
05-23 16:28:59:558 oc_module: * port 0
05-23 16:28:59:558 oc_module: * path /owncloud/remote.php/webdav
05-23 16:28:59:558 oc_module: * user 
05-23 16:28:59:559 oc_module: ne_sock_init: 0
05-23 16:28:59:559 oc_module: No proxy configured.
05-23 16:28:59:571 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a82990) 
05-23 16:28:59:571 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:28:59:592 oc_module: Authentication required 
05-23 16:28:59:592 oc_module: Call the csync callback for ownCloud
05-23 16:28:59:665 oc_module: Simple propfind result code 207.
05-23 16:28:59:665 oc_module: opendir returning handle 0x7f2210001150
05-23 16:28:59:665 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:28:59:665 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:28:59:665 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:28:59:665 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:28:59:665 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:28:59:665 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:28:59:665 oc_module: Skipping target resource.
05-23 16:28:59:665 oc_module: closedir method called 0x7f2210001150!
05-23 16:28:59:665 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:28:59:665 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:28:59:665 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:28:59:665 <<#### Update end ########################################################### 
05-23 16:28:59:665 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:28:59:665 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:28:59:665 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:28:59:665 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:28:59:665 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:28:59:665 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:28:59:665 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:28:59:966 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:29:00:066 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.40 seconds
05-23 16:29:00:092 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:29:00:126 CSync run took  569  Milliseconds 
05-23 16:29:00:126 -> CSync Finished slot with error  false 
05-23 16:29:00:126 Starting Event logging again in  2000  milliseconds 
05-23 16:29:00:126 OO folder slotSyncFinished: result:  4 
05-23 16:29:00:126 ==> load folder icon  "owncloud-framed" 
05-23 16:29:00:126 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:29:00:127 Check status.php from statusdialog. 
05-23 16:29:00:127 Get Request to  "status.php" 
05-23 16:29:00:127 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:29:00:127 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:29:00:127 Setting up host header:  "box.cern.ch" 
05-23 16:29:00:127 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:29:00:127 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:29:00:127 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:29:00:127 <===================================== sync finished for  "ownCloud" 
05-23 16:29:00:144 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x14710e0) 
05-23 16:29:00:144 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:29:00:327 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:29:02:128     * event notification  enabled 
05-23 16:29:30:483 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:29:30:483 *  "ownCloud" Poll timer disabled 
05-23 16:29:30:483 Schedule folder  "ownCloud"  to sync! 
05-23 16:29:30:483 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:29:30:483 ==> load folder icon  "owncloud-framed" 
05-23 16:29:30:484 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:29:30:484 Check status.php from statusdialog. 
05-23 16:29:30:484 Get Request to  "status.php" 
05-23 16:29:30:484 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:29:30:484 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:29:30:484 Setting up host header:  "box.cern.ch" 
05-23 16:29:30:484 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:29:30:484 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:29:30:484 *** Start syncing 
05-23 16:29:30:484     * event notification  disabled 
05-23 16:29:30:484 >===================================== sync started for  "ownCloud" 
05-23 16:29:30:486 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:29:30:486 starting to sync  QThread(0x140f860) QThread(0x15976c0) 
05-23 16:29:30:486 #### Update start #################################################### >> 
05-23 16:29:30:486 csync_memstat_check: Memory: 804068K total size, 34176K resident, 23532K shared
05-23 16:29:30:486 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:29:30:486 csync_ftw: .csync_journal.db excluded
05-23 16:29:30:486 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:29:30:486 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:29:30:486 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:29:30:486 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:29:30:486 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:29:30:486 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:29:30:486 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:29:30:486 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:29:30:486 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:29:30:487 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:29:30:487 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:29:30:487 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:29:30:487 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:29:30:487 oc_module: * scheme owncloud
05-23 16:29:30:487 oc_module: * host box.cern.ch
05-23 16:29:30:487 oc_module: * port 0
05-23 16:29:30:487 oc_module: * path /owncloud/remote.php/webdav
05-23 16:29:30:487 oc_module: * user 
05-23 16:29:30:488 oc_module: ne_sock_init: 0
05-23 16:29:30:488 oc_module: No proxy configured.
05-23 16:29:30:504 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x172e760) 
05-23 16:29:30:504 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:29:30:516 oc_module: Authentication required 
05-23 16:29:30:516 oc_module: Call the csync callback for ownCloud
05-23 16:29:30:592 oc_module: Simple propfind result code 207.
05-23 16:29:30:592 oc_module: opendir returning handle 0x7f22080128b0
05-23 16:29:30:592 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:29:30:592 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:29:30:592 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:29:30:592 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:29:30:592 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:29:30:592 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:29:30:592 oc_module: Skipping target resource.
05-23 16:29:30:592 oc_module: closedir method called 0x7f22080128b0!
05-23 16:29:30:592 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:29:30:593 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:29:30:593 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:29:30:593 <<#### Update end ########################################################### 
05-23 16:29:30:593 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:29:30:593 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:29:30:593 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:29:30:593 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:29:30:593 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:29:30:593 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:29:30:593 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:29:30:909 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:29:31:009 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.42 seconds
05-23 16:29:31:041 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:29:31:075 CSync run took  589  Milliseconds 
05-23 16:29:31:075 -> CSync Finished slot with error  false 
05-23 16:29:31:075 Starting Event logging again in  2000  milliseconds 
05-23 16:29:31:075 OO folder slotSyncFinished: result:  4 
05-23 16:29:31:075 ==> load folder icon  "owncloud-framed" 
05-23 16:29:31:075 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:29:31:075 Check status.php from statusdialog. 
05-23 16:29:31:075 Get Request to  "status.php" 
05-23 16:29:31:075 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:29:31:075 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:29:31:075 Setting up host header:  "box.cern.ch" 
05-23 16:29:31:076 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:29:31:076 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:29:31:076 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:29:31:076 <===================================== sync finished for  "ownCloud" 
05-23 16:29:31:095 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a0d5c0) 
05-23 16:29:31:095 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:29:31:276 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:29:33:077     * event notification  enabled 
05-23 16:30:01:438 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:30:01:438 *  "ownCloud" Poll timer disabled 
05-23 16:30:01:438 Schedule folder  "ownCloud"  to sync! 
05-23 16:30:01:438 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:30:01:439 ==> load folder icon  "owncloud-framed" 
05-23 16:30:01:439 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:30:01:439 Check status.php from statusdialog. 
05-23 16:30:01:439 Get Request to  "status.php" 
05-23 16:30:01:439 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:30:01:439 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:30:01:439 Setting up host header:  "box.cern.ch" 
05-23 16:30:01:439 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:30:01:439 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:30:01:439 *** Start syncing 
05-23 16:30:01:439     * event notification  disabled 
05-23 16:30:01:439 >===================================== sync started for  "ownCloud" 
05-23 16:30:01:442 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:30:01:442 starting to sync  QThread(0x140f860) QThread(0x19dd590) 
05-23 16:30:01:442 #### Update start #################################################### >> 
05-23 16:30:01:442 csync_memstat_check: Memory: 804068K total size, 34176K resident, 23532K shared
05-23 16:30:01:442 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:30:01:442 csync_ftw: .csync_journal.db excluded
05-23 16:30:01:442 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:30:01:442 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:30:01:442 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:30:01:442 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:30:01:442 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:30:01:442 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:30:01:443 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:30:01:443 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:30:01:443 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:30:01:443 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:30:01:443 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:30:01:443 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:30:01:443 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:30:01:443 oc_module: * scheme owncloud
05-23 16:30:01:443 oc_module: * host box.cern.ch
05-23 16:30:01:443 oc_module: * port 0
05-23 16:30:01:443 oc_module: * path /owncloud/remote.php/webdav
05-23 16:30:01:443 oc_module: * user 
05-23 16:30:01:445 oc_module: ne_sock_init: 0
05-23 16:30:01:445 oc_module: No proxy configured.
05-23 16:30:01:462 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x160a170) 
05-23 16:30:01:462 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:30:01:483 oc_module: Authentication required 
05-23 16:30:01:483 oc_module: Call the csync callback for ownCloud
05-23 16:30:01:551 oc_module: Simple propfind result code 207.
05-23 16:30:01:551 oc_module: opendir returning handle 0x7f2210001150
05-23 16:30:01:551 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:30:01:551 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:30:01:551 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:30:01:551 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:30:01:552 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:30:01:552 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:30:01:552 oc_module: Skipping target resource.
05-23 16:30:01:552 oc_module: closedir method called 0x7f2210001150!
05-23 16:30:01:552 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:30:01:552 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:30:01:552 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:30:01:552 <<#### Update end ########################################################### 
05-23 16:30:01:552 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:30:01:552 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:30:01:552 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:30:01:552 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:30:01:552 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:30:01:552 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:30:01:552 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:30:01:861 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:30:01:961 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.41 seconds
05-23 16:30:01:988 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:30:02:022 CSync run took  580  Milliseconds 
05-23 16:30:02:022 -> CSync Finished slot with error  false 
05-23 16:30:02:022 Starting Event logging again in  2000  milliseconds 
05-23 16:30:02:022 OO folder slotSyncFinished: result:  4 
05-23 16:30:02:022 ==> load folder icon  "owncloud-framed" 
05-23 16:30:02:023 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:30:02:023 Check status.php from statusdialog. 
05-23 16:30:02:023 Get Request to  "status.php" 
05-23 16:30:02:023 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:30:02:023 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:30:02:023 Setting up host header:  "box.cern.ch" 
05-23 16:30:02:023 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:30:02:023 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:30:02:023 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:30:02:023 <===================================== sync finished for  "ownCloud" 
05-23 16:30:02:041 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b95fe0) 
05-23 16:30:02:041 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:30:02:223 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:30:04:024     * event notification  enabled 
05-23 16:30:32:372 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:30:32:372 *  "ownCloud" Poll timer disabled 
05-23 16:30:32:372 Schedule folder  "ownCloud"  to sync! 
05-23 16:30:32:372 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:30:32:372 ==> load folder icon  "owncloud-framed" 
05-23 16:30:32:372 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:30:32:372 Check status.php from statusdialog. 
05-23 16:30:32:372 Get Request to  "status.php" 
05-23 16:30:32:372 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:30:32:372 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:30:32:372 Setting up host header:  "box.cern.ch" 
05-23 16:30:32:373 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:30:32:373 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:30:32:373 *** Start syncing 
05-23 16:30:32:373     * event notification  disabled 
05-23 16:30:32:373 >===================================== sync started for  "ownCloud" 
05-23 16:30:32:375 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:30:32:375 starting to sync  QThread(0x140f860) QThread(0x1a24c60) 
05-23 16:30:32:375 #### Update start #################################################### >> 
05-23 16:30:32:375 csync_memstat_check: Memory: 804068K total size, 34188K resident, 23532K shared
05-23 16:30:32:375 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:30:32:375 csync_ftw: .csync_journal.db excluded
05-23 16:30:32:375 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:30:32:375 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:30:32:375 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:30:32:376 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:30:32:376 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:30:32:376 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:30:32:376 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:30:32:376 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:30:32:376 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:30:32:376 csync_memstat_check: Memory: 804068K total size, 34192K resident, 23532K shared
05-23 16:30:32:376 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:30:32:376 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:30:32:376 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:30:32:376 oc_module: * scheme owncloud
05-23 16:30:32:376 oc_module: * host box.cern.ch
05-23 16:30:32:376 oc_module: * port 0
05-23 16:30:32:376 oc_module: * path /owncloud/remote.php/webdav
05-23 16:30:32:376 oc_module: * user 
05-23 16:30:32:379 oc_module: ne_sock_init: 0
05-23 16:30:32:379 oc_module: No proxy configured.
05-23 16:30:32:395 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a0d7e0) 
05-23 16:30:32:395 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:30:32:410 oc_module: Authentication required 
05-23 16:30:32:410 oc_module: Call the csync callback for ownCloud
05-23 16:30:32:478 oc_module: Simple propfind result code 207.
05-23 16:30:32:478 oc_module: opendir returning handle 0x7f2208001910
05-23 16:30:32:478 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:30:32:478 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:30:32:478 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:30:32:478 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:30:32:478 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:30:32:478 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:30:32:478 oc_module: Skipping target resource.
05-23 16:30:32:478 oc_module: closedir method called 0x7f2208001910!
05-23 16:30:32:478 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:30:32:478 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:30:32:478 csync_memstat_check: Memory: 804068K total size, 34192K resident, 23532K shared
05-23 16:30:32:478 <<#### Update end ########################################################### 
05-23 16:30:32:478 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:30:32:478 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:30:32:478 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:30:32:478 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:30:32:478 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:30:32:478 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:30:32:478 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:30:32:804 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:30:32:904 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.43 seconds
05-23 16:30:32:937 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:30:32:971 CSync run took  596  Milliseconds 
05-23 16:30:32:971 -> CSync Finished slot with error  false 
05-23 16:30:32:971 Starting Event logging again in  2000  milliseconds 
05-23 16:30:32:971 OO folder slotSyncFinished: result:  4 
05-23 16:30:32:971 ==> load folder icon  "owncloud-framed" 
05-23 16:30:32:971 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:30:32:971 Check status.php from statusdialog. 
05-23 16:30:32:971 Get Request to  "status.php" 
05-23 16:30:32:971 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:30:32:971 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:30:32:971 Setting up host header:  "box.cern.ch" 
05-23 16:30:32:972 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:30:32:972 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:30:32:972 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:30:32:972 <===================================== sync finished for  "ownCloud" 
05-23 16:30:32:992 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b400f0) 
05-23 16:30:32:992 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:30:33:172 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:30:34:973     * event notification  enabled 
05-23 16:31:03:321 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:31:03:321 *  "ownCloud" Poll timer disabled 
05-23 16:31:03:321 Schedule folder  "ownCloud"  to sync! 
05-23 16:31:03:321 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:31:03:321 ==> load folder icon  "owncloud-framed" 
05-23 16:31:03:321 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:31:03:322 Check status.php from statusdialog. 
05-23 16:31:03:322 Get Request to  "status.php" 
05-23 16:31:03:322 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:31:03:322 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:31:03:322 Setting up host header:  "box.cern.ch" 
05-23 16:31:03:322 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:31:03:322 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:31:03:322 *** Start syncing 
05-23 16:31:03:322     * event notification  disabled 
05-23 16:31:03:322 >===================================== sync started for  "ownCloud" 
05-23 16:31:03:323 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:31:03:324 starting to sync  QThread(0x140f860) QThread(0x1a0d5c0) 
05-23 16:31:03:324 #### Update start #################################################### >> 
05-23 16:31:03:324 csync_memstat_check: Memory: 804068K total size, 34176K resident, 23532K shared
05-23 16:31:03:324 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:31:03:324 csync_ftw: .csync_journal.db excluded
05-23 16:31:03:324 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:31:03:324 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:31:03:324 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:31:03:324 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:31:03:324 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:31:03:324 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:31:03:324 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:31:03:324 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:31:03:324 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:31:03:324 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:31:03:324 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:31:03:325 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:31:03:325 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:31:03:325 oc_module: * scheme owncloud
05-23 16:31:03:325 oc_module: * host box.cern.ch
05-23 16:31:03:325 oc_module: * port 0
05-23 16:31:03:325 oc_module: * path /owncloud/remote.php/webdav
05-23 16:31:03:325 oc_module: * user 
05-23 16:31:03:326 oc_module: ne_sock_init: 0
05-23 16:31:03:326 oc_module: No proxy configured.
05-23 16:31:03:343 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a88220) 
05-23 16:31:03:343 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:31:03:358 oc_module: Authentication required 
05-23 16:31:03:358 oc_module: Call the csync callback for ownCloud
05-23 16:31:03:432 oc_module: Simple propfind result code 207.
05-23 16:31:03:432 oc_module: opendir returning handle 0x7f2210001150
05-23 16:31:03:432 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:31:03:432 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:31:03:432 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:31:03:432 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:31:03:433 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:31:03:433 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:31:03:433 oc_module: Skipping target resource.
05-23 16:31:03:433 oc_module: closedir method called 0x7f2210001150!
05-23 16:31:03:433 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:31:03:433 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:31:03:433 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:31:03:433 <<#### Update end ########################################################### 
05-23 16:31:03:433 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:31:03:433 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:31:03:433 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:31:03:433 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:31:03:433 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:31:03:433 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:31:03:433 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:31:03:847 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:31:03:947 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.51 seconds
05-23 16:31:03:976 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:31:04:010 CSync run took  686  Milliseconds 
05-23 16:31:04:010 -> CSync Finished slot with error  false 
05-23 16:31:04:010 Starting Event logging again in  2000  milliseconds 
05-23 16:31:04:010 OO folder slotSyncFinished: result:  4 
05-23 16:31:04:010 ==> load folder icon  "owncloud-framed" 
05-23 16:31:04:010 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:31:04:011 Check status.php from statusdialog. 
05-23 16:31:04:011 Get Request to  "status.php" 
05-23 16:31:04:011 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:31:04:011 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:31:04:011 Setting up host header:  "box.cern.ch" 
05-23 16:31:04:011 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:31:04:011 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:31:04:011 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:31:04:011 <===================================== sync finished for  "ownCloud" 
05-23 16:31:04:031 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a46a40) 
05-23 16:31:04:031 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:31:04:211 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:31:06:012     * event notification  enabled 
05-23 16:31:34:362 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:31:34:362 *  "ownCloud" Poll timer disabled 
05-23 16:31:34:362 Schedule folder  "ownCloud"  to sync! 
05-23 16:31:34:362 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:31:34:362 ==> load folder icon  "owncloud-framed" 
05-23 16:31:34:362 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:31:34:362 Check status.php from statusdialog. 
05-23 16:31:34:362 Get Request to  "status.php" 
05-23 16:31:34:362 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:31:34:362 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:31:34:362 Setting up host header:  "box.cern.ch" 
05-23 16:31:34:362 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:31:34:363 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:31:34:363 *** Start syncing 
05-23 16:31:34:363     * event notification  disabled 
05-23 16:31:34:363 >===================================== sync started for  "ownCloud" 
05-23 16:31:34:366 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:31:34:366 starting to sync  QThread(0x140f860) QThread(0x172e760) 
05-23 16:31:34:366 #### Update start #################################################### >> 
05-23 16:31:34:366 csync_memstat_check: Memory: 804068K total size, 34176K resident, 23532K shared
05-23 16:31:34:366 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:31:34:366 csync_ftw: .csync_journal.db excluded
05-23 16:31:34:366 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:31:34:366 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:31:34:366 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:31:34:366 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:31:34:367 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:31:34:367 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:31:34:367 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:31:34:367 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:31:34:367 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:31:34:367 csync_memstat_check: Memory: 804068K total size, 34180K resident, 23532K shared
05-23 16:31:34:367 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:31:34:367 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:31:34:367 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:31:34:367 oc_module: * scheme owncloud
05-23 16:31:34:367 oc_module: * host box.cern.ch
05-23 16:31:34:367 oc_module: * port 0
05-23 16:31:34:367 oc_module: * path /owncloud/remote.php/webdav
05-23 16:31:34:367 oc_module: * user 
05-23 16:31:34:368 oc_module: ne_sock_init: 0
05-23 16:31:34:368 oc_module: No proxy configured.
05-23 16:31:34:383 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a881b0) 
05-23 16:31:34:383 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:31:34:395 oc_module: Authentication required 
05-23 16:31:34:395 oc_module: Call the csync callback for ownCloud
05-23 16:31:34:462 oc_module: Simple propfind result code 207.
05-23 16:31:34:462 oc_module: opendir returning handle 0x7f2210026970
05-23 16:31:34:462 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:31:34:462 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:31:34:462 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:31:34:462 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:31:34:463 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:31:34:463 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:31:34:463 oc_module: Skipping target resource.
05-23 16:31:34:463 oc_module: closedir method called 0x7f2210026970!
05-23 16:31:34:463 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:31:34:463 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:31:34:463 csync_memstat_check: Memory: 804068K total size, 34212K resident, 23532K shared
05-23 16:31:34:463 <<#### Update end ########################################################### 
05-23 16:31:34:463 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:31:34:463 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:31:34:463 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:31:34:463 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:31:34:463 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:31:34:463 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:31:34:463 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:31:34:791 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:31:34:891 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.43 seconds
05-23 16:31:34:917 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:31:34:951 CSync run took  585  Milliseconds 
05-23 16:31:34:951 -> CSync Finished slot with error  false 
05-23 16:31:34:951 Starting Event logging again in  2000  milliseconds 
05-23 16:31:34:951 OO folder slotSyncFinished: result:  4 
05-23 16:31:34:951 ==> load folder icon  "owncloud-framed" 
05-23 16:31:34:951 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:31:34:952 Check status.php from statusdialog. 
05-23 16:31:34:952 Get Request to  "status.php" 
05-23 16:31:34:952 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:31:34:952 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:31:34:952 Setting up host header:  "box.cern.ch" 
05-23 16:31:34:952 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:31:34:952 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:31:34:952 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:31:34:952 <===================================== sync finished for  "ownCloud" 
05-23 16:31:34:971 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x170b740) 
05-23 16:31:34:972 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:31:35:152 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:31:36:953     * event notification  enabled 
05-23 16:32:05:306 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:32:05:306 *  "ownCloud" Poll timer disabled 
05-23 16:32:05:306 Schedule folder  "ownCloud"  to sync! 
05-23 16:32:05:306 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:32:05:306 ==> load folder icon  "owncloud-framed" 
05-23 16:32:05:306 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:32:05:306 Check status.php from statusdialog. 
05-23 16:32:05:306 Get Request to  "status.php" 
05-23 16:32:05:307 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:32:05:307 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:32:05:307 Setting up host header:  "box.cern.ch" 
05-23 16:32:05:307 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:32:05:307 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:32:05:307 *** Start syncing 
05-23 16:32:05:307     * event notification  disabled 
05-23 16:32:05:307 >===================================== sync started for  "ownCloud" 
05-23 16:32:05:308 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:32:05:308 starting to sync  QThread(0x140f860) QThread(0x15c82c0) 
05-23 16:32:05:308 #### Update start #################################################### >> 
05-23 16:32:05:308 csync_memstat_check: Memory: 804068K total size, 34208K resident, 23532K shared
05-23 16:32:05:308 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:32:05:309 csync_ftw: .csync_journal.db excluded
05-23 16:32:05:309 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:32:05:309 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:32:05:309 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:32:05:309 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:32:05:309 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:32:05:309 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:32:05:309 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:32:05:309 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:32:05:309 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:32:05:309 csync_memstat_check: Memory: 804068K total size, 34212K resident, 23532K shared
05-23 16:32:05:309 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:32:05:309 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:32:05:309 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:32:05:309 oc_module: * scheme owncloud
05-23 16:32:05:309 oc_module: * host box.cern.ch
05-23 16:32:05:309 oc_module: * port 0
05-23 16:32:05:309 oc_module: * path /owncloud/remote.php/webdav
05-23 16:32:05:310 oc_module: * user 
05-23 16:32:05:311 oc_module: ne_sock_init: 0
05-23 16:32:05:311 oc_module: No proxy configured.
05-23 16:32:05:325 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a6b700) 
05-23 16:32:05:325 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:32:05:338 oc_module: Authentication required 
05-23 16:32:05:338 oc_module: Call the csync callback for ownCloud
05-23 16:32:05:401 oc_module: Simple propfind result code 207.
05-23 16:32:05:401 oc_module: opendir returning handle 0x7f220800b270
05-23 16:32:05:401 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:32:05:401 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:32:05:401 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:32:05:401 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:32:05:401 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:32:05:401 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:32:05:401 oc_module: Skipping target resource.
05-23 16:32:05:401 oc_module: closedir method called 0x7f220800b270!
05-23 16:32:05:401 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:32:05:401 csync_update: Update detection for remote replica took 0.09 seconds walking 1 files.
05-23 16:32:05:401 csync_memstat_check: Memory: 804068K total size, 34212K resident, 23532K shared
05-23 16:32:05:401 <<#### Update end ########################################################### 
05-23 16:32:05:401 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:32:05:401 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:32:05:401 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:32:05:401 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:32:05:401 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:32:05:401 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:32:05:401 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:32:05:734 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:32:05:834 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.43 seconds
05-23 16:32:05:866 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:32:05:900 CSync run took  592  Milliseconds 
05-23 16:32:05:900 -> CSync Finished slot with error  false 
05-23 16:32:05:900 Starting Event logging again in  2000  milliseconds 
05-23 16:32:05:900 OO folder slotSyncFinished: result:  4 
05-23 16:32:05:900 ==> load folder icon  "owncloud-framed" 
05-23 16:32:05:900 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:32:05:900 Check status.php from statusdialog. 
05-23 16:32:05:900 Get Request to  "status.php" 
05-23 16:32:05:900 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:32:05:901 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:32:05:901 Setting up host header:  "box.cern.ch" 
05-23 16:32:05:901 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:32:05:901 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:32:05:901 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:32:05:901 <===================================== sync finished for  "ownCloud" 
05-23 16:32:05:917 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19c8180) 
05-23 16:32:05:917 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:32:06:101 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:32:07:900     * event notification  enabled 
05-23 16:32:36:262 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:32:36:262 *  "ownCloud" Poll timer disabled 
05-23 16:32:36:262 Schedule folder  "ownCloud"  to sync! 
05-23 16:32:36:262 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:32:36:262 ==> load folder icon  "owncloud-framed" 
05-23 16:32:36:262 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:32:36:262 Check status.php from statusdialog. 
05-23 16:32:36:262 Get Request to  "status.php" 
05-23 16:32:36:262 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:32:36:262 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:32:36:262 Setting up host header:  "box.cern.ch" 
05-23 16:32:36:263 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:32:36:263 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:32:36:263 *** Start syncing 
05-23 16:32:36:263     * event notification  disabled 
05-23 16:32:36:263 >===================================== sync started for  "ownCloud" 
05-23 16:32:36:265 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:32:36:265 starting to sync  QThread(0x140f860) QThread(0x1599d70) 
05-23 16:32:36:265 #### Update start #################################################### >> 
05-23 16:32:36:265 csync_memstat_check: Memory: 804068K total size, 34208K resident, 23532K shared
05-23 16:32:36:265 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:32:36:265 csync_ftw: .csync_journal.db excluded
05-23 16:32:36:266 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:32:36:266 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:32:36:266 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:32:36:266 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:32:36:266 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:32:36:266 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:32:36:266 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:32:36:266 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:32:36:266 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:32:36:266 csync_memstat_check: Memory: 804068K total size, 34212K resident, 23532K shared
05-23 16:32:36:266 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:32:36:266 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:32:36:266 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:32:36:266 oc_module: * scheme owncloud
05-23 16:32:36:266 oc_module: * host box.cern.ch
05-23 16:32:36:266 oc_module: * port 0
05-23 16:32:36:266 oc_module: * path /owncloud/remote.php/webdav
05-23 16:32:36:266 oc_module: * user 
05-23 16:32:36:268 oc_module: ne_sock_init: 0
05-23 16:32:36:268 oc_module: No proxy configured.
05-23 16:32:36:285 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x159c420) 
05-23 16:32:36:285 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:32:36:296 oc_module: Authentication required 
05-23 16:32:36:296 oc_module: Call the csync callback for ownCloud
05-23 16:32:36:359 oc_module: Simple propfind result code 207.
05-23 16:32:36:359 oc_module: opendir returning handle 0x7f22100017d0
05-23 16:32:36:359 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:32:36:359 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:32:36:359 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:32:36:359 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:32:36:359 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:32:36:359 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:32:36:359 oc_module: Skipping target resource.
05-23 16:32:36:359 oc_module: closedir method called 0x7f22100017d0!
05-23 16:32:36:359 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:32:36:359 csync_update: Update detection for remote replica took 0.09 seconds walking 1 files.
05-23 16:32:36:359 csync_memstat_check: Memory: 804068K total size, 34240K resident, 23532K shared
05-23 16:32:36:359 <<#### Update end ########################################################### 
05-23 16:32:36:359 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:32:36:360 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:32:36:360 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:32:36:360 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:32:36:360 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:32:36:360 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:32:36:360 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:32:36:744 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:32:36:853 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.49 seconds
05-23 16:32:36:888 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:32:36:922 CSync run took  657  Milliseconds 
05-23 16:32:36:922 -> CSync Finished slot with error  false 
05-23 16:32:36:922 Starting Event logging again in  2000  milliseconds 
05-23 16:32:36:922 OO folder slotSyncFinished: result:  4 
05-23 16:32:36:922 ==> load folder icon  "owncloud-framed" 
05-23 16:32:36:923 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:32:36:923 Check status.php from statusdialog. 
05-23 16:32:36:923 Get Request to  "status.php" 
05-23 16:32:36:923 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:32:36:923 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:32:36:923 Setting up host header:  "box.cern.ch" 
05-23 16:32:36:923 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:32:36:923 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:32:36:923 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:32:36:923 <===================================== sync finished for  "ownCloud" 
05-23 16:32:36:942 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19c7420) 
05-23 16:32:36:942 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:32:37:123 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:32:38:923     * event notification  enabled 
05-23 16:33:07:271 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:33:07:271 *  "ownCloud" Poll timer disabled 
05-23 16:33:07:271 Schedule folder  "ownCloud"  to sync! 
05-23 16:33:07:271 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:33:07:271 ==> load folder icon  "owncloud-framed" 
05-23 16:33:07:272 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:33:07:272 Check status.php from statusdialog. 
05-23 16:33:07:272 Get Request to  "status.php" 
05-23 16:33:07:272 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:33:07:272 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:33:07:272 Setting up host header:  "box.cern.ch" 
05-23 16:33:07:272 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:33:07:272 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:33:07:272 *** Start syncing 
05-23 16:33:07:272     * event notification  disabled 
05-23 16:33:07:272 >===================================== sync started for  "ownCloud" 
05-23 16:33:07:275 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:33:07:275 starting to sync  QThread(0x140f860) QThread(0x1a04a10) 
05-23 16:33:07:275 #### Update start #################################################### >> 
05-23 16:33:07:275 csync_memstat_check: Memory: 804068K total size, 34236K resident, 23532K shared
05-23 16:33:07:275 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:33:07:275 csync_ftw: .csync_journal.db excluded
05-23 16:33:07:275 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:33:07:275 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:33:07:275 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:33:07:276 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:33:07:276 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:33:07:276 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:33:07:276 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:33:07:276 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:33:07:276 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:33:07:276 csync_memstat_check: Memory: 804068K total size, 34240K resident, 23532K shared
05-23 16:33:07:276 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:33:07:276 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:33:07:276 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:33:07:276 oc_module: * scheme owncloud
05-23 16:33:07:276 oc_module: * host box.cern.ch
05-23 16:33:07:276 oc_module: * port 0
05-23 16:33:07:276 oc_module: * path /owncloud/remote.php/webdav
05-23 16:33:07:276 oc_module: * user 
05-23 16:33:07:277 oc_module: ne_sock_init: 0
05-23 16:33:07:277 oc_module: No proxy configured.
05-23 16:33:07:293 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x188fe40) 
05-23 16:33:07:293 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:33:07:313 oc_module: Authentication required 
05-23 16:33:07:313 oc_module: Call the csync callback for ownCloud
05-23 16:33:07:387 oc_module: Simple propfind result code 207.
05-23 16:33:07:387 oc_module: opendir returning handle 0x7f2210003420
05-23 16:33:07:387 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:33:07:387 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:33:07:387 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:33:07:387 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:33:07:387 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:33:07:387 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:33:07:387 oc_module: Skipping target resource.
05-23 16:33:07:387 oc_module: closedir method called 0x7f2210003420!
05-23 16:33:07:387 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:33:07:387 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:33:07:387 csync_memstat_check: Memory: 804068K total size, 34240K resident, 23532K shared
05-23 16:33:07:387 <<#### Update end ########################################################### 
05-23 16:33:07:387 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:33:07:387 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:33:07:387 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:33:07:387 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:33:07:387 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:33:07:387 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:33:07:387 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:33:07:696 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:33:07:796 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.41 seconds
05-23 16:33:07:828 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:33:07:862 CSync run took  587  Milliseconds 
05-23 16:33:07:862 -> CSync Finished slot with error  false 
05-23 16:33:07:862 Starting Event logging again in  2000  milliseconds 
05-23 16:33:07:862 OO folder slotSyncFinished: result:  4 
05-23 16:33:07:862 ==> load folder icon  "owncloud-framed" 
05-23 16:33:07:862 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:33:07:862 Check status.php from statusdialog. 
05-23 16:33:07:862 Get Request to  "status.php" 
05-23 16:33:07:862 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:33:07:862 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:33:07:863 Setting up host header:  "box.cern.ch" 
05-23 16:33:07:863 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:33:07:863 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:33:07:863 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:33:07:863 <===================================== sync finished for  "ownCloud" 
05-23 16:33:07:877 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x15996d0) 
05-23 16:33:07:877 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:33:08:063 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:33:09:864     * event notification  enabled 
05-23 16:33:38:212 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:33:38:212 *  "ownCloud" Poll timer disabled 
05-23 16:33:38:212 Schedule folder  "ownCloud"  to sync! 
05-23 16:33:38:212 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:33:38:212 ==> load folder icon  "owncloud-framed" 
05-23 16:33:38:213 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:33:38:213 Check status.php from statusdialog. 
05-23 16:33:38:213 Get Request to  "status.php" 
05-23 16:33:38:213 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:33:38:213 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:33:38:213 Setting up host header:  "box.cern.ch" 
05-23 16:33:38:213 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:33:38:213 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:33:38:213 *** Start syncing 
05-23 16:33:38:213     * event notification  disabled 
05-23 16:33:38:213 >===================================== sync started for  "ownCloud" 
05-23 16:33:38:215 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:33:38:215 starting to sync  QThread(0x140f860) QThread(0x1a77a80) 
05-23 16:33:38:215 #### Update start #################################################### >> 
05-23 16:33:38:215 csync_memstat_check: Memory: 804068K total size, 34240K resident, 23532K shared
05-23 16:33:38:215 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:33:38:215 csync_ftw: .csync_journal.db excluded
05-23 16:33:38:215 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:33:38:215 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:33:38:215 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:33:38:215 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:33:38:215 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:33:38:215 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:33:38:215 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:33:38:215 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:33:38:215 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:33:38:215 csync_memstat_check: Memory: 804068K total size, 34244K resident, 23532K shared
05-23 16:33:38:216 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:33:38:216 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:33:38:216 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:33:38:216 oc_module: * scheme owncloud
05-23 16:33:38:216 oc_module: * host box.cern.ch
05-23 16:33:38:216 oc_module: * port 0
05-23 16:33:38:216 oc_module: * path /owncloud/remote.php/webdav
05-23 16:33:38:216 oc_module: * user 
05-23 16:33:38:217 oc_module: ne_sock_init: 0
05-23 16:33:38:217 oc_module: No proxy configured.
05-23 16:33:38:234 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x15a21a0) 
05-23 16:33:38:234 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:33:38:246 oc_module: Authentication required 
05-23 16:33:38:246 oc_module: Call the csync callback for ownCloud
05-23 16:33:38:322 oc_module: Simple propfind result code 207.
05-23 16:33:38:322 oc_module: opendir returning handle 0x7f22080128e0
05-23 16:33:38:322 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:33:38:322 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:33:38:322 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:33:38:323 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:33:38:323 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:33:38:323 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:33:38:323 oc_module: Skipping target resource.
05-23 16:33:38:323 oc_module: closedir method called 0x7f22080128e0!
05-23 16:33:38:323 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:33:38:323 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:33:38:323 csync_memstat_check: Memory: 804068K total size, 34244K resident, 23532K shared
05-23 16:33:38:323 <<#### Update end ########################################################### 
05-23 16:33:38:323 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:33:38:323 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:33:38:323 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:33:38:323 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:33:38:323 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:33:38:323 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:33:38:323 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:33:38:590 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:33:38:673 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.35 seconds
05-23 16:33:38:700 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:33:38:725 CSync run took  510  Milliseconds 
05-23 16:33:38:725 -> CSync Finished slot with error  false 
05-23 16:33:38:725 Starting Event logging again in  2000  milliseconds 
05-23 16:33:38:725 OO folder slotSyncFinished: result:  4 
05-23 16:33:38:725 ==> load folder icon  "owncloud-framed" 
05-23 16:33:38:726 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:33:38:726 Check status.php from statusdialog. 
05-23 16:33:38:726 Get Request to  "status.php" 
05-23 16:33:38:726 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:33:38:726 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:33:38:726 Setting up host header:  "box.cern.ch" 
05-23 16:33:38:726 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:33:38:726 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:33:38:726 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:33:38:726 <===================================== sync finished for  "ownCloud" 
05-23 16:33:38:745 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a04ce0) 
05-23 16:33:38:745 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:33:38:926 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:33:40:727     * event notification  enabled 
05-23 16:34:09:077 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:34:09:077 *  "ownCloud" Poll timer disabled 
05-23 16:34:09:077 Schedule folder  "ownCloud"  to sync! 
05-23 16:34:09:077 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:34:09:077 ==> load folder icon  "owncloud-framed" 
05-23 16:34:09:077 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:34:09:077 Check status.php from statusdialog. 
05-23 16:34:09:077 Get Request to  "status.php" 
05-23 16:34:09:077 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:34:09:078 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:34:09:078 Setting up host header:  "box.cern.ch" 
05-23 16:34:09:078 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:34:09:078 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:34:09:078 *** Start syncing 
05-23 16:34:09:078     * event notification  disabled 
05-23 16:34:09:078 >===================================== sync started for  "ownCloud" 
05-23 16:34:09:082 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:34:09:082 starting to sync  QThread(0x140f860) QThread(0x19dc2c0) 
05-23 16:34:09:082 #### Update start #################################################### >> 
05-23 16:34:09:082 csync_memstat_check: Memory: 804068K total size, 34240K resident, 23532K shared
05-23 16:34:09:083 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:34:09:083 csync_ftw: .csync_journal.db excluded
05-23 16:34:09:083 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:34:09:083 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:34:09:083 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:34:09:083 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:34:09:083 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:34:09:083 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:34:09:083 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:34:09:083 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:34:09:083 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:34:09:083 csync_memstat_check: Memory: 804068K total size, 34244K resident, 23532K shared
05-23 16:34:09:083 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:34:09:083 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:34:09:083 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:34:09:083 oc_module: * scheme owncloud
05-23 16:34:09:083 oc_module: * host box.cern.ch
05-23 16:34:09:083 oc_module: * port 0
05-23 16:34:09:084 oc_module: * path /owncloud/remote.php/webdav
05-23 16:34:09:084 oc_module: * user 
05-23 16:34:09:086 oc_module: ne_sock_init: 0
05-23 16:34:09:086 oc_module: No proxy configured.
05-23 16:34:09:103 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19233f0) 
05-23 16:34:09:103 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:34:09:123 oc_module: Authentication required 
05-23 16:34:09:123 oc_module: Call the csync callback for ownCloud
05-23 16:34:09:193 oc_module: Simple propfind result code 207.
05-23 16:34:09:193 oc_module: opendir returning handle 0x7f2210001f10
05-23 16:34:09:193 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:34:09:193 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:34:09:193 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:34:09:193 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:34:09:193 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:34:09:193 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:34:09:193 oc_module: Skipping target resource.
05-23 16:34:09:193 oc_module: closedir method called 0x7f2210001f10!
05-23 16:34:09:193 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:34:09:193 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:34:09:193 csync_memstat_check: Memory: 804068K total size, 34244K resident, 23532K shared
05-23 16:34:09:193 <<#### Update end ########################################################### 
05-23 16:34:09:193 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:34:09:193 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:34:09:193 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:34:09:193 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:34:09:193 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:34:09:193 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:34:09:193 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:34:09:517 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:34:09:633 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.44 seconds
05-23 16:34:09:665 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:34:09:699 CSync run took  617  Milliseconds 
05-23 16:34:09:699 -> CSync Finished slot with error  false 
05-23 16:34:09:699 Starting Event logging again in  2000  milliseconds 
05-23 16:34:09:699 OO folder slotSyncFinished: result:  4 
05-23 16:34:09:699 ==> load folder icon  "owncloud-framed" 
05-23 16:34:09:699 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:34:09:700 Check status.php from statusdialog. 
05-23 16:34:09:700 Get Request to  "status.php" 
05-23 16:34:09:700 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:34:09:700 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:34:09:700 Setting up host header:  "box.cern.ch" 
05-23 16:34:09:700 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:34:09:700 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:34:09:700 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:34:09:700 <===================================== sync finished for  "ownCloud" 
05-23 16:34:09:717 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x15a1770) 
05-23 16:34:09:717 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:34:09:900 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:34:11:701     * event notification  enabled 
05-23 16:34:40:069 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:34:40:069 *  "ownCloud" Poll timer disabled 
05-23 16:34:40:069 Schedule folder  "ownCloud"  to sync! 
05-23 16:34:40:069 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:34:40:069 ==> load folder icon  "owncloud-framed" 
05-23 16:34:40:069 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:34:40:069 Check status.php from statusdialog. 
05-23 16:34:40:069 Get Request to  "status.php" 
05-23 16:34:40:069 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:34:40:069 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:34:40:069 Setting up host header:  "box.cern.ch" 
05-23 16:34:40:070 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:34:40:070 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:34:40:070 *** Start syncing 
05-23 16:34:40:070     * event notification  disabled 
05-23 16:34:40:070 >===================================== sync started for  "ownCloud" 
05-23 16:34:40:071 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:34:40:071 starting to sync  QThread(0x140f860) QThread(0x159d780) 
05-23 16:34:40:071 #### Update start #################################################### >> 
05-23 16:34:40:071 csync_memstat_check: Memory: 804068K total size, 34240K resident, 23532K shared
05-23 16:34:40:071 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:34:40:071 csync_ftw: .csync_journal.db excluded
05-23 16:34:40:072 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:34:40:072 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:34:40:072 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:34:40:072 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:34:40:072 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:34:40:072 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:34:40:072 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:34:40:072 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:34:40:072 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:34:40:072 csync_memstat_check: Memory: 804068K total size, 34244K resident, 23532K shared
05-23 16:34:40:072 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:34:40:072 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:34:40:072 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:34:40:072 oc_module: * scheme owncloud
05-23 16:34:40:072 oc_module: * host box.cern.ch
05-23 16:34:40:072 oc_module: * port 0
05-23 16:34:40:072 oc_module: * path /owncloud/remote.php/webdav
05-23 16:34:40:072 oc_module: * user 
05-23 16:34:40:074 oc_module: ne_sock_init: 0
05-23 16:34:40:074 oc_module: No proxy configured.
05-23 16:34:40:087 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a881b0) 
05-23 16:34:40:087 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:34:40:109 oc_module: Authentication required 
05-23 16:34:40:109 oc_module: Call the csync callback for ownCloud
05-23 16:34:40:186 oc_module: Simple propfind result code 207.
05-23 16:34:40:186 oc_module: opendir returning handle 0x7f220800b360
05-23 16:34:40:186 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:34:40:186 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:34:40:186 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:34:40:186 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:34:40:186 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:34:40:186 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:34:40:186 oc_module: Skipping target resource.
05-23 16:34:40:186 oc_module: closedir method called 0x7f220800b360!
05-23 16:34:40:186 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:34:40:186 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:34:40:186 csync_memstat_check: Memory: 804068K total size, 34244K resident, 23532K shared
05-23 16:34:40:186 <<#### Update end ########################################################### 
05-23 16:34:40:186 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:34:40:186 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:34:40:186 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:34:40:186 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:34:40:186 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:34:40:186 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:34:40:186 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:34:40:470 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:34:40:553 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.37 seconds
05-23 16:34:40:579 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:34:40:604 CSync run took  533  Milliseconds 
05-23 16:34:40:604 -> CSync Finished slot with error  false 
05-23 16:34:40:604 Starting Event logging again in  2000  milliseconds 
05-23 16:34:40:604 OO folder slotSyncFinished: result:  4 
05-23 16:34:40:604 ==> load folder icon  "owncloud-framed" 
05-23 16:34:40:605 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:34:40:605 Check status.php from statusdialog. 
05-23 16:34:40:605 Get Request to  "status.php" 
05-23 16:34:40:605 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:34:40:605 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:34:40:605 Setting up host header:  "box.cern.ch" 
05-23 16:34:40:605 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:34:40:605 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:34:40:605 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:34:40:605 <===================================== sync finished for  "ownCloud" 
05-23 16:34:40:623 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19e41f0) 
05-23 16:34:40:623 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:34:40:805 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:34:42:606     * event notification  enabled 
05-23 16:35:10:967 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:35:10:967 *  "ownCloud" Poll timer disabled 
05-23 16:35:10:967 Schedule folder  "ownCloud"  to sync! 
05-23 16:35:10:967 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:35:10:967 ==> load folder icon  "owncloud-framed" 
05-23 16:35:10:967 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:35:10:967 Check status.php from statusdialog. 
05-23 16:35:10:968 Get Request to  "status.php" 
05-23 16:35:10:968 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:35:10:968 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:35:10:968 Setting up host header:  "box.cern.ch" 
05-23 16:35:10:968 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:35:10:968 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:35:10:968 *** Start syncing 
05-23 16:35:10:968     * event notification  disabled 
05-23 16:35:10:968 >===================================== sync started for  "ownCloud" 
05-23 16:35:10:970 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:35:10:970 starting to sync  QThread(0x140f860) QThread(0x188ce20) 
05-23 16:35:10:970 #### Update start #################################################### >> 
05-23 16:35:10:971 csync_memstat_check: Memory: 804068K total size, 34240K resident, 23532K shared
05-23 16:35:10:971 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:35:10:971 csync_ftw: .csync_journal.db excluded
05-23 16:35:10:971 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:35:10:971 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:35:10:971 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:35:10:971 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:35:10:971 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:35:10:971 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:35:10:971 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:35:10:971 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:35:10:971 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:35:10:971 csync_memstat_check: Memory: 804068K total size, 34244K resident, 23532K shared
05-23 16:35:10:971 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:35:10:971 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:35:10:971 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:35:10:971 oc_module: * scheme owncloud
05-23 16:35:10:972 oc_module: * host box.cern.ch
05-23 16:35:10:972 oc_module: * port 0
05-23 16:35:10:972 oc_module: * path /owncloud/remote.php/webdav
05-23 16:35:10:972 oc_module: * user 
05-23 16:35:10:973 oc_module: ne_sock_init: 0
05-23 16:35:10:973 oc_module: No proxy configured.
05-23 16:35:10:988 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x14357b0) 
05-23 16:35:10:988 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:35:11:001 oc_module: Authentication required 
05-23 16:35:11:001 oc_module: Call the csync callback for ownCloud
05-23 16:35:11:063 oc_module: Simple propfind result code 207.
05-23 16:35:11:063 oc_module: opendir returning handle 0x7f2210001f10
05-23 16:35:11:063 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:35:11:063 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:35:11:063 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:35:11:063 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:35:11:063 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:35:11:063 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:35:11:063 oc_module: Skipping target resource.
05-23 16:35:11:063 oc_module: closedir method called 0x7f2210001f10!
05-23 16:35:11:063 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:35:11:063 csync_update: Update detection for remote replica took 0.09 seconds walking 1 files.
05-23 16:35:11:063 csync_memstat_check: Memory: 804068K total size, 34244K resident, 23532K shared
05-23 16:35:11:063 <<#### Update end ########################################################### 
05-23 16:35:11:063 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:35:11:063 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:35:11:063 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:35:11:063 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:35:11:063 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:35:11:063 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:35:11:063 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:35:11:380 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:35:11:527 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.46 seconds
05-23 16:35:11:577 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:35:11:619 CSync run took  649  Milliseconds 
05-23 16:35:11:619 -> CSync Finished slot with error  false 
05-23 16:35:11:619 Starting Event logging again in  2000  milliseconds 
05-23 16:35:11:619 OO folder slotSyncFinished: result:  4 
05-23 16:35:11:619 ==> load folder icon  "owncloud-framed" 
05-23 16:35:11:619 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:35:11:619 Check status.php from statusdialog. 
05-23 16:35:11:620 Get Request to  "status.php" 
05-23 16:35:11:620 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:35:11:620 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:35:11:620 Setting up host header:  "box.cern.ch" 
05-23 16:35:11:620 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:35:11:620 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:35:11:620 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:35:11:620 <===================================== sync finished for  "ownCloud" 
05-23 16:35:11:636 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x15a21a0) 
05-23 16:35:11:636 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:35:11:820 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:35:13:621     * event notification  enabled 
05-23 16:35:41:969 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:35:41:969 *  "ownCloud" Poll timer disabled 
05-23 16:35:41:969 Schedule folder  "ownCloud"  to sync! 
05-23 16:35:41:969 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:35:41:969 ==> load folder icon  "owncloud-framed" 
05-23 16:35:41:969 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:35:41:969 Check status.php from statusdialog. 
05-23 16:35:41:969 Get Request to  "status.php" 
05-23 16:35:41:969 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:35:41:969 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:35:41:969 Setting up host header:  "box.cern.ch" 
05-23 16:35:41:969 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:35:41:970 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:35:41:970 *** Start syncing 
05-23 16:35:41:970     * event notification  disabled 
05-23 16:35:41:970 >===================================== sync started for  "ownCloud" 
05-23 16:35:41:970 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:35:41:970 starting to sync  QThread(0x140f860) QThread(0x1750050) 
05-23 16:35:41:970 #### Update start #################################################### >> 
05-23 16:35:41:970 csync_memstat_check: Memory: 804068K total size, 34240K resident, 23532K shared
05-23 16:35:41:970 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:35:41:970 csync_ftw: .csync_journal.db excluded
05-23 16:35:41:970 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:35:41:970 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:35:41:970 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:35:41:970 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:35:41:971 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:35:41:971 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:35:41:971 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:35:41:971 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:35:41:971 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:35:41:971 csync_memstat_check: Memory: 804068K total size, 34244K resident, 23532K shared
05-23 16:35:41:971 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:35:41:971 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:35:41:971 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:35:41:971 oc_module: * scheme owncloud
05-23 16:35:41:971 oc_module: * host box.cern.ch
05-23 16:35:41:971 oc_module: * port 0
05-23 16:35:41:971 oc_module: * path /owncloud/remote.php/webdav
05-23 16:35:41:971 oc_module: * user 
05-23 16:35:41:972 oc_module: ne_sock_init: 0
05-23 16:35:41:972 oc_module: No proxy configured.
05-23 16:35:41:991 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a0d7e0) 
05-23 16:35:41:991 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:35:42:012 oc_module: Authentication required 
05-23 16:35:42:012 oc_module: Call the csync callback for ownCloud
05-23 16:35:42:077 oc_module: Simple propfind result code 207.
05-23 16:35:42:077 oc_module: opendir returning handle 0x7f2208001910
05-23 16:35:42:077 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:35:42:077 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:35:42:077 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:35:42:077 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:35:42:077 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:35:42:077 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:35:42:077 oc_module: Skipping target resource.
05-23 16:35:42:077 oc_module: closedir method called 0x7f2208001910!
05-23 16:35:42:077 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:35:42:078 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:35:42:078 csync_memstat_check: Memory: 804068K total size, 34244K resident, 23532K shared
05-23 16:35:42:078 <<#### Update end ########################################################### 
05-23 16:35:42:078 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:35:42:078 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:35:42:078 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:35:42:078 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:35:42:078 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:35:42:078 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:35:42:078 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:35:42:356 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:35:42:456 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.38 seconds
05-23 16:35:42:490 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:35:42:541 CSync run took  571  Milliseconds 
05-23 16:35:42:541 -> CSync Finished slot with error  false 
05-23 16:35:42:541 Starting Event logging again in  2000  milliseconds 
05-23 16:35:42:541 OO folder slotSyncFinished: result:  4 
05-23 16:35:42:541 ==> load folder icon  "owncloud-framed" 
05-23 16:35:42:541 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:35:42:542 Check status.php from statusdialog. 
05-23 16:35:42:542 Get Request to  "status.php" 
05-23 16:35:42:542 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:35:42:542 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:35:42:542 Setting up host header:  "box.cern.ch" 
05-23 16:35:42:542 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:35:42:542 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:35:42:542 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:35:42:542 <===================================== sync finished for  "ownCloud" 
05-23 16:35:42:562 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a04a10) 
05-23 16:35:42:562 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:35:42:742 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:35:44:543     * event notification  enabled 
05-23 16:36:12:891 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:36:12:891 *  "ownCloud" Poll timer disabled 
05-23 16:36:12:891 Schedule folder  "ownCloud"  to sync! 
05-23 16:36:12:891 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:36:12:891 ==> load folder icon  "owncloud-framed" 
05-23 16:36:12:892 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:36:12:892 Check status.php from statusdialog. 
05-23 16:36:12:892 Get Request to  "status.php" 
05-23 16:36:12:892 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:36:12:892 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:36:12:892 Setting up host header:  "box.cern.ch" 
05-23 16:36:12:892 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:36:12:892 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:36:12:892 *** Start syncing 
05-23 16:36:12:892     * event notification  disabled 
05-23 16:36:12:892 >===================================== sync started for  "ownCloud" 
05-23 16:36:12:894 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:36:12:894 starting to sync  QThread(0x140f860) QThread(0x1a0d5c0) 
05-23 16:36:12:894 #### Update start #################################################### >> 
05-23 16:36:12:894 csync_memstat_check: Memory: 804068K total size, 34240K resident, 23532K shared
05-23 16:36:12:894 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:36:12:894 csync_ftw: .csync_journal.db excluded
05-23 16:36:12:894 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:36:12:894 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:36:12:894 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:36:12:894 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:36:12:894 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:36:12:894 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:36:12:894 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:36:12:894 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:36:12:894 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:36:12:895 csync_memstat_check: Memory: 804068K total size, 34244K resident, 23532K shared
05-23 16:36:12:895 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:36:12:895 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:36:12:895 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:36:12:895 oc_module: * scheme owncloud
05-23 16:36:12:895 oc_module: * host box.cern.ch
05-23 16:36:12:895 oc_module: * port 0
05-23 16:36:12:895 oc_module: * path /owncloud/remote.php/webdav
05-23 16:36:12:895 oc_module: * user 
05-23 16:36:12:896 oc_module: ne_sock_init: 0
05-23 16:36:12:896 oc_module: No proxy configured.
05-23 16:36:12:914 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1599d70) 
05-23 16:36:12:914 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:36:12:926 oc_module: Authentication required 
05-23 16:36:12:926 oc_module: Call the csync callback for ownCloud
05-23 16:36:12:995 oc_module: Simple propfind result code 207.
05-23 16:36:12:995 oc_module: opendir returning handle 0x7f2210002240
05-23 16:36:12:995 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:36:12:995 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:36:12:995 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:36:12:995 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:36:12:995 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:36:12:995 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:36:12:995 oc_module: Skipping target resource.
05-23 16:36:12:995 oc_module: closedir method called 0x7f2210002240!
05-23 16:36:12:995 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:36:12:995 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:36:12:995 csync_memstat_check: Memory: 804068K total size, 34244K resident, 23532K shared
05-23 16:36:12:995 <<#### Update end ########################################################### 
05-23 16:36:12:995 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:36:12:995 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:36:12:995 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:36:12:995 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:36:12:995 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:36:12:995 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:36:12:995 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:36:13:279 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:36:13:363 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.37 seconds
05-23 16:36:13:389 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:36:13:414 CSync run took  520  Milliseconds 
05-23 16:36:13:414 -> CSync Finished slot with error  false 
05-23 16:36:13:414 Starting Event logging again in  2000  milliseconds 
05-23 16:36:13:414 OO folder slotSyncFinished: result:  4 
05-23 16:36:13:414 ==> load folder icon  "owncloud-framed" 
05-23 16:36:13:415 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:36:13:415 Check status.php from statusdialog. 
05-23 16:36:13:415 Get Request to  "status.php" 
05-23 16:36:13:415 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:36:13:415 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:36:13:415 Setting up host header:  "box.cern.ch" 
05-23 16:36:13:415 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:36:13:415 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:36:13:415 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:36:13:415 <===================================== sync finished for  "ownCloud" 
05-23 16:36:13:434 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1506dc0) 
05-23 16:36:13:434 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:36:13:615 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:36:15:416     * event notification  enabled 
05-23 16:36:43:766 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:36:43:766 *  "ownCloud" Poll timer disabled 
05-23 16:36:43:766 Schedule folder  "ownCloud"  to sync! 
05-23 16:36:43:766 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:36:43:766 ==> load folder icon  "owncloud-framed" 
05-23 16:36:43:766 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:36:43:767 Check status.php from statusdialog. 
05-23 16:36:43:767 Get Request to  "status.php" 
05-23 16:36:43:767 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:36:43:767 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:36:43:767 Setting up host header:  "box.cern.ch" 
05-23 16:36:43:767 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:36:43:767 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:36:43:767 *** Start syncing 
05-23 16:36:43:767     * event notification  disabled 
05-23 16:36:43:767 >===================================== sync started for  "ownCloud" 
05-23 16:36:43:769 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:36:43:769 starting to sync  QThread(0x140f860) QThread(0x19deb50) 
05-23 16:36:43:770 #### Update start #################################################### >> 
05-23 16:36:43:770 csync_memstat_check: Memory: 804068K total size, 34240K resident, 23532K shared
05-23 16:36:43:770 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:36:43:770 csync_ftw: .csync_journal.db excluded
05-23 16:36:43:770 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:36:43:771 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:36:43:771 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:36:43:771 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:36:43:771 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:36:43:771 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:36:43:771 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:36:43:771 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:36:43:771 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:36:43:771 csync_memstat_check: Memory: 804068K total size, 34244K resident, 23532K shared
05-23 16:36:43:771 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:36:43:771 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:36:43:771 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:36:43:771 oc_module: * scheme owncloud
05-23 16:36:43:771 oc_module: * host box.cern.ch
05-23 16:36:43:771 oc_module: * port 0
05-23 16:36:43:771 oc_module: * path /owncloud/remote.php/webdav
05-23 16:36:43:771 oc_module: * user 
05-23 16:36:43:772 oc_module: ne_sock_init: 0
05-23 16:36:43:773 oc_module: No proxy configured.
05-23 16:36:43:787 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x188fe40) 
05-23 16:36:43:787 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:36:43:799 oc_module: Authentication required 
05-23 16:36:43:799 oc_module: Call the csync callback for ownCloud
05-23 16:36:43:863 oc_module: Simple propfind result code 207.
05-23 16:36:43:863 oc_module: opendir returning handle 0x7f220800aee0
05-23 16:36:43:863 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:36:43:863 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:36:43:863 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:36:43:863 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:36:43:864 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:36:43:864 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:36:43:864 oc_module: Skipping target resource.
05-23 16:36:43:864 oc_module: closedir method called 0x7f220800aee0!
05-23 16:36:43:864 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:36:43:864 csync_update: Update detection for remote replica took 0.09 seconds walking 1 files.
05-23 16:36:43:864 csync_memstat_check: Memory: 804068K total size, 34244K resident, 23532K shared
05-23 16:36:43:864 <<#### Update end ########################################################### 
05-23 16:36:43:864 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:36:43:864 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:36:43:864 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:36:43:864 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:36:43:864 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:36:43:864 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:36:43:864 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:36:44:148 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:36:44:248 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.38 seconds
05-23 16:36:44:278 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:36:44:311 CSync run took  541  Milliseconds 
05-23 16:36:44:311 -> CSync Finished slot with error  false 
05-23 16:36:44:311 Starting Event logging again in  2000  milliseconds 
05-23 16:36:44:311 OO folder slotSyncFinished: result:  4 
05-23 16:36:44:311 ==> load folder icon  "owncloud-framed" 
05-23 16:36:44:312 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:36:44:312 Check status.php from statusdialog. 
05-23 16:36:44:312 Get Request to  "status.php" 
05-23 16:36:44:312 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:36:44:312 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:36:44:312 Setting up host header:  "box.cern.ch" 
05-23 16:36:44:312 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:36:44:312 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:36:44:312 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:36:44:312 <===================================== sync finished for  "ownCloud" 
05-23 16:36:44:329 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19de140) 
05-23 16:36:44:329 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:36:44:512 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:36:46:313     * event notification  enabled 
05-23 16:37:14:660 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:37:14:660 *  "ownCloud" Poll timer disabled 
05-23 16:37:14:660 Schedule folder  "ownCloud"  to sync! 
05-23 16:37:14:660 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:37:14:660 ==> load folder icon  "owncloud-framed" 
05-23 16:37:14:661 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:37:14:661 Check status.php from statusdialog. 
05-23 16:37:14:661 Get Request to  "status.php" 
05-23 16:37:14:661 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:37:14:661 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:37:14:661 Setting up host header:  "box.cern.ch" 
05-23 16:37:14:661 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:37:14:661 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:37:14:661 *** Start syncing 
05-23 16:37:14:661     * event notification  disabled 
05-23 16:37:14:661 >===================================== sync started for  "ownCloud" 
05-23 16:37:14:663 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:37:14:663 starting to sync  QThread(0x140f860) QThread(0x19f12c0) 
05-23 16:37:14:663 #### Update start #################################################### >> 
05-23 16:37:14:663 csync_memstat_check: Memory: 804068K total size, 34252K resident, 23544K shared
05-23 16:37:14:663 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:37:14:663 csync_ftw: .csync_journal.db excluded
05-23 16:37:14:663 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:37:14:663 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:37:14:663 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:37:14:663 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:37:14:663 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:37:14:663 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:37:14:663 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:37:14:663 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:37:14:663 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:37:14:664 csync_memstat_check: Memory: 804068K total size, 34256K resident, 23544K shared
05-23 16:37:14:664 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:37:14:664 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:37:14:664 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:37:14:664 oc_module: * scheme owncloud
05-23 16:37:14:664 oc_module: * host box.cern.ch
05-23 16:37:14:664 oc_module: * port 0
05-23 16:37:14:664 oc_module: * path /owncloud/remote.php/webdav
05-23 16:37:14:664 oc_module: * user 
05-23 16:37:14:667 oc_module: ne_sock_init: 0
05-23 16:37:14:667 oc_module: No proxy configured.
05-23 16:37:14:682 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b400f0) 
05-23 16:37:14:683 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:37:14:707 oc_module: Authentication required 
05-23 16:37:14:707 oc_module: Call the csync callback for ownCloud
05-23 16:37:14:767 oc_module: Simple propfind result code 207.
05-23 16:37:14:767 oc_module: opendir returning handle 0x7f22100013b0
05-23 16:37:14:767 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:37:14:767 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:37:14:767 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:37:14:767 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:37:14:767 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:37:14:767 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:37:14:767 oc_module: Skipping target resource.
05-23 16:37:14:767 oc_module: closedir method called 0x7f22100013b0!
05-23 16:37:14:767 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:37:14:767 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:37:14:767 csync_memstat_check: Memory: 804068K total size, 34256K resident, 23544K shared
05-23 16:37:14:767 <<#### Update end ########################################################### 
05-23 16:37:14:767 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:37:14:767 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:37:14:767 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:37:14:767 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:37:14:767 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:37:14:767 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:37:14:767 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:37:15:041 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:37:15:124 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.36 seconds
05-23 16:37:15:153 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:37:15:178 CSync run took  515  Milliseconds 
05-23 16:37:15:178 -> CSync Finished slot with error  false 
05-23 16:37:15:178 Starting Event logging again in  2000  milliseconds 
05-23 16:37:15:178 OO folder slotSyncFinished: result:  4 
05-23 16:37:15:179 ==> load folder icon  "owncloud-framed" 
05-23 16:37:15:179 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:37:15:179 Check status.php from statusdialog. 
05-23 16:37:15:179 Get Request to  "status.php" 
05-23 16:37:15:179 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:37:15:179 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:37:15:179 Setting up host header:  "box.cern.ch" 
05-23 16:37:15:179 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:37:15:179 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:37:15:179 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:37:15:179 <===================================== sync finished for  "ownCloud" 
05-23 16:37:15:204 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b21300) 
05-23 16:37:15:204 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:37:15:379 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:37:17:179     * event notification  enabled 
05-23 16:37:45:530 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:37:45:530 *  "ownCloud" Poll timer disabled 
05-23 16:37:45:530 Schedule folder  "ownCloud"  to sync! 
05-23 16:37:45:530 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:37:45:531 ==> load folder icon  "owncloud-framed" 
05-23 16:37:45:531 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:37:45:531 Check status.php from statusdialog. 
05-23 16:37:45:531 Get Request to  "status.php" 
05-23 16:37:45:531 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:37:45:531 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:37:45:531 Setting up host header:  "box.cern.ch" 
05-23 16:37:45:531 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:37:45:531 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:37:45:531 *** Start syncing 
05-23 16:37:45:531     * event notification  disabled 
05-23 16:37:45:531 >===================================== sync started for  "ownCloud" 
05-23 16:37:45:534 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:37:45:534 starting to sync  QThread(0x140f860) QThread(0x1a46a40) 
05-23 16:37:45:534 #### Update start #################################################### >> 
05-23 16:37:45:534 csync_memstat_check: Memory: 804068K total size, 34252K resident, 23544K shared
05-23 16:37:45:534 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:37:45:534 csync_ftw: .csync_journal.db excluded
05-23 16:37:45:534 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:37:45:534 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:37:45:534 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:37:45:534 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:37:45:535 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:37:45:535 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:37:45:535 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:37:45:535 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:37:45:535 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:37:45:535 csync_memstat_check: Memory: 804068K total size, 34256K resident, 23544K shared
05-23 16:37:45:535 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:37:45:535 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:37:45:535 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:37:45:535 oc_module: * scheme owncloud
05-23 16:37:45:535 oc_module: * host box.cern.ch
05-23 16:37:45:535 oc_module: * port 0
05-23 16:37:45:535 oc_module: * path /owncloud/remote.php/webdav
05-23 16:37:45:535 oc_module: * user 
05-23 16:37:45:536 oc_module: ne_sock_init: 0
05-23 16:37:45:536 oc_module: No proxy configured.
05-23 16:37:45:546 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x159f920) 
05-23 16:37:45:546 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:37:45:572 oc_module: Authentication required 
05-23 16:37:45:572 oc_module: Call the csync callback for ownCloud
05-23 16:37:45:646 oc_module: Simple propfind result code 207.
05-23 16:37:45:646 oc_module: opendir returning handle 0x7f22100056d0
05-23 16:37:45:646 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:37:45:646 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:37:45:646 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:37:45:646 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:37:45:647 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:37:45:647 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:37:45:647 oc_module: Skipping target resource.
05-23 16:37:45:647 oc_module: closedir method called 0x7f22100056d0!
05-23 16:37:45:647 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:37:45:647 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:37:45:647 csync_memstat_check: Memory: 804068K total size, 34256K resident, 23544K shared
05-23 16:37:45:647 <<#### Update end ########################################################### 
05-23 16:37:45:647 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:37:45:647 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:37:45:647 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:37:45:647 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:37:45:647 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:37:45:647 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:37:45:647 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:37:45:969 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:37:46:069 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.42 seconds
05-23 16:37:46:093 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:37:46:118 CSync run took  584  Milliseconds 
05-23 16:37:46:118 -> CSync Finished slot with error  false 
05-23 16:37:46:118 Starting Event logging again in  2000  milliseconds 
05-23 16:37:46:118 OO folder slotSyncFinished: result:  4 
05-23 16:37:46:118 ==> load folder icon  "owncloud-framed" 
05-23 16:37:46:119 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:37:46:119 Check status.php from statusdialog. 
05-23 16:37:46:119 Get Request to  "status.php" 
05-23 16:37:46:119 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:37:46:119 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:37:46:119 Setting up host header:  "box.cern.ch" 
05-23 16:37:46:119 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:37:46:119 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:37:46:119 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:37:46:119 <===================================== sync finished for  "ownCloud" 
05-23 16:37:46:136 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x15a1350) 
05-23 16:37:46:136 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:37:46:319 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:37:48:119     * event notification  enabled 
05-23 16:38:11:889 ** Inotify Event  8  on  "/home/octuser2/ownCloud/.csync_journal.db" 
05-23 16:38:11:889 * Discarded as is hidden! 
05-23 16:38:13:588 ** Inotify Event  8  on  "/home/octuser2/ownCloud/.csync_journal.db" 
05-23 16:38:13:588 * Discarded as is hidden! 
05-23 16:38:16:468 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:38:16:468 *  "ownCloud" Poll timer disabled 
05-23 16:38:16:468 Schedule folder  "ownCloud"  to sync! 
05-23 16:38:16:468 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:38:16:468 ==> load folder icon  "owncloud-framed" 
05-23 16:38:16:469 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:38:16:469 Check status.php from statusdialog. 
05-23 16:38:16:469 Get Request to  "status.php" 
05-23 16:38:16:469 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:38:16:469 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:38:16:469 Setting up host header:  "box.cern.ch" 
05-23 16:38:16:469 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:38:16:469 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:38:16:469 *** Start syncing 
05-23 16:38:16:469     * event notification  disabled 
05-23 16:38:16:469 >===================================== sync started for  "ownCloud" 
05-23 16:38:16:472 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:38:16:472 starting to sync  QThread(0x140f860) QThread(0x1b95fe0) 
05-23 16:38:16:472 #### Update start #################################################### >> 
05-23 16:38:16:472 csync_memstat_check: Memory: 804068K total size, 34252K resident, 23544K shared
05-23 16:38:16:472 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:38:16:472 csync_ftw: .csync_journal.db excluded
05-23 16:38:16:472 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:38:16:472 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:38:16:473 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:38:16:473 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:38:16:473 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:38:16:473 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:38:16:473 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:38:16:473 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:38:16:473 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:38:16:473 csync_memstat_check: Memory: 804068K total size, 34256K resident, 23544K shared
05-23 16:38:16:473 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:38:16:473 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:38:16:473 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:38:16:473 oc_module: * scheme owncloud
05-23 16:38:16:473 oc_module: * host box.cern.ch
05-23 16:38:16:473 oc_module: * port 0
05-23 16:38:16:473 oc_module: * path /owncloud/remote.php/webdav
05-23 16:38:16:473 oc_module: * user 
05-23 16:38:16:474 oc_module: ne_sock_init: 0
05-23 16:38:16:474 oc_module: No proxy configured.
05-23 16:38:16:488 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a743a0) 
05-23 16:38:16:488 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:38:16:510 oc_module: Authentication required 
05-23 16:38:16:510 oc_module: Call the csync callback for ownCloud
05-23 16:38:16:585 oc_module: Simple propfind result code 207.
05-23 16:38:16:585 oc_module: opendir returning handle 0x7f220800aee0
05-23 16:38:16:585 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:38:16:585 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:38:16:585 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:38:16:585 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:38:16:585 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:38:16:585 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:38:16:585 oc_module: Skipping target resource.
05-23 16:38:16:585 oc_module: closedir method called 0x7f220800aee0!
05-23 16:38:16:585 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:38:16:585 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:38:16:585 csync_memstat_check: Memory: 804068K total size, 34256K resident, 23544K shared
05-23 16:38:16:585 <<#### Update end ########################################################### 
05-23 16:38:16:585 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:38:16:585 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:38:16:585 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:38:16:585 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:38:16:585 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:38:16:585 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:38:16:585 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:38:16:854 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:38:16:940 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.36 seconds
05-23 16:38:17:007 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:38:17:032 CSync run took  560  Milliseconds 
05-23 16:38:17:032 -> CSync Finished slot with error  false 
05-23 16:38:17:032 Starting Event logging again in  2000  milliseconds 
05-23 16:38:17:032 OO folder slotSyncFinished: result:  4 
05-23 16:38:17:032 ==> load folder icon  "owncloud-framed" 
05-23 16:38:17:032 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:38:17:032 Check status.php from statusdialog. 
05-23 16:38:17:032 Get Request to  "status.php" 
05-23 16:38:17:033 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:38:17:033 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:38:17:033 Setting up host header:  "box.cern.ch" 
05-23 16:38:17:033 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:38:17:033 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:38:17:033 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:38:17:033 <===================================== sync finished for  "ownCloud" 
05-23 16:38:17:052 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19deb50) 
05-23 16:38:17:052 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:38:17:233 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:38:19:034     * event notification  enabled 
05-23 16:38:47:382 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:38:47:382 *  "ownCloud" Poll timer disabled 
05-23 16:38:47:382 Schedule folder  "ownCloud"  to sync! 
05-23 16:38:47:382 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:38:47:382 ==> load folder icon  "owncloud-framed" 
05-23 16:38:47:382 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:38:47:382 Check status.php from statusdialog. 
05-23 16:38:47:382 Get Request to  "status.php" 
05-23 16:38:47:383 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:38:47:383 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:38:47:383 Setting up host header:  "box.cern.ch" 
05-23 16:38:47:383 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:38:47:383 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:38:47:383 *** Start syncing 
05-23 16:38:47:383     * event notification  disabled 
05-23 16:38:47:383 >===================================== sync started for  "ownCloud" 
05-23 16:38:47:384 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:38:47:384 starting to sync  QThread(0x140f860) QThread(0x1b2aec0) 
05-23 16:38:47:384 #### Update start #################################################### >> 
05-23 16:38:47:384 csync_memstat_check: Memory: 804068K total size, 34252K resident, 23544K shared
05-23 16:38:47:384 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:38:47:384 csync_ftw: .csync_journal.db excluded
05-23 16:38:47:384 csync_ftw: Uniq ID read from Database: web1.txt -> 519e2549973ae
05-23 16:38:47:384 csync_ftw: walk: /home/octuser2/ownCloud/web1.txt
05-23 16:38:47:385 csync_walker: file: /home/octuser2/ownCloud/web1.txt
05-23 16:38:47:385 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:38:47:385 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:38:47:385 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:38:47:385 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:38:47:385 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:38:47:385 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:38:47:385 csync_memstat_check: Memory: 804068K total size, 34220K resident, 23544K shared
05-23 16:38:47:385 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:38:47:385 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:38:47:385 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:38:47:385 oc_module: * scheme owncloud
05-23 16:38:47:385 oc_module: * host box.cern.ch
05-23 16:38:47:385 oc_module: * port 0
05-23 16:38:47:385 oc_module: * path /owncloud/remote.php/webdav
05-23 16:38:47:385 oc_module: * user 
05-23 16:38:47:386 oc_module: ne_sock_init: 0
05-23 16:38:47:386 oc_module: No proxy configured.
05-23 16:38:47:404 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a6b700) 
05-23 16:38:47:404 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:38:47:419 oc_module: Authentication required 
05-23 16:38:47:419 oc_module: Call the csync callback for ownCloud
05-23 16:38:47:482 oc_module: Simple propfind result code 207.
05-23 16:38:47:482 oc_module: opendir returning handle 0x7f2210001e90
05-23 16:38:47:482 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:38:47:482 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:38:47:482 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:38:47:482 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:38:47:482 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:38:47:482 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:38:47:482 oc_module: Skipping target resource.
05-23 16:38:47:482 oc_module: closedir method called 0x7f2210001e90!
05-23 16:38:47:482 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:38:47:482 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:38:47:482 csync_memstat_check: Memory: 804068K total size, 34220K resident, 23544K shared
05-23 16:38:47:482 <<#### Update end ########################################################### 
05-23 16:38:47:482 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:38:47:482 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:38:47:482 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1.txt
05-23 16:38:47:482 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:38:47:482 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:38:47:482 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:38:47:482 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:38:47:806 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(2121407186260769061, 8, web1.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:38:47:898 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.42 seconds
05-23 16:38:47:921 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:38:47:947 CSync run took  563  Milliseconds 
05-23 16:38:47:947 -> CSync Finished slot with error  false 
05-23 16:38:47:947 Starting Event logging again in  2000  milliseconds 
05-23 16:38:47:947 OO folder slotSyncFinished: result:  4 
05-23 16:38:47:947 ==> load folder icon  "owncloud-framed" 
05-23 16:38:47:947 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:38:47:947 Check status.php from statusdialog. 
05-23 16:38:47:947 Get Request to  "status.php" 
05-23 16:38:47:947 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:38:47:948 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:38:47:948 Setting up host header:  "box.cern.ch" 
05-23 16:38:47:948 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:38:47:948 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:38:47:948 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:38:47:948 <===================================== sync finished for  "ownCloud" 
05-23 16:38:47:976 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19e0350) 
05-23 16:38:47:976 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:38:48:148 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:38:49:949     * event notification  enabled 
05-23 16:39:00:349 ** Inotify Event  64  on  "/home/octuser2/ownCloud/web1.txt" 
05-23 16:39:00:350 * Pending events for "/home/octuser2/ownCloud" will be processed after events stop for 1000 milliseconds ( "16:55:40" ). 1 events until now ) 
05-23 16:39:00:350 ** Inotify Event  128  on  "/home/octuser2/ownCloud/web1-rename.txt" 
05-23 16:39:01:351 * Processing of event queue for "/home/octuser2/ownCloud" 
05-23 16:39:01:351   * Notify 2 change items for "/home/octuser2/ownCloud" 
05-23 16:39:01:351 ** Changed was notified on  ("/home/octuser2/ownCloud/web1.txt", "/home/octuser2/ownCloud/web1-rename.txt") 
05-23 16:39:01:351 *  "ownCloud" Poll timer disabled 
05-23 16:39:01:351 Schedule folder  "ownCloud"  to sync! 
05-23 16:39:01:351 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:39:01:351 ==> load folder icon  "owncloud-framed" 
05-23 16:39:01:351 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:39:01:352 Check status.php from statusdialog. 
05-23 16:39:01:352 Get Request to  "status.php" 
05-23 16:39:01:352 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:39:01:352 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:39:01:352 Setting up host header:  "box.cern.ch" 
05-23 16:39:01:352 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:39:01:352 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:39:01:352 *** Start syncing 
05-23 16:39:01:352     * event notification  disabled 
05-23 16:39:01:352 >===================================== sync started for  "ownCloud" 
05-23 16:39:01:353 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:39:01:353 starting to sync  QThread(0x140f860) QThread(0x1a24b10) 
05-23 16:39:01:353 #### Update start #################################################### >> 
05-23 16:39:01:353 csync_memstat_check: Memory: 804068K total size, 34220K resident, 23544K shared
05-23 16:39:01:353 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:39:01:353 csync_ftw: .csync_journal.db excluded
05-23 16:39:01:354 csync_ftw: Uniq ID read from Database: web1-rename.txt -> <NULL>
05-23 16:39:01:354 csync_ftw: walk: /home/octuser2/ownCloud/web1-rename.txt
05-23 16:39:01:354 csync_walker: file: /home/octuser2/ownCloud/web1-rename.txt
05-23 16:39:01:354 _csync_detect_update: file: web1-rename.txt - hash 4189687575036615272, mtime: 1369318729
05-23 16:39:01:354 csync_statedb_get_stat_by_hash: No result record found for phash = 4189687575036615272
05-23 16:39:01:354 _csync_detect_update: inodes: 6422578 <-> 6422578
05-23 16:39:01:354 _csync_detect_update: file: web1-rename.txt, instruction: INSTRUCTION_RENAME
05-23 16:39:01:354 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:39:01:354 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:39:01:354 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:39:01:354 csync_memstat_check: Memory: 804068K total size, 34224K resident, 23544K shared
05-23 16:39:01:354 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:39:01:354 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:39:01:354 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:39:01:354 oc_module: * scheme owncloud
05-23 16:39:01:354 oc_module: * host box.cern.ch
05-23 16:39:01:354 oc_module: * port 0
05-23 16:39:01:355 oc_module: * path /owncloud/remote.php/webdav
05-23 16:39:01:355 oc_module: * user 
05-23 16:39:01:356 oc_module: ne_sock_init: 0
05-23 16:39:01:356 oc_module: No proxy configured.
05-23 16:39:01:367 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b21dc0) 
05-23 16:39:01:367 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:39:01:380 oc_module: Authentication required 
05-23 16:39:01:380 oc_module: Call the csync callback for ownCloud
05-23 16:39:01:451 oc_module: Simple propfind result code 207.
05-23 16:39:01:451 oc_module: opendir returning handle 0x7f22100073e0
05-23 16:39:01:451 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:39:01:451 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:39:01:451 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:39:01:451 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:39:01:451 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:39:01:451 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NONE
05-23 16:39:01:451 oc_module: Skipping target resource.
05-23 16:39:01:451 oc_module: closedir method called 0x7f22100073e0!
05-23 16:39:01:451 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:39:01:451 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:39:01:451 csync_memstat_check: Memory: 804068K total size, 34256K resident, 23544K shared
05-23 16:39:01:451 <<#### Update end ########################################################### 
05-23 16:39:01:451 _csync_merge_algorithm_visitor: PHash of temporar opposite: 2121407186260769061
05-23 16:39:01:451 _csync_merge_algorithm_visitor: INSTRUCTION_NONE     file: web1-rename.txt
05-23 16:39:01:451 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:39:01:451 _csync_merge_algorithm_visitor: INSTRUCTION_RENAME   file: web1.txt
05-23 16:39:01:451 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:39:01:451 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:39:01:451 _csync_rename_file: Renaming owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt => owncloud://box.cern.ch/owncloud/remote.php/webdav/web1-rename.txt
05-23 16:39:01:451 oc_module: MOVE: /owncloud/remote.php/webdav/web1.txt => /owncloud/remote.php/webdav/web1-rename.txt: 0
05-23 16:39:01:452     * csync thread started 
05-23 16:39:01:452 ==> load folder icon  "owncloud-framed" 
05-23 16:39:01:452 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:39:01:452 Check status.php from statusdialog. 
05-23 16:39:01:452 Get Request to  "status.php" 
05-23 16:39:01:452 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:39:01:452 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:39:01:452 Setting up host header:  "box.cern.ch" 
05-23 16:39:01:452 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:39:01:452 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:39:01:465 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19dc400) 
05-23 16:39:01:465 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:39:01:529 oc_module: Setting LastModified of /owncloud/remote.php/webdav/web1-rename.txt to 1369318729
05-23 16:39:01:606 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1-rename.txt called
05-23 16:39:01:673 oc_module: Simple propfind result code 207.
05-23 16:39:01:673 oc_module: => Errno after fetch resource list for owncloud://box.cern.ch/owncloud/remote.php/webdav/web1-rename.txt: 0
05-23 16:39:01:673 oc_module: Working on file web1-rename.txt
05-23 16:39:01:673 oc_module: STAT result from propfind: web1-rename.txt, mtime: 1369318729
05-23 16:39:01:673 oc_module: Get file ID for owncloud://box.cern.ch/owncloud/remote.php/webdav/web1-rename.txt: 519e2549973ae
05-23 16:39:01:673 _get_md5: MD5 for owncloud://box.cern.ch/owncloud/remote.php/webdav/web1-rename.txt: 519e2549973ae
05-23 16:39:01:673 _csync_rename_file: RENAME  file: web1.txt => web1-rename.txt with ID 519e2549973ae
05-23 16:39:01:673 csync_propagate: Propagation for remote replica took 0.22 seconds visiting 1 files.
05-23 16:39:01:673 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:39:01:925 _insert_metadata_visitor: SQL statement: INSERT INTO metadata_temp 
			(phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5) VALUES 
			(4189687575036615272, 15, web1-rename.txt, 6422578, 9406, 9406, 33188, 1369318729, 0, 519e2549973ae);
05-23 16:39:02:008 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.34 seconds
05-23 16:39:02:037 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:39:02:062 CSync run took  709  Milliseconds 
05-23 16:39:02:062 -> CSync Finished slot with error  false 
05-23 16:39:02:062 Starting Event logging again in  2000  milliseconds 
05-23 16:39:02:062 OO folder slotSyncFinished: result:  4 
05-23 16:39:02:062 ==> load folder icon  "owncloud-framed" 
05-23 16:39:02:062 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:39:02:062 Check status.php from statusdialog. 
05-23 16:39:02:062 Get Request to  "status.php" 
05-23 16:39:02:062 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:39:02:063 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:39:02:063 Setting up host header:  "box.cern.ch" 
05-23 16:39:02:063 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:39:02:063 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:39:02:063 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:39:02:063 <===================================== sync finished for  "ownCloud" 
05-23 16:39:02:082 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a0d7e0) 
05-23 16:39:02:082 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:39:02:263 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:39:04:062     * event notification  enabled 
05-23 16:39:05:557 #============# Status dialog starting #=============# 
05-23 16:39:05:557 Folder:  Mirall::ownCloudFolder(0x159d370) 
05-23 16:39:05:557 ==> load folder icon  "owncloud-framed" 
05-23 16:39:05:557 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:39:05:557 Check status.php from statusdialog. 
05-23 16:39:05:557 Get Request to  "status.php" 
05-23 16:39:05:557 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:39:05:557 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:39:05:557 Setting up host header:  "box.cern.ch" 
05-23 16:39:05:572 Check status.php from statusdialog. 
05-23 16:39:05:572 Get Request to  "status.php" 
05-23 16:39:05:572 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:39:05:572 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:39:05:572 Setting up host header:  "box.cern.ch" 
05-23 16:39:05:677 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19c8f40) 
05-23 16:39:05:677 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:39:05:684 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a87350) 
05-23 16:39:07:419 Info Folder alias  "ownCloud" 
05-23 16:39:07:419 details of folder with alias  "ownCloud" 
05-23 16:39:14:802 ** Inotify Event  8  on  "/home/octuser2/ownCloud/.csync_journal.db" 
05-23 16:39:14:802 * Discarded as is hidden! 
05-23 16:39:32:412 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:39:32:412 *  "ownCloud" Poll timer disabled 
05-23 16:39:32:412 Schedule folder  "ownCloud"  to sync! 
05-23 16:39:32:412 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:39:32:412 ==> load folder icon  "owncloud-framed" 
05-23 16:39:32:412 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:39:32:413 Check status.php from statusdialog. 
05-23 16:39:32:413 Get Request to  "status.php" 
05-23 16:39:32:413 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:39:32:413 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:39:32:413 Setting up host header:  "box.cern.ch" 
05-23 16:39:32:413 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:39:32:413 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:39:32:413 *** Start syncing 
05-23 16:39:32:413     * event notification  disabled 
05-23 16:39:32:413 >===================================== sync started for  "ownCloud" 
05-23 16:39:32:420 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:39:32:421 starting to sync  QThread(0x140f860) QThread(0x1a84830) 
05-23 16:39:32:421 #### Update start #################################################### >> 
05-23 16:39:32:421 csync_memstat_check: Memory: 804068K total size, 34520K resident, 23784K shared
05-23 16:39:32:421 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:39:32:421 csync_ftw: .csync_journal.db excluded
05-23 16:39:32:421 csync_ftw: Uniq ID read from Database: web1-rename.txt -> 519e2549973ae
05-23 16:39:32:421 csync_ftw: walk: /home/octuser2/ownCloud/web1-rename.txt
05-23 16:39:32:421 csync_walker: file: /home/octuser2/ownCloud/web1-rename.txt
05-23 16:39:32:421 _csync_detect_update: file: web1-rename.txt - hash 4189687575036615272, mtime: 1369318729
05-23 16:39:32:421 _csync_detect_update: time compare: 1369318729 <-> 1369318729, md5: 519e2549973ae <-> 519e2549973ae
05-23 16:39:32:421 _csync_detect_update: file: web1-rename.txt, instruction: INSTRUCTION_NONE
05-23 16:39:32:421 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:39:32:421 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:39:32:421 csync_update: Update detection for local replica took 0.00 seconds walking 1 files.
05-23 16:39:32:421 csync_memstat_check: Memory: 804068K total size, 34524K resident, 23784K shared
05-23 16:39:32:421 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:39:32:421 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:39:32:421 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:39:32:421 oc_module: * scheme owncloud
05-23 16:39:32:421 oc_module: * host box.cern.ch
05-23 16:39:32:421 oc_module: * port 0
05-23 16:39:32:421 oc_module: * path /owncloud/remote.php/webdav
05-23 16:39:32:421 oc_module: * user 
05-23 16:39:32:429 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19c6db0) 
05-23 16:39:32:429 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:39:32:432 oc_module: ne_sock_init: 0
05-23 16:39:32:432 oc_module: No proxy configured.
05-23 16:39:32:471 oc_module: Authentication required 
05-23 16:39:32:472 oc_module: Call the csync callback for ownCloud
05-23 16:39:32:547 oc_module: Simple propfind result code 207.
05-23 16:39:32:547 oc_module: opendir returning handle 0x7f2210002340
05-23 16:39:32:547 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:39:32:547 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:39:32:547 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:39:32:547 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:39:32:547 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:39:32:547 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:39:32:547 oc_module: Skipping target resource.
05-23 16:39:32:547 oc_module: closedir method called 0x7f2210002340!
05-23 16:39:32:547 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:39:32:547 csync_update: Update detection for remote replica took 0.13 seconds walking 1 files.
05-23 16:39:32:547 csync_memstat_check: Memory: 804068K total size, 34524K resident, 23784K shared
05-23 16:39:32:547 <<#### Update end ########################################################### 
05-23 16:39:32:547 _csync_merge_algorithm_visitor: INSTRUCTION_REMOVE   file: web1-rename.txt
05-23 16:39:32:547 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 1 files.
05-23 16:39:32:547 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:39:32:547 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:39:32:547 _csync_remove_file: REMOVED file: /home/octuser2/ownCloud/web1-rename.txt
05-23 16:39:32:547 csync_propagate: Propagation for local replica took 0.00 seconds visiting 1 files.
05-23 16:39:32:547 oc_module: => open called for owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:39:32:547 oc_module: GET request on /owncloud/remote.php/webdav/web1.txt
05-23 16:39:32:548 oc_module: Sendfile handling request type GET.
05-23 16:39:32:548 oc_module:   -- GET on owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:39:32:548     * csync thread started 
05-23 16:39:32:548 ==> load folder icon  "owncloud-framed" 
05-23 16:39:32:548 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:39:32:548 Check status.php from statusdialog. 
05-23 16:39:32:548 Get Request to  "status.php" 
05-23 16:39:32:548 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:39:32:548 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:39:32:548 Setting up host header:  "box.cern.ch" 
05-23 16:39:32:549 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:39:32:549 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:39:32:564 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19dfe60) 
05-23 16:39:32:564 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:39:32:617 oc_module: Content encoding ist <empty> with status 404
05-23 16:39:32:617 oc_module: GET http result 404 (Not Found)
05-23 16:39:32:617 oc_module: sendfile request failed with http status 404!
05-23 16:39:32:617 _csync_push_file: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt, command: sendfile, error:  from errno 2
05-23 16:39:32:617 csync_propagate: Propagation for remote replica took 0.07 seconds visiting 1 files.
05-23 16:39:32:617 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:39:32:902 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:39:32:943 _merge_and_write_statedb: Writing the statedb of 1 files to disk took 0.33 seconds
05-23 16:39:32:969 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:39:33:002 CSync run took  581  Milliseconds 
05-23 16:39:33:003 -> CSync Finished slot with error  false 
05-23 16:39:33:003 Starting Event logging again in  2000  milliseconds 
05-23 16:39:33:003 OO folder slotSyncFinished: result:  4 
05-23 16:39:33:003 ==> load folder icon  "owncloud-framed" 
05-23 16:39:33:003 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:39:33:003 Check status.php from statusdialog. 
05-23 16:39:33:003 Get Request to  "status.php" 
05-23 16:39:33:003 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:39:33:003 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:39:33:003 Setting up host header:  "box.cern.ch" 
05-23 16:39:33:003 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:39:33:003 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:39:33:003 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:39:33:012 <===================================== sync finished for  "ownCloud" 
05-23 16:39:33:034 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a87800) 
05-23 16:39:33:034 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:39:33:212 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:39:35:004     * event notification  enabled 
05-23 16:40:03:357 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:40:03:357 *  "ownCloud" Poll timer disabled 
05-23 16:40:03:357 Schedule folder  "ownCloud"  to sync! 
05-23 16:40:03:357 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:40:03:357 ==> load folder icon  "owncloud-framed" 
05-23 16:40:03:358 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:40:03:359 Check status.php from statusdialog. 
05-23 16:40:03:359 Get Request to  "status.php" 
05-23 16:40:03:359 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:40:03:359 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:40:03:359 Setting up host header:  "box.cern.ch" 
05-23 16:40:03:359 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:40:03:359 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:40:03:359 *** Start syncing 
05-23 16:40:03:359     * event notification  disabled 
05-23 16:40:03:359 >===================================== sync started for  "ownCloud" 
05-23 16:40:03:360 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:40:03:360 starting to sync  QThread(0x140f860) QThread(0x1a87930) 
05-23 16:40:03:361 #### Update start #################################################### >> 
05-23 16:40:03:361 csync_memstat_check: Memory: 804068K total size, 34520K resident, 23784K shared
05-23 16:40:03:361 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:40:03:361 csync_ftw: .csync_journal.db excluded
05-23 16:40:03:361 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:40:03:361 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:40:03:361 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:40:03:361 csync_memstat_check: Memory: 804068K total size, 34520K resident, 23784K shared
05-23 16:40:03:361 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:40:03:361 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:40:03:361 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:40:03:361 oc_module: * scheme owncloud
05-23 16:40:03:361 oc_module: * host box.cern.ch
05-23 16:40:03:361 oc_module: * port 0
05-23 16:40:03:361 oc_module: * path /owncloud/remote.php/webdav
05-23 16:40:03:361 oc_module: * user 
05-23 16:40:03:365 oc_module: ne_sock_init: 0
05-23 16:40:03:365 oc_module: No proxy configured.
05-23 16:40:03:383 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b257a0) 
05-23 16:40:03:383 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:40:03:397 oc_module: Authentication required 
05-23 16:40:03:397 oc_module: Call the csync callback for ownCloud
05-23 16:40:03:459 oc_module: Simple propfind result code 207.
05-23 16:40:03:459 oc_module: opendir returning handle 0x7f2208027120
05-23 16:40:03:459 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:40:03:459 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:40:03:459 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:40:03:459 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:40:03:459 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:40:03:459 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:40:03:459 oc_module: Skipping target resource.
05-23 16:40:03:459 oc_module: closedir method called 0x7f2208027120!
05-23 16:40:03:459 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:40:03:459 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:40:03:459 csync_memstat_check: Memory: 804068K total size, 34524K resident, 23784K shared
05-23 16:40:03:459 <<#### Update end ########################################################### 
05-23 16:40:03:459 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:40:03:459 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:40:03:459 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:40:03:459 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:40:03:459 _csync_push_file: continuation: 0 0
05-23 16:40:03:459 oc_module: => open called for owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:40:03:459 oc_module: GET request on /owncloud/remote.php/webdav/web1.txt
05-23 16:40:03:460 oc_module: Sendfile handling request type GET.
05-23 16:40:03:460 oc_module:   -- GET on owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:40:03:460     * csync thread started 
05-23 16:40:03:460 ==> load folder icon  "owncloud-framed" 
05-23 16:40:03:460 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:40:03:460 Check status.php from statusdialog. 
05-23 16:40:03:460 Get Request to  "status.php" 
05-23 16:40:03:460 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:40:03:460 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:40:03:460 Setting up host header:  "box.cern.ch" 
05-23 16:40:03:460 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:40:03:461 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:40:03:480 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b474a0) 
05-23 16:40:03:480 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:40:03:530 oc_module: Content encoding ist <empty> with status 404
05-23 16:40:03:530 oc_module: GET http result 404 (Not Found)
05-23 16:40:03:530 oc_module: sendfile request failed with http status 404!
05-23 16:40:03:530 _csync_push_file: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt, command: sendfile, error:  from errno 2
05-23 16:40:03:530 csync_propagate: Propagation for remote replica took 0.07 seconds visiting 1 files.
05-23 16:40:03:530 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:40:03:891 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:40:03:933 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:40:03:933 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:40:03:933 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.40 seconds
05-23 16:40:03:957 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:40:03:984 CSync run took  623  Milliseconds 
05-23 16:40:03:984 -> CSync Finished slot with error  false 
05-23 16:40:03:984 Starting Event logging again in  2000  milliseconds 
05-23 16:40:03:984 OO folder slotSyncFinished: result:  4 
05-23 16:40:03:984 ==> load folder icon  "owncloud-framed" 
05-23 16:40:03:984 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:40:03:984 Check status.php from statusdialog. 
05-23 16:40:03:984 Get Request to  "status.php" 
05-23 16:40:03:984 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:40:03:984 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:40:03:985 Setting up host header:  "box.cern.ch" 
05-23 16:40:03:985 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:40:03:985 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:40:03:985 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:40:03:985 <===================================== sync finished for  "ownCloud" 
05-23 16:40:04:004 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b257a0) 
05-23 16:40:04:004 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:40:04:185 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:40:05:985     * event notification  enabled 
05-23 16:40:34:340 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:40:34:340 *  "ownCloud" Poll timer disabled 
05-23 16:40:34:340 Schedule folder  "ownCloud"  to sync! 
05-23 16:40:34:340 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:40:34:341 ==> load folder icon  "owncloud-framed" 
05-23 16:40:34:341 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:40:34:341 Check status.php from statusdialog. 
05-23 16:40:34:341 Get Request to  "status.php" 
05-23 16:40:34:341 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:40:34:341 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:40:34:341 Setting up host header:  "box.cern.ch" 
05-23 16:40:34:341 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:40:34:341 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:40:34:341 *** Start syncing 
05-23 16:40:34:341     * event notification  disabled 
05-23 16:40:34:341 >===================================== sync started for  "ownCloud" 
05-23 16:40:34:342 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:40:34:343 starting to sync  QThread(0x140f860) QThread(0x15deb60) 
05-23 16:40:34:343 #### Update start #################################################### >> 
05-23 16:40:34:343 csync_memstat_check: Memory: 804068K total size, 34520K resident, 23784K shared
05-23 16:40:34:343 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:40:34:343 csync_ftw: .csync_journal.db excluded
05-23 16:40:34:344 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:40:34:344 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:40:34:344 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:40:34:344 csync_memstat_check: Memory: 804068K total size, 34520K resident, 23784K shared
05-23 16:40:34:344 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:40:34:344 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:40:34:344 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:40:34:344 oc_module: * scheme owncloud
05-23 16:40:34:344 oc_module: * host box.cern.ch
05-23 16:40:34:344 oc_module: * port 0
05-23 16:40:34:344 oc_module: * path /owncloud/remote.php/webdav
05-23 16:40:34:344 oc_module: * user 
05-23 16:40:34:345 oc_module: ne_sock_init: 0
05-23 16:40:34:345 oc_module: No proxy configured.
05-23 16:40:34:363 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19e8b90) 
05-23 16:40:34:363 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:40:34:374 oc_module: Authentication required 
05-23 16:40:34:374 oc_module: Call the csync callback for ownCloud
05-23 16:40:34:436 oc_module: Simple propfind result code 207.
05-23 16:40:34:436 oc_module: opendir returning handle 0x7f22100012b0
05-23 16:40:34:436 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:40:34:436 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:40:34:436 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:40:34:436 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:40:34:436 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:40:34:436 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:40:34:436 oc_module: Skipping target resource.
05-23 16:40:34:436 oc_module: closedir method called 0x7f22100012b0!
05-23 16:40:34:436 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:40:34:436 csync_update: Update detection for remote replica took 0.09 seconds walking 1 files.
05-23 16:40:34:436 csync_memstat_check: Memory: 804068K total size, 34524K resident, 23784K shared
05-23 16:40:34:436 <<#### Update end ########################################################### 
05-23 16:40:34:436 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:40:34:436 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:40:34:436 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:40:34:436 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:40:34:436 _csync_push_file: continuation: 0 0
05-23 16:40:34:436 oc_module: => open called for owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:40:34:436 oc_module: GET request on /owncloud/remote.php/webdav/web1.txt
05-23 16:40:34:436 oc_module: Sendfile handling request type GET.
05-23 16:40:34:436 oc_module:   -- GET on owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:40:34:436     * csync thread started 
05-23 16:40:34:436 ==> load folder icon  "owncloud-framed" 
05-23 16:40:34:437 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:40:34:437 Check status.php from statusdialog. 
05-23 16:40:34:437 Get Request to  "status.php" 
05-23 16:40:34:437 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:40:34:437 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:40:34:437 Setting up host header:  "box.cern.ch" 
05-23 16:40:34:437 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:40:34:437 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:40:34:452 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b3bcf0) 
05-23 16:40:34:452 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:40:34:493 oc_module: Content encoding ist <empty> with status 404
05-23 16:40:34:493 oc_module: GET http result 404 (Not Found)
05-23 16:40:34:493 oc_module: sendfile request failed with http status 404!
05-23 16:40:34:493 _csync_push_file: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt, command: sendfile, error:  from errno 2
05-23 16:40:34:493 csync_propagate: Propagation for remote replica took 0.06 seconds visiting 1 files.
05-23 16:40:34:493 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:40:34:776 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:40:34:809 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:40:34:810 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:40:34:810 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:40:34:810 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:40:34:810 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.32 seconds
05-23 16:40:34:831 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:40:34:857 CSync run took  514  Milliseconds 
05-23 16:40:34:857 -> CSync Finished slot with error  false 
05-23 16:40:34:857 Starting Event logging again in  2000  milliseconds 
05-23 16:40:34:857 OO folder slotSyncFinished: result:  4 
05-23 16:40:34:857 ==> load folder icon  "owncloud-framed" 
05-23 16:40:34:857 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:40:34:857 Check status.php from statusdialog. 
05-23 16:40:34:857 Get Request to  "status.php" 
05-23 16:40:34:857 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:40:34:857 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:40:34:857 Setting up host header:  "box.cern.ch" 
05-23 16:40:34:857 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:40:34:858 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:40:34:858 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:40:34:858 <===================================== sync finished for  "ownCloud" 
05-23 16:40:34:875 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1750050) 
05-23 16:40:34:875 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:40:35:058 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:40:36:857     * event notification  enabled 
05-23 16:41:05:215 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:41:05:215 *  "ownCloud" Poll timer disabled 
05-23 16:41:05:215 Schedule folder  "ownCloud"  to sync! 
05-23 16:41:05:215 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:41:05:215 ==> load folder icon  "owncloud-framed" 
05-23 16:41:05:215 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:41:05:216 Check status.php from statusdialog. 
05-23 16:41:05:216 Get Request to  "status.php" 
05-23 16:41:05:216 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:41:05:216 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:41:05:216 Setting up host header:  "box.cern.ch" 
05-23 16:41:05:216 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:41:05:216 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:41:05:216 *** Start syncing 
05-23 16:41:05:216     * event notification  disabled 
05-23 16:41:05:216 >===================================== sync started for  "ownCloud" 
05-23 16:41:05:216 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:41:05:217 starting to sync  QThread(0x140f860) QThread(0x1a8ade0) 
05-23 16:41:05:217 #### Update start #################################################### >> 
05-23 16:41:05:217 csync_memstat_check: Memory: 804068K total size, 34520K resident, 23784K shared
05-23 16:41:05:217 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:41:05:218 csync_ftw: .csync_journal.db excluded
05-23 16:41:05:218 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:41:05:218 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:41:05:218 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:41:05:218 csync_memstat_check: Memory: 804068K total size, 34520K resident, 23784K shared
05-23 16:41:05:218 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:41:05:218 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:41:05:218 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:41:05:218 oc_module: * scheme owncloud
05-23 16:41:05:218 oc_module: * host box.cern.ch
05-23 16:41:05:218 oc_module: * port 0
05-23 16:41:05:218 oc_module: * path /owncloud/remote.php/webdav
05-23 16:41:05:218 oc_module: * user 
05-23 16:41:05:219 oc_module: ne_sock_init: 0
05-23 16:41:05:219 oc_module: No proxy configured.
05-23 16:41:05:235 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x16f75c0) 
05-23 16:41:05:235 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:41:05:256 oc_module: Authentication required 
05-23 16:41:05:256 oc_module: Call the csync callback for ownCloud
05-23 16:41:05:320 oc_module: Simple propfind result code 207.
05-23 16:41:05:320 oc_module: opendir returning handle 0x7f220800a9f0
05-23 16:41:05:321 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:41:05:321 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:41:05:321 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:41:05:321 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:41:05:321 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:41:05:321 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:41:05:321 oc_module: Skipping target resource.
05-23 16:41:05:321 oc_module: closedir method called 0x7f220800a9f0!
05-23 16:41:05:321 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:41:05:321 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:41:05:321 csync_memstat_check: Memory: 804068K total size, 34524K resident, 23784K shared
05-23 16:41:05:321 <<#### Update end ########################################################### 
05-23 16:41:05:321 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:41:05:321 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:41:05:321 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:41:05:321 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:41:05:321 _csync_push_file: continuation: 0 0
05-23 16:41:05:321 oc_module: => open called for owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:41:05:321 oc_module: GET request on /owncloud/remote.php/webdav/web1.txt
05-23 16:41:05:321 oc_module: Sendfile handling request type GET.
05-23 16:41:05:321 oc_module:   -- GET on owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:41:05:321     * csync thread started 
05-23 16:41:05:321 ==> load folder icon  "owncloud-framed" 
05-23 16:41:05:322 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:41:05:322 Check status.php from statusdialog. 
05-23 16:41:05:322 Get Request to  "status.php" 
05-23 16:41:05:322 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:41:05:322 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:41:05:322 Setting up host header:  "box.cern.ch" 
05-23 16:41:05:322 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:41:05:322 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:41:05:341 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19dc2c0) 
05-23 16:41:05:342 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:41:05:390 oc_module: Content encoding ist <empty> with status 404
05-23 16:41:05:390 oc_module: GET http result 404 (Not Found)
05-23 16:41:05:390 oc_module: sendfile request failed with http status 404!
05-23 16:41:05:390 _csync_push_file: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt, command: sendfile, error:  from errno 2
05-23 16:41:05:390 csync_propagate: Propagation for remote replica took 0.07 seconds visiting 1 files.
05-23 16:41:05:390 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:41:05:739 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:41:05:780 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:41:05:781 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:41:05:781 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:41:05:781 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:41:05:781 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:41:05:782 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:41:05:782 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.39 seconds
05-23 16:41:05:806 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:41:05:831 CSync run took  614  Milliseconds 
05-23 16:41:05:831 -> CSync Finished slot with error  false 
05-23 16:41:05:831 Starting Event logging again in  2000  milliseconds 
05-23 16:41:05:831 OO folder slotSyncFinished: result:  4 
05-23 16:41:05:831 ==> load folder icon  "owncloud-framed" 
05-23 16:41:05:831 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:41:05:831 Check status.php from statusdialog. 
05-23 16:41:05:831 Get Request to  "status.php" 
05-23 16:41:05:832 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:41:05:832 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:41:05:832 Setting up host header:  "box.cern.ch" 
05-23 16:41:05:832 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:41:05:832 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:41:05:832 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:41:05:832 <===================================== sync finished for  "ownCloud" 
05-23 16:41:05:848 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1985330) 
05-23 16:41:05:848 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:41:06:032 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:41:07:832     * event notification  enabled 
05-23 16:41:36:180 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:41:36:180 *  "ownCloud" Poll timer disabled 
05-23 16:41:36:180 Schedule folder  "ownCloud"  to sync! 
05-23 16:41:36:180 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:41:36:180 ==> load folder icon  "owncloud-framed" 
05-23 16:41:36:180 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:41:36:180 Check status.php from statusdialog. 
05-23 16:41:36:180 Get Request to  "status.php" 
05-23 16:41:36:181 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:41:36:181 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:41:36:181 Setting up host header:  "box.cern.ch" 
05-23 16:41:36:181 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:41:36:181 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:41:36:181 *** Start syncing 
05-23 16:41:36:181     * event notification  disabled 
05-23 16:41:36:181 >===================================== sync started for  "ownCloud" 
05-23 16:41:36:182 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:41:36:182 starting to sync  QThread(0x140f860) QThread(0x19f15e0) 
05-23 16:41:36:182 #### Update start #################################################### >> 
05-23 16:41:36:182 csync_memstat_check: Memory: 804068K total size, 34520K resident, 23784K shared
05-23 16:41:36:182 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:41:36:183 csync_ftw: .csync_journal.db excluded
05-23 16:41:36:183 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:41:36:183 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:41:36:183 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:41:36:183 csync_memstat_check: Memory: 804068K total size, 34520K resident, 23784K shared
05-23 16:41:36:183 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:41:36:183 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:41:36:183 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:41:36:183 oc_module: * scheme owncloud
05-23 16:41:36:183 oc_module: * host box.cern.ch
05-23 16:41:36:183 oc_module: * port 0
05-23 16:41:36:183 oc_module: * path /owncloud/remote.php/webdav
05-23 16:41:36:183 oc_module: * user 
05-23 16:41:36:184 oc_module: ne_sock_init: 0
05-23 16:41:36:184 oc_module: No proxy configured.
05-23 16:41:36:203 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b25c10) 
05-23 16:41:36:203 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:41:36:217 oc_module: Authentication required 
05-23 16:41:36:217 oc_module: Call the csync callback for ownCloud
05-23 16:41:36:286 oc_module: Simple propfind result code 207.
05-23 16:41:36:286 oc_module: opendir returning handle 0x7f2210002240
05-23 16:41:36:286 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:41:36:286 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:41:36:286 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:41:36:286 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:41:36:286 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:41:36:286 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:41:36:286 oc_module: Skipping target resource.
05-23 16:41:36:286 oc_module: closedir method called 0x7f2210002240!
05-23 16:41:36:286 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:41:36:286 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:41:36:286 csync_memstat_check: Memory: 804068K total size, 34524K resident, 23784K shared
05-23 16:41:36:286 <<#### Update end ########################################################### 
05-23 16:41:36:286 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:41:36:286 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:41:36:286 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:41:36:286 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:41:36:286 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:41:36:286 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:41:36:287     * csync thread started 
05-23 16:41:36:287 ==> load folder icon  "owncloud-framed" 
05-23 16:41:36:287 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:41:36:287 Check status.php from statusdialog. 
05-23 16:41:36:287 Get Request to  "status.php" 
05-23 16:41:36:287 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:41:36:287 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:41:36:287 Setting up host header:  "box.cern.ch" 
05-23 16:41:36:288 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:41:36:288 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:41:36:308 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1750050) 
05-23 16:41:36:308 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:41:36:616 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:41:36:666 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:41:36:666 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:41:36:666 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:41:36:666 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:41:36:666 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:41:36:666 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:41:36:667 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:41:36:667 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:41:36:667 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.38 seconds
05-23 16:41:36:694 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:41:36:728 CSync run took  546  Milliseconds 
05-23 16:41:36:728 -> CSync Finished slot with error  false 
05-23 16:41:36:728 Starting Event logging again in  2000  milliseconds 
05-23 16:41:36:728 OO folder slotSyncFinished: result:  4 
05-23 16:41:36:728 ==> load folder icon  "owncloud-framed" 
05-23 16:41:36:728 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:41:36:728 Check status.php from statusdialog. 
05-23 16:41:36:728 Get Request to  "status.php" 
05-23 16:41:36:728 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:41:36:728 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:41:36:728 Setting up host header:  "box.cern.ch" 
05-23 16:41:36:728 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:41:36:729 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:41:36:729 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:41:36:729 <===================================== sync finished for  "ownCloud" 
05-23 16:41:36:746 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1985330) 
05-23 16:41:36:746 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:41:36:929 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:41:38:729     * event notification  enabled 
05-23 16:42:07:078 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:42:07:078 *  "ownCloud" Poll timer disabled 
05-23 16:42:07:078 Schedule folder  "ownCloud"  to sync! 
05-23 16:42:07:078 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:42:07:078 ==> load folder icon  "owncloud-framed" 
05-23 16:42:07:078 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:42:07:078 Check status.php from statusdialog. 
05-23 16:42:07:078 Get Request to  "status.php" 
05-23 16:42:07:078 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:42:07:079 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:42:07:079 Setting up host header:  "box.cern.ch" 
05-23 16:42:07:079 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:42:07:079 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:42:07:079 *** Start syncing 
05-23 16:42:07:079     * event notification  disabled 
05-23 16:42:07:079 >===================================== sync started for  "ownCloud" 
05-23 16:42:07:081 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:42:07:081 starting to sync  QThread(0x140f860) QThread(0x1a46f40) 
05-23 16:42:07:081 #### Update start #################################################### >> 
05-23 16:42:07:081 csync_memstat_check: Memory: 804068K total size, 34520K resident, 23784K shared
05-23 16:42:07:081 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:42:07:081 csync_ftw: .csync_journal.db excluded
05-23 16:42:07:081 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:42:07:081 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:42:07:082 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:42:07:082 csync_memstat_check: Memory: 804068K total size, 34524K resident, 23784K shared
05-23 16:42:07:082 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:42:07:082 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:42:07:082 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:42:07:082 oc_module: * scheme owncloud
05-23 16:42:07:082 oc_module: * host box.cern.ch
05-23 16:42:07:082 oc_module: * port 0
05-23 16:42:07:082 oc_module: * path /owncloud/remote.php/webdav
05-23 16:42:07:082 oc_module: * user 
05-23 16:42:07:083 oc_module: ne_sock_init: 0
05-23 16:42:07:083 oc_module: No proxy configured.
05-23 16:42:07:102 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x15a0960) 
05-23 16:42:07:102 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:42:07:116 oc_module: Authentication required 
05-23 16:42:07:116 oc_module: Call the csync callback for ownCloud
05-23 16:42:07:192 oc_module: Simple propfind result code 207.
05-23 16:42:07:192 oc_module: opendir returning handle 0x7f2210008f30
05-23 16:42:07:192 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:42:07:192 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:42:07:192 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:42:07:192 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:42:07:192 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:42:07:192 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:42:07:192 oc_module: Skipping target resource.
05-23 16:42:07:192 oc_module: closedir method called 0x7f2210008f30!
05-23 16:42:07:192 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:42:07:192 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:42:07:192 csync_memstat_check: Memory: 804068K total size, 34528K resident, 23784K shared
05-23 16:42:07:192 <<#### Update end ########################################################### 
05-23 16:42:07:192 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:42:07:192 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:42:07:192 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:42:07:193 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:42:07:193 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:42:07:193 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:42:07:193     * csync thread started 
05-23 16:42:07:193 ==> load folder icon  "owncloud-framed" 
05-23 16:42:07:193 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:42:07:194 Check status.php from statusdialog. 
05-23 16:42:07:194 Get Request to  "status.php" 
05-23 16:42:07:194 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:42:07:194 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:42:07:194 Setting up host header:  "box.cern.ch" 
05-23 16:42:07:194 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:42:07:194 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:42:07:213 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x15a0960) 
05-23 16:42:07:213 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:42:07:585 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:42:07:635 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:42:07:636 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:42:07:636 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:42:07:636 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:42:07:636 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:42:07:636 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:42:07:636 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:42:07:636 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:42:07:636 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:42:07:636 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:42:07:636 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.44 seconds
05-23 16:42:07:667 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:42:07:700 CSync run took  619  Milliseconds 
05-23 16:42:07:700 -> CSync Finished slot with error  false 
05-23 16:42:07:700 Starting Event logging again in  2000  milliseconds 
05-23 16:42:07:700 OO folder slotSyncFinished: result:  4 
05-23 16:42:07:701 ==> load folder icon  "owncloud-framed" 
05-23 16:42:07:701 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:42:07:701 Check status.php from statusdialog. 
05-23 16:42:07:701 Get Request to  "status.php" 
05-23 16:42:07:701 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:42:07:701 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:42:07:701 Setting up host header:  "box.cern.ch" 
05-23 16:42:07:701 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:42:07:701 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:42:07:701 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:42:07:701 <===================================== sync finished for  "ownCloud" 
05-23 16:42:07:717 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a467c0) 
05-23 16:42:07:717 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:42:07:902 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:42:09:701     * event notification  enabled 
05-23 16:42:38:069 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:42:38:069 *  "ownCloud" Poll timer disabled 
05-23 16:42:38:069 Schedule folder  "ownCloud"  to sync! 
05-23 16:42:38:069 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:42:38:069 ==> load folder icon  "owncloud-framed" 
05-23 16:42:38:069 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:42:38:069 Check status.php from statusdialog. 
05-23 16:42:38:069 Get Request to  "status.php" 
05-23 16:42:38:069 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:42:38:069 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:42:38:069 Setting up host header:  "box.cern.ch" 
05-23 16:42:38:070 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:42:38:070 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:42:38:070 *** Start syncing 
05-23 16:42:38:070     * event notification  disabled 
05-23 16:42:38:070 >===================================== sync started for  "ownCloud" 
05-23 16:42:38:071 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:42:38:071 starting to sync  QThread(0x140f860) QThread(0x19c6c10) 
05-23 16:42:38:071 #### Update start #################################################### >> 
05-23 16:42:38:071 csync_memstat_check: Memory: 804068K total size, 34524K resident, 23784K shared
05-23 16:42:38:071 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:42:38:071 csync_ftw: .csync_journal.db excluded
05-23 16:42:38:071 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:42:38:071 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:42:38:072 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:42:38:072 csync_memstat_check: Memory: 804068K total size, 34524K resident, 23784K shared
05-23 16:42:38:072 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:42:38:072 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:42:38:072 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:42:38:072 oc_module: * scheme owncloud
05-23 16:42:38:072 oc_module: * host box.cern.ch
05-23 16:42:38:072 oc_module: * port 0
05-23 16:42:38:072 oc_module: * path /owncloud/remote.php/webdav
05-23 16:42:38:072 oc_module: * user 
05-23 16:42:38:073 oc_module: ne_sock_init: 0
05-23 16:42:38:073 oc_module: No proxy configured.
05-23 16:42:38:088 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x16f7cc0) 
05-23 16:42:38:088 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:42:38:101 oc_module: Authentication required 
05-23 16:42:38:101 oc_module: Call the csync callback for ownCloud
05-23 16:42:38:167 oc_module: Simple propfind result code 207.
05-23 16:42:38:167 oc_module: opendir returning handle 0x7f2208028090
05-23 16:42:38:167 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:42:38:167 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:42:38:167 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:42:38:167 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:42:38:167 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:42:38:167 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:42:38:167 oc_module: Skipping target resource.
05-23 16:42:38:167 oc_module: closedir method called 0x7f2208028090!
05-23 16:42:38:167 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:42:38:167 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:42:38:167 csync_memstat_check: Memory: 804068K total size, 34528K resident, 23784K shared
05-23 16:42:38:167 <<#### Update end ########################################################### 
05-23 16:42:38:167 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:42:38:167 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:42:38:167 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:42:38:167 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:42:38:167 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:42:38:167 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:42:38:168     * csync thread started 
05-23 16:42:38:168 ==> load folder icon  "owncloud-framed" 
05-23 16:42:38:168 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:42:38:168 Check status.php from statusdialog. 
05-23 16:42:38:168 Get Request to  "status.php" 
05-23 16:42:38:168 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:42:38:168 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:42:38:168 Setting up host header:  "box.cern.ch" 
05-23 16:42:38:168 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:42:38:168 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:42:38:188 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b39bc0) 
05-23 16:42:38:188 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:42:38:548 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:42:38:598 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:42:38:598 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:42:38:598 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:42:38:598 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:42:38:598 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:42:38:598 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:42:38:598 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:42:38:598 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:42:38:598 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:42:38:598 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:42:38:598 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:42:38:599 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:42:38:599 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.43 seconds
05-23 16:42:38:630 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:42:38:664 CSync run took  593  Milliseconds 
05-23 16:42:38:664 -> CSync Finished slot with error  false 
05-23 16:42:38:664 Starting Event logging again in  2000  milliseconds 
05-23 16:42:38:664 OO folder slotSyncFinished: result:  4 
05-23 16:42:38:664 ==> load folder icon  "owncloud-framed" 
05-23 16:42:38:664 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:42:38:664 Check status.php from statusdialog. 
05-23 16:42:38:664 Get Request to  "status.php" 
05-23 16:42:38:664 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:42:38:664 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:42:38:664 Setting up host header:  "box.cern.ch" 
05-23 16:42:38:665 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:42:38:665 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:42:38:665 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:42:38:665 <===================================== sync finished for  "ownCloud" 
05-23 16:42:38:683 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x15a0960) 
05-23 16:42:38:683 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:42:38:865 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:42:40:666     * event notification  enabled 
05-23 16:43:09:016 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:43:09:016 *  "ownCloud" Poll timer disabled 
05-23 16:43:09:016 Schedule folder  "ownCloud"  to sync! 
05-23 16:43:09:016 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:43:09:016 ==> load folder icon  "owncloud-framed" 
05-23 16:43:09:016 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:43:09:016 Check status.php from statusdialog. 
05-23 16:43:09:016 Get Request to  "status.php" 
05-23 16:43:09:016 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:43:09:016 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:43:09:017 Setting up host header:  "box.cern.ch" 
05-23 16:43:09:017 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:43:09:017 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:43:09:017 *** Start syncing 
05-23 16:43:09:017     * event notification  disabled 
05-23 16:43:09:017 >===================================== sync started for  "ownCloud" 
05-23 16:43:09:019 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:43:09:019 starting to sync  QThread(0x140f860) QThread(0x19e41a0) 
05-23 16:43:09:019 #### Update start #################################################### >> 
05-23 16:43:09:019 csync_memstat_check: Memory: 804068K total size, 34524K resident, 23784K shared
05-23 16:43:09:019 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:43:09:019 csync_ftw: .csync_journal.db excluded
05-23 16:43:09:020 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:43:09:020 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:43:09:020 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:43:09:020 csync_memstat_check: Memory: 804068K total size, 34524K resident, 23784K shared
05-23 16:43:09:020 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:43:09:020 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:43:09:020 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:43:09:020 oc_module: * scheme owncloud
05-23 16:43:09:020 oc_module: * host box.cern.ch
05-23 16:43:09:020 oc_module: * port 0
05-23 16:43:09:020 oc_module: * path /owncloud/remote.php/webdav
05-23 16:43:09:020 oc_module: * user 
05-23 16:43:09:021 oc_module: ne_sock_init: 0
05-23 16:43:09:021 oc_module: No proxy configured.
05-23 16:43:09:036 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a24080) 
05-23 16:43:09:036 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:43:09:048 oc_module: Authentication required 
05-23 16:43:09:048 oc_module: Call the csync callback for ownCloud
05-23 16:43:09:118 oc_module: Simple propfind result code 207.
05-23 16:43:09:118 oc_module: opendir returning handle 0x7f2210002240
05-23 16:43:09:118 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:43:09:118 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:43:09:118 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:43:09:118 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:43:09:119 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:43:09:119 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:43:09:119 oc_module: Skipping target resource.
05-23 16:43:09:119 oc_module: closedir method called 0x7f2210002240!
05-23 16:43:09:119 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:43:09:119 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:43:09:119 csync_memstat_check: Memory: 804068K total size, 34528K resident, 23784K shared
05-23 16:43:09:119 <<#### Update end ########################################################### 
05-23 16:43:09:119 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:43:09:119 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:43:09:119 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:43:09:119 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:43:09:119 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:43:09:119 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:43:09:119     * csync thread started 
05-23 16:43:09:119 ==> load folder icon  "owncloud-framed" 
05-23 16:43:09:120 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:43:09:120 Check status.php from statusdialog. 
05-23 16:43:09:120 Get Request to  "status.php" 
05-23 16:43:09:120 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:43:09:120 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:43:09:120 Setting up host header:  "box.cern.ch" 
05-23 16:43:09:120 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:43:09:120 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:43:09:141 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19d27f0) 
05-23 16:43:09:141 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:43:09:433 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:43:09:475 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:43:09:475 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:43:09:475 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:43:09:475 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:43:09:475 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:43:09:476 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:43:09:476 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:43:09:476 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:43:09:476 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:43:09:476 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:43:09:476 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:43:09:476 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:43:09:476 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:43:09:476 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:43:09:476 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.36 seconds
05-23 16:43:09:503 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:43:09:528 CSync run took  509  Milliseconds 
05-23 16:43:09:528 -> CSync Finished slot with error  false 
05-23 16:43:09:529 Starting Event logging again in  2000  milliseconds 
05-23 16:43:09:529 OO folder slotSyncFinished: result:  4 
05-23 16:43:09:529 ==> load folder icon  "owncloud-framed" 
05-23 16:43:09:529 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:43:09:529 Check status.php from statusdialog. 
05-23 16:43:09:529 Get Request to  "status.php" 
05-23 16:43:09:529 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:43:09:529 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:43:09:529 Setting up host header:  "box.cern.ch" 
05-23 16:43:09:529 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:43:09:529 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:43:09:529 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:43:09:529 <===================================== sync finished for  "ownCloud" 
05-23 16:43:09:546 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x15a0960) 
05-23 16:43:09:546 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:43:09:729 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:43:11:530     * event notification  enabled 
05-23 16:43:39:878 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:43:39:878 *  "ownCloud" Poll timer disabled 
05-23 16:43:39:878 Schedule folder  "ownCloud"  to sync! 
05-23 16:43:39:878 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:43:39:878 ==> load folder icon  "owncloud-framed" 
05-23 16:43:39:879 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:43:39:879 Check status.php from statusdialog. 
05-23 16:43:39:879 Get Request to  "status.php" 
05-23 16:43:39:879 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:43:39:879 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:43:39:879 Setting up host header:  "box.cern.ch" 
05-23 16:43:39:879 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:43:39:879 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:43:39:879 *** Start syncing 
05-23 16:43:39:879     * event notification  disabled 
05-23 16:43:39:879 >===================================== sync started for  "ownCloud" 
05-23 16:43:39:881 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:43:39:881 starting to sync  QThread(0x140f860) QThread(0x1a486e0) 
05-23 16:43:39:881 #### Update start #################################################### >> 
05-23 16:43:39:881 csync_memstat_check: Memory: 804068K total size, 34524K resident, 23784K shared
05-23 16:43:39:881 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:43:39:881 csync_ftw: .csync_journal.db excluded
05-23 16:43:39:881 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:43:39:881 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:43:39:881 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:43:39:881 csync_memstat_check: Memory: 804068K total size, 34524K resident, 23784K shared
05-23 16:43:39:881 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:43:39:881 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:43:39:881 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:43:39:881 oc_module: * scheme owncloud
05-23 16:43:39:881 oc_module: * host box.cern.ch
05-23 16:43:39:881 oc_module: * port 0
05-23 16:43:39:881 oc_module: * path /owncloud/remote.php/webdav
05-23 16:43:39:881 oc_module: * user 
05-23 16:43:39:883 oc_module: ne_sock_init: 0
05-23 16:43:39:883 oc_module: No proxy configured.
05-23 16:43:39:897 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a76e40) 
05-23 16:43:39:897 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:43:39:909 oc_module: Authentication required 
05-23 16:43:39:909 oc_module: Call the csync callback for ownCloud
05-23 16:43:39:984 oc_module: Simple propfind result code 207.
05-23 16:43:39:984 oc_module: opendir returning handle 0x7f2208025520
05-23 16:43:39:984 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:43:39:984 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:43:39:984 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:43:39:984 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:43:39:984 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:43:39:984 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:43:39:984 oc_module: Skipping target resource.
05-23 16:43:39:984 oc_module: closedir method called 0x7f2208025520!
05-23 16:43:39:984 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:43:39:984 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:43:39:984 csync_memstat_check: Memory: 804068K total size, 34528K resident, 23784K shared
05-23 16:43:39:984 <<#### Update end ########################################################### 
05-23 16:43:39:984 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:43:39:984 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:43:39:984 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:43:39:984 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:43:39:984 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:43:39:984 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:43:39:985     * csync thread started 
05-23 16:43:39:985 ==> load folder icon  "owncloud-framed" 
05-23 16:43:39:985 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:43:39:985 Check status.php from statusdialog. 
05-23 16:43:39:985 Get Request to  "status.php" 
05-23 16:43:39:985 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:43:39:985 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:43:39:985 Setting up host header:  "box.cern.ch" 
05-23 16:43:39:985 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:43:39:986 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:43:40:004 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x15aa8f0) 
05-23 16:43:40:004 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:43:40:360 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:43:40:410 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:43:40:410 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:43:40:410 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:43:40:410 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:43:40:410 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:43:40:411 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:43:40:411 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:43:40:411 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:43:40:411 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:43:40:411 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:43:40:411 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:43:40:411 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:43:40:411 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:43:40:411 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:43:40:411 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:43:40:411 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:43:40:411 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.43 seconds
05-23 16:43:40:441 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:43:40:475 CSync run took  594  Milliseconds 
05-23 16:43:40:475 -> CSync Finished slot with error  false 
05-23 16:43:40:475 Starting Event logging again in  2000  milliseconds 
05-23 16:43:40:475 OO folder slotSyncFinished: result:  4 
05-23 16:43:40:475 ==> load folder icon  "owncloud-framed" 
05-23 16:43:40:475 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:43:40:475 Check status.php from statusdialog. 
05-23 16:43:40:475 Get Request to  "status.php" 
05-23 16:43:40:476 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:43:40:476 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:43:40:476 Setting up host header:  "box.cern.ch" 
05-23 16:43:40:476 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:43:40:476 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:43:40:476 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:43:40:476 <===================================== sync finished for  "ownCloud" 
05-23 16:43:40:494 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x188fe40) 
05-23 16:43:40:494 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:43:40:676 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:43:42:477     * event notification  enabled 
05-23 16:44:10:825 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:44:10:825 *  "ownCloud" Poll timer disabled 
05-23 16:44:10:825 Schedule folder  "ownCloud"  to sync! 
05-23 16:44:10:826 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:44:10:826 ==> load folder icon  "owncloud-framed" 
05-23 16:44:10:826 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:44:10:826 Check status.php from statusdialog. 
05-23 16:44:10:826 Get Request to  "status.php" 
05-23 16:44:10:826 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:44:10:826 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:44:10:826 Setting up host header:  "box.cern.ch" 
05-23 16:44:10:826 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:44:10:826 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:44:10:826 *** Start syncing 
05-23 16:44:10:826     * event notification  disabled 
05-23 16:44:10:827 >===================================== sync started for  "ownCloud" 
05-23 16:44:10:828 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:44:10:828 starting to sync  QThread(0x140f860) QThread(0x1a3ffd0) 
05-23 16:44:10:828 #### Update start #################################################### >> 
05-23 16:44:10:831 csync_memstat_check: Memory: 804068K total size, 34528K resident, 23784K shared
05-23 16:44:10:831 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:44:10:831 csync_ftw: .csync_journal.db excluded
05-23 16:44:10:831 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:44:10:831 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:44:10:831 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:44:10:831 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:44:10:831 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:44:10:831 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:44:10:831 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:44:10:831 oc_module: * scheme owncloud
05-23 16:44:10:831 oc_module: * host box.cern.ch
05-23 16:44:10:832 oc_module: * port 0
05-23 16:44:10:832 oc_module: * path /owncloud/remote.php/webdav
05-23 16:44:10:832 oc_module: * user 
05-23 16:44:10:833 oc_module: ne_sock_init: 0
05-23 16:44:10:833 oc_module: No proxy configured.
05-23 16:44:10:846 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b4add0) 
05-23 16:44:10:846 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:44:10:870 oc_module: Authentication required 
05-23 16:44:10:870 oc_module: Call the csync callback for ownCloud
05-23 16:44:10:944 oc_module: Simple propfind result code 207.
05-23 16:44:10:944 oc_module: opendir returning handle 0x7f2208012860
05-23 16:44:10:944 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:44:10:944 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:44:10:944 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:44:10:944 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:44:10:944 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:44:10:944 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:44:10:944 oc_module: Skipping target resource.
05-23 16:44:10:944 oc_module: closedir method called 0x7f2208012860!
05-23 16:44:10:944 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:44:10:944 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:44:10:944 csync_memstat_check: Memory: 804068K total size, 34536K resident, 23784K shared
05-23 16:44:10:944 <<#### Update end ########################################################### 
05-23 16:44:10:944 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:44:10:944 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:44:10:944 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:44:10:944 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:44:10:944 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:44:10:944 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:44:10:945     * csync thread started 
05-23 16:44:10:945 ==> load folder icon  "owncloud-framed" 
05-23 16:44:10:945 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:44:10:945 Check status.php from statusdialog. 
05-23 16:44:10:945 Get Request to  "status.php" 
05-23 16:44:10:945 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:44:10:946 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:44:10:946 Setting up host header:  "box.cern.ch" 
05-23 16:44:10:946 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:44:10:946 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:44:10:964 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x178c780) 
05-23 16:44:10:964 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:44:11:278 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:44:11:320 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:44:11:320 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:44:11:320 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:44:11:321 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:44:11:321 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:44:11:321 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:44:11:321 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:44:11:321 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:44:11:321 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:44:11:322 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:44:11:322 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:44:11:322 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:44:11:322 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:44:11:322 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:44:11:322 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:44:11:322 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:44:11:323 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:44:11:323 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:44:11:323 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.38 seconds
05-23 16:44:11:348 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:44:11:373 CSync run took  545  Milliseconds 
05-23 16:44:11:373 -> CSync Finished slot with error  false 
05-23 16:44:11:373 Starting Event logging again in  2000  milliseconds 
05-23 16:44:11:373 OO folder slotSyncFinished: result:  4 
05-23 16:44:11:373 ==> load folder icon  "owncloud-framed" 
05-23 16:44:11:373 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:44:11:374 Check status.php from statusdialog. 
05-23 16:44:11:374 Get Request to  "status.php" 
05-23 16:44:11:374 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:44:11:374 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:44:11:374 Setting up host header:  "box.cern.ch" 
05-23 16:44:11:374 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:44:11:374 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:44:11:374 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:44:11:374 <===================================== sync finished for  "ownCloud" 
05-23 16:44:11:387 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a78030) 
05-23 16:44:11:387 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:44:11:574 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:44:13:374     * event notification  enabled 
05-23 16:44:41:725 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:44:41:725 *  "ownCloud" Poll timer disabled 
05-23 16:44:41:725 Schedule folder  "ownCloud"  to sync! 
05-23 16:44:41:725 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:44:41:725 ==> load folder icon  "owncloud-framed" 
05-23 16:44:41:725 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:44:41:725 Check status.php from statusdialog. 
05-23 16:44:41:725 Get Request to  "status.php" 
05-23 16:44:41:725 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:44:41:725 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:44:41:725 Setting up host header:  "box.cern.ch" 
05-23 16:44:41:726 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:44:41:726 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:44:41:726 *** Start syncing 
05-23 16:44:41:726     * event notification  disabled 
05-23 16:44:41:726 >===================================== sync started for  "ownCloud" 
05-23 16:44:41:727 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:44:41:727 starting to sync  QThread(0x140f860) QThread(0x1b24e90) 
05-23 16:44:41:727 #### Update start #################################################### >> 
05-23 16:44:41:727 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:44:41:727 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:44:41:727 csync_ftw: .csync_journal.db excluded
05-23 16:44:41:727 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:44:41:727 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:44:41:727 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:44:41:727 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:44:41:727 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:44:41:727 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:44:41:727 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:44:41:728 oc_module: * scheme owncloud
05-23 16:44:41:728 oc_module: * host box.cern.ch
05-23 16:44:41:728 oc_module: * port 0
05-23 16:44:41:728 oc_module: * path /owncloud/remote.php/webdav
05-23 16:44:41:728 oc_module: * user 
05-23 16:44:41:729 oc_module: ne_sock_init: 0
05-23 16:44:41:729 oc_module: No proxy configured.
05-23 16:44:41:746 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b257a0) 
05-23 16:44:41:746 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:44:41:767 oc_module: Authentication required 
05-23 16:44:41:767 oc_module: Call the csync callback for ownCloud
05-23 16:44:41:836 oc_module: Simple propfind result code 207.
05-23 16:44:41:836 oc_module: opendir returning handle 0x7f2210025600
05-23 16:44:41:836 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:44:41:836 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:44:41:836 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:44:41:836 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:44:41:836 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:44:41:836 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:44:41:836 oc_module: Skipping target resource.
05-23 16:44:41:836 oc_module: closedir method called 0x7f2210025600!
05-23 16:44:41:836 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:44:41:836 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:44:41:836 csync_memstat_check: Memory: 804068K total size, 34536K resident, 23784K shared
05-23 16:44:41:836 <<#### Update end ########################################################### 
05-23 16:44:41:836 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:44:41:836 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:44:41:836 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:44:41:836 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:44:41:837 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:44:41:837 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:44:41:837     * csync thread started 
05-23 16:44:41:837 ==> load folder icon  "owncloud-framed" 
05-23 16:44:41:837 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:44:41:837 Check status.php from statusdialog. 
05-23 16:44:41:837 Get Request to  "status.php" 
05-23 16:44:41:838 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:44:41:838 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:44:41:838 Setting up host header:  "box.cern.ch" 
05-23 16:44:41:838 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:44:41:838 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:44:41:859 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b257a0) 
05-23 16:44:41:859 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:44:42:205 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:44:42:255 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:44:42:255 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:44:42:255 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:44:42:255 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:44:42:255 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:44:42:256 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:44:42:256 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:44:42:256 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:44:42:256 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:44:42:256 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:44:42:256 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:44:42:256 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:44:42:256 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:44:42:256 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:44:42:256 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:44:42:256 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:44:42:256 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:44:42:256 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:44:42:256 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:44:42:256 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:44:42:256 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.42 seconds
05-23 16:44:42:279 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:44:42:304 CSync run took  577  Milliseconds 
05-23 16:44:42:304 -> CSync Finished slot with error  false 
05-23 16:44:42:304 Starting Event logging again in  2000  milliseconds 
05-23 16:44:42:304 OO folder slotSyncFinished: result:  4 
05-23 16:44:42:304 ==> load folder icon  "owncloud-framed" 
05-23 16:44:42:304 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:44:42:305 Check status.php from statusdialog. 
05-23 16:44:42:305 Get Request to  "status.php" 
05-23 16:44:42:305 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:44:42:305 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:44:42:305 Setting up host header:  "box.cern.ch" 
05-23 16:44:42:305 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:44:42:305 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:44:42:305 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:44:42:305 <===================================== sync finished for  "ownCloud" 
05-23 16:44:42:324 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a05880) 
05-23 16:44:42:324 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:44:42:505 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:44:44:305     * event notification  enabled 
05-23 16:45:12:659 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:45:12:659 *  "ownCloud" Poll timer disabled 
05-23 16:45:12:659 Schedule folder  "ownCloud"  to sync! 
05-23 16:45:12:659 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:45:12:659 ==> load folder icon  "owncloud-framed" 
05-23 16:45:12:660 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:45:12:660 Check status.php from statusdialog. 
05-23 16:45:12:660 Get Request to  "status.php" 
05-23 16:45:12:660 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:45:12:660 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:45:12:660 Setting up host header:  "box.cern.ch" 
05-23 16:45:12:660 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:45:12:660 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:45:12:660 *** Start syncing 
05-23 16:45:12:660     * event notification  disabled 
05-23 16:45:12:660 >===================================== sync started for  "ownCloud" 
05-23 16:45:12:661 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:45:12:661 starting to sync  QThread(0x140f860) QThread(0x1750050) 
05-23 16:45:12:662 #### Update start #################################################### >> 
05-23 16:45:12:662 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:45:12:662 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:45:12:662 csync_ftw: .csync_journal.db excluded
05-23 16:45:12:662 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:45:12:662 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:45:12:662 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:45:12:662 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:45:12:662 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:45:12:662 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:45:12:662 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:45:12:662 oc_module: * scheme owncloud
05-23 16:45:12:662 oc_module: * host box.cern.ch
05-23 16:45:12:662 oc_module: * port 0
05-23 16:45:12:662 oc_module: * path /owncloud/remote.php/webdav
05-23 16:45:12:662 oc_module: * user 
05-23 16:45:12:663 oc_module: ne_sock_init: 0
05-23 16:45:12:664 oc_module: No proxy configured.
05-23 16:45:12:678 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b34a50) 
05-23 16:45:12:678 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:45:12:700 oc_module: Authentication required 
05-23 16:45:12:700 oc_module: Call the csync callback for ownCloud
05-23 16:45:12:774 oc_module: Simple propfind result code 207.
05-23 16:45:12:774 oc_module: opendir returning handle 0x7f2208028090
05-23 16:45:12:774 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:45:12:774 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:45:12:774 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:45:12:774 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:45:12:774 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:45:12:774 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:45:12:774 oc_module: Skipping target resource.
05-23 16:45:12:774 oc_module: closedir method called 0x7f2208028090!
05-23 16:45:12:774 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:45:12:774 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:45:12:774 csync_memstat_check: Memory: 804068K total size, 34536K resident, 23784K shared
05-23 16:45:12:774 <<#### Update end ########################################################### 
05-23 16:45:12:774 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:45:12:775 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:45:12:775 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:45:12:775 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:45:12:775 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:45:12:775 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:45:12:775     * csync thread started 
05-23 16:45:12:775 ==> load folder icon  "owncloud-framed" 
05-23 16:45:12:775 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:45:12:776 Check status.php from statusdialog. 
05-23 16:45:12:776 Get Request to  "status.php" 
05-23 16:45:12:776 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:45:12:776 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:45:12:776 Setting up host header:  "box.cern.ch" 
05-23 16:45:12:776 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:45:12:776 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:45:12:794 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x15a0960) 
05-23 16:45:12:794 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:45:13:090 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:45:13:140 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:45:13:140 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:45:13:140 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:45:13:141 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:45:13:141 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:45:13:141 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:45:13:141 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:45:13:141 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:45:13:141 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:45:13:141 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:45:13:141 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:45:13:142 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:45:13:142 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:45:13:142 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:45:13:142 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:45:13:142 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:45:13:142 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:45:13:142 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:45:13:142 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:45:13:143 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:45:13:143 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:45:13:143 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:45:13:143 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.37 seconds
05-23 16:45:13:168 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:45:13:194 CSync run took  532  Milliseconds 
05-23 16:45:13:194 -> CSync Finished slot with error  false 
05-23 16:45:13:194 Starting Event logging again in  2000  milliseconds 
05-23 16:45:13:194 OO folder slotSyncFinished: result:  4 
05-23 16:45:13:194 ==> load folder icon  "owncloud-framed" 
05-23 16:45:13:194 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:45:13:194 Check status.php from statusdialog. 
05-23 16:45:13:194 Get Request to  "status.php" 
05-23 16:45:13:194 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:45:13:194 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:45:13:194 Setting up host header:  "box.cern.ch" 
05-23 16:45:13:194 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:45:13:195 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:45:13:195 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:45:13:195 <===================================== sync finished for  "ownCloud" 
05-23 16:45:13:213 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x188ce20) 
05-23 16:45:13:213 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:45:13:395 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:45:15:196     * event notification  enabled 
05-23 16:45:43:547 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:45:43:547 *  "ownCloud" Poll timer disabled 
05-23 16:45:43:547 Schedule folder  "ownCloud"  to sync! 
05-23 16:45:43:547 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:45:43:547 ==> load folder icon  "owncloud-framed" 
05-23 16:45:43:547 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:45:43:548 Check status.php from statusdialog. 
05-23 16:45:43:548 Get Request to  "status.php" 
05-23 16:45:43:548 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:45:43:548 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:45:43:548 Setting up host header:  "box.cern.ch" 
05-23 16:45:43:548 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:45:43:548 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:45:43:548 *** Start syncing 
05-23 16:45:43:548     * event notification  disabled 
05-23 16:45:43:548 >===================================== sync started for  "ownCloud" 
05-23 16:45:43:549 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:45:43:549 starting to sync  QThread(0x140f860) QThread(0x19c5920) 
05-23 16:45:43:549 #### Update start #################################################### >> 
05-23 16:45:43:549 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:45:43:549 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:45:43:549 csync_ftw: .csync_journal.db excluded
05-23 16:45:43:549 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:45:43:549 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:45:43:549 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:45:43:549 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:45:43:549 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:45:43:549 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:45:43:549 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:45:43:549 oc_module: * scheme owncloud
05-23 16:45:43:549 oc_module: * host box.cern.ch
05-23 16:45:43:549 oc_module: * port 0
05-23 16:45:43:549 oc_module: * path /owncloud/remote.php/webdav
05-23 16:45:43:549 oc_module: * user 
05-23 16:45:43:551 oc_module: ne_sock_init: 0
05-23 16:45:43:551 oc_module: No proxy configured.
05-23 16:45:43:566 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b2c2f0) 
05-23 16:45:43:566 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:45:43:579 oc_module: Authentication required 
05-23 16:45:43:579 oc_module: Call the csync callback for ownCloud
05-23 16:45:43:648 oc_module: Simple propfind result code 207.
05-23 16:45:43:648 oc_module: opendir returning handle 0x7f2210036b20
05-23 16:45:43:648 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:45:43:648 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:45:43:648 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:45:43:648 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:45:43:648 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:45:43:648 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:45:43:648 oc_module: Skipping target resource.
05-23 16:45:43:648 oc_module: closedir method called 0x7f2210036b20!
05-23 16:45:43:648 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:45:43:648 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:45:43:648 csync_memstat_check: Memory: 804068K total size, 34536K resident, 23784K shared
05-23 16:45:43:648 <<#### Update end ########################################################### 
05-23 16:45:43:648 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:45:43:648 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:45:43:648 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:45:43:648 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:45:43:648 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:45:43:648 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:45:43:649     * csync thread started 
05-23 16:45:43:649 ==> load folder icon  "owncloud-framed" 
05-23 16:45:43:649 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:45:43:649 Check status.php from statusdialog. 
05-23 16:45:43:649 Get Request to  "status.php" 
05-23 16:45:43:649 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:45:43:649 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:45:43:649 Setting up host header:  "box.cern.ch" 
05-23 16:45:43:649 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:45:43:650 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:45:43:671 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19de140) 
05-23 16:45:43:671 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:45:44:025 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:45:44:075 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:45:44:075 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:45:44:075 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:45:44:075 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:45:44:075 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:45:44:075 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:45:44:075 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:45:44:076 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:45:44:076 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:45:44:076 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:45:44:076 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:45:44:076 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:45:44:076 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:45:44:076 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:45:44:076 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:45:44:076 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:45:44:076 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:45:44:076 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:45:44:076 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:45:44:076 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:45:44:076 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:45:44:077 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:45:44:077 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:45:44:077 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:45:44:077 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.43 seconds
05-23 16:45:44:107 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:45:44:141 CSync run took  592  Milliseconds 
05-23 16:45:44:141 -> CSync Finished slot with error  false 
05-23 16:45:44:141 Starting Event logging again in  2000  milliseconds 
05-23 16:45:44:141 OO folder slotSyncFinished: result:  4 
05-23 16:45:44:141 ==> load folder icon  "owncloud-framed" 
05-23 16:45:44:141 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:45:44:141 Check status.php from statusdialog. 
05-23 16:45:44:141 Get Request to  "status.php" 
05-23 16:45:44:141 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:45:44:141 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:45:44:141 Setting up host header:  "box.cern.ch" 
05-23 16:45:44:142 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:45:44:142 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:45:44:142 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:45:44:142 <===================================== sync finished for  "ownCloud" 
05-23 16:45:44:161 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x159db20) 
05-23 16:45:44:161 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:45:44:342 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:45:46:141     * event notification  enabled 
05-23 16:46:14:491 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:46:14:491 *  "ownCloud" Poll timer disabled 
05-23 16:46:14:491 Schedule folder  "ownCloud"  to sync! 
05-23 16:46:14:491 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:46:14:491 ==> load folder icon  "owncloud-framed" 
05-23 16:46:14:491 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:46:14:491 Check status.php from statusdialog. 
05-23 16:46:14:491 Get Request to  "status.php" 
05-23 16:46:14:491 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:46:14:491 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:46:14:491 Setting up host header:  "box.cern.ch" 
05-23 16:46:14:491 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:46:14:492 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:46:14:492 *** Start syncing 
05-23 16:46:14:492     * event notification  disabled 
05-23 16:46:14:492 >===================================== sync started for  "ownCloud" 
05-23 16:46:14:492 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:46:14:492 starting to sync  QThread(0x140f860) QThread(0x15b53a0) 
05-23 16:46:14:493 #### Update start #################################################### >> 
05-23 16:46:14:493 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:46:14:493 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:46:14:493 csync_ftw: .csync_journal.db excluded
05-23 16:46:14:493 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:46:14:493 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:46:14:493 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:46:14:493 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:46:14:493 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:46:14:493 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:46:14:493 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:46:14:493 oc_module: * scheme owncloud
05-23 16:46:14:493 oc_module: * host box.cern.ch
05-23 16:46:14:493 oc_module: * port 0
05-23 16:46:14:493 oc_module: * path /owncloud/remote.php/webdav
05-23 16:46:14:493 oc_module: * user 
05-23 16:46:14:497 oc_module: ne_sock_init: 0
05-23 16:46:14:497 oc_module: No proxy configured.
05-23 16:46:14:514 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19e54a0) 
05-23 16:46:14:514 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:46:14:527 oc_module: Authentication required 
05-23 16:46:14:527 oc_module: Call the csync callback for ownCloud
05-23 16:46:14:603 oc_module: Simple propfind result code 207.
05-23 16:46:14:603 oc_module: opendir returning handle 0x7f22080295b0
05-23 16:46:14:603 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:46:14:603 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:46:14:603 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:46:14:603 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:46:14:604 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:46:14:604 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:46:14:604 oc_module: Skipping target resource.
05-23 16:46:14:604 oc_module: closedir method called 0x7f22080295b0!
05-23 16:46:14:604 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:46:14:604 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:46:14:604 csync_memstat_check: Memory: 804068K total size, 34536K resident, 23784K shared
05-23 16:46:14:604 <<#### Update end ########################################################### 
05-23 16:46:14:604 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:46:14:604 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:46:14:604 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:46:14:604 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:46:14:604 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:46:14:604 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:46:14:604     * csync thread started 
05-23 16:46:14:604 ==> load folder icon  "owncloud-framed" 
05-23 16:46:14:605 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:46:14:605 Check status.php from statusdialog. 
05-23 16:46:14:605 Get Request to  "status.php" 
05-23 16:46:14:605 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:46:14:605 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:46:14:605 Setting up host header:  "box.cern.ch" 
05-23 16:46:14:605 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:46:14:605 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:46:14:624 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a04a10) 
05-23 16:46:14:625 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:46:14:944 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:46:14:994 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:46:14:994 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:46:14:994 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:46:14:994 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:46:14:994 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:46:14:994 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:46:14:994 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:46:14:994 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:46:14:994 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:46:14:994 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:46:14:994 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:46:14:995 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:46:14:995 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:46:14:995 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:46:14:995 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:46:14:995 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:46:14:995 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:46:14:995 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:46:14:995 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:46:14:995 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:46:14:995 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:46:14:995 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:46:14:995 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:46:14:995 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:46:14:995 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:46:14:995 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:46:14:995 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.39 seconds
05-23 16:46:15:021 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:46:15:055 CSync run took  562  Milliseconds 
05-23 16:46:15:055 -> CSync Finished slot with error  false 
05-23 16:46:15:055 Starting Event logging again in  2000  milliseconds 
05-23 16:46:15:055 OO folder slotSyncFinished: result:  4 
05-23 16:46:15:055 ==> load folder icon  "owncloud-framed" 
05-23 16:46:15:055 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:46:15:056 Check status.php from statusdialog. 
05-23 16:46:15:056 Get Request to  "status.php" 
05-23 16:46:15:056 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:46:15:056 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:46:15:056 Setting up host header:  "box.cern.ch" 
05-23 16:46:15:056 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:46:15:056 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:46:15:056 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:46:15:056 <===================================== sync finished for  "ownCloud" 
05-23 16:46:15:074 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x188ce20) 
05-23 16:46:15:074 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:46:15:256 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:46:17:057     * event notification  enabled 
05-23 16:46:45:404 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:46:45:404 *  "ownCloud" Poll timer disabled 
05-23 16:46:45:404 Schedule folder  "ownCloud"  to sync! 
05-23 16:46:45:404 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:46:45:404 ==> load folder icon  "owncloud-framed" 
05-23 16:46:45:405 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:46:45:405 Check status.php from statusdialog. 
05-23 16:46:45:405 Get Request to  "status.php" 
05-23 16:46:45:405 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:46:45:405 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:46:45:405 Setting up host header:  "box.cern.ch" 
05-23 16:46:45:405 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:46:45:405 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:46:45:405 *** Start syncing 
05-23 16:46:45:405     * event notification  disabled 
05-23 16:46:45:405 >===================================== sync started for  "ownCloud" 
05-23 16:46:45:406 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:46:45:406 starting to sync  QThread(0x140f860) QThread(0x19e17f0) 
05-23 16:46:45:407 #### Update start #################################################### >> 
05-23 16:46:45:407 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:46:45:407 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:46:45:407 csync_ftw: .csync_journal.db excluded
05-23 16:46:45:407 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:46:45:407 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:46:45:407 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:46:45:407 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:46:45:407 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:46:45:407 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:46:45:407 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:46:45:407 oc_module: * scheme owncloud
05-23 16:46:45:407 oc_module: * host box.cern.ch
05-23 16:46:45:407 oc_module: * port 0
05-23 16:46:45:407 oc_module: * path /owncloud/remote.php/webdav
05-23 16:46:45:407 oc_module: * user 
05-23 16:46:45:408 oc_module: ne_sock_init: 0
05-23 16:46:45:408 oc_module: No proxy configured.
05-23 16:46:45:425 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a06600) 
05-23 16:46:45:426 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:46:45:440 oc_module: Authentication required 
05-23 16:46:45:440 oc_module: Call the csync callback for ownCloud
05-23 16:46:45:507 oc_module: Simple propfind result code 207.
05-23 16:46:45:507 oc_module: opendir returning handle 0x7f2210004fe0
05-23 16:46:45:507 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:46:45:507 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:46:45:507 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:46:45:507 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:46:45:507 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:46:45:507 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:46:45:507 oc_module: Skipping target resource.
05-23 16:46:45:507 oc_module: closedir method called 0x7f2210004fe0!
05-23 16:46:45:508 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:46:45:508 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:46:45:508 csync_memstat_check: Memory: 804068K total size, 34536K resident, 23784K shared
05-23 16:46:45:508 <<#### Update end ########################################################### 
05-23 16:46:45:508 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:46:45:508 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:46:45:508 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:46:45:508 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:46:45:508 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:46:45:508 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:46:45:508     * csync thread started 
05-23 16:46:45:508 ==> load folder icon  "owncloud-framed" 
05-23 16:46:45:508 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:46:45:509 Check status.php from statusdialog. 
05-23 16:46:45:509 Get Request to  "status.php" 
05-23 16:46:45:509 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:46:45:509 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:46:45:509 Setting up host header:  "box.cern.ch" 
05-23 16:46:45:509 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:46:45:509 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:46:45:526 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19dd340) 
05-23 16:46:45:526 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:46:45:919 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:46:45:969 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:46:45:969 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:46:45:969 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:46:45:969 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:46:45:969 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:46:45:969 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:46:45:970 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:46:45:970 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:46:45:970 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:46:45:970 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:46:45:970 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:46:45:970 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:46:45:970 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:46:45:970 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:46:45:970 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:46:45:970 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:46:45:970 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:46:45:970 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:46:45:970 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:46:45:970 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:46:45:970 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:46:45:971 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:46:45:971 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:46:45:971 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:46:45:971 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:46:45:971 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:46:45:971 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:46:45:971 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:46:45:971 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.46 seconds
05-23 16:46:45:993 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:46:46:027 CSync run took  620  Milliseconds 
05-23 16:46:46:027 -> CSync Finished slot with error  false 
05-23 16:46:46:027 Starting Event logging again in  2000  milliseconds 
05-23 16:46:46:027 OO folder slotSyncFinished: result:  4 
05-23 16:46:46:027 ==> load folder icon  "owncloud-framed" 
05-23 16:46:46:027 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:46:46:027 Check status.php from statusdialog. 
05-23 16:46:46:027 Get Request to  "status.php" 
05-23 16:46:46:027 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:46:46:027 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:46:46:027 Setting up host header:  "box.cern.ch" 
05-23 16:46:46:027 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:46:46:028 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:46:46:028 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:46:46:028 <===================================== sync finished for  "ownCloud" 
05-23 16:46:46:045 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a041e0) 
05-23 16:46:46:045 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:46:46:228 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:46:48:028     * event notification  enabled 
05-23 16:47:16:378 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:47:16:378 *  "ownCloud" Poll timer disabled 
05-23 16:47:16:378 Schedule folder  "ownCloud"  to sync! 
05-23 16:47:16:378 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:47:16:378 ==> load folder icon  "owncloud-framed" 
05-23 16:47:16:379 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:47:16:379 Check status.php from statusdialog. 
05-23 16:47:16:379 Get Request to  "status.php" 
05-23 16:47:16:379 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:47:16:379 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:47:16:379 Setting up host header:  "box.cern.ch" 
05-23 16:47:16:379 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:47:16:379 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:47:16:379 *** Start syncing 
05-23 16:47:16:379     * event notification  disabled 
05-23 16:47:16:379 >===================================== sync started for  "ownCloud" 
05-23 16:47:16:380 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:47:16:381 starting to sync  QThread(0x140f860) QThread(0x1b422e0) 
05-23 16:47:16:381 #### Update start #################################################### >> 
05-23 16:47:16:381 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:47:16:381 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:47:16:381 csync_ftw: .csync_journal.db excluded
05-23 16:47:16:381 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:47:16:381 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:47:16:381 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:47:16:381 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:47:16:381 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:47:16:381 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:47:16:381 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:47:16:381 oc_module: * scheme owncloud
05-23 16:47:16:381 oc_module: * host box.cern.ch
05-23 16:47:16:381 oc_module: * port 0
05-23 16:47:16:381 oc_module: * path /owncloud/remote.php/webdav
05-23 16:47:16:381 oc_module: * user 
05-23 16:47:16:383 oc_module: ne_sock_init: 0
05-23 16:47:16:383 oc_module: No proxy configured.
05-23 16:47:16:402 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b31390) 
05-23 16:47:16:402 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:47:16:423 oc_module: Authentication required 
05-23 16:47:16:423 oc_module: Call the csync callback for ownCloud
05-23 16:47:16:497 oc_module: Simple propfind result code 207.
05-23 16:47:16:497 oc_module: opendir returning handle 0x7f2208028090
05-23 16:47:16:497 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:47:16:497 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:47:16:497 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:47:16:497 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:47:16:497 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:47:16:497 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:47:16:497 oc_module: Skipping target resource.
05-23 16:47:16:497 oc_module: closedir method called 0x7f2208028090!
05-23 16:47:16:497 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:47:16:497 csync_update: Update detection for remote replica took 0.12 seconds walking 1 files.
05-23 16:47:16:497 csync_memstat_check: Memory: 804068K total size, 34536K resident, 23784K shared
05-23 16:47:16:497 <<#### Update end ########################################################### 
05-23 16:47:16:497 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:47:16:497 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:47:16:497 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:47:16:498 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:47:16:498 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:47:16:498 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:47:16:498     * csync thread started 
05-23 16:47:16:498 ==> load folder icon  "owncloud-framed" 
05-23 16:47:16:498 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:47:16:498 Check status.php from statusdialog. 
05-23 16:47:16:498 Get Request to  "status.php" 
05-23 16:47:16:499 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:47:16:499 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:47:16:499 Setting up host header:  "box.cern.ch" 
05-23 16:47:16:499 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:47:16:499 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:47:16:516 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b32730) 
05-23 16:47:16:516 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:47:16:822 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:47:16:872 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:47:16:872 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:47:16:872 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:47:16:873 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:47:16:873 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:47:16:873 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:47:16:873 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:47:16:873 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:47:16:874 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:47:16:874 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:47:16:874 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:47:16:874 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:47:16:874 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:47:16:875 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:47:16:875 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:47:16:875 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:47:16:875 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:47:16:875 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:47:16:875 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:47:16:875 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:47:16:875 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:47:16:876 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:47:16:876 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:47:16:876 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:47:16:876 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:47:16:876 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:47:16:876 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:47:16:877 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:47:16:877 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:47:16:877 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:47:16:877 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.38 seconds
05-23 16:47:16:908 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:47:16:934 CSync run took  553  Milliseconds 
05-23 16:47:16:934 -> CSync Finished slot with error  false 
05-23 16:47:16:934 Starting Event logging again in  2000  milliseconds 
05-23 16:47:16:934 OO folder slotSyncFinished: result:  4 
05-23 16:47:16:934 ==> load folder icon  "owncloud-framed" 
05-23 16:47:16:934 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:47:16:934 Check status.php from statusdialog. 
05-23 16:47:16:934 Get Request to  "status.php" 
05-23 16:47:16:934 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:47:16:935 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:47:16:935 Setting up host header:  "box.cern.ch" 
05-23 16:47:16:935 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:47:16:935 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:47:16:935 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:47:16:935 <===================================== sync finished for  "ownCloud" 
05-23 16:47:16:954 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b251f0) 
05-23 16:47:16:954 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:47:17:135 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:47:18:935     * event notification  enabled 
05-23 16:47:47:284 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:47:47:284 *  "ownCloud" Poll timer disabled 
05-23 16:47:47:284 Schedule folder  "ownCloud"  to sync! 
05-23 16:47:47:284 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:47:47:284 ==> load folder icon  "owncloud-framed" 
05-23 16:47:47:285 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:47:47:285 Check status.php from statusdialog. 
05-23 16:47:47:285 Get Request to  "status.php" 
05-23 16:47:47:285 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:47:47:285 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:47:47:285 Setting up host header:  "box.cern.ch" 
05-23 16:47:47:285 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:47:47:285 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:47:47:285 *** Start syncing 
05-23 16:47:47:285     * event notification  disabled 
05-23 16:47:47:285 >===================================== sync started for  "ownCloud" 
05-23 16:47:47:290 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:47:47:291 starting to sync  QThread(0x140f860) QThread(0x160a140) 
05-23 16:47:47:291 #### Update start #################################################### >> 
05-23 16:47:47:291 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:47:47:291 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:47:47:291 csync_ftw: .csync_journal.db excluded
05-23 16:47:47:291 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:47:47:291 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:47:47:291 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:47:47:291 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:47:47:291 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:47:47:291 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:47:47:291 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:47:47:291 oc_module: * scheme owncloud
05-23 16:47:47:291 oc_module: * host box.cern.ch
05-23 16:47:47:291 oc_module: * port 0
05-23 16:47:47:291 oc_module: * path /owncloud/remote.php/webdav
05-23 16:47:47:291 oc_module: * user 
05-23 16:47:47:302 oc_module: ne_sock_init: 0
05-23 16:47:47:302 oc_module: No proxy configured.
05-23 16:47:47:316 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19e54a0) 
05-23 16:47:47:316 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:47:47:331 oc_module: Authentication required 
05-23 16:47:47:331 oc_module: Call the csync callback for ownCloud
05-23 16:47:47:398 oc_module: Simple propfind result code 207.
05-23 16:47:47:398 oc_module: opendir returning handle 0x7f221000a600
05-23 16:47:47:398 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:47:47:398 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:47:47:398 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:47:47:398 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:47:47:398 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:47:47:398 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:47:47:398 oc_module: Skipping target resource.
05-23 16:47:47:398 oc_module: closedir method called 0x7f221000a600!
05-23 16:47:47:398 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:47:47:398 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:47:47:398 csync_memstat_check: Memory: 804068K total size, 34536K resident, 23784K shared
05-23 16:47:47:398 <<#### Update end ########################################################### 
05-23 16:47:47:398 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:47:47:398 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:47:47:398 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:47:47:398 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:47:47:398 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:47:47:398 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:47:47:399     * csync thread started 
05-23 16:47:47:399 ==> load folder icon  "owncloud-framed" 
05-23 16:47:47:399 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:47:47:399 Check status.php from statusdialog. 
05-23 16:47:47:399 Get Request to  "status.php" 
05-23 16:47:47:399 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:47:47:399 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:47:47:399 Setting up host header:  "box.cern.ch" 
05-23 16:47:47:399 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:47:47:400 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:47:47:419 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x191eea0) 
05-23 16:47:47:419 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:47:47:757 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:47:47:807 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:47:47:807 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:47:47:807 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:47:47:807 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:47:47:807 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:47:47:807 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:47:47:807 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:47:47:808 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:47:47:808 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:47:47:808 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:47:47:808 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:47:47:808 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:47:47:808 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:47:47:808 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:47:47:808 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:47:47:808 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:47:47:808 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:47:47:808 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:47:47:808 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:47:47:808 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:47:47:808 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:47:47:808 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:47:47:808 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:47:47:809 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:47:47:809 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:47:47:809 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:47:47:809 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:47:47:809 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:47:47:809 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:47:47:809 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:47:47:809 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:47:47:809 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:47:47:809 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.41 seconds
05-23 16:47:47:831 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:47:47:856 CSync run took  565  Milliseconds 
05-23 16:47:47:856 -> CSync Finished slot with error  false 
05-23 16:47:47:857 Starting Event logging again in  2000  milliseconds 
05-23 16:47:47:857 OO folder slotSyncFinished: result:  4 
05-23 16:47:47:857 ==> load folder icon  "owncloud-framed" 
05-23 16:47:47:857 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:47:47:857 Check status.php from statusdialog. 
05-23 16:47:47:857 Get Request to  "status.php" 
05-23 16:47:47:857 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:47:47:857 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:47:47:857 Setting up host header:  "box.cern.ch" 
05-23 16:47:47:857 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:47:47:857 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:47:47:857 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:47:47:857 <===================================== sync finished for  "ownCloud" 
05-23 16:47:47:874 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x14357b0) 
05-23 16:47:47:874 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:47:48:057 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:47:49:857     * event notification  enabled 
05-23 16:48:18:210 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:48:18:210 *  "ownCloud" Poll timer disabled 
05-23 16:48:18:210 Schedule folder  "ownCloud"  to sync! 
05-23 16:48:18:210 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:48:18:210 ==> load folder icon  "owncloud-framed" 
05-23 16:48:18:210 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:48:18:211 Check status.php from statusdialog. 
05-23 16:48:18:211 Get Request to  "status.php" 
05-23 16:48:18:211 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:48:18:211 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:48:18:211 Setting up host header:  "box.cern.ch" 
05-23 16:48:18:211 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:48:18:211 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:48:18:211 *** Start syncing 
05-23 16:48:18:211     * event notification  disabled 
05-23 16:48:18:211 >===================================== sync started for  "ownCloud" 
05-23 16:48:18:213 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:48:18:213 starting to sync  QThread(0x140f860) QThread(0x1a037d0) 
05-23 16:48:18:213 #### Update start #################################################### >> 
05-23 16:48:18:214 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:48:18:214 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:48:18:214 csync_ftw: .csync_journal.db excluded
05-23 16:48:18:214 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:48:18:214 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:48:18:214 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:48:18:214 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:48:18:214 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:48:18:214 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:48:18:214 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:48:18:214 oc_module: * scheme owncloud
05-23 16:48:18:214 oc_module: * host box.cern.ch
05-23 16:48:18:214 oc_module: * port 0
05-23 16:48:18:214 oc_module: * path /owncloud/remote.php/webdav
05-23 16:48:18:214 oc_module: * user 
05-23 16:48:18:215 oc_module: ne_sock_init: 0
05-23 16:48:18:215 oc_module: No proxy configured.
05-23 16:48:18:228 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x14357b0) 
05-23 16:48:18:228 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:48:18:250 oc_module: Authentication required 
05-23 16:48:18:250 oc_module: Call the csync callback for ownCloud
05-23 16:48:18:326 oc_module: Simple propfind result code 207.
05-23 16:48:18:326 oc_module: opendir returning handle 0x7f2208025f90
05-23 16:48:18:326 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:48:18:326 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:48:18:326 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:48:18:326 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:48:18:326 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:48:18:326 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:48:18:326 oc_module: Skipping target resource.
05-23 16:48:18:326 oc_module: closedir method called 0x7f2208025f90!
05-23 16:48:18:326 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:48:18:326 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:48:18:326 csync_memstat_check: Memory: 804068K total size, 34536K resident, 23784K shared
05-23 16:48:18:326 <<#### Update end ########################################################### 
05-23 16:48:18:326 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:48:18:326 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:48:18:326 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:48:18:326 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:48:18:326 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:48:18:326 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:48:18:327     * csync thread started 
05-23 16:48:18:327 ==> load folder icon  "owncloud-framed" 
05-23 16:48:18:327 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:48:18:327 Check status.php from statusdialog. 
05-23 16:48:18:327 Get Request to  "status.php" 
05-23 16:48:18:327 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:48:18:328 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:48:18:328 Setting up host header:  "box.cern.ch" 
05-23 16:48:18:328 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:48:18:328 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:48:18:349 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19dee90) 
05-23 16:48:18:349 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:48:18:631 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:48:18:673 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:48:18:673 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:48:18:673 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:48:18:673 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:48:18:673 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:48:18:674 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:48:18:674 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:48:18:674 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:48:18:674 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:48:18:674 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:48:18:674 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:48:18:674 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:48:18:674 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:48:18:675 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:48:18:675 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:48:18:675 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:48:18:675 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:48:18:675 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:48:18:675 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:48:18:675 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:48:18:675 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:48:18:676 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:48:18:676 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:48:18:676 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:48:18:676 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:48:18:676 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:48:18:676 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:48:18:676 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:48:18:676 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:48:18:677 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:48:18:677 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:48:18:677 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:48:18:677 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:48:18:677 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:48:18:677 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.35 seconds
05-23 16:48:18:704 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:48:18:738 CSync run took  525  Milliseconds 
05-23 16:48:18:738 -> CSync Finished slot with error  false 
05-23 16:48:18:738 Starting Event logging again in  2000  milliseconds 
05-23 16:48:18:738 OO folder slotSyncFinished: result:  4 
05-23 16:48:18:738 ==> load folder icon  "owncloud-framed" 
05-23 16:48:18:738 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:48:18:738 Check status.php from statusdialog. 
05-23 16:48:18:738 Get Request to  "status.php" 
05-23 16:48:18:738 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:48:18:738 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:48:18:738 Setting up host header:  "box.cern.ch" 
05-23 16:48:18:738 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:48:18:738 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:48:18:738 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:48:18:738 <===================================== sync finished for  "ownCloud" 
05-23 16:48:18:755 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19e14c0) 
05-23 16:48:18:756 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:48:18:939 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:48:20:739     * event notification  enabled 
05-23 16:48:49:087 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:48:49:087 *  "ownCloud" Poll timer disabled 
05-23 16:48:49:087 Schedule folder  "ownCloud"  to sync! 
05-23 16:48:49:087 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:48:49:087 ==> load folder icon  "owncloud-framed" 
05-23 16:48:49:087 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:48:49:088 Check status.php from statusdialog. 
05-23 16:48:49:088 Get Request to  "status.php" 
05-23 16:48:49:088 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:48:49:088 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:48:49:088 Setting up host header:  "box.cern.ch" 
05-23 16:48:49:088 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:48:49:088 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:48:49:088 *** Start syncing 
05-23 16:48:49:088     * event notification  disabled 
05-23 16:48:49:088 >===================================== sync started for  "ownCloud" 
05-23 16:48:49:089 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:48:49:089 starting to sync  QThread(0x140f860) QThread(0x159db20) 
05-23 16:48:49:089 #### Update start #################################################### >> 
05-23 16:48:49:089 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:48:49:089 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:48:49:090 csync_ftw: .csync_journal.db excluded
05-23 16:48:49:090 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:48:49:090 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:48:49:090 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:48:49:090 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:48:49:090 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:48:49:090 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:48:49:090 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:48:49:090 oc_module: * scheme owncloud
05-23 16:48:49:090 oc_module: * host box.cern.ch
05-23 16:48:49:090 oc_module: * port 0
05-23 16:48:49:090 oc_module: * path /owncloud/remote.php/webdav
05-23 16:48:49:090 oc_module: * user 
05-23 16:48:49:091 oc_module: ne_sock_init: 0
05-23 16:48:49:091 oc_module: No proxy configured.
05-23 16:48:49:107 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x15a7920) 
05-23 16:48:49:107 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:48:49:129 oc_module: Authentication required 
05-23 16:48:49:129 oc_module: Call the csync callback for ownCloud
05-23 16:48:49:203 oc_module: Simple propfind result code 207.
05-23 16:48:49:203 oc_module: opendir returning handle 0x7f221001ca50
05-23 16:48:49:203 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:48:49:203 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:48:49:203 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:48:49:203 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:48:49:203 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:48:49:204 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:48:49:204 oc_module: Skipping target resource.
05-23 16:48:49:204 oc_module: closedir method called 0x7f221001ca50!
05-23 16:48:49:204 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:48:49:204 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:48:49:204 csync_memstat_check: Memory: 804068K total size, 34536K resident, 23784K shared
05-23 16:48:49:204 <<#### Update end ########################################################### 
05-23 16:48:49:204 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:48:49:204 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:48:49:204 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:48:49:204 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:48:49:204 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:48:49:204 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:48:49:204     * csync thread started 
05-23 16:48:49:204 ==> load folder icon  "owncloud-framed" 
05-23 16:48:49:204 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:48:49:205 Check status.php from statusdialog. 
05-23 16:48:49:205 Get Request to  "status.php" 
05-23 16:48:49:205 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:48:49:205 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:48:49:205 Setting up host header:  "box.cern.ch" 
05-23 16:48:49:205 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:48:49:205 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:48:49:223 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19de140) 
05-23 16:48:49:223 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:48:49:602 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:48:49:652 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:48:49:652 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:48:49:652 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:48:49:653 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:48:49:653 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:48:49:653 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:48:49:653 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:48:49:653 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:48:49:653 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:48:49:653 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:48:49:653 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:48:49:654 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:48:49:654 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:48:49:654 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:48:49:654 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:48:49:654 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:48:49:654 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:48:49:654 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:48:49:654 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:48:49:655 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:48:49:655 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:48:49:655 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:48:49:655 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:48:49:655 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:48:49:655 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:48:49:655 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:48:49:655 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:48:49:656 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:48:49:656 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:48:49:656 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:48:49:656 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:48:49:656 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:48:49:656 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:48:49:656 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:48:49:656 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:48:49:657 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:48:49:657 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.45 seconds
05-23 16:48:49:684 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:48:49:717 CSync run took  628  Milliseconds 
05-23 16:48:49:717 -> CSync Finished slot with error  false 
05-23 16:48:49:717 Starting Event logging again in  2000  milliseconds 
05-23 16:48:49:717 OO folder slotSyncFinished: result:  4 
05-23 16:48:49:717 ==> load folder icon  "owncloud-framed" 
05-23 16:48:49:718 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:48:49:718 Check status.php from statusdialog. 
05-23 16:48:49:718 Get Request to  "status.php" 
05-23 16:48:49:718 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:48:49:718 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:48:49:718 Setting up host header:  "box.cern.ch" 
05-23 16:48:49:718 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:48:49:718 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:48:49:718 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:48:49:718 <===================================== sync finished for  "ownCloud" 
05-23 16:48:49:735 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x15a0960) 
05-23 16:48:49:735 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:48:49:918 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:48:51:719     * event notification  enabled 
05-23 16:49:20:066 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:49:20:066 *  "ownCloud" Poll timer disabled 
05-23 16:49:20:066 Schedule folder  "ownCloud"  to sync! 
05-23 16:49:20:066 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:49:20:067 ==> load folder icon  "owncloud-framed" 
05-23 16:49:20:067 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:49:20:067 Check status.php from statusdialog. 
05-23 16:49:20:067 Get Request to  "status.php" 
05-23 16:49:20:067 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:49:20:067 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:49:20:067 Setting up host header:  "box.cern.ch" 
05-23 16:49:20:067 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:49:20:067 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:49:20:067 *** Start syncing 
05-23 16:49:20:067     * event notification  disabled 
05-23 16:49:20:067 >===================================== sync started for  "ownCloud" 
05-23 16:49:20:069 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:49:20:069 starting to sync  QThread(0x140f860) QThread(0x19dff10) 
05-23 16:49:20:069 #### Update start #################################################### >> 
05-23 16:49:20:070 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:49:20:070 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:49:20:070 csync_ftw: .csync_journal.db excluded
05-23 16:49:20:070 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:49:20:070 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:49:20:070 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:49:20:070 csync_memstat_check: Memory: 804068K total size, 34532K resident, 23784K shared
05-23 16:49:20:071 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:49:20:071 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:49:20:071 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:49:20:071 oc_module: * scheme owncloud
05-23 16:49:20:071 oc_module: * host box.cern.ch
05-23 16:49:20:071 oc_module: * port 0
05-23 16:49:20:071 oc_module: * path /owncloud/remote.php/webdav
05-23 16:49:20:071 oc_module: * user 
05-23 16:49:20:072 oc_module: ne_sock_init: 0
05-23 16:49:20:072 oc_module: No proxy configured.
05-23 16:49:20:086 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x15a0960) 
05-23 16:49:20:086 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:49:20:102 oc_module: Authentication required 
05-23 16:49:20:102 oc_module: Call the csync callback for ownCloud
05-23 16:49:20:175 oc_module: Simple propfind result code 207.
05-23 16:49:20:175 oc_module: opendir returning handle 0x7f2210004f50
05-23 16:49:20:175 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:49:20:175 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:49:20:175 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:49:20:175 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:49:20:175 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:49:20:175 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:49:20:175 oc_module: Skipping target resource.
05-23 16:49:20:175 oc_module: closedir method called 0x7f2210004f50!
05-23 16:49:20:175 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:49:20:175 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:49:20:175 csync_memstat_check: Memory: 804068K total size, 34536K resident, 23784K shared
05-23 16:49:20:175 <<#### Update end ########################################################### 
05-23 16:49:20:176 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:49:20:176 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:49:20:176 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:49:20:176 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:49:20:176 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:49:20:176 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:49:20:176     * csync thread started 
05-23 16:49:20:176 ==> load folder icon  "owncloud-framed" 
05-23 16:49:20:176 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:49:20:177 Check status.php from statusdialog. 
05-23 16:49:20:177 Get Request to  "status.php" 
05-23 16:49:20:177 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:49:20:177 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:49:20:177 Setting up host header:  "box.cern.ch" 
05-23 16:49:20:177 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:49:20:177 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:49:20:195 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a089d0) 
05-23 16:49:20:195 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:49:20:495 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:49:20:545 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:49:20:546 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:49:20:546 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:49:20:546 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:49:20:546 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:49:20:546 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:49:20:546 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:49:20:546 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:49:20:546 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:49:20:546 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:49:20:546 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:49:20:546 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:49:20:546 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:49:20:546 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:49:20:546 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:49:20:546 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:49:20:547 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:49:20:547 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:49:20:547 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:49:20:547 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:49:20:547 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:49:20:547 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:49:20:547 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:49:20:547 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:49:20:547 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:49:20:547 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:49:20:547 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:49:20:547 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:49:20:547 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:49:20:547 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:49:20:547 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:49:20:547 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:49:20:548 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:49:20:548 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:49:20:548 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:49:20:548 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:49:20:548 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:49:20:548 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:49:20:548 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.37 seconds
05-23 16:49:20:575 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:49:20:609 CSync run took  539  Milliseconds 
05-23 16:49:20:609 -> CSync Finished slot with error  false 
05-23 16:49:20:609 Starting Event logging again in  2000  milliseconds 
05-23 16:49:20:609 OO folder slotSyncFinished: result:  4 
05-23 16:49:20:609 ==> load folder icon  "owncloud-framed" 
05-23 16:49:20:609 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:49:20:609 Check status.php from statusdialog. 
05-23 16:49:20:609 Get Request to  "status.php" 
05-23 16:49:20:609 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:49:20:609 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:49:20:609 Setting up host header:  "box.cern.ch" 
05-23 16:49:20:609 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:49:20:610 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:49:20:610 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:49:20:610 <===================================== sync finished for  "ownCloud" 
05-23 16:49:20:626 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19dc2c0) 
05-23 16:49:20:626 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:49:20:810 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:49:22:610     * event notification  enabled 
05-23 16:49:50:960 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:49:50:960 *  "ownCloud" Poll timer disabled 
05-23 16:49:50:960 Schedule folder  "ownCloud"  to sync! 
05-23 16:49:50:960 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:49:50:960 ==> load folder icon  "owncloud-framed" 
05-23 16:49:50:960 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:49:50:961 Check status.php from statusdialog. 
05-23 16:49:50:961 Get Request to  "status.php" 
05-23 16:49:50:961 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:49:50:961 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:49:50:961 Setting up host header:  "box.cern.ch" 
05-23 16:49:50:961 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:49:50:961 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:49:50:961 *** Start syncing 
05-23 16:49:50:961     * event notification  disabled 
05-23 16:49:50:961 >===================================== sync started for  "ownCloud" 
05-23 16:49:50:963 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:49:50:963 starting to sync  QThread(0x140f860) QThread(0x1a44b40) 
05-23 16:49:50:963 #### Update start #################################################### >> 
05-23 16:49:50:963 csync_memstat_check: Memory: 804068K total size, 34556K resident, 23784K shared
05-23 16:49:50:963 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:49:50:963 csync_ftw: .csync_journal.db excluded
05-23 16:49:50:963 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:49:50:963 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:49:50:963 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:49:50:963 csync_memstat_check: Memory: 804068K total size, 34556K resident, 23784K shared
05-23 16:49:50:963 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:49:50:963 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:49:50:963 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:49:50:963 oc_module: * scheme owncloud
05-23 16:49:50:963 oc_module: * host box.cern.ch
05-23 16:49:50:963 oc_module: * port 0
05-23 16:49:50:963 oc_module: * path /owncloud/remote.php/webdav
05-23 16:49:50:963 oc_module: * user 
05-23 16:49:50:966 oc_module: ne_sock_init: 0
05-23 16:49:50:966 oc_module: No proxy configured.
05-23 16:49:50:978 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x160a140) 
05-23 16:49:50:978 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:49:51:001 oc_module: Authentication required 
05-23 16:49:51:001 oc_module: Call the csync callback for ownCloud
05-23 16:49:51:058 oc_module: Simple propfind result code 207.
05-23 16:49:51:058 oc_module: opendir returning handle 0x7f22100131e0
05-23 16:49:51:059 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:49:51:059 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:49:51:059 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:49:51:059 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:49:51:059 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:49:51:059 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:49:51:059 oc_module: Skipping target resource.
05-23 16:49:51:059 oc_module: closedir method called 0x7f22100131e0!
05-23 16:49:51:059 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:49:51:059 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:49:51:059 csync_memstat_check: Memory: 804068K total size, 34560K resident, 23784K shared
05-23 16:49:51:059 <<#### Update end ########################################################### 
05-23 16:49:51:059 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:49:51:059 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:49:51:059 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:49:51:059 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:49:51:059 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:49:51:059 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:49:51:059     * csync thread started 
05-23 16:49:51:059 ==> load folder icon  "owncloud-framed" 
05-23 16:49:51:060 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:49:51:060 Check status.php from statusdialog. 
05-23 16:49:51:060 Get Request to  "status.php" 
05-23 16:49:51:060 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:49:51:060 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:49:51:060 Setting up host header:  "box.cern.ch" 
05-23 16:49:51:060 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:49:51:060 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:49:51:081 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b32730) 
05-23 16:49:51:081 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:49:51:389 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 21, '(NULL)', '201 Created');
05-23 16:49:51:430 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:49:51:431 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:49:51:431 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:49:51:431 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:49:51:431 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:49:51:431 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:49:51:431 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:49:51:431 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:49:51:431 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:49:51:432 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:49:51:432 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:49:51:432 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:49:51:432 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:49:51:432 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:49:51:432 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:49:51:432 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:49:51:432 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:49:51:433 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:49:51:433 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:49:51:433 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:49:51:433 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:49:51:433 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:49:51:433 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:49:51:433 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:49:51:433 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:49:51:434 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:49:51:434 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:49:51:434 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:49:51:434 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:49:51:434 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:49:51:434 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:49:51:434 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:49:51:434 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:49:51:435 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:49:51:435 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:49:51:435 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:49:51:435 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:49:51:435 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:49:51:435 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:49:51:435 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:49:51:436 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.38 seconds
05-23 16:49:51:455 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:49:51:481 CSync run took  518  Milliseconds 
05-23 16:49:51:481 -> CSync Finished slot with error  false 
05-23 16:49:51:481 Starting Event logging again in  2000  milliseconds 
05-23 16:49:51:481 OO folder slotSyncFinished: result:  4 
05-23 16:49:51:481 ==> load folder icon  "owncloud-framed" 
05-23 16:49:51:481 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:49:51:481 Check status.php from statusdialog. 
05-23 16:49:51:481 Get Request to  "status.php" 
05-23 16:49:51:481 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:49:51:482 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:49:51:482 Setting up host header:  "box.cern.ch" 
05-23 16:49:51:482 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:49:51:482 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:49:51:482 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:49:51:482 <===================================== sync finished for  "ownCloud" 
05-23 16:49:51:497 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19e14c0) 
05-23 16:49:51:497 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:49:51:682 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:49:53:481     * event notification  enabled 
05-23 16:50:21:834 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:50:21:834 *  "ownCloud" Poll timer disabled 
05-23 16:50:21:834 Schedule folder  "ownCloud"  to sync! 
05-23 16:50:21:834 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:50:21:834 ==> load folder icon  "owncloud-framed" 
05-23 16:50:21:835 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:50:21:835 Check status.php from statusdialog. 
05-23 16:50:21:835 Get Request to  "status.php" 
05-23 16:50:21:835 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:50:21:835 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:50:21:835 Setting up host header:  "box.cern.ch" 
05-23 16:50:21:835 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:50:21:835 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:50:21:835 *** Start syncing 
05-23 16:50:21:835     * event notification  disabled 
05-23 16:50:21:835 >===================================== sync started for  "ownCloud" 
05-23 16:50:21:840 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:50:21:840 starting to sync  QThread(0x140f860) QThread(0x1a0d7e0) 
05-23 16:50:21:840 #### Update start #################################################### >> 
05-23 16:50:21:840 csync_memstat_check: Memory: 804068K total size, 34556K resident, 23784K shared
05-23 16:50:21:840 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:50:21:840 csync_ftw: .csync_journal.db excluded
05-23 16:50:21:840 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:50:21:840 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:50:21:840 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:50:21:840 csync_memstat_check: Memory: 804068K total size, 34556K resident, 23784K shared
05-23 16:50:21:840 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:50:21:840 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:50:21:840 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:50:21:840 oc_module: * scheme owncloud
05-23 16:50:21:840 oc_module: * host box.cern.ch
05-23 16:50:21:841 oc_module: * port 0
05-23 16:50:21:841 oc_module: * path /owncloud/remote.php/webdav
05-23 16:50:21:841 oc_module: * user 
05-23 16:50:21:843 oc_module: ne_sock_init: 0
05-23 16:50:21:843 oc_module: No proxy configured.
05-23 16:50:21:855 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19e14c0) 
05-23 16:50:21:855 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:50:21:869 oc_module: Authentication required 
05-23 16:50:21:869 oc_module: Call the csync callback for ownCloud
05-23 16:50:21:938 oc_module: Simple propfind result code 207.
05-23 16:50:21:938 oc_module: opendir returning handle 0x7f221001ca00
05-23 16:50:21:938 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:50:21:938 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:50:21:938 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:50:21:938 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:50:21:938 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:50:21:938 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:50:21:938 oc_module: Skipping target resource.
05-23 16:50:21:938 oc_module: closedir method called 0x7f221001ca00!
05-23 16:50:21:938 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:50:21:938 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:50:21:938 csync_memstat_check: Memory: 804068K total size, 34560K resident, 23784K shared
05-23 16:50:21:938 <<#### Update end ########################################################### 
05-23 16:50:21:938 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:50:21:938 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:50:21:938 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:50:21:938 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:50:21:938 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:50:21:938 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:50:21:939     * csync thread started 
05-23 16:50:21:939 ==> load folder icon  "owncloud-framed" 
05-23 16:50:21:939 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:50:21:939 Check status.php from statusdialog. 
05-23 16:50:21:939 Get Request to  "status.php" 
05-23 16:50:21:939 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:50:21:939 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:50:21:939 Setting up host header:  "box.cern.ch" 
05-23 16:50:21:939 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:50:21:940 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:50:21:956 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b40a70) 
05-23 16:50:21:956 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:50:22:282 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 22, '(NULL)', '201 Created');
05-23 16:50:22:336 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 21, '(NULL)', '201 Created');
05-23 16:50:22:336 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 21, '(NULL)', '201 Created');
05-23 16:50:22:336 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:50:22:336 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:50:22:336 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:50:22:337 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:50:22:337 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:50:22:337 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:50:22:337 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:50:22:337 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:50:22:337 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:50:22:338 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:50:22:338 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:50:22:338 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:50:22:338 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:50:22:338 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:50:22:338 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:50:22:339 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:50:22:339 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:50:22:339 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:50:22:339 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:50:22:343 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:50:22:343 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:50:22:344 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:50:22:344 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:50:22:344 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:50:22:344 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:50:22:344 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:50:22:344 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:50:22:345 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:50:22:345 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:50:22:345 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:50:22:345 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:50:22:345 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:50:22:345 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:50:22:346 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:50:22:346 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:50:22:346 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:50:22:346 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:50:22:346 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:50:22:346 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:50:22:347 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:50:22:347 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.41 seconds
05-23 16:50:22:378 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:50:22:412 CSync run took  572  Milliseconds 
05-23 16:50:22:412 -> CSync Finished slot with error  false 
05-23 16:50:22:412 Starting Event logging again in  2000  milliseconds 
05-23 16:50:22:412 OO folder slotSyncFinished: result:  4 
05-23 16:50:22:412 ==> load folder icon  "owncloud-framed" 
05-23 16:50:22:412 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:50:22:413 Check status.php from statusdialog. 
05-23 16:50:22:413 Get Request to  "status.php" 
05-23 16:50:22:413 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:50:22:413 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:50:22:413 Setting up host header:  "box.cern.ch" 
05-23 16:50:22:413 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:50:22:413 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:50:22:413 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:50:22:413 <===================================== sync finished for  "ownCloud" 
05-23 16:50:22:428 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a753d0) 
05-23 16:50:22:428 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:50:22:613 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:50:24:413     * event notification  enabled 
05-23 16:50:52:763 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:50:52:763 *  "ownCloud" Poll timer disabled 
05-23 16:50:52:763 Schedule folder  "ownCloud"  to sync! 
05-23 16:50:52:763 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:50:52:763 ==> load folder icon  "owncloud-framed" 
05-23 16:50:52:763 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:50:52:763 Check status.php from statusdialog. 
05-23 16:50:52:763 Get Request to  "status.php" 
05-23 16:50:52:763 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:50:52:763 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:50:52:763 Setting up host header:  "box.cern.ch" 
05-23 16:50:52:764 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:50:52:764 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:50:52:764 *** Start syncing 
05-23 16:50:52:764     * event notification  disabled 
05-23 16:50:52:764 >===================================== sync started for  "ownCloud" 
05-23 16:50:52:766 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:50:52:766 starting to sync  QThread(0x140f860) QThread(0x1b2aec0) 
05-23 16:50:52:766 #### Update start #################################################### >> 
05-23 16:50:52:766 csync_memstat_check: Memory: 804068K total size, 34556K resident, 23784K shared
05-23 16:50:52:766 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:50:52:766 csync_ftw: .csync_journal.db excluded
05-23 16:50:52:767 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:50:52:767 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:50:52:767 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:50:52:767 csync_memstat_check: Memory: 804068K total size, 34556K resident, 23784K shared
05-23 16:50:52:767 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:50:52:767 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:50:52:767 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:50:52:767 oc_module: * scheme owncloud
05-23 16:50:52:767 oc_module: * host box.cern.ch
05-23 16:50:52:767 oc_module: * port 0
05-23 16:50:52:767 oc_module: * path /owncloud/remote.php/webdav
05-23 16:50:52:767 oc_module: * user 
05-23 16:50:52:771 oc_module: ne_sock_init: 0
05-23 16:50:52:771 oc_module: No proxy configured.
05-23 16:50:52:786 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b31100) 
05-23 16:50:52:786 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:50:52:798 oc_module: Authentication required 
05-23 16:50:52:798 oc_module: Call the csync callback for ownCloud
05-23 16:50:52:873 oc_module: Simple propfind result code 207.
05-23 16:50:52:873 oc_module: opendir returning handle 0x7f2208025540
05-23 16:50:52:873 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:50:52:873 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:50:52:873 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:50:52:873 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:50:52:873 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:50:52:873 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:50:52:873 oc_module: Skipping target resource.
05-23 16:50:52:873 oc_module: closedir method called 0x7f2208025540!
05-23 16:50:52:873 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:50:52:873 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:50:52:873 csync_memstat_check: Memory: 804068K total size, 34560K resident, 23784K shared
05-23 16:50:52:873 <<#### Update end ########################################################### 
05-23 16:50:52:873 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:50:52:873 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:50:52:873 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:50:52:873 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:50:52:874 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:50:52:874 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:50:52:874     * csync thread started 
05-23 16:50:52:874 ==> load folder icon  "owncloud-framed" 
05-23 16:50:52:874 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:50:52:874 Check status.php from statusdialog. 
05-23 16:50:52:874 Get Request to  "status.php" 
05-23 16:50:52:875 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:50:52:875 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:50:52:875 Setting up host header:  "box.cern.ch" 
05-23 16:50:52:875 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:50:52:875 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:50:52:895 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a8a990) 
05-23 16:50:52:895 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:50:53:200 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 23, '(NULL)', '201 Created');
05-23 16:50:53:242 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 22, '(NULL)', '201 Created');
05-23 16:50:53:242 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 22, '(NULL)', '201 Created');
05-23 16:50:53:242 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 21, '(NULL)', '201 Created');
05-23 16:50:53:242 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 21, '(NULL)', '201 Created');
05-23 16:50:53:243 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:50:53:243 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:50:53:243 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:50:53:243 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:50:53:243 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:50:53:243 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:50:53:243 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:50:53:244 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:50:53:244 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:50:53:244 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:50:53:244 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:50:53:244 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:50:53:244 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:50:53:244 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:50:53:244 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:50:53:245 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:50:53:245 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:50:53:245 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:50:53:245 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:50:53:245 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:50:53:245 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:50:53:245 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:50:53:245 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:50:53:246 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:50:53:246 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:50:53:246 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:50:53:246 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:50:53:246 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:50:53:246 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:50:53:246 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:50:53:246 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:50:53:247 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:50:53:247 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:50:53:247 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:50:53:247 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:50:53:247 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:50:53:247 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:50:53:247 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:50:53:247 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:50:53:248 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:50:53:248 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.37 seconds
05-23 16:50:53:269 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:50:53:294 CSync run took  528  Milliseconds 
05-23 16:50:53:294 -> CSync Finished slot with error  false 
05-23 16:50:53:294 Starting Event logging again in  2000  milliseconds 
05-23 16:50:53:295 OO folder slotSyncFinished: result:  4 
05-23 16:50:53:295 ==> load folder icon  "owncloud-framed" 
05-23 16:50:53:295 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:50:53:295 Check status.php from statusdialog. 
05-23 16:50:53:295 Get Request to  "status.php" 
05-23 16:50:53:295 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:50:53:295 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:50:53:295 Setting up host header:  "box.cern.ch" 
05-23 16:50:53:295 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:50:53:296 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:50:53:296 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:50:53:296 <===================================== sync finished for  "ownCloud" 
05-23 16:50:53:313 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x16f94a0) 
05-23 16:50:53:313 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:50:53:496 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:50:55:296     * event notification  enabled 
05-23 16:51:23:644 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:51:23:644 *  "ownCloud" Poll timer disabled 
05-23 16:51:23:644 Schedule folder  "ownCloud"  to sync! 
05-23 16:51:23:644 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:51:23:644 ==> load folder icon  "owncloud-framed" 
05-23 16:51:23:644 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:51:23:645 Check status.php from statusdialog. 
05-23 16:51:23:645 Get Request to  "status.php" 
05-23 16:51:23:645 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:51:23:645 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:51:23:645 Setting up host header:  "box.cern.ch" 
05-23 16:51:23:645 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:51:23:645 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:51:23:645 *** Start syncing 
05-23 16:51:23:645     * event notification  disabled 
05-23 16:51:23:645 >===================================== sync started for  "ownCloud" 
05-23 16:51:23:646 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:51:23:646 starting to sync  QThread(0x140f860) QThread(0x16f7cc0) 
05-23 16:51:23:646 #### Update start #################################################### >> 
05-23 16:51:23:647 csync_memstat_check: Memory: 804068K total size, 34556K resident, 23784K shared
05-23 16:51:23:647 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:51:23:647 csync_ftw: .csync_journal.db excluded
05-23 16:51:23:647 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:51:23:647 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:51:23:647 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:51:23:647 csync_memstat_check: Memory: 804068K total size, 34556K resident, 23784K shared
05-23 16:51:23:647 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:51:23:647 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:51:23:647 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:51:23:647 oc_module: * scheme owncloud
05-23 16:51:23:647 oc_module: * host box.cern.ch
05-23 16:51:23:647 oc_module: * port 0
05-23 16:51:23:647 oc_module: * path /owncloud/remote.php/webdav
05-23 16:51:23:647 oc_module: * user 
05-23 16:51:23:648 oc_module: ne_sock_init: 0
05-23 16:51:23:648 oc_module: No proxy configured.
05-23 16:51:23:665 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b249b0) 
05-23 16:51:23:665 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:51:23:678 oc_module: Authentication required 
05-23 16:51:23:678 oc_module: Call the csync callback for ownCloud
05-23 16:51:23:753 oc_module: Simple propfind result code 207.
05-23 16:51:23:753 oc_module: opendir returning handle 0x7f2210006400
05-23 16:51:23:753 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:51:23:753 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:51:23:753 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:51:23:753 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:51:23:753 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:51:23:753 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:51:23:753 oc_module: Skipping target resource.
05-23 16:51:23:753 oc_module: closedir method called 0x7f2210006400!
05-23 16:51:23:753 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:51:23:753 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:51:23:753 csync_memstat_check: Memory: 804068K total size, 34560K resident, 23784K shared
05-23 16:51:23:753 <<#### Update end ########################################################### 
05-23 16:51:23:753 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:51:23:753 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:51:23:753 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:51:23:753 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:51:23:753 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:51:23:753 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:51:23:754     * csync thread started 
05-23 16:51:23:754 ==> load folder icon  "owncloud-framed" 
05-23 16:51:23:754 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:51:23:755 Check status.php from statusdialog. 
05-23 16:51:23:755 Get Request to  "status.php" 
05-23 16:51:23:755 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:51:23:755 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:51:23:755 Setting up host header:  "box.cern.ch" 
05-23 16:51:23:755 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:51:23:755 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:51:23:774 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x172eba0) 
05-23 16:51:23:774 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:51:24:111 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 24, '(NULL)', '201 Created');
05-23 16:51:24:161 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 23, '(NULL)', '201 Created');
05-23 16:51:24:161 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 23, '(NULL)', '201 Created');
05-23 16:51:24:161 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 22, '(NULL)', '201 Created');
05-23 16:51:24:161 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 22, '(NULL)', '201 Created');
05-23 16:51:24:161 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 21, '(NULL)', '201 Created');
05-23 16:51:24:161 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 21, '(NULL)', '201 Created');
05-23 16:51:24:161 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:51:24:162 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:51:24:162 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:51:24:162 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:51:24:162 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:51:24:162 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:51:24:162 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:51:24:162 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:51:24:162 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:51:24:163 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:51:24:163 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:51:24:163 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:51:24:163 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:51:24:163 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:51:24:163 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:51:24:163 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:51:24:163 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:51:24:164 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:51:24:164 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:51:24:164 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:51:24:164 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:51:24:164 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:51:24:164 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:51:24:164 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:51:24:164 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:51:24:165 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:51:24:165 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:51:24:165 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:51:24:165 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:51:24:165 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:51:24:165 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:51:24:165 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:51:24:165 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:51:24:166 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:51:24:166 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:51:24:166 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:51:24:166 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:51:24:166 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:51:24:166 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:51:24:166 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:51:24:167 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.41 seconds
05-23 16:51:24:199 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:51:24:233 CSync run took  587  Milliseconds 
05-23 16:51:24:233 -> CSync Finished slot with error  false 
05-23 16:51:24:233 Starting Event logging again in  2000  milliseconds 
05-23 16:51:24:233 OO folder slotSyncFinished: result:  4 
05-23 16:51:24:233 ==> load folder icon  "owncloud-framed" 
05-23 16:51:24:233 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:51:24:233 Check status.php from statusdialog. 
05-23 16:51:24:233 Get Request to  "status.php" 
05-23 16:51:24:233 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:51:24:233 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:51:24:233 Setting up host header:  "box.cern.ch" 
05-23 16:51:24:234 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:51:24:234 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:51:24:234 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:51:24:234 <===================================== sync finished for  "ownCloud" 
05-23 16:51:24:252 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x14357b0) 
05-23 16:51:24:252 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:51:24:434 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:51:26:234     * event notification  enabled 
05-23 16:51:54:583 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:51:54:583 *  "ownCloud" Poll timer disabled 
05-23 16:51:54:583 Schedule folder  "ownCloud"  to sync! 
05-23 16:51:54:583 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:51:54:583 ==> load folder icon  "owncloud-framed" 
05-23 16:51:54:584 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:51:54:584 Check status.php from statusdialog. 
05-23 16:51:54:584 Get Request to  "status.php" 
05-23 16:51:54:584 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:51:54:584 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:51:54:584 Setting up host header:  "box.cern.ch" 
05-23 16:51:54:584 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:51:54:584 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:51:54:584 *** Start syncing 
05-23 16:51:54:584     * event notification  disabled 
05-23 16:51:54:584 >===================================== sync started for  "ownCloud" 
05-23 16:51:54:585 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:51:54:585 starting to sync  QThread(0x140f860) QThread(0x15aa8f0) 
05-23 16:51:54:586 #### Update start #################################################### >> 
05-23 16:51:54:586 csync_memstat_check: Memory: 804068K total size, 34556K resident, 23784K shared
05-23 16:51:54:586 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:51:54:586 csync_ftw: .csync_journal.db excluded
05-23 16:51:54:586 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:51:54:586 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:51:54:586 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:51:54:586 csync_memstat_check: Memory: 804068K total size, 34556K resident, 23784K shared
05-23 16:51:54:586 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:51:54:586 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:51:54:586 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:51:54:586 oc_module: * scheme owncloud
05-23 16:51:54:586 oc_module: * host box.cern.ch
05-23 16:51:54:586 oc_module: * port 0
05-23 16:51:54:586 oc_module: * path /owncloud/remote.php/webdav
05-23 16:51:54:586 oc_module: * user 
05-23 16:51:54:588 oc_module: ne_sock_init: 0
05-23 16:51:54:588 oc_module: No proxy configured.
05-23 16:51:54:603 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x172eba0) 
05-23 16:51:54:603 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:51:54:617 oc_module: Authentication required 
05-23 16:51:54:617 oc_module: Call the csync callback for ownCloud
05-23 16:51:54:686 oc_module: Simple propfind result code 207.
05-23 16:51:54:686 oc_module: opendir returning handle 0x7f22100253b0
05-23 16:51:54:687 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:51:54:687 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:51:54:687 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:51:54:687 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:51:54:687 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:51:54:687 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:51:54:687 oc_module: Skipping target resource.
05-23 16:51:54:687 oc_module: closedir method called 0x7f22100253b0!
05-23 16:51:54:687 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:51:54:687 csync_update: Update detection for remote replica took 0.10 seconds walking 1 files.
05-23 16:51:54:687 csync_memstat_check: Memory: 804068K total size, 34560K resident, 23784K shared
05-23 16:51:54:687 <<#### Update end ########################################################### 
05-23 16:51:54:687 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:51:54:687 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:51:54:687 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:51:54:687 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:51:54:687 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:51:54:687 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:51:54:687     * csync thread started 
05-23 16:51:54:687 ==> load folder icon  "owncloud-framed" 
05-23 16:51:54:688 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:51:54:688 Check status.php from statusdialog. 
05-23 16:51:54:688 Get Request to  "status.php" 
05-23 16:51:54:688 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:51:54:688 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:51:54:688 Setting up host header:  "box.cern.ch" 
05-23 16:51:54:688 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:51:54:688 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:51:54:707 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x159db20) 
05-23 16:51:54:707 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:51:55:021 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 25, '(NULL)', '201 Created');
05-23 16:51:55:062 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 24, '(NULL)', '201 Created');
05-23 16:51:55:063 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 24, '(NULL)', '201 Created');
05-23 16:51:55:063 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 23, '(NULL)', '201 Created');
05-23 16:51:55:063 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 23, '(NULL)', '201 Created');
05-23 16:51:55:063 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 22, '(NULL)', '201 Created');
05-23 16:51:55:063 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 22, '(NULL)', '201 Created');
05-23 16:51:55:063 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 21, '(NULL)', '201 Created');
05-23 16:51:55:064 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 21, '(NULL)', '201 Created');
05-23 16:51:55:064 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:51:55:064 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:51:55:064 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:51:55:064 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:51:55:064 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:51:55:065 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:51:55:065 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:51:55:065 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:51:55:065 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:51:55:065 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:51:55:065 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:51:55:066 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:51:55:066 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:51:55:066 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:51:55:066 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:51:55:066 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:51:55:066 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:51:55:067 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:51:55:067 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:51:55:067 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:51:55:067 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:51:55:067 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:51:55:067 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:51:55:068 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:51:55:068 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:51:55:068 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:51:55:068 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:51:55:069 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:51:55:069 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:51:55:070 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:51:55:070 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:51:55:070 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:51:55:070 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:51:55:070 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:51:55:070 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:51:55:071 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:51:55:071 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:51:55:071 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:51:55:071 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:51:55:071 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:51:55:071 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.38 seconds
05-23 16:51:55:096 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:51:55:122 CSync run took  536  Milliseconds 
05-23 16:51:55:122 -> CSync Finished slot with error  false 
05-23 16:51:55:122 Starting Event logging again in  2000  milliseconds 
05-23 16:51:55:122 OO folder slotSyncFinished: result:  4 
05-23 16:51:55:122 ==> load folder icon  "owncloud-framed" 
05-23 16:51:55:123 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:51:55:123 Check status.php from statusdialog. 
05-23 16:51:55:123 Get Request to  "status.php" 
05-23 16:51:55:123 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:51:55:123 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:51:55:123 Setting up host header:  "box.cern.ch" 
05-23 16:51:55:123 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:51:55:123 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:51:55:123 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:51:55:123 <===================================== sync finished for  "ownCloud" 
05-23 16:51:55:138 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a037d0) 
05-23 16:51:55:138 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:51:55:323 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:51:57:123     * event notification  enabled 
05-23 16:52:25:473 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:52:25:473 *  "ownCloud" Poll timer disabled 
05-23 16:52:25:473 Schedule folder  "ownCloud"  to sync! 
05-23 16:52:25:473 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:52:25:473 ==> load folder icon  "owncloud-framed" 
05-23 16:52:25:474 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:52:25:474 Check status.php from statusdialog. 
05-23 16:52:25:474 Get Request to  "status.php" 
05-23 16:52:25:474 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:52:25:474 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:52:25:474 Setting up host header:  "box.cern.ch" 
05-23 16:52:25:474 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:52:25:474 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:52:25:474 *** Start syncing 
05-23 16:52:25:474     * event notification  disabled 
05-23 16:52:25:474 >===================================== sync started for  "ownCloud" 
05-23 16:52:25:475 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:52:25:475 starting to sync  QThread(0x140f860) QThread(0x15c8420) 
05-23 16:52:25:475 #### Update start #################################################### >> 
05-23 16:52:25:475 csync_memstat_check: Memory: 804068K total size, 34556K resident, 23784K shared
05-23 16:52:25:476 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:52:25:476 csync_ftw: .csync_journal.db excluded
05-23 16:52:25:476 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:52:25:476 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:52:25:476 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:52:25:476 csync_memstat_check: Memory: 804068K total size, 34556K resident, 23784K shared
05-23 16:52:25:476 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:52:25:476 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:52:25:476 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:52:25:476 oc_module: * scheme owncloud
05-23 16:52:25:476 oc_module: * host box.cern.ch
05-23 16:52:25:476 oc_module: * port 0
05-23 16:52:25:476 oc_module: * path /owncloud/remote.php/webdav
05-23 16:52:25:476 oc_module: * user 
05-23 16:52:25:477 oc_module: ne_sock_init: 0
05-23 16:52:25:477 oc_module: No proxy configured.
05-23 16:52:25:494 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b2c2f0) 
05-23 16:52:25:494 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:52:25:516 oc_module: Authentication required 
05-23 16:52:25:516 oc_module: Call the csync callback for ownCloud
05-23 16:52:25:583 oc_module: Simple propfind result code 207.
05-23 16:52:25:583 oc_module: opendir returning handle 0x7f2208025990
05-23 16:52:25:583 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:52:25:583 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:52:25:583 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:52:25:583 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:52:25:583 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:52:25:583 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:52:25:583 oc_module: Skipping target resource.
05-23 16:52:25:583 oc_module: closedir method called 0x7f2208025990!
05-23 16:52:25:583 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:52:25:583 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:52:25:583 csync_memstat_check: Memory: 804068K total size, 34560K resident, 23784K shared
05-23 16:52:25:583 <<#### Update end ########################################################### 
05-23 16:52:25:583 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:52:25:583 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:52:25:583 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:52:25:583 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:52:25:583 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:52:25:583 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:52:25:584     * csync thread started 
05-23 16:52:25:584 ==> load folder icon  "owncloud-framed" 
05-23 16:52:25:584 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:52:25:584 Check status.php from statusdialog. 
05-23 16:52:25:584 Get Request to  "status.php" 
05-23 16:52:25:584 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:52:25:584 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:52:25:584 Setting up host header:  "box.cern.ch" 
05-23 16:52:25:585 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:52:25:585 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:52:25:605 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b95db0) 
05-23 16:52:25:605 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:52:25:931 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 26, '(NULL)', '201 Created');
05-23 16:52:25:981 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 25, '(NULL)', '201 Created');
05-23 16:52:25:981 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 25, '(NULL)', '201 Created');
05-23 16:52:25:981 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 24, '(NULL)', '201 Created');
05-23 16:52:25:981 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 24, '(NULL)', '201 Created');
05-23 16:52:25:981 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 23, '(NULL)', '201 Created');
05-23 16:52:25:981 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 23, '(NULL)', '201 Created');
05-23 16:52:25:981 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 22, '(NULL)', '201 Created');
05-23 16:52:25:982 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 22, '(NULL)', '201 Created');
05-23 16:52:25:982 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 21, '(NULL)', '201 Created');
05-23 16:52:25:982 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 21, '(NULL)', '201 Created');
05-23 16:52:25:982 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:52:25:982 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:52:25:982 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:52:25:983 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:52:25:983 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:52:25:983 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:52:25:983 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:52:25:983 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:52:25:983 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:52:25:983 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:52:25:983 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:52:25:984 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:52:25:984 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:52:25:984 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:52:25:984 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:52:25:984 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:52:25:984 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:52:25:985 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:52:25:985 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:52:25:985 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:52:25:985 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:52:25:985 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:52:25:985 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:52:25:986 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:52:25:986 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:52:25:986 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:52:25:986 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:52:25:986 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:52:25:986 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:52:25:986 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:52:25:986 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:52:25:987 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:52:25:987 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:52:25:987 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:52:25:987 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:52:25:987 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:52:25:987 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:52:25:988 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:52:25:988 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:52:25:988 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:52:25:988 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.40 seconds
05-23 16:52:26:018 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:52:26:052 CSync run took  577  Milliseconds 
05-23 16:52:26:052 -> CSync Finished slot with error  false 
05-23 16:52:26:052 Starting Event logging again in  2000  milliseconds 
05-23 16:52:26:052 OO folder slotSyncFinished: result:  4 
05-23 16:52:26:052 ==> load folder icon  "owncloud-framed" 
05-23 16:52:26:052 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:52:26:053 Check status.php from statusdialog. 
05-23 16:52:26:053 Get Request to  "status.php" 
05-23 16:52:26:053 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:52:26:053 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:52:26:053 Setting up host header:  "box.cern.ch" 
05-23 16:52:26:053 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:52:26:053 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:52:26:053 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:52:26:053 <===================================== sync finished for  "ownCloud" 
05-23 16:52:26:068 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a02ae0) 
05-23 16:52:26:068 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:52:26:254 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:52:28:053     * event notification  enabled 
05-23 16:52:56:409 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:52:56:409 *  "ownCloud" Poll timer disabled 
05-23 16:52:56:409 Schedule folder  "ownCloud"  to sync! 
05-23 16:52:56:409 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:52:56:409 ==> load folder icon  "owncloud-framed" 
05-23 16:52:56:409 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:52:56:410 Check status.php from statusdialog. 
05-23 16:52:56:410 Get Request to  "status.php" 
05-23 16:52:56:410 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:52:56:410 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:52:56:410 Setting up host header:  "box.cern.ch" 
05-23 16:52:56:410 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:52:56:410 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:52:56:410 *** Start syncing 
05-23 16:52:56:410     * event notification  disabled 
05-23 16:52:56:410 >===================================== sync started for  "ownCloud" 
05-23 16:52:56:411 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:52:56:411 starting to sync  QThread(0x140f860) QThread(0x159cdb0) 
05-23 16:52:56:411 #### Update start #################################################### >> 
05-23 16:52:56:411 csync_memstat_check: Memory: 804068K total size, 34556K resident, 23784K shared
05-23 16:52:56:412 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:52:56:412 csync_ftw: .csync_journal.db excluded
05-23 16:52:56:412 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:52:56:412 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:52:56:412 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:52:56:412 csync_memstat_check: Memory: 804068K total size, 34556K resident, 23784K shared
05-23 16:52:56:412 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:52:56:412 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:52:56:412 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:52:56:412 oc_module: * scheme owncloud
05-23 16:52:56:412 oc_module: * host box.cern.ch
05-23 16:52:56:412 oc_module: * port 0
05-23 16:52:56:412 oc_module: * path /owncloud/remote.php/webdav
05-23 16:52:56:412 oc_module: * user 
05-23 16:52:56:413 oc_module: ne_sock_init: 0
05-23 16:52:56:413 oc_module: No proxy configured.
05-23 16:52:56:432 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19dc2c0) 
05-23 16:52:56:432 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:52:56:446 oc_module: Authentication required 
05-23 16:52:56:446 oc_module: Call the csync callback for ownCloud
05-23 16:52:56:522 oc_module: Simple propfind result code 207.
05-23 16:52:56:522 oc_module: opendir returning handle 0x7f2210005850
05-23 16:52:56:522 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:52:56:522 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:52:56:522 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:52:56:522 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:52:56:522 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:52:56:522 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:52:56:522 oc_module: Skipping target resource.
05-23 16:52:56:522 oc_module: closedir method called 0x7f2210005850!
05-23 16:52:56:522 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:52:56:522 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:52:56:523 csync_memstat_check: Memory: 804068K total size, 34560K resident, 23784K shared
05-23 16:52:56:523 <<#### Update end ########################################################### 
05-23 16:52:56:523 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:52:56:523 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:52:56:523 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:52:56:523 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:52:56:523 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:52:56:523 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:52:56:523     * csync thread started 
05-23 16:52:56:523 ==> load folder icon  "owncloud-framed" 
05-23 16:52:56:523 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:52:56:524 Check status.php from statusdialog. 
05-23 16:52:56:524 Get Request to  "status.php" 
05-23 16:52:56:524 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:52:56:524 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:52:56:524 Setting up host header:  "box.cern.ch" 
05-23 16:52:56:524 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:52:56:524 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:52:56:543 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a800e0) 
05-23 16:52:56:543 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:52:56:892 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 27, '(NULL)', '201 Created');
05-23 16:52:56:942 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 26, '(NULL)', '201 Created');
05-23 16:52:56:942 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 26, '(NULL)', '201 Created');
05-23 16:52:56:942 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 25, '(NULL)', '201 Created');
05-23 16:52:56:942 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 25, '(NULL)', '201 Created');
05-23 16:52:56:942 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 24, '(NULL)', '201 Created');
05-23 16:52:56:943 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 24, '(NULL)', '201 Created');
05-23 16:52:56:943 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 23, '(NULL)', '201 Created');
05-23 16:52:56:943 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 23, '(NULL)', '201 Created');
05-23 16:52:56:943 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 22, '(NULL)', '201 Created');
05-23 16:52:56:943 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 22, '(NULL)', '201 Created');
05-23 16:52:56:943 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 21, '(NULL)', '201 Created');
05-23 16:52:56:943 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 21, '(NULL)', '201 Created');
05-23 16:52:56:943 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:52:56:944 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:52:56:944 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:52:56:944 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:52:56:944 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:52:56:944 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:52:56:944 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:52:56:944 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:52:56:944 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:52:56:945 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:52:56:945 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:52:56:945 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:52:56:945 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:52:56:945 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:52:56:945 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:52:56:945 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:52:56:945 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:52:56:946 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:52:56:946 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:52:56:946 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:52:56:946 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:52:56:946 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:52:56:946 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:52:56:946 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:52:56:946 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:52:56:947 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:52:56:947 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:52:56:947 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:52:56:947 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:52:56:947 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:52:56:947 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:52:56:947 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:52:56:947 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:52:56:948 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:52:56:948 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:52:56:948 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:52:56:948 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:52:56:948 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:52:56:948 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:52:56:948 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:52:56:948 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.43 seconds
05-23 16:52:56:982 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:52:57:015 CSync run took  604  Milliseconds 
05-23 16:52:57:016 -> CSync Finished slot with error  false 
05-23 16:52:57:016 Starting Event logging again in  2000  milliseconds 
05-23 16:52:57:016 OO folder slotSyncFinished: result:  4 
05-23 16:52:57:016 ==> load folder icon  "owncloud-framed" 
05-23 16:52:57:016 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:52:57:016 Check status.php from statusdialog. 
05-23 16:52:57:016 Get Request to  "status.php" 
05-23 16:52:57:016 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:52:57:016 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:52:57:016 Setting up host header:  "box.cern.ch" 
05-23 16:52:57:016 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:52:57:016 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:52:57:016 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:52:57:016 <===================================== sync finished for  "ownCloud" 
05-23 16:52:57:035 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19de8b0) 
05-23 16:52:57:035 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:52:57:216 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:52:59:017     * event notification  enabled 
05-23 16:53:27:368 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:53:27:368 *  "ownCloud" Poll timer disabled 
05-23 16:53:27:368 Schedule folder  "ownCloud"  to sync! 
05-23 16:53:27:368 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:53:27:368 ==> load folder icon  "owncloud-framed" 
05-23 16:53:27:368 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:53:27:369 Check status.php from statusdialog. 
05-23 16:53:27:369 Get Request to  "status.php" 
05-23 16:53:27:369 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:53:27:369 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:53:27:369 Setting up host header:  "box.cern.ch" 
05-23 16:53:27:369 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:53:27:369 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:53:27:369 *** Start syncing 
05-23 16:53:27:369     * event notification  disabled 
05-23 16:53:27:369 >===================================== sync started for  "ownCloud" 
05-23 16:53:27:371 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:53:27:372 starting to sync  QThread(0x140f860) QThread(0x1a3e5a0) 
05-23 16:53:27:372 #### Update start #################################################### >> 
05-23 16:53:27:372 csync_memstat_check: Memory: 804068K total size, 34556K resident, 23784K shared
05-23 16:53:27:372 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:53:27:372 csync_ftw: .csync_journal.db excluded
05-23 16:53:27:372 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:53:27:372 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:53:27:372 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:53:27:372 csync_memstat_check: Memory: 804068K total size, 34556K resident, 23784K shared
05-23 16:53:27:372 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:53:27:372 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:53:27:372 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:53:27:372 oc_module: * scheme owncloud
05-23 16:53:27:372 oc_module: * host box.cern.ch
05-23 16:53:27:372 oc_module: * port 0
05-23 16:53:27:372 oc_module: * path /owncloud/remote.php/webdav
05-23 16:53:27:372 oc_module: * user 
05-23 16:53:27:375 oc_module: ne_sock_init: 0
05-23 16:53:27:375 oc_module: No proxy configured.
05-23 16:53:27:393 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x19dfcb0) 
05-23 16:53:27:393 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:53:27:413 oc_module: Authentication required 
05-23 16:53:27:413 oc_module: Call the csync callback for ownCloud
05-23 16:53:27:486 oc_module: Simple propfind result code 207.
05-23 16:53:27:486 oc_module: opendir returning handle 0x7f2208025540
05-23 16:53:27:486 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:53:27:486 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:53:27:486 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:53:27:486 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:53:27:486 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:53:27:486 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:53:27:486 oc_module: Skipping target resource.
05-23 16:53:27:486 oc_module: closedir method called 0x7f2208025540!
05-23 16:53:27:486 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:53:27:486 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:53:27:486 csync_memstat_check: Memory: 804068K total size, 34560K resident, 23784K shared
05-23 16:53:27:486 <<#### Update end ########################################################### 
05-23 16:53:27:486 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:53:27:486 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:53:27:486 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:53:27:486 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:53:27:486 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:53:27:486 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:53:27:487     * csync thread started 
05-23 16:53:27:487 ==> load folder icon  "owncloud-framed" 
05-23 16:53:27:487 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:53:27:487 Check status.php from statusdialog. 
05-23 16:53:27:487 Get Request to  "status.php" 
05-23 16:53:27:487 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:53:27:487 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:53:27:487 Setting up host header:  "box.cern.ch" 
05-23 16:53:27:487 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:53:27:487 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:53:27:506 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a823f0) 
05-23 16:53:27:506 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:53:27:818 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 28, '(NULL)', '201 Created');
05-23 16:53:27:868 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 27, '(NULL)', '201 Created');
05-23 16:53:27:869 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 27, '(NULL)', '201 Created');
05-23 16:53:27:869 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 26, '(NULL)', '201 Created');
05-23 16:53:27:869 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 26, '(NULL)', '201 Created');
05-23 16:53:27:869 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 25, '(NULL)', '201 Created');
05-23 16:53:27:869 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 25, '(NULL)', '201 Created');
05-23 16:53:27:869 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 24, '(NULL)', '201 Created');
05-23 16:53:27:869 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 24, '(NULL)', '201 Created');
05-23 16:53:27:869 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 23, '(NULL)', '201 Created');
05-23 16:53:27:870 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 23, '(NULL)', '201 Created');
05-23 16:53:27:870 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 22, '(NULL)', '201 Created');
05-23 16:53:27:870 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 22, '(NULL)', '201 Created');
05-23 16:53:27:870 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 21, '(NULL)', '201 Created');
05-23 16:53:27:870 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 21, '(NULL)', '201 Created');
05-23 16:53:27:870 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:53:27:870 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:53:27:870 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:53:27:871 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:53:27:871 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:53:27:871 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:53:27:871 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:53:27:871 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:53:27:871 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:53:27:871 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:53:27:871 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:53:27:872 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:53:27:872 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:53:27:872 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:53:27:872 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:53:27:872 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:53:27:872 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:53:27:873 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:53:27:873 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:53:27:873 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:53:27:873 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:53:27:873 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:53:27:873 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:53:27:873 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:53:27:873 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:53:27:874 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:53:27:874 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:53:27:874 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:53:27:874 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:53:27:874 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:53:27:874 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:53:27:874 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:53:27:874 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:53:27:875 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:53:27:875 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:53:27:875 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:53:27:875 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:53:27:875 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:53:27:875 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:53:27:875 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:53:27:875 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.39 seconds
05-23 16:53:27:906 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:53:27:940 CSync run took  568  Milliseconds 
05-23 16:53:27:940 -> CSync Finished slot with error  false 
05-23 16:53:27:940 Starting Event logging again in  2000  milliseconds 
05-23 16:53:27:940 OO folder slotSyncFinished: result:  4 
05-23 16:53:27:940 ==> load folder icon  "owncloud-framed" 
05-23 16:53:27:940 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:53:27:940 Check status.php from statusdialog. 
05-23 16:53:27:940 Get Request to  "status.php" 
05-23 16:53:27:940 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:53:27:940 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:53:27:940 Setting up host header:  "box.cern.ch" 
05-23 16:53:27:940 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:53:27:941 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:53:27:941 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:53:27:941 <===================================== sync finished for  "ownCloud" 
05-23 16:53:27:957 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a753d0) 
05-23 16:53:27:957 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:53:28:141 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:53:29:942     * event notification  enabled 
05-23 16:53:58:289 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:53:58:289 *  "ownCloud" Poll timer disabled 
05-23 16:53:58:289 Schedule folder  "ownCloud"  to sync! 
05-23 16:53:58:289 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:53:58:289 ==> load folder icon  "owncloud-framed" 
05-23 16:53:58:289 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:53:58:290 Check status.php from statusdialog. 
05-23 16:53:58:290 Get Request to  "status.php" 
05-23 16:53:58:290 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:53:58:290 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:53:58:290 Setting up host header:  "box.cern.ch" 
05-23 16:53:58:290 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:53:58:290 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:53:58:290 *** Start syncing 
05-23 16:53:58:290     * event notification  disabled 
05-23 16:53:58:290 >===================================== sync started for  "ownCloud" 
05-23 16:53:58:291 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:53:58:291 starting to sync  QThread(0x140f860) QThread(0x188fe40) 
05-23 16:53:58:291 #### Update start #################################################### >> 
05-23 16:53:58:292 csync_memstat_check: Memory: 804068K total size, 34556K resident, 23784K shared
05-23 16:53:58:292 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:53:58:292 csync_ftw: .csync_journal.db excluded
05-23 16:53:58:292 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:53:58:292 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:53:58:292 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:53:58:292 csync_memstat_check: Memory: 804068K total size, 34556K resident, 23784K shared
05-23 16:53:58:292 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:53:58:292 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:53:58:292 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:53:58:292 oc_module: * scheme owncloud
05-23 16:53:58:292 oc_module: * host box.cern.ch
05-23 16:53:58:292 oc_module: * port 0
05-23 16:53:58:292 oc_module: * path /owncloud/remote.php/webdav
05-23 16:53:58:292 oc_module: * user 
05-23 16:53:58:293 oc_module: ne_sock_init: 0
05-23 16:53:58:293 oc_module: No proxy configured.
05-23 16:53:58:312 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a277b0) 
05-23 16:53:58:312 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:53:58:333 oc_module: Authentication required 
05-23 16:53:58:333 oc_module: Call the csync callback for ownCloud
05-23 16:53:58:399 oc_module: Simple propfind result code 207.
05-23 16:53:58:399 oc_module: opendir returning handle 0x7f22100255e0
05-23 16:53:58:399 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:53:58:399 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:53:58:399 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:53:58:399 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:53:58:399 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:53:58:399 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:53:58:399 oc_module: Skipping target resource.
05-23 16:53:58:399 oc_module: closedir method called 0x7f22100255e0!
05-23 16:53:58:399 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:53:58:399 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:53:58:399 csync_memstat_check: Memory: 804068K total size, 34560K resident, 23784K shared
05-23 16:53:58:399 <<#### Update end ########################################################### 
05-23 16:53:58:399 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:53:58:399 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:53:58:399 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:53:58:399 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:53:58:399 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:53:58:399 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:53:58:399     * csync thread started 
05-23 16:53:58:399 ==> load folder icon  "owncloud-framed" 
05-23 16:53:58:400 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:53:58:400 Check status.php from statusdialog. 
05-23 16:53:58:400 Get Request to  "status.php" 
05-23 16:53:58:400 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:53:58:400 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:53:58:400 Setting up host header:  "box.cern.ch" 
05-23 16:53:58:400 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:53:58:400 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:53:58:421 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x14357b0) 
05-23 16:53:58:421 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:53:58:770 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 29, '(NULL)', '201 Created');
05-23 16:53:58:812 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 28, '(NULL)', '201 Created');
05-23 16:53:58:812 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 28, '(NULL)', '201 Created');
05-23 16:53:58:812 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 27, '(NULL)', '201 Created');
05-23 16:53:58:812 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 27, '(NULL)', '201 Created');
05-23 16:53:58:812 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 26, '(NULL)', '201 Created');
05-23 16:53:58:813 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 26, '(NULL)', '201 Created');
05-23 16:53:58:813 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 25, '(NULL)', '201 Created');
05-23 16:53:58:813 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 25, '(NULL)', '201 Created');
05-23 16:53:58:813 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 24, '(NULL)', '201 Created');
05-23 16:53:58:813 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 24, '(NULL)', '201 Created');
05-23 16:53:58:813 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 23, '(NULL)', '201 Created');
05-23 16:53:58:813 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 23, '(NULL)', '201 Created');
05-23 16:53:58:814 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 22, '(NULL)', '201 Created');
05-23 16:53:58:814 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 22, '(NULL)', '201 Created');
05-23 16:53:58:814 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 21, '(NULL)', '201 Created');
05-23 16:53:58:814 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 21, '(NULL)', '201 Created');
05-23 16:53:58:814 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:53:58:814 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:53:58:814 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:53:58:815 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:53:58:815 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:53:58:815 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:53:58:815 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:53:58:815 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:53:58:815 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:53:58:815 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:53:58:815 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:53:58:816 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:53:58:816 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:53:58:816 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:53:58:816 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:53:58:816 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:53:58:816 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:53:58:816 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:53:58:816 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:53:58:817 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:53:58:817 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:53:58:817 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:53:58:817 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:53:58:817 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:53:58:817 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:53:58:817 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:53:58:817 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:53:58:818 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:53:58:818 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:53:58:818 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:53:58:818 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:53:58:818 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:53:58:818 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:53:58:818 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:53:58:818 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:53:58:819 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:53:58:819 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:53:58:819 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:53:58:819 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:53:58:819 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:53:58:819 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.42 seconds
05-23 16:53:58:845 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:53:58:871 CSync run took  580  Milliseconds 
05-23 16:53:58:871 -> CSync Finished slot with error  false 
05-23 16:53:58:871 Starting Event logging again in  2000  milliseconds 
05-23 16:53:58:871 OO folder slotSyncFinished: result:  4 
05-23 16:53:58:871 ==> load folder icon  "owncloud-framed" 
05-23 16:53:58:871 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:53:58:871 Check status.php from statusdialog. 
05-23 16:53:58:871 Get Request to  "status.php" 
05-23 16:53:58:871 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:53:58:871 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:53:58:872 Setting up host header:  "box.cern.ch" 
05-23 16:53:58:872 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:53:58:872 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:53:58:872 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:53:58:872 <===================================== sync finished for  "ownCloud" 
05-23 16:53:58:887 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a78030) 
05-23 16:53:58:887 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:53:59:072 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:54:00:873     * event notification  enabled 
05-23 16:54:29:221 * Polling "ownCloud" for changes. Ignoring all pending events until now 
05-23 16:54:29:221 *  "ownCloud" Poll timer disabled 
05-23 16:54:29:221 Schedule folder  "ownCloud"  to sync! 
05-23 16:54:29:221 XX slotScheduleFolderSync: folderQueue size:  1 
05-23 16:54:29:221 ==> load folder icon  "owncloud-framed" 
05-23 16:54:29:222 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:54:29:222 Check status.php from statusdialog. 
05-23 16:54:29:222 Get Request to  "status.php" 
05-23 16:54:29:222 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:54:29:222 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:54:29:222 Setting up host header:  "box.cern.ch" 
05-23 16:54:29:222 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:54:29:222 Sync state changed for folder  "ownCloud" :  "SyncPrepare" 
05-23 16:54:29:222 *** Start syncing 
05-23 16:54:29:222     * event notification  disabled 
05-23 16:54:29:222 >===================================== sync started for  "ownCloud" 
05-23 16:54:29:224 void Mirall::CSyncThread::startSync() Sync started 
05-23 16:54:29:224 starting to sync  QThread(0x140f860) QThread(0x1a81240) 
05-23 16:54:29:224 #### Update start #################################################### >> 
05-23 16:54:29:224 csync_memstat_check: Memory: 804068K total size, 34556K resident, 23784K shared
05-23 16:54:29:224 csync_ftw: Incoming read_from_db-Flag for /home/octuser2/ownCloud: 0
05-23 16:54:29:224 csync_ftw: .csync_journal.db excluded
05-23 16:54:29:224 csync_ftw: .csync_journal.db.ctmp excluded
05-23 16:54:29:224 csync_ftw: Closing walk for /home/octuser2/ownCloud with read_from_db 0
05-23 16:54:29:224 csync_update: Update detection for local replica took 0.00 seconds walking 0 files.
05-23 16:54:29:224 csync_memstat_check: Memory: 804068K total size, 34556K resident, 23784K shared
05-23 16:54:29:224 csync_ftw: Incoming read_from_db-Flag for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:54:29:224 csync_ftw: Checking for read from db for owncloud://box.cern.ch/owncloud/remote.php/webdav: 0
05-23 16:54:29:224 oc_module: opendir method called on owncloud://box.cern.ch/owncloud/remote.php/webdav
05-23 16:54:29:224 oc_module: * scheme owncloud
05-23 16:54:29:224 oc_module: * host box.cern.ch
05-23 16:54:29:224 oc_module: * port 0
05-23 16:54:29:224 oc_module: * path /owncloud/remote.php/webdav
05-23 16:54:29:224 oc_module: * user 
05-23 16:54:29:227 oc_module: ne_sock_init: 0
05-23 16:54:29:227 oc_module: No proxy configured.
05-23 16:54:29:244 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a78030) 
05-23 16:54:29:244 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:54:29:257 oc_module: Authentication required 
05-23 16:54:29:257 oc_module: Call the csync callback for ownCloud
05-23 16:54:29:332 oc_module: Simple propfind result code 207.
05-23 16:54:29:332 oc_module: opendir returning handle 0x7f22080210a0
05-23 16:54:29:333 oc_module: owncloud_stat owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt called
05-23 16:54:29:333 csync_ftw: walk: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:54:29:333 csync_walker: file: owncloud://box.cern.ch/owncloud/remote.php/webdav/web1.txt
05-23 16:54:29:333 _csync_detect_update: file: web1.txt - hash 2121407186260769061, mtime: 1369318729
05-23 16:54:29:333 csync_statedb_get_stat_by_hash: No result record found for phash = 2121407186260769061
05-23 16:54:29:333 _csync_detect_update: file: web1.txt, instruction: INSTRUCTION_NEW
05-23 16:54:29:333 oc_module: Skipping target resource.
05-23 16:54:29:333 oc_module: closedir method called 0x7f22080210a0!
05-23 16:54:29:333 csync_ftw: Closing walk for owncloud://box.cern.ch/owncloud/remote.php/webdav with read_from_db 0
05-23 16:54:29:333 csync_update: Update detection for remote replica took 0.11 seconds walking 1 files.
05-23 16:54:29:333 csync_memstat_check: Memory: 804068K total size, 34560K resident, 23784K shared
05-23 16:54:29:333 <<#### Update end ########################################################### 
05-23 16:54:29:333 csync_reconcile: Reconciliation for local replica took 0.00 seconds visiting 0 files.
05-23 16:54:29:333 _csync_merge_algorithm_visitor: INSTRUCTION_NEW      file: web1.txt
05-23 16:54:29:333 csync_reconcile: Reconciliation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:54:29:333 csync_propagate: Propagation for local replica took 0.00 seconds visiting 0 files.
05-23 16:54:29:333 csync_propagate: Propagation for remote replica took 0.00 seconds visiting 1 files.
05-23 16:54:29:333 void Mirall::CSyncThread::startSync() Sync finished 
05-23 16:54:29:333     * csync thread started 
05-23 16:54:29:333 ==> load folder icon  "owncloud-framed" 
05-23 16:54:29:334 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:54:29:334 Check status.php from statusdialog. 
05-23 16:54:29:334 Get Request to  "status.php" 
05-23 16:54:29:334 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:54:29:334 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:54:29:334 Setting up host header:  "box.cern.ch" 
05-23 16:54:29:334 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:54:29:334 Sync state changed for folder  "ownCloud" :  "Sync Running" 
05-23 16:54:29:354 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1b32c10) 
05-23 16:54:29:354 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:54:29:655 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 30, '(NULL)', '201 Created');
05-23 16:54:29:705 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 29, '(NULL)', '201 Created');
05-23 16:54:29:706 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 29, '(NULL)', '201 Created');
05-23 16:54:29:706 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 28, '(NULL)', '201 Created');
05-23 16:54:29:706 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 28, '(NULL)', '201 Created');
05-23 16:54:29:706 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 27, '(NULL)', '201 Created');
05-23 16:54:29:706 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 27, '(NULL)', '201 Created');
05-23 16:54:29:706 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 26, '(NULL)', '201 Created');
05-23 16:54:29:706 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 26, '(NULL)', '201 Created');
05-23 16:54:29:706 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 25, '(NULL)', '201 Created');
05-23 16:54:29:707 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 25, '(NULL)', '201 Created');
05-23 16:54:29:707 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 24, '(NULL)', '201 Created');
05-23 16:54:29:707 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 24, '(NULL)', '201 Created');
05-23 16:54:29:707 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 23, '(NULL)', '201 Created');
05-23 16:54:29:707 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 23, '(NULL)', '201 Created');
05-23 16:54:29:707 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 22, '(NULL)', '201 Created');
05-23 16:54:29:707 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 22, '(NULL)', '201 Created');
05-23 16:54:29:707 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 21, '(NULL)', '201 Created');
05-23 16:54:29:708 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 21, '(NULL)', '201 Created');
05-23 16:54:29:708 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:54:29:708 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 20, '(NULL)', '201 Created');
05-23 16:54:29:708 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:54:29:708 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 19, '(NULL)', '201 Created');
05-23 16:54:29:708 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:54:29:708 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 18, '(NULL)', '201 Created');
05-23 16:54:29:708 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:54:29:709 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 17, '(NULL)', '201 Created');
05-23 16:54:29:709 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:54:29:709 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 16, '(NULL)', '201 Created');
05-23 16:54:29:709 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:54:29:709 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 15, '(NULL)', '201 Created');
05-23 16:54:29:709 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:54:29:709 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 14, '(NULL)', '201 Created');
05-23 16:54:29:709 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:54:29:710 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 13, '(NULL)', '201 Created');
05-23 16:54:29:710 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:54:29:710 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 12, '(NULL)', '201 Created');
05-23 16:54:29:710 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:54:29:710 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 11, '(NULL)', '201 Created');
05-23 16:54:29:710 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:54:29:710 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 10, '(NULL)', '201 Created');
05-23 16:54:29:710 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:54:29:711 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 9, '(NULL)', '201 Created');
05-23 16:54:29:711 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:54:29:711 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 8, '(NULL)', '201 Created');
05-23 16:54:29:711 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:54:29:711 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 7, '(NULL)', '201 Created');
05-23 16:54:29:711 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:54:29:711 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 6, '(NULL)', '201 Created');
05-23 16:54:29:711 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:54:29:712 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 5, '(NULL)', '201 Created');
05-23 16:54:29:712 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:54:29:712 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 4, '(NULL)', '201 Created');
05-23 16:54:29:712 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:54:29:712 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 3, '(NULL)', '201 Created');
05-23 16:54:29:712 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:54:29:712 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 2, '(NULL)', '201 Created');
05-23 16:54:29:712 csync_statedb_write_progressinfo: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:54:29:713 csync_statedb_insert: sqlite_step error: column phash is not unique on insert: INSERT INTO progress (phash, modtime, md5, chunk, transferid, error_count, tmpfile, error_string) VALUES(2121407186260769061, 1369318729, '519e2549973ae', 0, 0, 1, '(NULL)', '201 Created');
05-23 16:54:29:713 _merge_and_write_statedb: Writing the statedb of 0 files to disk took 0.38 seconds
05-23 16:54:29:756 csync_commit: Journal: /home/octuser2/ownCloud/.csync_journal.db
05-23 16:54:29:810 CSync run took  586  Milliseconds 
05-23 16:54:29:810 -> CSync Finished slot with error  false 
05-23 16:54:29:810 Starting Event logging again in  2000  milliseconds 
05-23 16:54:29:810 OO folder slotSyncFinished: result:  4 
05-23 16:54:29:810 ==> load folder icon  "owncloud-framed" 
05-23 16:54:29:810 Returning configured owncloud url:  "http://box.cern.ch/owncloud/remote.php/webdav/" 
05-23 16:54:29:810 Check status.php from statusdialog. 
05-23 16:54:29:810 Get Request to  "status.php" 
05-23 16:54:29:811 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:54:29:811 Returning configured owncloud url:  "http://box.cern.ch/owncloud/" 
05-23 16:54:29:811 Setting up host header:  "box.cern.ch" 
05-23 16:54:29:811 Folder in overallStatus Message:  Mirall::ownCloudFolder(0x159d370)  with name  "ownCloud" 
05-23 16:54:29:811 Sync state changed for folder  "ownCloud" :  "Success" 
05-23 16:54:29:811 *  "ownCloud" Poll timer enabled with  30348 milliseconds 
05-23 16:54:29:811 <===================================== sync finished for  "ownCloud" 
05-23 16:54:29:827 status.php returns:  "{"installed":"true","version":"5.0.3","versionstring":"5.0.3","edition":""}"   0  Reply:  QNetworkReplyImpl(0x1a280c0) 
05-23 16:54:29:827 #-------# oC found on  "http://box.cern.ch/owncloud" 
05-23 16:54:30:011 XX slotScheduleFolderSync: folderQueue size:  0 
05-23 16:54:31:810     * event notification  enabled 
 




On May 24, 2013, at 9:24 AM, Daniel Molkentin <danimo at owncloud.com> wrote:

> Guys, please open a bug report and post logs / details according to the bug reporting template.
> We'll be taking a look asap. Thanks!
> 
> Daniel
> 
> On 05/24/2013 08:39 AM, Rickard Welin wrote:
>> Same problem here on Windows 7 x64.
>> 
>> Regards,
>> Rickard
>> 
>> -----Original Message-----
>> From: owncloud-bounces at kde.org [mailto:owncloud-bounces at kde.org] On Behalf Of kwillems
>> Sent: den 24 maj 2013 00:14
>> To: owncloud at kde.org
>> Subject: Re: [Owncloud] ownCloud Client 1.3.0 beta 1
>> 
>> Thanx. I've compiled a new version and that's working like a charm!
>> 
>> But I've stumbled into another problem. On Windows XP and Windows 8 I just can't get the client to upload files.
>> On Os X uploading works fine.
>> 
>> 
>> 
>> --
>> View this message in context: http://owncloud.10557.n7.nabble.com/ownCloud-Client-1-3-0-beta-1-tp9391p9430.html
>> Sent from the ownCloud mailing list archive at Nabble.com.
>> _______________________________________________
>> Owncloud mailing list
>> Owncloud at kde.org
>> https://mail.kde.org/mailman/listinfo/owncloud
>> _______________________________________________
>> Owncloud mailing list
>> Owncloud at kde.org
>> https://mail.kde.org/mailman/listinfo/owncloud
> 
> 
> -- 
> www.owncloud.com - Your Data, Your Cloud, Your Way!
> 
> ownCloud GmbH, GF: Markus Rex, Holger Dyroff
> Schloßäckerstrasse 26a, 90443 Nürnberg, HRB 28050 (AG Nürnberg)
> 
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud




More information about the Owncloud mailing list