owncloud / core

:cloud: ownCloud web server core (Files, DAV, etc.)
https://owncloud.com
GNU Affero General Public License v3.0
8.39k stars 2.05k forks source link

Trash does not contain removed files #27818

Closed marcorighi closed 7 years ago

marcorighi commented 7 years ago
### Steps to reproduce 1. create a file 2. delete it by shell or by web interface 3. ### Expected behaviour Tell us what should happen The removed files should be in the trashbin ### Actual behaviour Tell us what happens instead The removed files are not in the trashbin ### Server configuration **Operating system**: Command 2022 of 43 $lsb_release -a LSB Version: core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch Distributor ID: Ubuntu Description: Ubuntu 16.04.2 LTS Release: 16.04 Codename: xenial **Web server:** Command 2023 of 44 $apache2 -v Server version: Apache/2.4.18 (Ubuntu) Server built: 2016-07-14T12:32:26 **Database:** Command 2029 of 50 $psql -V psql (PostgreSQL) 9.5.6 **PHP version:** Command 2031 of 52 $php -v PHP 7.0.15-0ubuntu0.16.04.4 (cli) ( NTS ) Copyright (c) 1997-2017 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies with Zend OPcache v7.0.15-0ubuntu0.16.04.4, Copyright (c) 1999-2017, by Zend Technologies **ownCloud version:** (see ownCloud admin page) sudo -u www-data php occ -V ownCloud 10.0.0 **Updated from an older ownCloud or fresh install:** yes, the last one (9.5?) **Where did you install ownCloud from:** deb http://download.owncloud.org/download/repositories/stable/Ubuntu_16.04/ / **Signing status (ownCloud 9.0 and above):** ``` No errors have been found. ``` **The content of config/config.php:** ``` sudo -u www-data php occ config:list system { "system": { "updatechecker": false, "instanceid": "ocsjiulmfchz", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "tesoro.ydns.eu" ], "datadirectory": "\/media\/resources_www\/www\/owncloud\/data", "overwrite.cli.url": "https:\/\/tesoro.ydns.eu\/owncloud", "dbtype": "pgsql", "version": "10.0.0.12", "dbname": "owncloud", "dbhost": "localhost", "dbtableprefix": "oc_", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "logtimezone": "UTC", "installed": true, "maintenance": false, "theme": "", "loglevel": 0, "htaccess.RewriteBase": "\/owncloud" } } ``` **List of activated apps:** ``` Command 2034 of 37 #sudo -u www-data php occ app:list Enabled: - activity: 2.3.3 - comments: 0.3.0 - configreport: 0.1.1 - dav: 0.2.8 - federatedfilesharing: 0.3.0 - federation: 0.1.0 - files: 1.5.1 - files_external: 0.7.0 - files_pdfviewer: 0.8.1 - files_sharing: 0.10.0 - files_texteditor: 2.1 - files_trashbin: 0.9.0 - files_versions: 1.3.0 - files_videoplayer: 0.9.8 - firstrunwizard: 1.1 - gallery: 15.0.0 - market: 0.1.0 - notifications: 0.3.0 - provisioning_api: 0.5.0 - systemtags: 0.3.0 - templateeditor: 0.1 - updatenotification: 0.2.1 Disabled: - encryption - example-theme - external - files_antivirus - user_external ``` **Are you using external storage, if yes which one:** local/smb/sftp/... **Are you using encryption:** yes/no no **Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/... no ### Client configuration **Browser:** firefox -v Mozilla Firefox 52.0.2l **Operating system:** lsb_release -a LSB Version: core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch Distributor ID: Ubuntu Description: Ubuntu 16.04.2 LTS Release: 16.04 Codename: xenial ### Logs #### Web server error log ``` ``` #### ownCloud log (data/owncloud.log) ``` {"reqId":"7mPfwstu0Kadt0856vUu","level":0,"time":"2017-05-05T08:46:02+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:122:\"Documents\/articoli\/2016_MUSCLE\/00_articolo_rifiutato\/01_inviato.1443109097-24.settembre.2015-17.38.marco.pc-thesaurus1.tgz\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"7mPfwstu0Kadt0856vUu","level":0,"time":"2017-05-05T08:46:02+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:122:\"Documents\/articoli\/2016_MUSCLE\/00_articolo_rifiutato\/01_inviato.1443109097-24.settembre.2015-17.38.marco.pc-thesaurus1.tgz\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"vapXeXGzeuPrxkNWAXBA","level":0,"time":"2017-05-05T08:46:10+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:84:\"Documents\/articoli\/2016_MUSCLE\/00_articolo_rifiutato\/SCITEPRESS_Conference_Latex.zip\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"vapXeXGzeuPrxkNWAXBA","level":0,"time":"2017-05-05T08:46:10+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:84:\"Documents\/articoli\/2016_MUSCLE\/00_articolo_rifiutato\/SCITEPRESS_Conference_Latex.zip\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"9KOsP53g6ynR8aAMv3CG","level":0,"time":"2017-05-05T08:46:17+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2FD_00123_calculateMaxContainedEllipse.bmp&c=8e2a2f5fbcf48dc0529f48d05a220dd8&x=32&y=32&forceIcon=0","message":"Generating preview for \"\/tmp\/21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV\/COMPUTATION\/video\/D_00123_calculateMaxContainedEllipse.bmp\" with \"OC\\Preview\\BMP\""} {"reqId":"9KOsP53g6ynR8aAMv3CG","level":0,"time":"2017-05-05T08:46:17+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2FD_00123_calculateMaxContainedEllipse.bmp&c=8e2a2f5fbcf48dc0529f48d05a220dd8&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Image is not a JPEG."} {"reqId":"9KOsP53g6ynR8aAMv3CG","level":0,"time":"2017-05-05T08:46:17+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2FD_00123_calculateMaxContainedEllipse.bmp&c=8e2a2f5fbcf48dc0529f48d05a220dd8&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Orientation: -1"} {"reqId":"9KOsP53g6ynR8aAMv3CG","level":1,"time":"2017-05-05T08:46:18+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2FD_00123_calculateMaxContainedEllipse.bmp&c=8e2a2f5fbcf48dc0529f48d05a220dd8&x=32&y=32&forceIcon=0","message":"OC_Image->data. Could not guess mime-type, defaulting to png"} {"reqId":"9KOsP53g6ynR8aAMv3CG","level":1,"time":"2017-05-05T08:46:18+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2FD_00123_calculateMaxContainedEllipse.bmp&c=8e2a2f5fbcf48dc0529f48d05a220dd8&x=32&y=32&forceIcon=0","message":"OC_Image->data. Could not guess mime-type, defaulting to png"} {"reqId":"64iTfMDrQJE9AsCTKNRP","level":3,"time":"2017-05-05T08:46:26+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"PHP","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2FD_00123_calculateMaxContainedEllipse.bmp&x=366&y=206&a=1&mode=cover&c=8e2a2f5fbcf48dc0529f48d05a220dd8&forceIcon=0","message":"fopen(\/media\/resources_www\/www\/owncloud\/data\/marco\/thumbnails\/159767\/104-67-max-cover.png): failed to open stream: No such file or directory at \/media\/resources_www\/www\/owncloud\/lib\/private\/Files\/Storage\/Local.php#276"} {"reqId":"64iTfMDrQJE9AsCTKNRP","level":0,"time":"2017-05-05T08:46:26+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2FD_00123_calculateMaxContainedEllipse.bmp&x=366&y=206&a=1&mode=cover&c=8e2a2f5fbcf48dc0529f48d05a220dd8&forceIcon=0","message":"Generating preview for \"\/tmp\/21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV\/COMPUTATION\/video\/D_00123_calculateMaxContainedEllipse.bmp\" with \"OC\\Preview\\BMP\""} {"reqId":"64iTfMDrQJE9AsCTKNRP","level":0,"time":"2017-05-05T08:46:26+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2FD_00123_calculateMaxContainedEllipse.bmp&x=366&y=206&a=1&mode=cover&c=8e2a2f5fbcf48dc0529f48d05a220dd8&forceIcon=0","message":"OC_Image->fixOrientation() Image is not a JPEG."} {"reqId":"64iTfMDrQJE9AsCTKNRP","level":0,"time":"2017-05-05T08:46:26+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2FD_00123_calculateMaxContainedEllipse.bmp&x=366&y=206&a=1&mode=cover&c=8e2a2f5fbcf48dc0529f48d05a220dd8&forceIcon=0","message":"OC_Image->fixOrientation() Orientation: -1"} {"reqId":"64iTfMDrQJE9AsCTKNRP","level":1,"time":"2017-05-05T08:46:26+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2FD_00123_calculateMaxContainedEllipse.bmp&x=366&y=206&a=1&mode=cover&c=8e2a2f5fbcf48dc0529f48d05a220dd8&forceIcon=0","message":"OC_Image->data. Could not guess mime-type, defaulting to png"} {"reqId":"A8rYt0VgyapkykQ7uK7w","level":0,"time":"2017-05-05T08:46:28+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/apps\/files_versions\/preview?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2FD_00123_calculateMaxContainedEllipse.bmp&version=1482105495","message":"Generating preview for \"\/tmp\/21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV\/COMPUTATION\/video\/D_00123_calculateMaxContainedEllipse.bmp.v1482105495\" with \"OC\\Preview\\BMP\""} {"reqId":"A8rYt0VgyapkykQ7uK7w","level":0,"time":"2017-05-05T08:46:28+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/apps\/files_versions\/preview?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2FD_00123_calculateMaxContainedEllipse.bmp&version=1482105495","message":"OC_Image->fixOrientation() Image is not a JPEG."} {"reqId":"A8rYt0VgyapkykQ7uK7w","level":0,"time":"2017-05-05T08:46:28+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/apps\/files_versions\/preview?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2FD_00123_calculateMaxContainedEllipse.bmp&version=1482105495","message":"OC_Image->fixOrientation() Orientation: -1"} {"reqId":"A8rYt0VgyapkykQ7uK7w","level":1,"time":"2017-05-05T08:46:28+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/apps\/files_versions\/preview?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2FD_00123_calculateMaxContainedEllipse.bmp&version=1482105495","message":"OC_Image->data. Could not guess mime-type, defaulting to png"} {"reqId":"A8rYt0VgyapkykQ7uK7w","level":1,"time":"2017-05-05T08:46:28+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/apps\/files_versions\/preview?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2FD_00123_calculateMaxContainedEllipse.bmp&version=1482105495","message":"OC_Image->data. Could not guess mime-type, defaulting to png"} {"reqId":"UJKgsPZs82WXA0M4EhMZ","level":0,"time":"2017-05-05T08:47:30+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2Fpippo.bmp&c=10e6459343041673b3dad2fb96d07204&x=32&y=32&forceIcon=0","message":"Generating preview for \"\/tmp\/21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV\/COMPUTATION\/video\/pippo.bmp\" with \"OC\\Preview\\BMP\""} {"reqId":"UJKgsPZs82WXA0M4EhMZ","level":0,"time":"2017-05-05T08:47:30+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2Fpippo.bmp&c=10e6459343041673b3dad2fb96d07204&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Image is not a JPEG."} {"reqId":"UJKgsPZs82WXA0M4EhMZ","level":0,"time":"2017-05-05T08:47:30+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2Fpippo.bmp&c=10e6459343041673b3dad2fb96d07204&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Orientation: -1"} {"reqId":"UJKgsPZs82WXA0M4EhMZ","level":1,"time":"2017-05-05T08:47:30+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2Fpippo.bmp&c=10e6459343041673b3dad2fb96d07204&x=32&y=32&forceIcon=0","message":"OC_Image->data. Could not guess mime-type, defaulting to png"} {"reqId":"UJKgsPZs82WXA0M4EhMZ","level":1,"time":"2017-05-05T08:47:30+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2Fpippo.bmp&c=10e6459343041673b3dad2fb96d07204&x=32&y=32&forceIcon=0","message":"OC_Image->data. Could not guess mime-type, defaulting to png"} {"reqId":"goj2wXPIdBkk1EoSBG74","level":0,"time":"2017-05-05T08:48:04+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:40:\"\/Documents\/articoli\/2016_MUSCLE\/sito.txt\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"goj2wXPIdBkk1EoSBG74","level":0,"time":"2017-05-05T08:48:04+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:40:\"\/Documents\/articoli\/2016_MUSCLE\/sito.txt\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"en9SgAnNNo33ysPhbMfO","level":0,"time":"2017-05-05T08:48:07+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:75:\"Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/01\/OSIRIS_SRR_SILab.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"en9SgAnNNo33ysPhbMfO","level":0,"time":"2017-05-05T08:48:07+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:75:\"Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/01\/OSIRIS_SRR_SILab.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"UaG1yu8fNqbQIL5R3M06","level":0,"time":"2017-05-05T08:48:17+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:125:\"Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/01\/OSIRIS_SRR_SILab.pptx.1469625094-27.luglio.2016-15.11.marco.tesoro.tgz\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"UaG1yu8fNqbQIL5R3M06","level":0,"time":"2017-05-05T08:48:17+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:125:\"Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/01\/OSIRIS_SRR_SILab.pptx.1469625094-27.luglio.2016-15.11.marco.tesoro.tgz\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"mXqdClDNlBXvdI0jd9Ik","level":3,"time":"2017-05-05T08:48:31+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"PHP","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2Fpippo.bmp&x=366&y=206&a=1&mode=cover&c=10e6459343041673b3dad2fb96d07204&forceIcon=0","message":"fopen(\/media\/resources_www\/www\/owncloud\/data\/marco\/thumbnails\/192244\/104-67-max-cover.png): failed to open stream: No such file or directory at \/media\/resources_www\/www\/owncloud\/lib\/private\/Files\/Storage\/Local.php#276"} {"reqId":"mXqdClDNlBXvdI0jd9Ik","level":0,"time":"2017-05-05T08:48:31+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2Fpippo.bmp&x=366&y=206&a=1&mode=cover&c=10e6459343041673b3dad2fb96d07204&forceIcon=0","message":"Generating preview for \"\/tmp\/21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV\/COMPUTATION\/video\/pippo.bmp\" with \"OC\\Preview\\BMP\""} {"reqId":"mXqdClDNlBXvdI0jd9Ik","level":0,"time":"2017-05-05T08:48:31+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2Fpippo.bmp&x=366&y=206&a=1&mode=cover&c=10e6459343041673b3dad2fb96d07204&forceIcon=0","message":"OC_Image->fixOrientation() Image is not a JPEG."} {"reqId":"mXqdClDNlBXvdI0jd9Ik","level":0,"time":"2017-05-05T08:48:31+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2Fpippo.bmp&x=366&y=206&a=1&mode=cover&c=10e6459343041673b3dad2fb96d07204&forceIcon=0","message":"OC_Image->fixOrientation() Orientation: -1"} {"reqId":"mXqdClDNlBXvdI0jd9Ik","level":1,"time":"2017-05-05T08:48:31+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Ftmp%2F21_DEBUG_08_SENT1_PT2_subset_4_of_S1B_IW_GRDH_1SDV_20161101T170257_20161101T170322_002768_004AEF_1CEA_Intensity_VV%2FCOMPUTATION%2Fvideo%2Fpippo.bmp&x=366&y=206&a=1&mode=cover&c=10e6459343041673b3dad2fb96d07204&forceIcon=0","message":"OC_Image->data. Could not guess mime-type, defaulting to png"} {"reqId":"fHfM3rtRfp7fbgJHjDX8","level":0,"time":"2017-05-05T08:50:02+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:76:\"Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/01\/OSIRIS_SRR_SILab.pptx\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"fHfM3rtRfp7fbgJHjDX8","level":1,"time":"2017-05-05T08:50:02+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Mark to expire \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/01\/OSIRIS_SRR_SILab.pptx next version should be 1469020095 or smaller. (prevTimestamp: 1469624895; step: 604800"} {"reqId":"fHfM3rtRfp7fbgJHjDX8","level":1,"time":"2017-05-05T08:50:02+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Mark to expire \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/01\/OSIRIS_SRR_SILab.pptx next version should be 1469020095 or smaller. (prevTimestamp: 1469624895; step: 604800"} {"reqId":"fHfM3rtRfp7fbgJHjDX8","level":1,"time":"2017-05-05T08:50:02+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Mark to expire \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/01\/OSIRIS_SRR_SILab.pptx next version should be 1469020095 or smaller. (prevTimestamp: 1469624895; step: 604800"} {"reqId":"fHfM3rtRfp7fbgJHjDX8","level":1,"time":"2017-05-05T08:50:02+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Mark to expire \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/01\/OSIRIS_SRR_SILab.pptx next version should be 1469020095 or smaller. (prevTimestamp: 1469624895; step: 604800"} {"reqId":"fHfM3rtRfp7fbgJHjDX8","level":1,"time":"2017-05-05T08:50:02+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Mark to expire \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/01\/OSIRIS_SRR_SILab.pptx next version should be 1469020095 or smaller. (prevTimestamp: 1469624895; step: 604800"} {"reqId":"fHfM3rtRfp7fbgJHjDX8","level":1,"time":"2017-05-05T08:50:02+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Expire: \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/01\/OSIRIS_SRR_SILab.pptx.v1469624501"} {"reqId":"fHfM3rtRfp7fbgJHjDX8","level":1,"time":"2017-05-05T08:50:02+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Expire: \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/01\/OSIRIS_SRR_SILab.pptx.v1469623372"} {"reqId":"fHfM3rtRfp7fbgJHjDX8","level":1,"time":"2017-05-05T08:50:02+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Expire: \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/01\/OSIRIS_SRR_SILab.pptx.v1469622508"} {"reqId":"fHfM3rtRfp7fbgJHjDX8","level":1,"time":"2017-05-05T08:50:02+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Expire: \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/01\/OSIRIS_SRR_SILab.pptx.v1469622264"} {"reqId":"fHfM3rtRfp7fbgJHjDX8","level":1,"time":"2017-05-05T08:50:02+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Expire: \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/01\/OSIRIS_SRR_SILab.pptx.v1469621769"} {"reqId":"fHfM3rtRfp7fbgJHjDX8","level":0,"time":"2017-05-05T08:50:02+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:76:\"Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/01\/OSIRIS_SRR_SILab.pptx\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"cgFMpQjbYVtcZHWiuKFD","level":0,"time":"2017-05-05T08:50:06+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:80:\"\/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab_16_41.pptx\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"cgFMpQjbYVtcZHWiuKFD","level":0,"time":"2017-05-05T08:50:06+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:80:\"\/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab_16_41.pptx\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"30Fj7PVyB9wlnkGnhHke","level":0,"time":"2017-05-05T08:50:16+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:79:\"\/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab_16_41.odp\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"30Fj7PVyB9wlnkGnhHke","level":0,"time":"2017-05-05T08:50:16+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:79:\"\/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab_16_41.odp\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"VRPt32o15AXWrBelkPsM","level":0,"time":"2017-05-05T08:50:27+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:78:\"Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab_righi.odp\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"VRPt32o15AXWrBelkPsM","level":1,"time":"2017-05-05T08:50:27+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Mark to expire \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab_righi.odp next version should be 1469031787 or smaller. (prevTimestamp: 1469636587; step: 604800"} {"reqId":"VRPt32o15AXWrBelkPsM","level":1,"time":"2017-05-05T08:50:28+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Expire: \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab_righi.odp.v1469636196"} {"reqId":"VRPt32o15AXWrBelkPsM","level":0,"time":"2017-05-05T08:50:28+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 1 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:78:\"Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab_righi.odp\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"mPTetm64apAc0wPOhg8j","level":0,"time":"2017-05-05T08:50:30+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:79:\"\/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab_righi.odp\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"mPTetm64apAc0wPOhg8j","level":0,"time":"2017-05-05T08:50:30+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:79:\"\/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab_righi.odp\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"djffCsDDkqYlizUiDmfG","level":0,"time":"2017-05-05T08:50:44+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:79:\"\/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab_righi.ppt\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"djffCsDDkqYlizUiDmfG","level":1,"time":"2017-05-05T08:50:44+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Mark to expire \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab_righi.ppt next version should be 1469031949 or smaller. (prevTimestamp: 1469636749; step: 604800"} {"reqId":"djffCsDDkqYlizUiDmfG","level":1,"time":"2017-05-05T08:50:44+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Mark to expire \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab_righi.ppt next version should be 1469031949 or smaller. (prevTimestamp: 1469636749; step: 604800"} {"reqId":"djffCsDDkqYlizUiDmfG","level":1,"time":"2017-05-05T08:50:44+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Expire: \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab_righi.ppt.v1469636736"} {"reqId":"djffCsDDkqYlizUiDmfG","level":1,"time":"2017-05-05T08:50:44+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Expire: \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab_righi.ppt.v1469636635"} {"reqId":"djffCsDDkqYlizUiDmfG","level":0,"time":"2017-05-05T08:50:44+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:79:\"\/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab_righi.ppt\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"JuQLsngm1ORnlkzm4INf","level":0,"time":"2017-05-05T08:50:47+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:79:\"Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab_righi.pptx\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"JuQLsngm1ORnlkzm4INf","level":0,"time":"2017-05-05T08:50:47+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:79:\"Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab_righi.pptx\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"TTIcmWyAmCRrxWTVE2Cy","level":0,"time":"2017-05-05T08:50:50+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:78:\"Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab_righi.ppt\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"TTIcmWyAmCRrxWTVE2Cy","level":0,"time":"2017-05-05T08:50:50+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:78:\"Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab_righi.ppt\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"3pN8pWtWXQgDVe95GpGi","level":0,"time":"2017-05-05T08:50:54+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:73:\"\/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab.odp\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"3pN8pWtWXQgDVe95GpGi","level":1,"time":"2017-05-05T08:50:54+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Mark to expire \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab.odp next version should be 1469033033 or smaller. (prevTimestamp: 1469637833; step: 604800"} {"reqId":"3pN8pWtWXQgDVe95GpGi","level":1,"time":"2017-05-05T08:50:54+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Mark to expire \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab.odp next version should be 1469033033 or smaller. (prevTimestamp: 1469637833; step: 604800"} {"reqId":"3pN8pWtWXQgDVe95GpGi","level":1,"time":"2017-05-05T08:50:54+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Mark to expire \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab.odp next version should be 1469033033 or smaller. (prevTimestamp: 1469637833; step: 604800"} {"reqId":"3pN8pWtWXQgDVe95GpGi","level":1,"time":"2017-05-05T08:50:54+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Expire: \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab.odp.v1469637461"} {"reqId":"3pN8pWtWXQgDVe95GpGi","level":1,"time":"2017-05-05T08:50:54+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Expire: \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab.odp.v1469637168"} {"reqId":"3pN8pWtWXQgDVe95GpGi","level":1,"time":"2017-05-05T08:50:54+00:00","remoteAddr":"000.00.81.142","user":"--","app":"files_versions","method":"GET","url":"\/owncloud\/cron.php","message":"Expire: \/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab.odp.v1469637021"} {"reqId":"3pN8pWtWXQgDVe95GpGi","level":0,"time":"2017-05-05T08:50:54+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:73:\"\/Documents\/CNR\/OSIRIS\/2016_luglio_slide_report\/slide\/OSIRIS_SRR_SILab.odp\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"QmNM4xZPTUGwGcFuhsta","level":0,"time":"2017-05-05T08:50:59+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:54:\"\/Documents\/CNR\/OSIRIS\/segmentazione\/01.png_overlay.bmp\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"QmNM4xZPTUGwGcFuhsta","level":0,"time":"2017-05-05T08:50:59+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:54:\"\/Documents\/CNR\/OSIRIS\/segmentazione\/01.png_overlay.bmp\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"66OXbiWtSRGUlNOJB6Pz","level":0,"time":"2017-05-05T08:51:04+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:54:\"\/Documents\/CNR\/OSIRIS\/segmentazione\/01.png_pattern.bmp\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"66OXbiWtSRGUlNOJB6Pz","level":0,"time":"2017-05-05T08:51:04+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:54:\"\/Documents\/CNR\/OSIRIS\/segmentazione\/01.png_pattern.bmp\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"4luUzDib6x0Wplq2GtZv","level":0,"time":"2017-05-05T08:51:11+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:46:\"\/Documents\/CNR\/OSIRIS\/segmentazione\/untitled.m\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"4luUzDib6x0Wplq2GtZv","level":0,"time":"2017-05-05T08:51:11+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:46:\"\/Documents\/CNR\/OSIRIS\/segmentazione\/untitled.m\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"lODi4771S07rwRfa2BzQ","level":0,"time":"2017-05-05T08:51:14+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:62:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi_salvetti.log\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"lODi4771S07rwRfa2BzQ","level":0,"time":"2017-05-05T08:51:14+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:62:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi_salvetti.log\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"lDWqTLglBB7U1USKpcta","level":0,"time":"2017-05-05T08:51:17+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:62:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi_salvetti.aux\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"lDWqTLglBB7U1USKpcta","level":0,"time":"2017-05-05T08:51:17+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:62:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi_salvetti.aux\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"fU5zuJnmhh46EXV3PsEO","level":0,"time":"2017-05-05T09:33:53+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:62:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi_salvetti.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"fU5zuJnmhh46EXV3PsEO","level":0,"time":"2017-05-05T09:33:53+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:62:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi_salvetti.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"h7UjVNbFOzaZlvf8IT7c","level":0,"time":"2017-05-05T09:34:53+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:69:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi_salvetti.synctex.gz\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"h7UjVNbFOzaZlvf8IT7c","level":0,"time":"2017-05-05T09:34:53+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:69:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi_salvetti.synctex.gz\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"H1z2LgSaam3pMIlOKFfJ","level":0,"time":"2017-05-05T09:35:17+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:62:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi_salvetti.tex\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"H1z2LgSaam3pMIlOKFfJ","level":0,"time":"2017-05-05T09:35:17+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:62:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi_salvetti.tex\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"qVHPgpGwN5ttXFFMdWlF","level":0,"time":"2017-05-05T09:35:39+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:68:\"Documents\/articoli\/2016_MUSCLE\/02_articolo\/images\/00_test_image1.eps\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"qVHPgpGwN5ttXFFMdWlF","level":0,"time":"2017-05-05T09:35:39+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:68:\"Documents\/articoli\/2016_MUSCLE\/02_articolo\/images\/00_test_image1.eps\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"wbRFXoWDI4epW33yJxbw","level":0,"time":"2017-05-05T09:35:44+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:68:\"Documents\/articoli\/2016_MUSCLE\/02_articolo\/images\/00_test_image3.eps\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"wbRFXoWDI4epW33yJxbw","level":0,"time":"2017-05-05T09:35:44+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:68:\"Documents\/articoli\/2016_MUSCLE\/02_articolo\/images\/00_test_image3.eps\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"9ScmwTQRIMX9a3KZGK0p","level":0,"time":"2017-05-05T09:36:50+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:68:\"Documents\/articoli\/2016_MUSCLE\/02_articolo\/images\/00_test_image4.eps\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"9ScmwTQRIMX9a3KZGK0p","level":0,"time":"2017-05-05T09:36:50+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:68:\"Documents\/articoli\/2016_MUSCLE\/02_articolo\/images\/00_test_image4.eps\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"4yZaupMCDAFRQofdE8GH","level":0,"time":"2017-05-05T09:36:53+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:60:\"Documents\/articoli\/2016_MUSCLE\/02_articolo\/images\/image1.png\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"4yZaupMCDAFRQofdE8GH","level":0,"time":"2017-05-05T09:36:53+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:60:\"Documents\/articoli\/2016_MUSCLE\/02_articolo\/images\/image1.png\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"mrP4Ha5P61xWnQTJw8z3","level":0,"time":"2017-05-05T09:37:07+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:60:\"Documents\/articoli\/2016_MUSCLE\/02_articolo\/images\/imagea.eps\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"mrP4Ha5P61xWnQTJw8z3","level":0,"time":"2017-05-05T09:37:07+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:60:\"Documents\/articoli\/2016_MUSCLE\/02_articolo\/images\/imagea.eps\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"cGaRMw3FDjUlmJOzMb3b","level":0,"time":"2017-05-05T09:37:19+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:60:\"Documents\/articoli\/2016_MUSCLE\/00_appunti\/01\/20150226_a4.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"cGaRMw3FDjUlmJOzMb3b","level":0,"time":"2017-05-05T09:37:19+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:60:\"Documents\/articoli\/2016_MUSCLE\/00_appunti\/01\/20150226_a4.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"72StZZ914aZZxINknkGh","level":0,"time":"2017-05-05T09:42:05+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:57:\"Documents\/articoli\/2016_MUSCLE\/00_appunti\/01\/05569851.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"72StZZ914aZZxINknkGh","level":0,"time":"2017-05-05T09:42:05+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:57:\"Documents\/articoli\/2016_MUSCLE\/00_appunti\/01\/05569851.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"3W0ZvCWEJB3spxZ4g926","level":0,"time":"2017-05-05T09:42:08+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:65:\"Documents\/articoli\/2016_MUSCLE\/00_appunti\/01\/11899-27987-1-PB.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"3W0ZvCWEJB3spxZ4g926","level":0,"time":"2017-05-05T09:42:08+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:65:\"Documents\/articoli\/2016_MUSCLE\/00_appunti\/01\/11899-27987-1-PB.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"OpNYdsaFgdbcfkTde2Ex","level":0,"time":"2017-05-05T09:42:12+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:82:\"Documents\/articoli\/2016_MUSCLE\/00_appunti\/01\/art%3A10.1007%2Fs00138-014-0623-4.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"OpNYdsaFgdbcfkTde2Ex","level":0,"time":"2017-05-05T09:42:12+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:82:\"Documents\/articoli\/2016_MUSCLE\/00_appunti\/01\/art%3A10.1007%2Fs00138-014-0623-4.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"TgJjJG0Li8A768vbwWuP","level":0,"time":"2017-05-05T09:42:21+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:53:\"Documents\/articoli\/2016_MUSCLE\/00_appunti\/01\/p116.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"TgJjJG0Li8A768vbwWuP","level":0,"time":"2017-05-05T09:42:21+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:53:\"Documents\/articoli\/2016_MUSCLE\/00_appunti\/01\/p116.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"nkpo6CkVkIeExog9Ty5t","level":0,"time":"2017-05-05T09:43:28+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:75:\"Documents\/articoli\/2016_MUSCLE\/00_appunti\/02\/Timofte-CVIU-2015-preprint.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"nkpo6CkVkIeExog9Ty5t","level":0,"time":"2017-05-05T09:43:28+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:75:\"Documents\/articoli\/2016_MUSCLE\/00_appunti\/02\/Timofte-CVIU-2015-preprint.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"SFqan4hPGlcpAMx5lPpU","level":0,"time":"2017-05-05T09:44:10+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:52:\"Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi.tex\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"SFqan4hPGlcpAMx5lPpU","level":0,"time":"2017-05-05T09:44:10+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:52:\"Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi.tex\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"HsgB7KcCVynPzXdME91o","level":0,"time":"2017-05-05T09:44:11+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Fa.txt&c=b887b90094dae076fdb415502e236c18&x=32&y=32&forceIcon=0","message":"Generating preview for \"\/a.txt\" with \"OC\\Preview\\TXT\""} {"reqId":"uS3U9ysWlIW64DAkz5wN","level":0,"time":"2017-05-05T09:44:11+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Fb.txt&c=51a027735c1f65b3070eca2014a7c30a&x=32&y=32&forceIcon=0","message":"Generating preview for \"\/b.txt\" with \"OC\\Preview\\TXT\""} {"reqId":"1wtcurTCk2aTSOhNsCwt","level":0,"time":"2017-05-05T09:44:38+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:76:\"\/Documents\/articoli\/2016_respinto_XXXXXXXXXXXX\/01_inviato\/righi_salvetti.aux\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"1wtcurTCk2aTSOhNsCwt","level":0,"time":"2017-05-05T09:44:38+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:76:\"\/Documents\/articoli\/2016_respinto_XXXXXXXXXXXX\/01_inviato\/righi_salvetti.aux\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"lEOC3BjTgf0M56z90zqX","level":0,"time":"2017-05-05T09:44:42+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:76:\"\/Documents\/articoli\/2016_respinto_XXXXXXXXXXXX\/01_inviato\/righi_salvetti.log\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"lEOC3BjTgf0M56z90zqX","level":0,"time":"2017-05-05T09:44:42+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:76:\"\/Documents\/articoli\/2016_respinto_XXXXXXXXXXXX\/01_inviato\/righi_salvetti.log\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"UEj5cXoKdBqPqzG8K9bh","level":0,"time":"2017-05-05T09:44:54+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:76:\"\/Documents\/articoli\/2016_respinto_XXXXXXXXXXXX\/01_inviato\/righi_salvetti.tex\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"UEj5cXoKdBqPqzG8K9bh","level":0,"time":"2017-05-05T09:44:54+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:76:\"\/Documents\/articoli\/2016_respinto_XXXXXXXXXXXX\/01_inviato\/righi_salvetti.tex\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"oHH7BZc0JLlyIxVvCi4O","level":0,"time":"2017-05-05T09:44:59+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:76:\"\/Documents\/articoli\/2016_respinto_XXXXXXXXXXXX\/01_inviato\/righi_salvetti.dvi\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"oHH7BZc0JLlyIxVvCi4O","level":0,"time":"2017-05-05T09:44:59+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:76:\"\/Documents\/articoli\/2016_respinto_XXXXXXXXXXXX\/01_inviato\/righi_salvetti.dvi\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"ITZx5eEQ2fBa8raj6wl2","level":0,"time":"2017-05-05T09:45:21+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:53:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi.aux\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"ITZx5eEQ2fBa8raj6wl2","level":0,"time":"2017-05-05T09:45:21+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:53:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi.aux\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"EPwTZcrPEcG02u2uBYB6","level":0,"time":"2017-05-05T09:45:25+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:53:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi.log\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"EPwTZcrPEcG02u2uBYB6","level":0,"time":"2017-05-05T09:45:25+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:53:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi.log\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"V1ttiBpG430jhH0YJMf7","level":0,"time":"2017-05-05T09:45:34+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:53:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"V1ttiBpG430jhH0YJMf7","level":0,"time":"2017-05-05T09:45:34+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:53:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"QuL4uwm5bP6kPyewuLpg","level":0,"time":"2017-05-05T09:45:38+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:60:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi.synctex.gz\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"QuL4uwm5bP6kPyewuLpg","level":0,"time":"2017-05-05T09:45:38+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:60:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi.synctex.gz\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"N2QJZDmy0kljf5sRoKyJ","level":0,"time":"2017-05-05T09:45:42+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:53:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi.tex\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"N2QJZDmy0kljf5sRoKyJ","level":0,"time":"2017-05-05T09:45:42+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:53:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi.tex\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"VUIoUfx7W6fHlZuKwDCf","level":0,"time":"2017-05-05T09:45:45+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:76:\"\/Documents\/articoli\/2016_respinto_XXXXXXXXXXXX\/01_inviato\/righi_salvetti.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"VUIoUfx7W6fHlZuKwDCf","level":0,"time":"2017-05-05T09:45:45+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:76:\"\/Documents\/articoli\/2016_respinto_XXXXXXXXXXXX\/01_inviato\/righi_salvetti.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"fUtDpZfSKnm3OZZeAHW6","level":0,"time":"2017-05-05T09:47:19+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:53:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi.blg\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"fUtDpZfSKnm3OZZeAHW6","level":0,"time":"2017-05-05T09:47:19+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:53:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi.blg\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"KNT4QzZ5BTvtab91xQ7R","level":0,"time":"2017-05-05T09:47:23+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:53:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi.bbl\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"KNT4QzZ5BTvtab91xQ7R","level":0,"time":"2017-05-05T09:47:23+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:53:\"\/Documents\/articoli\/2016_MUSCLE\/02_articolo\/righi.bbl\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"uZOjFeDuUfa1oipAwmcz","level":0,"time":"2017-05-05T09:50:06+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:52:\"Documents\/articoli\/2016_insticc\/PhyCS_2016_18_CR.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"uZOjFeDuUfa1oipAwmcz","level":0,"time":"2017-05-05T09:50:06+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:52:\"Documents\/articoli\/2016_insticc\/PhyCS_2016_18_CR.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"osaKn1aGJGEiZ8huHk83","level":0,"time":"2017-05-05T09:53:08+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:40:\"\/Documents\/CNR\/referaggi\/BB_IEEE\/ref.doc\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"osaKn1aGJGEiZ8huHk83","level":0,"time":"2017-05-05T09:53:08+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:40:\"\/Documents\/CNR\/referaggi\/BB_IEEE\/ref.doc\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"xg7UCNEdvdC7bD6DvKUI","level":0,"time":"2017-05-05T09:53:08+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Fa.txt&c=9d4a1a72ff963d9a1778352c66c6c687&x=32&y=32&forceIcon=0","message":"Generating preview for \"\/a.txt\" with \"OC\\Preview\\TXT\""} {"reqId":"QV7HnRV5YLHPpH0TrUX0","level":0,"time":"2017-05-05T09:53:08+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Fb.txt&c=2301899bd01a9126b20bc1bae312255d&x=32&y=32&forceIcon=0","message":"Generating preview for \"\/b.txt\" with \"OC\\Preview\\TXT\""} {"reqId":"ehixnpysU6n6GzVH9W9y","level":0,"time":"2017-05-05T09:58:55+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:54:\"\/Documents\/CNR\/referaggi\/BB_IEEE\/RZ_SZT IWCIM 2016.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"ehixnpysU6n6GzVH9W9y","level":0,"time":"2017-05-05T09:58:55+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:54:\"\/Documents\/CNR\/referaggi\/BB_IEEE\/RZ_SZT IWCIM 2016.pdf\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"tHeU922tqpboHmh8zhaa","level":0,"time":"2017-05-05T09:58:56+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Fa.txt&c=572a7e9d04507424cbf733e910f3b2b6&x=32&y=32&forceIcon=0","message":"Generating preview for \"\/a.txt\" with \"OC\\Preview\\TXT\""} {"reqId":"9vBM4GDuPSlcHKAOA33y","level":0,"time":"2017-05-05T09:58:56+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"GET","url":"\/owncloud\/core\/preview.png?file=%2Fb.txt&c=8b7c7c4b8539077f91ad20168a206d64&x=32&y=32&forceIcon=0","message":"Generating preview for \"\/b.txt\" with \"OC\\Preview\\TXT\""} {"reqId":"gcgnIeUgGXfeJYoiKyg5","level":0,"time":"2017-05-05T09:59:14+00:00","remoteAddr":"000.00.81.142","user":"marco","app":"core","method":"REPORT","url":"\/owncloud\/remote.php\/webdav\/","message":"OC\\Tags::getFavorites, exception: Could not find category \"_$!!$_\""} {"reqId":"pFMj77BKnPt1FhwJ5lnt","level":0,"time":"2017-05-05T10:11:52+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:55:\"Documents\/articoli\/2016_BELBI_paolo\/source_jpg\/0002.jpg\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"pFMj77BKnPt1FhwJ5lnt","level":0,"time":"2017-05-05T10:11:52+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:55:\"Documents\/articoli\/2016_BELBI_paolo\/source_jpg\/0002.jpg\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"EGIIkOBmr7fuI8avQMtZ","level":0,"time":"2017-05-05T10:12:22+00:00","remoteAddr":"000.00.81.142","user":"--","app":"no app in context","method":"GET","url":"\/owncloud\/index.php\/settings\/integrity\/failed","message":"Current user is not logged in"} {"reqId":"JCrOv2jQH4jufiAZB2pl","level":0,"time":"2017-05-05T10:12:22+00:00","remoteAddr":"000.00.81.142","user":"--","app":"no app in context","method":"GET","url":"\/owncloud\/settings\/admin?sectionid=apps","message":"Current user is not logged in"} {"reqId":"GwLRl0HsTiTCXrCeyi6m","level":0,"time":"2017-05-05T10:12:22+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:55:\"Documents\/articoli\/2016_BELBI_paolo\/source_jpg\/0003.jpg\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"GwLRl0HsTiTCXrCeyi6m","level":0,"time":"2017-05-05T10:12:22+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:55:\"Documents\/articoli\/2016_BELBI_paolo\/source_jpg\/0003.jpg\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"BDPRQ54PuIZOij75zl0B","level":0,"time":"2017-05-05T10:12:24+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Started background job of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:55:\"Documents\/articoli\/2016_BELBI_paolo\/source_jpg\/0004.jpg\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} {"reqId":"BDPRQ54PuIZOij75zl0B","level":0,"time":"2017-05-05T10:12:24+00:00","remoteAddr":"000.00.81.142","user":"--","app":"cron","method":"GET","url":"\/owncloud\/cron.php","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OC\\Command\\CommandJob with arguments : O:33:\"OCA\\Files_Versions\\Command\\Expire\":2:{s:43:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000fileName\";s:55:\"Documents\/articoli\/2016_BELBI_paolo\/source_jpg\/0004.jpg\";s:39:\"\u0000OCA\\Files_Versions\\Command\\Expire\u0000user\";s:5:\"marco\";}"} ``` #### Browser log ``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```
ghost commented 7 years ago

delete it by shell

By "delte it by shell" you mean on the command line of the server directly within the data dir? If yes then this will never work and files won't end up in the trashbin (you're not supposed to do modifications within the datadir).

If you have tried to delete the file then with the web interface, you might see additional issues.

marcorighi commented 7 years ago

I intend as follows.

I have a server and an owncloud client, the directory managed by the client is called "owncloud_tesoro".

This is the path of the directory

/media/data/users/home/marco/owncloud_tesoro

If I use the command rm using the bash shell, the file is removed on the server by I can not find it in the trash.

Even if I delete the file using the web interface I CAN NOT find the file in the trash.

I am not modifying datadir on the server, the server malfunction depends on the fact that deleted files are not moved in the trashbin.

Please contact me to do other tests or if I have to provide more specifications.

thanks for your work

best Marco Righi

Il 05/05/2017 13:27, kdslkdsaldsal ha scritto:

delete it by shell

By "delte it by shell" you mean on the command line of the server directly within the data dir? If yes then this will never work and files won't end up in the trashbin (you're not supposed to do modifications within the datadir).

If you have tried to delete the file then with the web interface, you might see additional issues.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/owncloud/core/issues/27818#issuecomment-299441296, or mute the thread https://github.com/notifications/unsubscribe-auth/AJXswJlNegM4oORYTg1KydiW7YK-48r4ks5r2we7gaJpZM4NRxG4.

-- Think Marco, think different

marcorighi commented 7 years ago

hi, the table

public.oc_files_trash

contains the name of the deletd file.

Il 05/05/2017 13:27, kdslkdsaldsal ha scritto:

delete it by shell

By "delte it by shell" you mean on the command line of the server directly within the data dir? If yes then this will never work and files won't end up in the trashbin (you're not supposed to do modifications within the datadir).

If you have tried to delete the file then with the web interface, you might see additional issues.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/owncloud/core/issues/27818#issuecomment-299441296, or mute the thread https://github.com/notifications/unsubscribe-auth/AJXswJlNegM4oORYTg1KydiW7YK-48r4ks5r2we7gaJpZM4NRxG4.

-- Think Marco, think different

marcorighi commented 7 years ago

Resolved after the execution of: sudo -u www-data php occ trashbin:clean sudo -u www-data php occ versions:cleanup admin

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.