nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
26.79k stars 4k forks source link

External Storage doesn't check for changes when it should, and SMB is slow #1564

Closed Amanoo closed 7 years ago

Amanoo commented 7 years ago

The "Check for changes: Once every direct access" option doesn't seem to always work, and it's very frustrating. What I wanted to do is give users read access to certain folders, but not write access. Since I can't add Local Storages to an account as "read only" directly (which would be a nice feature, BTW), I have to be a bit creative. At first, I tried adding "local storage" to my own account, and then sharing it with the other users, giving them read only access in the process. Thing is, I actually need to access folders from my own account to detect changes made within them. If the user tries to access the folder without me being logged in, the system doesn't check for chances. Apparently, accessing a shared folder doesn't count as an access. As a result, any newly added files won't show up. I then tried to add an FTP type External Storage. But that one didn't detect any changes ever. It initially added the external folder just right, but the system doesn't check for any changes at all, no matter which account explores the FTP. Right now, I'm using an SMB type external storage. It works, the guest accounts can only access read only shares, so that's all good, but it's kind of slow. I get download speeds of about 10.8MB/s, whereas I can go up to 52.5MB/s if I access the same SMB share from desktop's file explorer. And since I'm using SMB to have Nextcloud access the localhost's hard drives, it is kind of redundant to use a protocol like that. The type Local should just work. The type Local is also much faster, so I think Nextcloud's SMB client is just slow. But Local doesn't just work, since it doesn't always check for changes in a folder, and I have to resort to methods like this. In short, my problems are as follows: the External Storage system doesn't always check for changes, even though it should, and the SMB client built into Nextcloud (or maybe built into External Storages, not sure how it is implemented exactly) is kind of slow.

Note that SMB server, VSFTPD (FTP server), and Nextcloud are all hosted on the same server.

Steps to reproduce problems with Local External Storage

  1. Enable External Storage
  2. Add a folder to the admin account as an External Storage of type Local.
  3. Share specific subdirectories of with another account
  4. Log out
  5. Add new files/directories to the shared folder through any means other than Nextcloud
  6. Log into the second account and browse the shared folder

    Expected behaviour

New files should immediately be detected by the second account.

Actual behaviour

Changes don't actually show up on the secondary account, unless I login into the admin account again and browse to the shared folder. Only then can the secondary account see the changes.

Note: I'm not entirely sure if it happens every time. After logging out as admin, you might have to wait a bit, but I'm not entirely sure. However, changes will eventually cease to be detected until you login as admin again.

Steps to reproduce problems with FTP External Storage

  1. Enable External Storage
  2. Add a folder to any account as an External Storage of type FTP.
  3. Add new files/directories to the FTP folder through any means other than Nextcloud
  4. Browse the FTP folder

    Expected behaviour

New files should immediately be detected by the second account.

Actual behaviour

Changes don't show up.

Server configuration

Operating system: Debian Testing (Stretch) Web server: Nginx 1.10.1 Database: mysql 5.6.30 PHP version: 7.0.10 Nextcloud version: (see Nextcloud admin page) 10.0.0 Updated from an older Nextcloud/ownCloud or fresh install: Fresh Where did you install Nextcloud from: Downloaded the zip file from the Nextcloud website Signing status:

Signing status No errors have been found.

List of activated apps:

App list Enabled: - activity: 2.3.2 - comments: 1.0.0 - dav: 1.0.0 - documents: 0.13.1 - federatedfilesharing: 1.0.1 - federation: 1.0.1 - files: 1.5.2 - files_accesscontrol: 1.1.2 - files_external: 1.0.2 - files_pdfviewer: 0.8.1 - files_sharing: 1.0.0 - files_texteditor: 2.1 - files_trashbin: 1.0.0 - files_versions: 1.3.0 - files_videoplayer: 0.9.8 - firstrunwizard: 1.1 - gallery: 15.0.0 - notifications: 0.3.0 - ownnote: 1.08 - password_policy: 1.0.0 - provisioning_api: 1.0.0 - serverinfo: 1.1.1 - survey_client: 0.1.5 - systemtags: 1.0.2 - theming: 1.0.1 - updatenotification: 1.0.1 - workflowengine: 1.0.1 Disabled: - admin_audit - encryption - external - files_automatedtagging - files_retention - templateeditor - user_external - user_ldap - user_saml

The content of config/config.php:

Config report { "system": { "passwordsalt": "**_REMOVED SENSITIVE VALUE**_", "secret": "**_REMOVED SENSITIVE VALUE**_", "trusted_domains": [ "localhost", "" (removed URL for privacy reasons) ], "datadirectory": "\/var\/www\/nextcloud\/data", "overwrite.cli.url": "http:\/\/localhost", "dbtype": "mysql", "version": "9.1.0.16", "dbname": "nextcloud", "dbhost": "localhost", "dbport": "", "dbtableprefix": "oc_", "dbuser": "**_REMOVED SENSITIVE VALUE**_", "dbpassword": "**_REMOVED SENSITIVE VALUE**_", "logtimezone": "UTC", "installed": true, "instanceid": "oc0mgmb0xnk1" } }

Are you using external storage, if yes which one: local/smb/sftp/... Local and SMB. Tried to use FTP, but didn't work as planned Are you using encryption: yes/no SSL Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/... No

Client configuration

Browser: Firefox 49.0b1 Operating system: Debian Testing (Stretch)

Logs

Nextcloud log (data/nextcloud.log)

Nextcloud log {"reqId":"Phli3e\/a8gKiehC9v++y","remoteAddr":"","app":"mysql.setup","message":"Specific user creation failed: An exception occurred while executing 'SELECT user FROM mysql.user WHERE user=?' with params [\"oc_admin\"]:\n\nSQLSTATE[42000]: Syntax error or access violation: 1142 SELECT command denied to user 'nextuser'@'localhost' for table 'user'","level":3,"time":"2016-08-27T05:17:38+00:00","method":"--","url":"--","user":"--"} {"reqId":"Phli3e\/a8gKiehC9v++y","remoteAddr":"","app":"mysql.setup","message":"Database creation failed: An exception occurred while executing 'GRANT ALL PRIVILEGES ON `nextcloud` . \* TO 'nextuser'':\n\nSQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'nextuser'@'localhost' to database 'nextcloud'","level":3,"time":"2016-08-27T05:17:38+00:00","method":"--","url":"--","user":"--"} {"reqId":"Rx9nT2umUjccscTyiLr3","remoteAddr":"","app":"core","message":"Trusted domain error. \"\" tried to access using \"\" as host.","level":2,"time":"2016-08-27T05:38:44+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"E1Y3ewFWpUXJMtKEd6Sz","remoteAddr":"","app":"core","message":"Trusted domain error. \"\" tried to access using \"\" as host.","level":2,"time":"2016-08-27T05:38:44+00:00","method":"GET","url":"\/core\/js\/oc.js?v=b039f45f5cd4dadd0f78a6b06149f028","user":"--"} {"reqId":"dzWX8xODJPxXzerbbKTj","remoteAddr":"","app":"core","message":"Trusted domain error. \"\" tried to access using \"\" as host.","level":2,"time":"2016-08-27T05:38:45+00:00","method":"GET","url":"\/cron.php","user":"--"} {"reqId":"mC2j612rsbQnnKwem0FU","remoteAddr":"","app":"core","message":"Trusted domain error. \"\" tried to access using \"\" as host.","level":2,"time":"2016-08-27T05:39:20+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"nL6VaHcxAFR5X+dmBCxA","remoteAddr":"","app":"core","message":"Trusted domain error. \"\" tried to access using \"\" as host.","level":2,"time":"2016-08-27T05:39:20+00:00","method":"GET","url":"\/core\/js\/oc.js?v=b039f45f5cd4dadd0f78a6b06149f028","user":"--"} {"reqId":"z\/DPlxuT0\/I+TMQ7fRdK","remoteAddr":"","app":"core","message":"Trusted domain error. \"\" tried to access using \"\" as host.","level":2,"time":"2016-08-27T05:39:21+00:00","method":"GET","url":"\/cron.php","user":"--"} {"reqId":"rhvVGBO1FgDaT3yUrtOW","remoteAddr":"","app":"core","message":"Login failed: 'Amanoo' (Remote IP: '')","level":2,"time":"2016-08-27T05:42:22+00:00","method":"POST","url":"\/login","user":"--"} {"reqId":"IW+f0y8OnWclOO33GsFR","remoteAddr":"41.205.30.108","app":"core","message":"Trusted domain error. \"41.205.30.108\" tried to access using \"\" as host.","level":2,"time":"2016-08-27T06:05:21+00:00","method":"GET","url":"\/admin\/config.php","user":"--"} {"reqId":"qs2wN5bRhuYutsdJHQ26","remoteAddr":"74.82.47.3","app":"core","message":"Trusted domain error. \"74.82.47.3\" tried to access using \"\" as host.","level":2,"time":"2016-08-27T06:44:08+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"hHQwUhKChs\/18RojKivB","remoteAddr":"40.85.178.185","app":"core","message":"Trusted domain error. \"40.85.178.185\" tried to access using \"\" as host.","level":2,"time":"2016-08-28T01:33:58+00:00","method":"GET","url":"\/admin\/config.php","user":"--"} {"reqId":"KK84neai2KFpxoq8O9iw","remoteAddr":"216.218.206.66","app":"core","message":"Trusted domain error. \"216.218.206.66\" tried to access using \"\" as host.","level":2,"time":"2016-08-28T11:32:39+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"kEDZuV3CBdLksqXBKbXw","remoteAddr":"111.93.229.92","app":"core","message":"Trusted domain error. \"111.93.229.92\" tried to access using \"\" as host.","level":2,"time":"2016-08-28T18:41:26+00:00","method":"GET","url":"\/admin\/config.php","user":"--"} {"reqId":"4yjE8Ryz59tlSIbgcX+p","remoteAddr":"181.143.8.34","app":"core","message":"Trusted domain error. \"181.143.8.34\" tried to access using \"\" as host.","level":2,"time":"2016-08-28T20:36:24+00:00","method":"GET","url":"\/admin\/config.php","user":"--"} {"reqId":"NA7jDSl+xiM9f4kfUCHm","remoteAddr":"74.82.47.4","app":"core","message":"Trusted domain error. \"74.82.47.4\" tried to access using \"\" as host.","level":2,"time":"2016-08-29T03:45:33+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"z5WwhK6eI913LXjU7ssk","remoteAddr":"183.129.160.229","app":"core","message":"Trusted domain error. \"183.129.160.229\" tried to access using \"\" as host.","level":2,"time":"2016-08-29T13:04:04+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"1axkz4qU\/ZndxD7phVAM","remoteAddr":"54.154.153.62","app":"core","message":"Trusted domain error. \"54.154.153.62\" tried to access using \"www.\" as host.","level":2,"time":"2016-08-29T18:39:11+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"Px9fnJli9039lKi4h1rW","remoteAddr":"173.231.189.40","app":"core","message":"Trusted domain error. \"173.231.189.40\" tried to access using \"\" as host.","level":2,"time":"2016-08-29T19:17:23+00:00","method":"GET","url":"\/a2billing\/","user":"--"} {"reqId":"N65PQNB7N7SjyC+SKh\/a","remoteAddr":"40.85.178.185","app":"core","message":"Trusted domain error. \"40.85.178.185\" tried to access using \"\" as host.","level":2,"time":"2016-08-30T01:42:43+00:00","method":"GET","url":"\/admin\/config.php","user":"--"} {"reqId":"nx3j0qZxqmQ7IDvVqOyb","remoteAddr":"184.105.139.68","app":"core","message":"Trusted domain error. \"184.105.139.68\" tried to access using \"\" as host.","level":2,"time":"2016-08-30T02:25:03+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"PqSQKWkjr2qya9Smtl\/C","remoteAddr":"183.129.160.229","app":"core","message":"Trusted domain error. \"183.129.160.229\" tried to access using \"\" as host.","level":2,"time":"2016-08-30T22:29:18+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"RTh1o7cmKme3wMJe9j71","remoteAddr":"94.198.159.208","app":"core","message":"Trusted domain error. \"94.198.159.208\" tried to access using \"www.\" as host.","level":2,"time":"2016-08-31T01:40:07+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"Fe6tJeisBClhpovtsoKH","remoteAddr":"216.55.186.43","app":"core","message":"Trusted domain error. \"216.55.186.43\" tried to access using \"\" as host.","level":2,"time":"2016-08-31T06:38:53+00:00","method":"GET","url":"\/services\/MyICOffice\/","user":"--"} {"reqId":"qomQ431diJ\/ROQ2WzrI\/","remoteAddr":"74.82.47.3","app":"core","message":"Trusted domain error. \"74.82.47.3\" tried to access using \"\" as host.","level":2,"time":"2016-08-31T16:44:43+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"PnNYjyvqXUkRwhrNZhYd","remoteAddr":"94.157.210.95","app":"core","message":"Login failed: 'derk' (Remote IP: '94.157.210.95')","level":2,"time":"2016-08-31T21:11:01+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/derkdrive\/","user":"--"} {"reqId":"syu7esWxBcxJ4o\/lfyIo","remoteAddr":"94.157.210.95","app":"core","message":"Login failed: 'derk' (Remote IP: '94.157.210.95')","level":2,"time":"2016-08-31T21:11:32+00:00","method":"HEAD","url":"\/remote.php\/webdav\/","user":"--"} {"reqId":"eJ9c4ZIVgMoy\/+ZIQxkE","remoteAddr":"94.157.210.95","app":"core","message":"Login failed: 'derk' (Remote IP: '94.157.210.95')","level":2,"time":"2016-08-31T21:11:46+00:00","method":"HEAD","url":"\/remote.php\/webdav\/","user":"--"} {"reqId":"Y5S12vmGzFrgBxYaBqGC","remoteAddr":"94.157.210.95","app":"core","message":"Login failed: 'derk' (Remote IP: '94.157.210.95')","level":2,"time":"2016-08-31T21:12:18+00:00","method":"HEAD","url":"\/remote.php\/webdav\/","user":"--"} {"reqId":"XZonNVGJ0eETL23OFlj+","remoteAddr":"","app":"core","message":"Login failed: 'derk' (Remote IP: '')","level":2,"time":"2016-08-31T21:14:54+00:00","method":"GET","url":"\/ocs\/v1.php\/cloud\/capabilities?format=json","user":"--"} {"reqId":"FradNvq\/my1TEre0nl0d","remoteAddr":"","app":"core","message":"Login failed: 'derk' (Remote IP: '')","level":2,"time":"2016-08-31T21:14:54+00:00","method":"GET","url":"\/index.php\/ocs\/cloud\/user?format=json","user":"--"} {"reqId":"FradNvq\/my1TEre0nl0d","remoteAddr":"","app":"core","message":"Login failed: 'derk' (Remote IP: '')","level":2,"time":"2016-08-31T21:14:55+00:00","method":"GET","url":"\/index.php\/ocs\/cloud\/user?format=json","user":"--"} {"reqId":"Z0e+1+dHkbcMx2jI2iw4","remoteAddr":"","app":"core","message":"Login failed: 'derk' (Remote IP: '')","level":2,"time":"2016-08-31T21:14:56+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/","user":"--"} {"reqId":"oI4AMyEufyX3r1gMumC+","remoteAddr":"","app":"core","message":"Login failed: 'derk' (Remote IP: '')","level":2,"time":"2016-08-31T21:14:56+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/derkdrive\/","user":"--"} {"reqId":"WTtiRSlMey2G0VrnTf4v","remoteAddr":"","app":"core","message":"Login failed: 'derk' (Remote IP: '')","level":2,"time":"2016-08-31T21:14:57+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/derkdrive\/SecureCam\/","user":"--"} {"reqId":"gBpFku6RAEHkM4mbE8P4","remoteAddr":"195.88.154.2","app":"core","message":"Trusted domain error. \"195.88.154.2\" tried to access using \"\" as host.","level":2,"time":"2016-09-01T07:46:50+00:00","method":"HEAD","url":"\/index.php","user":"--"} {"reqId":"BaMUd\/4VqqqY18JRrrF+","remoteAddr":"195.88.154.2","app":"core","message":"Trusted domain error. \"195.88.154.2\" tried to access using \"\" as host.","level":2,"time":"2016-09-01T07:46:51+00:00","method":"HEAD","url":"\/admin\/images\/tango.png","user":"--"} {"reqId":"0pbWTVrvumI3wt6ugJ0p","remoteAddr":"74.82.47.2","app":"core","message":"Trusted domain error. \"74.82.47.2\" tried to access using \"\" as host.","level":2,"time":"2016-09-01T13:46:13+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"J5Wf2gM8ZUjUjEQ9knju","remoteAddr":"","app":"webdav","message":"Exception: {\"Message\":\"An exception occurred while executing 'INSERT INTO `oc_filecache` (`mimepart`,`mimetype`,`mtime`,`size`,`etag`,`storage_mtime`,`permissions`,`checksum`,`path_hash`,`path`,`parent`,`name`,`storage`) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,? FROM `oc_filecache` WHERE `storage` = ? AND `path_hash` = ? HAVING COUNT(_) = 0' with params [\\"1\\", \\"2\\", 1472760369, -1, \\"57c88a311fbc7\\", 1472760369, 31, \\"\\", \\"fb66dca5f27af6f15c1d1d81e6f8d28b\\", \\"files_trashbin\\", 266432, \\"files_trashbin\\", \\"4\\", \\"4\\", \\"fb66dca5f27af6f15c1d1d81e6f8d28b\\"]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '4-fb66dca5f27af6f15c1d1d81e6f8d28b' for key 'fs_storage_path_hash'\",\"Exception\":\"Doctrine\\DBAL\\Exception\\UniqueConstraintViolationException\",\"Code\":0,\"Trace\":\"#0 \\/var\\/www\\/nextcloud\\/3rdparty\\/doctrine\\/dbal\\/lib\\/Doctrine\\/DBAL\\/DBALException.php(116): Doctrine\\DBAL\\Driver\\AbstractMySQLDriver->convertException('An exception oc...', Object(Doctrine\\DBAL\\Driver\\PDOException))\n#1 \\/var\\/www\\/nextcloud\\/3rdparty\\/doctrine\\/dbal\\/lib\\/Doctrine\\/DBAL\\/Connection.php(996): Doctrine\\DBAL\\DBALException::driverExceptionDuringQuery(Object(Doctrine\\DBAL\\Driver\\PDOMySql\\Driver), Object(Doctrine\\DBAL\\Driver\\PDOException), 'INSERT INTO `oc...', Array)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/DB\\\/Connection.php(210): Doctrine\\\\DBAL\\\\Connection->executeUpdate('INSERT INTO`oc...', Array, Array)\n#3 \\/var\\/www\\/nextcloud\\/lib\\/private\\/DB\\/Adapter.php(114): OC\\DB\\Connection->executeUpdate('INSERT INTO `oc...', Array)\n#4 \\/var\\/www\\/nextcloud\\/lib\\/private\\/DB\\/Connection.php(248): OC\\DB\\Adapter->insertIfNotExist('_PREFIX_filecac...', Array, Array)\n#5 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Cache\\/Cache.php(264): OC\\DB\\Connection->insertIfNotExist('_PREFIX*filecac...', Array, Array)\n#6 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Cache\\/Cache.php(221): OC\\Files\\Cache\\Cache->insert('files_trashbin', Array)\n#7 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Cache\\/Scanner.php(267): OC\\Files\\Cache\\Cache->put('files_trashbin', Array)\n#8 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Cache\\/Scanner.php(207): OC\\Files\\Cache\\Scanner->addToCache('files_trashbin', Array, -1)\n#9 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Cache\\/Scanner.php(310): OC\\Files\\Cache\\Scanner->scanFile('files_trashbin', 3, '266432', false, false)\n#10 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Cache\\/Updater.php(124): OC\\Files\\Cache\\Scanner->scan('files_trashbin', false, 3, false)\n#11 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/View.php(315): OC\\Files\\Cache\\Updater->update('files_trashbin', 1472760369)\n#12 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/View.php(1135): OC\\Files\\View->writeUpdate(Object(OCA\\FilesAccessControl\\StorageWrapper), 'files_trashbin')\n#13 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/View.php(263): OC\\Files\\View->basicOperation('mkdir', '\\/files_trashbin', Array)\n#14 \\/var\\/www\\/nextcloud\\/apps\\/files_trashbin\\/lib\\/Trashbin.php(147): OC\\Files\\View->mkdir('files_trashbin')\n#15 \\/var\\/www\\/nextcloud\\/apps\\/files_trashbin\\/lib\\/Trashbin.php(213): OCA\\Files_Trashbin\\Trashbin::setUpTrash('Derk')\n#16 \\/var\\/www\\/nextcloud\\/apps\\/files_trashbin\\/lib\\/Storage.php(161): OCA\\Files_Trashbin\\Trashbin::move2trash('Documents')\n#17 \\/var\\/www\\/nextcloud\\/apps\\/files_trashbin\\/lib\\/Storage.php(107): OCA\\Files_Trashbin\\Storage->doDelete('files\\/Documents', 'rmdir')\n#18 \\/var\\/www\\/nextcloud\\/apps\\/files_accesscontrol\\/lib\\/StorageWrapper.php(73): OCA\\Files_Trashbin\\Storage->rmdir('files\\/Documents')\n#19 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/View.php(1120): OCA\\FilesAccessControl\\StorageWrapper->rmdir('files\\/Documents')\n#20 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/View.php(342): OC\\Files\\View->basicOperation('rmdir', '\\/Documents', Array)\n#21 \\/var\\/www\\/nextcloud\\/apps\\/dav\\/lib\\/Connector\\/Sabre\\/Directory.php(277): OC\\Files\\View->rmdir('\\/Documents')\n#22 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/dav\\/lib\\/DAV\\/Tree.php(179): OCA\\DAV\\Connector\\Sabre\\Directory->delete()\n#23 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/dav\\/lib\\/DAV\\/CorePlugin.php(285): Sabre\\DAV\\Tree->delete('Documents')\n#24 [internal function]: Sabre\\DAV\\CorePlugin->httpDelete(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#25 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/event\\/lib\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\n#26 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/dav\\/lib\\/DAV\\/Server.php(459): Sabre\\Event\\EventEmitter->emit('method:DELETE', Array)\n#27 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/dav\\/lib\\/DAV\\/Server.php(248): Sabre\\DAV\\Server->invokeMethod(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#28 \\/var\\/www\\/nextcloud\\/apps\\/dav\\/appinfo\\/v1\\/webdav.php(60): Sabre\\DAV\\Server->exec()\n#29 \\/var\\/www\\/nextcloud\\/remote.php(165): require_once('\\/var\\/www\\/nextcl...')\n#30 {main}\",\"File\":\"\\/var\\/www\\/nextcloud\\/3rdparty\\/doctrine\\/dbal\\/lib\\/Doctrine\\/DBAL\\/Driver\\/AbstractMySQLDriver.php\",\"Line\":66,\"User\":\"Derk\"}","level":4,"time":"2016-09-01T20:06:09+00:00","method":"DELETE","url":"\/remote.php\/webdav\/Documents","user":"Derk"} {"reqId":"\/9jNIABUfo3m\/T7i6rRv","remoteAddr":"216.218.206.66","app":"core","message":"Trusted domain error. \"216.218.206.66\" tried to access using \"\" as host.","level":2,"time":"2016-09-02T06:44:51+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"zbrMWa6gN9TYuWBlYm1l","remoteAddr":"216.218.206.68","app":"core","message":"Trusted domain error. \"216.218.206.68\" tried to access using \"\" as host.","level":2,"time":"2016-09-03T14:18:36+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"M+Y4i+5sDMxGOAgxRRoe","remoteAddr":"184.105.247.194","app":"core","message":"Trusted domain error. \"184.105.247.194\" tried to access using \"\" as host.","level":2,"time":"2016-09-04T09:45:12+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"MseztImNPRzTkEJ5+7YR","remoteAddr":"89.248.172.16","app":"core","message":"Trusted domain error. \"89.248.172.16\" tried to access using \"\" as host.","level":2,"time":"2016-09-04T11:50:16+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"VRYvhzVi6fgxI60CGEVJ","remoteAddr":"209.126.120.21","app":"core","message":"Trusted domain error. \"209.126.120.21\" tried to access using \"\" as host.","level":2,"time":"2016-09-04T12:13:40+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"GjmW03lmHRAln649nKWl","remoteAddr":"209.126.120.21","app":"core","message":"Trusted domain error. \"209.126.120.21\" tried to access using \"\" as host.","level":2,"time":"2016-09-04T12:13:41+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"b0lWQlEcC\/L85Me2s5xx","remoteAddr":"209.126.120.21","app":"core","message":"Trusted domain error. \"209.126.120.21\" tried to access using \"\" as host.","level":2,"time":"2016-09-04T12:13:41+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"kXcGL+X24z6Q8TFv91X8","remoteAddr":"209.126.120.21","app":"core","message":"Trusted domain error. \"209.126.120.21\" tried to access using \"\" as host.","level":2,"time":"2016-09-04T12:13:42+00:00","method":"GET","url":"\/HNAP1\/","user":"--"} {"reqId":"oh11ryR43mEy25XYYkoJ","remoteAddr":"209.126.120.21","app":"core","message":"Trusted domain error. \"209.126.120.21\" tried to access using \"\" as host.","level":2,"time":"2016-09-04T12:13:42+00:00","method":"GET","url":"\/HNAP1\/","user":"--"} {"reqId":"VQkX2OrGvpTMjK817R3l","remoteAddr":"209.126.120.21","app":"core","message":"Trusted domain error. \"209.126.120.21\" tried to access using \"\" as host.","level":2,"time":"2016-09-04T12:13:43+00:00","method":"GET","url":"\/HNAP1\/","user":"--"} {"reqId":"e1hydTRknXTroVsEE+Yi","remoteAddr":"216.223.26.107","app":"core","message":"Trusted domain error. \"216.223.26.107\" tried to access using \"\" as host.","level":2,"time":"2016-09-04T15:48:59+00:00","method":"GET","url":"\/admin\/i18n\/readme.txt","user":"--"} {"reqId":"PpVauvpPnzE+ASeP6LxG","remoteAddr":"181.143.8.34","app":"core","message":"Trusted domain error. \"181.143.8.34\" tried to access using \"\" as host.","level":2,"time":"2016-09-04T17:14:49+00:00","method":"GET","url":"\/admin\/config.php","user":"--"} {"reqId":"2oK9x3SI3KUzWDmdaVWW","remoteAddr":"169.54.233.124","app":"core","message":"Trusted domain error. \"169.54.233.124\" tried to access using \"ip51ce79b5.speed.planet.nl\" as host.","level":2,"time":"2016-09-05T09:16:55+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"\/lBLNXDSDD9m8D4fKsc9","remoteAddr":"184.105.247.195","app":"core","message":"Trusted domain error. \"184.105.247.195\" tried to access using \"\" as host.","level":2,"time":"2016-09-05T12:21:15+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"SSkd07vwYl438tIcU9R7","remoteAddr":"190.7.136.147","app":"core","message":"Trusted domain error. \"190.7.136.147\" tried to access using \"\" as host.","level":2,"time":"2016-09-06T03:38:39+00:00","method":"GET","url":"\/admin\/config.php","user":"--"} {"reqId":"4Zk3aiFNw11rEW\/PW3uc","remoteAddr":"184.105.139.70","app":"core","message":"Trusted domain error. \"184.105.139.70\" tried to access using \"\" as host.","level":2,"time":"2016-09-06T15:26:46+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"wCD5z8UnWorf2eOA2KvB","remoteAddr":"139.162.13.205","app":"core","message":"Trusted domain error. \"139.162.13.205\" tried to access using \"\" as host.","level":2,"time":"2016-09-06T16:02:12+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"J7hdb7+VjIkVGfWUqHXi","remoteAddr":"","app":"core","message":"Login failed: 'Test' (Remote IP: '')","level":2,"time":"2016-09-06T23:04:19+00:00","method":"POST","url":"\/login","user":"--"} {"reqId":"KhWYU0b+hgwfCEha14kn","remoteAddr":"","app":"core","message":"Login failed: 'Test' (Remote IP: '')","level":2,"time":"2016-09-06T23:04:23+00:00","method":"POST","url":"\/login?user=Test","user":"--"} {"reqId":"KJpCDLZ696w1xebI0AuP","remoteAddr":"74.82.47.4","app":"core","message":"Trusted domain error. \"74.82.47.4\" tried to access using \"\" as host.","level":2,"time":"2016-09-07T11:57:42+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"etip3+xCD9aIO6k6iVMq","remoteAddr":"181.143.8.34","app":"core","message":"Trusted domain error. \"181.143.8.34\" tried to access using \"\" as host.","level":2,"time":"2016-09-07T17:05:01+00:00","method":"GET","url":"\/admin\/config.php","user":"--"} {"reqId":"66mUylnUVP8SEyglgFw8","remoteAddr":"184.105.139.70","app":"core","message":"Trusted domain error. \"184.105.139.70\" tried to access using \"\" as host.","level":2,"time":"2016-09-08T12:58:53+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"IeN7M2XQnmUX444fceFo","remoteAddr":"54.206.123.102","app":"core","message":"Trusted domain error. \"54.206.123.102\" tried to access using \"www.\" as host.","level":2,"time":"2016-09-08T21:05:08+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"ErNIZ66xVX\/Gc9moxy+n","remoteAddr":"184.105.139.68","app":"core","message":"Trusted domain error. \"184.105.139.68\" tried to access using \"\" as host.","level":2,"time":"2016-09-09T02:30:52+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"GkC7dw0yutfoSytEvAqG","remoteAddr":"184.105.247.196","app":"core","message":"Trusted domain error. \"184.105.247.196\" tried to access using \"\" as host.","level":2,"time":"2016-09-10T07:16:52+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"1\/rkjy9GYSsiL2+wZxv\/","remoteAddr":"185.141.27.209","app":"core","message":"Trusted domain error. \"185.141.27.209\" tried to access using \"\" as host.","level":2,"time":"2016-09-10T20:13:55+00:00","method":"GET","url":"\/admin\/module-builtin.xml","user":"--"} {"reqId":"3sIqzQf+I9f1Vqtv0Q2a","remoteAddr":"184.105.139.68","app":"core","message":"Trusted domain error. \"184.105.139.68\" tried to access using \"\" as host.","level":2,"time":"2016-09-11T12:19:23+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"p86EGanLVuF28zyKGFN\/","remoteAddr":"190.7.136.147","app":"core","message":"Trusted domain error. \"190.7.136.147\" tried to access using \"\" as host.","level":2,"time":"2016-09-11T15:06:35+00:00","method":"GET","url":"\/admin\/config.php","user":"--"} {"reqId":"C\/jpKiZ0uSrS6266l2BZ","remoteAddr":"216.218.206.68","app":"core","message":"Trusted domain error. \"216.218.206.68\" tried to access using \"\" as host.","level":2,"time":"2016-09-12T04:06:28+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"JAiifq6v3C3Dit8bmAYm","remoteAddr":"184.105.139.68","app":"core","message":"Trusted domain error. \"184.105.139.68\" tried to access using \"\" as host.","level":2,"time":"2016-09-13T14:15:19+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"t8eoH62IhgUM02ut9LLt","remoteAddr":"139.162.13.205","app":"core","message":"Trusted domain error. \"139.162.13.205\" tried to access using \"\" as host.","level":2,"time":"2016-09-14T03:07:48+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"47EttN8CUu26AuOAsrwW","remoteAddr":"216.218.206.67","app":"core","message":"Trusted domain error. \"216.218.206.67\" tried to access using \"\" as host.","level":2,"time":"2016-09-14T12:56:17+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"5QhZgkWgYnmVKKyG2xDW","remoteAddr":"184.105.247.196","app":"core","message":"Trusted domain error. \"184.105.247.196\" tried to access using \"\" as host.","level":2,"time":"2016-09-15T02:27:37+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"zIhmsnBO2+eh+bi19EWo","remoteAddr":"216.55.186.43","app":"core","message":"Trusted domain error. \"216.55.186.43\" tried to access using \"\" as host.","level":2,"time":"2016-09-15T03:32:58+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"T8ppzOAPIC4C\/sWYi850","remoteAddr":"45.55.81.57","app":"core","message":"Trusted domain error. \"45.55.81.57\" tried to access using \"doku.\" as host.","level":2,"time":"2016-09-15T10:04:33+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"52OD8fK6hLe29IEOY+Sp","remoteAddr":"159.203.112.77","app":"core","message":"Trusted domain error. \"159.203.112.77\" tried to access using \"www.\" as host.","level":2,"time":"2016-09-15T10:57:31+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"qDdWeHCCZj1b0SWkgu4w","remoteAddr":"159.203.116.59","app":"core","message":"Trusted domain error. \"159.203.116.59\" tried to access using \"mcmyadmin.\" as host.","level":2,"time":"2016-09-15T11:05:21+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"4raoM9ed5eSLbSKKiiRr","remoteAddr":"45.55.80.243","app":"core","message":"Trusted domain error. \"45.55.80.243\" tried to access using \"www.\" as host.","level":2,"time":"2016-09-16T00:13:14+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"RnvJ+SQPKZ0x5mGe4ck+","remoteAddr":"104.131.13.239","app":"core","message":"Trusted domain error. \"104.131.13.239\" tried to access using \"doku.\" as host.","level":2,"time":"2016-09-16T00:14:48+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"Nxa\/8t2NDF4Q4HRMHeob","remoteAddr":"104.236.238.24","app":"core","message":"Trusted domain error. \"104.236.238.24\" tried to access using \"mcmyadmin.\" as host.","level":2,"time":"2016-09-16T00:18:27+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"coxix7Ys4GmYSO9JZpCm","remoteAddr":"216.218.206.67","app":"core","message":"Trusted domain error. \"216.218.206.67\" tried to access using \"\" as host.","level":2,"time":"2016-09-16T11:12:25+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"nDLUzX+L3mt9E9GdyqwF","remoteAddr":"181.143.8.34","app":"core","message":"Trusted domain error. \"181.143.8.34\" tried to access using \"\" as host.","level":2,"time":"2016-09-16T13:54:33+00:00","method":"GET","url":"\/admin\/config.php","user":"--"} {"reqId":"lZOJnK0QUwnxcPP9oJpQ","remoteAddr":"54.171.58.28","app":"core","message":"Trusted domain error. \"54.171.58.28\" tried to access using \"www.\" as host.","level":2,"time":"2016-09-16T21:29:16+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"bGYuBCdsdk\/466\/pQ0j\/","remoteAddr":"184.105.247.196","app":"core","message":"Trusted domain error. \"184.105.247.196\" tried to access using \"\" as host.","level":2,"time":"2016-09-17T01:07:46+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"QmwSkaoBsk7hv+ICJre7","remoteAddr":"168.1.128.52","app":"core","message":"Trusted domain error. \"168.1.128.52\" tried to access using \"ip51ce79b5.speed.planet.nl\" as host.","level":2,"time":"2016-09-17T08:19:40+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"DhxJ5LGN9tyCosU9rBIn","remoteAddr":"163.172.52.197","app":"core","message":"Trusted domain error. \"163.172.52.197\" tried to access using \"\" as host.","level":2,"time":"2016-09-17T15:23:22+00:00","method":"GET","url":"\/admin\/i18n\/readme.txt","user":"--"} {"reqId":"QBVP8ddOx93S12pNXfxP","remoteAddr":"163.172.52.197","app":"core","message":"Trusted domain error. \"163.172.52.197\" tried to access using \"\" as host.","level":2,"time":"2016-09-18T02:19:21+00:00","method":"GET","url":"\/admin\/i18n\/readme.txt","user":"--"} {"reqId":"1SQopBxX9e8nbMw2eitI","remoteAddr":"184.105.139.68","app":"core","message":"Trusted domain error. \"184.105.139.68\" tried to access using \"\" as host.","level":2,"time":"2016-09-18T09:16:33+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"hLtL4B6SkyLeK8jMOBbL","remoteAddr":"47.89.50.16","app":"core","message":"Trusted domain error. \"47.89.50.16\" tried to access using \"secure.eurobits.biz\" as host.","level":2,"time":"2016-09-18T14:45:14+00:00","method":"GET","url":"\/pages\/error_log","user":"--"} {"reqId":"0Nw7j2MFxEpHME5fq7\/t","remoteAddr":"163.172.52.197","app":"core","message":"Trusted domain error. \"163.172.52.197\" tried to access using \"\" as host.","level":2,"time":"2016-09-18T14:47:40+00:00","method":"GET","url":"\/admin\/i18n\/readme.txt","user":"--"} {"reqId":"RhLXnoP+WtywTeF7GIsG","remoteAddr":"163.172.52.197","app":"core","message":"Trusted domain error. \"163.172.52.197\" tried to access using \"\" as host.","level":2,"time":"2016-09-18T22:55:53+00:00","method":"GET","url":"\/admin\/i18n\/readme.txt","user":"--"} {"reqId":"Zee49MMk8ptNgzhTB4Gj","remoteAddr":"163.172.52.197","app":"core","message":"Trusted domain error. \"163.172.52.197\" tried to access using \"\" as host.","level":2,"time":"2016-09-19T06:09:38+00:00","method":"GET","url":"\/admin\/i18n\/readme.txt","user":"--"} {"reqId":"xdiT6g5V9Y71wPldJ47Q","remoteAddr":"190.7.136.147","app":"core","message":"Trusted domain error. \"190.7.136.147\" tried to access using \"\" as host.","level":2,"time":"2016-09-19T15:24:07+00:00","method":"GET","url":"\/admin\/config.php","user":"--"} {"reqId":"jBfXPHaNOSpIZSbruWLn","remoteAddr":"163.172.52.197","app":"core","message":"Trusted domain error. \"163.172.52.197\" tried to access using \"\" as host.","level":2,"time":"2016-09-19T16:00:58+00:00","method":"GET","url":"\/admin\/i18n\/readme.txt","user":"--"} {"reqId":"MvOEQ+wzUlV84gTbJ3iU","remoteAddr":"181.49.143.14","app":"core","message":"Trusted domain error. \"181.49.143.14\" tried to access using \"\" as host.","level":2,"time":"2016-09-19T16:32:13+00:00","method":"HEAD","url":"\/index.php","user":"--"} {"reqId":"p7J0+SUD5ors3EFIAwUQ","remoteAddr":"181.49.143.14","app":"core","message":"Trusted domain error. \"181.49.143.14\" tried to access using \"\" as host.","level":2,"time":"2016-09-19T16:32:14+00:00","method":"HEAD","url":"\/admin\/images\/tango.png","user":"--"} {"reqId":"2uUW6NvuUFbn42H6Hf3W","remoteAddr":"74.82.47.2","app":"core","message":"Trusted domain error. \"74.82.47.2\" tried to access using \"\" as host.","level":2,"time":"2016-09-19T18:12:58+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"d+4xlAHaIiPCyxUPRWV5","remoteAddr":"54.149.217.187","app":"core","message":"Trusted domain error. \"54.149.217.187\" tried to access using \"www.\" as host.","level":2,"time":"2016-09-20T00:03:52+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"H9mX+brsbJgIFy9AJoUi","remoteAddr":"188.201.254.92","app":"core","message":"Trusted domain error. \"188.201.254.92\" tried to access using \"\" as host.","level":2,"time":"2016-09-20T11:46:43+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"V7W2JaGSKtavwODEo9Ja","remoteAddr":"74.82.47.3","app":"core","message":"Trusted domain error. \"74.82.47.3\" tried to access using \"\" as host.","level":2,"time":"2016-09-20T16:25:45+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"93FWI+e5H168kIz9xHeV","remoteAddr":"52.78.170.81","app":"core","message":"Trusted domain error. \"52.78.170.81\" tried to access using \"\" as host.","level":2,"time":"2016-09-20T22:04:09+00:00","method":"GET","url":"\/if%20youve%20had%20a%20dose%20of%20a%20freaky%20ghost","user":"--"} {"reqId":"dTwHcWz19hmDK2le84oO","remoteAddr":"52.78.170.81","app":"core","message":"Trusted domain error. \"52.78.170.81\" tried to access using \"\" as host.","level":2,"time":"2016-09-20T22:04:10+00:00","method":"GET","url":"\/status?full=true","user":"--"} {"reqId":"B111df2kdmEQWJtomqeh","remoteAddr":"74.82.47.5","app":"core","message":"Trusted domain error. \"74.82.47.5\" tried to access using \"\" as host.","level":2,"time":"2016-09-21T06:13:10+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"HVkAg3ZxQLdnG0N0NzL0","remoteAddr":"74.82.47.5","app":"core","message":"Trusted domain error. \"74.82.47.5\" tried to access using \"\" as host.","level":2,"time":"2016-09-22T01:37:17+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"dM4Tr17KfHlOQgfSfWOd","remoteAddr":"216.218.206.68","app":"core","message":"Trusted domain error. \"216.218.206.68\" tried to access using \"\" as host.","level":2,"time":"2016-09-23T12:27:00+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"lpWQFu67IVy7byG2o1J7","remoteAddr":"52.193.5.69","app":"core","message":"Trusted domain error. \"52.193.5.69\" tried to access using \"\" as host.","level":2,"time":"2016-09-23T15:05:53+00:00","method":"HEAD","url":"\/web-console\/ServerInfo.jsp","user":"--"} {"reqId":"7RjYtYNXK0EPF2kcuk4N","remoteAddr":"52.193.5.69","app":"core","message":"Trusted domain error. \"52.193.5.69\" tried to access using \"\" as host.","level":2,"time":"2016-09-23T15:05:54+00:00","method":"HEAD","url":"\/jmx-console\/HtmlAdaptor?action=inspectMBean&name=jboss.system:type=ServerInfo","user":"--"} {"reqId":"FuLY+zDdaaWKxGJD54pM","remoteAddr":"52.193.5.69","app":"core","message":"Trusted domain error. \"52.193.5.69\" tried to access using \"\" as host.","level":2,"time":"2016-09-23T15:05:55+00:00","method":"GET","url":"\/if%20youve%20had%20a%20dose%20of%20a%20freaky%20ghost","user":"--"} {"reqId":"5ljjYLQUaN21Ji2bPtrO","remoteAddr":"52.193.5.69","app":"core","message":"Trusted domain error. \"52.193.5.69\" tried to access using \"\" as host.","level":2,"time":"2016-09-23T15:05:56+00:00","method":"HEAD","url":"\/invoker\/JMXInvokerServlet","user":"--"} {"reqId":"0BAjjk3zm2iFHAy3SGJ\/","remoteAddr":"52.193.5.69","app":"core","message":"Trusted domain error. \"52.193.5.69\" tried to access using \"\" as host.","level":2,"time":"2016-09-23T15:05:57+00:00","method":"GET","url":"\/status?full=true","user":"--"} {"reqId":"xxEBLx7FS8yZ2d1rOSaZ","remoteAddr":"93.174.95.106","app":"core","message":"Trusted domain error. \"93.174.95.106\" tried to access using \"\" as host.","level":2,"time":"2016-09-24T01:03:01+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"0Ut9+0fc1Dy4xiNqAS8G","remoteAddr":"216.218.206.68","app":"core","message":"Trusted domain error. \"216.218.206.68\" tried to access using \"\" as host.","level":2,"time":"2016-09-24T08:30:36+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"syDksV\/8oyxO5f6Hyiqe","remoteAddr":"212.58.31.40","app":"core","message":"Trusted domain error. \"212.58.31.40\" tried to access using \"\" as host.","level":2,"time":"2016-09-24T09:08:55+00:00","method":"GET","url":"\/admin\/config.php","user":"--"} {"reqId":"08W67FHheQaUVR15JrQy","remoteAddr":"124.158.7.250","app":"core","message":"Trusted domain error. \"124.158.7.250\" tried to access using \"\" as host.","level":2,"time":"2016-09-24T12:08:53+00:00","method":"HEAD","url":"\/index.php","user":"--"} {"reqId":"szlVPCzn6UOcOtsmKyFF","remoteAddr":"124.158.7.250","app":"core","message":"Trusted domain error. \"124.158.7.250\" tried to access using \"\" as host.","level":2,"time":"2016-09-24T12:08:55+00:00","method":"HEAD","url":"\/admin\/images\/tango.png","user":"--"} {"reqId":"AwpFPOpSWpvvEwWqm6UC","remoteAddr":"74.82.47.3","app":"core","message":"Trusted domain error. \"74.82.47.3\" tried to access using \"\" as host.","level":2,"time":"2016-09-25T01:51:33+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"GgPF9z1\/qNglNtAPXfQk","remoteAddr":"190.7.136.147","app":"core","message":"Trusted domain error. \"190.7.136.147\" tried to access using \"\" as host.","level":2,"time":"2016-09-25T02:42:44+00:00","method":"GET","url":"\/admin\/config.php","user":"--"} {"reqId":"T9VTnYDPQfAxIu2r3p8p","remoteAddr":"206.246.150.226","app":"core","message":"Trusted domain error. \"206.246.150.226\" tried to access using \"\" as host.","level":2,"time":"2016-09-25T08:10:38+00:00","method":"HEAD","url":"\/index.php","user":"--"} {"reqId":"XOv78tNdyMGNA4S2JMJd","remoteAddr":"206.246.150.226","app":"core","message":"Trusted domain error. \"206.246.150.226\" tried to access using \"\" as host.","level":2,"time":"2016-09-25T08:10:38+00:00","method":"HEAD","url":"\/admin\/images\/tango.png","user":"--"} {"reqId":"V2MKJdpOQUk7i+7re1IX","remoteAddr":"207.244.96.130","app":"core","message":"Trusted domain error. \"207.244.96.130\" tried to access using \"\" as host.","level":2,"time":"2016-09-25T10:33:06+00:00","method":"HEAD","url":"\/","user":"--"} {"reqId":"Is9Q3Nl1v2QbtpfT4Azo","remoteAddr":"207.244.96.130","app":"core","message":"Trusted domain error. \"207.244.96.130\" tried to access using \"\" as host.","level":2,"time":"2016-09-25T10:33:06+00:00","method":"HEAD","url":"\/","user":"--"} {"reqId":"jhdqlz0W+4QW9W1Y45vR","remoteAddr":"113.160.154.138","app":"core","message":"Trusted domain error. \"113.160.154.138\" tried to access using \"\" as host.","level":2,"time":"2016-09-25T14:50:17+00:00","method":"GET","url":"\/admin\/config.php","user":"--"} {"reqId":"XW+OJtwFKrm2p2Qoca\/E","remoteAddr":"115.79.59.19","app":"core","message":"Trusted domain error. \"115.79.59.19\" tried to access using \"\" as host.","level":2,"time":"2016-09-25T23:21:13+00:00","method":"HEAD","url":"\/index.php","user":"--"} {"reqId":"PhCzDKOfGTCihdPe34U5","remoteAddr":"115.79.59.19","app":"core","message":"Trusted domain error. \"115.79.59.19\" tried to access using \"\" as host.","level":2,"time":"2016-09-25T23:21:14+00:00","method":"HEAD","url":"\/admin\/images\/tango.png","user":"--"} {"reqId":"gx1d7c28RLpUkAsy0TXz","remoteAddr":"181.143.8.34","app":"core","message":"Trusted domain error. \"181.143.8.34\" tried to access using \"\" as host.","level":2,"time":"2016-09-26T04:12:54+00:00","method":"GET","url":"\/admin\/config.php","user":"--"} {"reqId":"QlIFDuxCA07W9vR5GOnS","remoteAddr":"198.7.57.201","app":"core","message":"Trusted domain error. \"198.7.57.201\" tried to access using \"\" as host.","level":2,"time":"2016-09-26T04:45:50+00:00","method":"HEAD","url":"\/","user":"--"} {"reqId":"E+F8tIuD1xa3WZWNhTbE","remoteAddr":"198.7.57.201","app":"core","message":"Trusted domain error. \"198.7.57.201\" tried to access using \"\" as host.","level":2,"time":"2016-09-26T04:45:50+00:00","method":"HEAD","url":"\/","user":"--"} {"reqId":"zhhPZVOSPRH8QDowPLSt","remoteAddr":"192.96.206.156","app":"core","message":"Trusted domain error. \"192.96.206.156\" tried to access using \"\" as host.","level":2,"time":"2016-09-26T06:15:10+00:00","method":"HEAD","url":"\/","user":"--"} {"reqId":"z0kk0gey\/l16R3w5UtAV","remoteAddr":"192.96.206.156","app":"core","message":"Trusted domain error. \"192.96.206.156\" tried to access using \"\" as host.","level":2,"time":"2016-09-26T06:15:11+00:00","method":"HEAD","url":"\/","user":"--"} {"reqId":"2wiy+UP+VoCLxV8DAYLS","remoteAddr":"74.82.47.4","app":"core","message":"Trusted domain error. \"74.82.47.4\" tried to access using \"\" as host.","level":2,"time":"2016-09-26T08:59:39+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"tZAw6BMwPiD79HSvgjzF","remoteAddr":"192.96.206.26","app":"core","message":"Trusted domain error. \"192.96.206.26\" tried to access using \"\" as host.","level":2,"time":"2016-09-26T20:51:18+00:00","method":"HEAD","url":"\/","user":"--"} {"reqId":"yBEkaoRhd7FIsoFdOL+t","remoteAddr":"192.96.206.26","app":"core","message":"Trusted domain error. \"192.96.206.26\" tried to access using \"\" as host.","level":2,"time":"2016-09-26T20:51:18+00:00","method":"HEAD","url":"\/","user":"--"} {"reqId":"HQGbniiBptRXsZpYk2mj","remoteAddr":"54.183.113.0","app":"core","message":"Trusted domain error. \"54.183.113.0\" tried to access using \"www.\" as host.","level":2,"time":"2016-09-27T01:14:15+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"Nj5aJlCT+w5yqewlrhPv","remoteAddr":"184.105.139.70","app":"core","message":"Trusted domain error. \"184.105.139.70\" tried to access using \"\" as host.","level":2,"time":"2016-09-27T03:23:10+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"gMkyNyKAtxhFLH3XAabs","remoteAddr":"139.162.13.205","app":"core","message":"Trusted domain error. \"139.162.13.205\" tried to access using \"\" as host.","level":2,"time":"2016-09-27T07:56:32+00:00","method":"GET","url":"\/","user":"--"} {"reqId":"pLsiuS8WGNcva55VJG2N","remoteAddr":"40.142.24.150","app":"core","message":"Trusted domain error. \"40.142.24.150\" tried to access using \"\" as host.","level":2,"time":"2016-09-27T09:04:10+00:00","method":"HEAD","url":"\/index.php","user":"--"} {"reqId":"Riwb7\/\/6hxsPQXoSL54p","remoteAddr":"40.142.24.150","app":"core","message":"Trusted domain error. \"40.142.24.150\" tried to access using \"\" as host.","level":2,"time":"2016-09-27T09:04:11+00:00","method":"HEAD","url":"\/admin\/images\/tango.png","user":"--"} {"reqId":"WvU5pPBwNNt4Mlt0mSeJ","remoteAddr":"","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\/1.1 423 \\"Series\\/[HorribleSubs].Ace.Attorney-24.[1080p]\\" is locked\",\"Exception\":\"OCA\\DAV\\Connector\\Sabre\\Exception\\FileLocked\",\"Code\":0,\"Trace\":\"#0 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/dav\\/lib\\/DAV\\/Tree.php(179): OCA\\DAV\\Connector\\Sabre\\Directory->delete()\n#1 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/dav\\/lib\\/DAV\\/CorePlugin.php(285): Sabre\\DAV\\Tree->delete('Series\\/[Horribl...')\n#2 [internal function]: Sabre\\DAV\\CorePlugin->httpDelete(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#3 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/event\\/lib\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\n#4 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/dav\\/lib\\/DAV\\/Server.php(459): Sabre\\Event\\EventEmitter->emit('method:DELETE', Array)\n#5 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/dav\\/lib\\/DAV\\/Server.php(248): Sabre\\DAV\\Server->invokeMethod(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#6 \\/var\\/www\\/nextcloud\\/apps\\/dav\\/appinfo\\/v1\\/webdav.php(60): Sabre\\DAV\\Server->exec()\n#7 \\/var\\/www\\/nextcloud\\/remote.php(165): require_once('\\/var\\/www\\/nextcl...')\n#8 {main}\",\"File\":\"\\/var\\/www\\/nextcloud\\/apps\\/dav\\/lib\\/Connector\\/Sabre\\/Directory.php\",\"Line\":284,\"User\":\"Guest\"}","level":4,"time":"2016-09-28T01:55:48+00:00","method":"DELETE","url":"\/remote.php\/webdav\/Series\/%5BHorribleSubs%5D.Ace.Attorney-24.%5B1080p%5D","user":"Guest"} {"reqId":"Ni5FSl9o2O1jolkGij2m","remoteAddr":"","app":"PHP","message":"fopen(ftp:\/\/...@localhost\/series\/Gjhg.txt.ocTransferId1969620483.part): failed to open stream: FTP server reports 553 Could not create file.\r\n at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/FTP.php#113","level":3,"time":"2016-09-28T01:56:00+00:00","method":"PUT","url":"\/remote.php\/webdav\/Series\/Gjhg.txt","user":"Guest"} {"reqId":"Ni5FSl9o2O1jolkGij2m","remoteAddr":"","app":"PHP","message":"opendir(retry:\/\/): failed to open dir: "\Icewind\Streams\RetryWrapper::dir_opendir" call failed at \/var\/www\/nextcloud\/apps\/files_external\/3rdparty\/icewind\/streams\/src\/Wrapper.php#34","level":3,"time":"2016-09-28T01:56:00+00:00","method":"PUT","url":"\/remote.php\/webdav\/Series\/Gjhg.txt","user":"Guest"} {"reqId":"Ni5FSl9o2O1jolkGij2m","remoteAddr":"","app":"webdav","message":"\OC\Files\Filesystem::fopen() failed","level":3,"time":"2016-09-28T01:56:00+00:00","method":"PUT","url":"\/remote.php\/webdav\/Series\/Gjhg.txt","user":"Guest"} {"reqId":"Ni5FSl9o2O1jolkGij2m","remoteAddr":"","app":"PHP","message":"unlink(): Error Deleting file: 550 Delete operation failed.\r\n at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/FTP.php#98","level":3,"time":"2016-09-28T01:56:00+00:00","method":"PUT","url":"\/remote.php\/webdav\/Series\/Gjhg.txt","user":"Guest"} {"reqId":"Ni5FSl9o2O1jolkGij2m","remoteAddr":"","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\/1.1 500 Could not write file contents\",\"Exception\":\"Sabre\\DAV\\Exception\",\"Code\":0,\"Trace\":\"#0 \\/var\\/www\\/nextcloud\\/apps\\/dav\\/lib\\/Connector\\/Sabre\\/Directory.php(137): OCA\\DAV\\Connector\\Sabre\\File->put(Resource id #86)\n#1 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/dav\\/lib\\/DAV\\/Server.php(1036): OCA\\DAV\\Connector\\Sabre\\Directory->createFile('Gjhg.txt', Resource id #86)\n#2 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/dav\\/lib\\/DAV\\/CorePlugin.php(523): Sabre\\DAV\\Server->createFile('Series\\/Gjhg.txt', Resource id #86, NULL)\n#3 [internal function]: Sabre\\DAV\\CorePlugin->httpPut(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#4 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/event\\/lib\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\n#5 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/dav\\/lib\\/DAV\\/Server.php(459): Sabre\\Event\\EventEmitter->emit('method:PUT', Array)\n#6 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/dav\\/lib\\/DAV\\/Server.php(248): Sabre\\DAV\\Server->invokeMethod(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#7 \\/var\\/www\\/nextcloud\\/apps\\/dav\\/appinfo\\/v1\\/webdav.php(60): Sabre\\DAV\\Server->exec()\n#8 \\/var\\/www\\/nextcloud\\/remote.php(165): require_once('\\/var\\/www\\/nextcl...')\n#9 {main}\",\"File\":\"\\/var\\/www\\/nextcloud\\/apps\\/dav\\/lib\\/Connector\\/Sabre\\/File.php\",\"Line\":131,\"User\":\"Guest\"}","level":4,"time":"2016-09-28T01:56:00+00:00","method":"PUT","url":"\/remote.php\/webdav\/Series\/Gjhg.txt","user":"Guest"} {"reqId":"\/iVqur5TuMvlwaml84BA","remoteAddr":"","app":"PHP","message":"stat(): stat failed for ftp:\/\/xxx:xxx@localhost\/series\/[HorribleSubs].Ace.Attorney-24.[1080p] at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/StreamWrapper.php#127","level":3,"time":"2016-09-28T02:11:55+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/Series\/%5BHorribleSubs%5D.Ace.Attorney-24.%5B1080p%5D","user":"Guest"} {"reqId":"0lHDOL5DjOvMVLD3i7eY","remoteAddr":"","app":"PHP","message":"stat(): stat failed for ftp:\/\/xxx:xxx@localhost\/series\/[HorribleSubs].Ace.Attorney-24.[1080p] at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/StreamWrapper.php#127","level":3,"time":"2016-09-28T02:11:55+00:00","method":"GET","url":"\/index.php\/apps\/files\/ajax\/getstoragestats.php?dir=%2FSeries%2F%5BHorribleSubs%5D.Ace.Attorney-24.%5B1080p%5D","user":"Guest"} {"reqId":"d0cJHeCkDbkmkhKRAuu7","remoteAddr":"","app":"PHP","message":"fclose(): FTP server error 426:426 Failure writing network stream.\r\n at \/var\/www\/nextcloud\/apps\/files_external\/3rdparty\/icewind\/streams\/src\/Wrapper.php#124","level":3,"time":"2016-09-28T02:12:07+00:00","method":"GET","url":"\/remote.php\/webdav\/Series\/Last.Week.Tonight.With.John.Oliver.S03E23.720p.HDTV.x264-BATV\/Last.Week.Tonight.With.John.Oliver.S03E23.720p.HDTV.x264-BATV.mkv","user":"Guest"} {"reqId":"7Tj+o2MA16oF2A5byJp3","remoteAddr":"","app":"PHP","message":"stat(): stat failed for ftp:\/\/xxx:xxx@localhost\/series\/Star.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/StreamWrapper.php#127","level":3,"time":"2016-09-28T02:13:40+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/Series\/Star.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash","user":"Gast"} {"reqId":"JBRgmByqhxafdMy+SQBH","remoteAddr":"","app":"PHP","message":"stat(): stat failed for ftp:\/\/xxx:xxx@localhost\/series\/Star.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/StreamWrapper.php#127","level":3,"time":"2016-09-28T02:13:42+00:00","method":"GET","url":"\/index.php\/apps\/files\/ajax\/getstoragestats.php?dir=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash","user":"Gast"} {"reqId":"FtRsq8zzO+QTi3zO4SCK","remoteAddr":"","app":"PHP","message":"stat(): stat failed for ftp:\/\/xxx:xxx@localhost\/series\/Star.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash\/RARBG.com.txt at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/StreamWrapper.php#127","level":3,"time":"2016-09-28T02:13:43+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=57eb235a4d5c6&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"FtRsq8zzO+QTi3zO4SCK","remoteAddr":"","app":"PHP","message":"fopen(ftp:\/\/...@localhost\/series\/Star.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash\/RARBG.com.txt): failed to open stream: FTP server reports 550 Could not get file size.\r\n at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/FTP.php#113","level":3,"time":"2016-09-28T02:13:43+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=57eb235a4d5c6&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"FtRsq8zzO+QTi3zO4SCK","remoteAddr":"","app":"PHP","message":"opendir(retry:\/\/): failed to open dir: "\Icewind\Streams\RetryWrapper::dir_opendir" call failed at \/var\/www\/nextcloud\/apps\/files_external\/3rdparty\/icewind\/streams\/src\/Wrapper.php#34","level":3,"time":"2016-09-28T02:13:43+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=57eb235a4d5c6&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"FtRsq8zzO+QTi3zO4SCK","remoteAddr":"","app":"PHP","message":"stream_get_contents() expects parameter 1 to be resource, boolean given at \/var\/www\/nextcloud\/lib\/private\/Preview\/TXT.php#49","level":3,"time":"2016-09-28T02:13:43+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=57eb235a4d5c6&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"FtRsq8zzO+QTi3zO4SCK","remoteAddr":"","app":"PHP","message":"filesize(): stat failed for \/var\/www\/nextcloud\/data\/Gast\/files\/var\/www\/nextcloud\/core\/img\/filetypes\/text.svg at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#198","level":3,"time":"2016-09-28T02:13:43+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=57eb235a4d5c6&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"FtRsq8zzO+QTi3zO4SCK","remoteAddr":"","app":"PHP","message":"fopen(\/var\/www\/nextcloud\/data\/Gast\/files\/var\/www\/nextcloud\/core\/img\/filetypes\/text.svg): failed to open stream: No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#203","level":3,"time":"2016-09-28T02:13:43+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=57eb235a4d5c6&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"FtRsq8zzO+QTi3zO4SCK","remoteAddr":"","app":"PHP","message":"fread() expects parameter 1 to be resource, boolean given at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#204","level":3,"time":"2016-09-28T02:13:43+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=57eb235a4d5c6&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"FtRsq8zzO+QTi3zO4SCK","remoteAddr":"","app":"PHP","message":"fclose() expects parameter 1 to be resource, boolean given at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#205","level":3,"time":"2016-09-28T02:13:43+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=57eb235a4d5c6&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"FtRsq8zzO+QTi3zO4SCK","remoteAddr":"","app":"PHP","message":"imagecreatefromstring(): Empty string or invalid image at \/var\/www\/nextcloud\/lib\/private\/legacy\/image.php#575","level":3,"time":"2016-09-28T02:13:43+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=57eb235a4d5c6&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"kVP+BvCM3vxKcpnEANwZ","remoteAddr":"","app":"PHP","message":"stat(): stat failed for ftp:\/\/xxx:xxx@localhost\/series\/Star.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash\/RARBG.com.txt at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/StreamWrapper.php#127","level":3,"time":"2016-09-28T02:13:44+00:00","method":"GET","url":"\/apps\/files_texteditor\/ajax\/loadfile?filename=RARBG.com.txt&dir=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash","user":"Gast"} {"reqId":"kVP+BvCM3vxKcpnEANwZ","remoteAddr":"","app":"PHP","message":"fopen(ftp:\/\/...@localhost\/series\/Star.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash\/RARBG.com.txt): failed to open stream: FTP server reports 550 Could not get file size.\r\n at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/FTP.php#113","level":3,"time":"2016-09-28T02:13:45+00:00","method":"GET","url":"\/apps\/files_texteditor\/ajax\/loadfile?filename=RARBG.com.txt&dir=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash","user":"Gast"} {"reqId":"kVP+BvCM3vxKcpnEANwZ","remoteAddr":"","app":"PHP","message":"opendir(retry:\/\/): failed to open dir: "\Icewind\Streams\RetryWrapper::dir_opendir" call failed at \/var\/www\/nextcloud\/apps\/files_external\/3rdparty\/icewind\/streams\/src\/Wrapper.php#34","level":3,"time":"2016-09-28T02:13:45+00:00","method":"GET","url":"\/apps\/files_texteditor\/ajax\/loadfile?filename=RARBG.com.txt&dir=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash","user":"Gast"} {"reqId":"LlTytM4XwAMUsyIrgLKC","remoteAddr":"","app":"PHP","message":"stat(): stat failed for ftp:\/\/xxx:xxx@localhost\/series\/Star.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash\/RARBG.com.txt at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/StreamWrapper.php#127","level":3,"time":"2016-09-28T02:13:46+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=299437&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"LlTytM4XwAMUsyIrgLKC","remoteAddr":"","app":"PHP","message":"fopen(ftp:\/\/...@localhost\/series\/Star.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash\/RARBG.com.txt): failed to open stream: FTP server reports 550 Could not get file size.\r\n at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/FTP.php#113","level":3,"time":"2016-09-28T02:13:46+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=299437&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"LlTytM4XwAMUsyIrgLKC","remoteAddr":"","app":"PHP","message":"opendir(retry:\/\/): failed to open dir: "\Icewind\Streams\RetryWrapper::dir_opendir" call failed at \/var\/www\/nextcloud\/apps\/files_external\/3rdparty\/icewind\/streams\/src\/Wrapper.php#34","level":3,"time":"2016-09-28T02:13:46+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=299437&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"LlTytM4XwAMUsyIrgLKC","remoteAddr":"","app":"PHP","message":"stream_get_contents() expects parameter 1 to be resource, boolean given at \/var\/www\/nextcloud\/lib\/private\/Preview\/TXT.php#49","level":3,"time":"2016-09-28T02:13:46+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=299437&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"LlTytM4XwAMUsyIrgLKC","remoteAddr":"","app":"PHP","message":"filesize(): stat failed for \/var\/www\/nextcloud\/data\/Gast\/files\/var\/www\/nextcloud\/core\/img\/filetypes\/text.svg at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#198","level":3,"time":"2016-09-28T02:13:47+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=299437&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"LlTytM4XwAMUsyIrgLKC","remoteAddr":"","app":"PHP","message":"fopen(\/var\/www\/nextcloud\/data\/Gast\/files\/var\/www\/nextcloud\/core\/img\/filetypes\/text.svg): failed to open stream: No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#203","level":3,"time":"2016-09-28T02:13:47+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=299437&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"LlTytM4XwAMUsyIrgLKC","remoteAddr":"","app":"PHP","message":"fread() expects parameter 1 to be resource, boolean given at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#204","level":3,"time":"2016-09-28T02:13:47+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=299437&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"LlTytM4XwAMUsyIrgLKC","remoteAddr":"","app":"PHP","message":"fclose() expects parameter 1 to be resource, boolean given at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#205","level":3,"time":"2016-09-28T02:13:47+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=299437&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"LlTytM4XwAMUsyIrgLKC","remoteAddr":"","app":"PHP","message":"imagecreatefromstring(): Empty string or invalid image at \/var\/www\/nextcloud\/lib\/private\/legacy\/image.php#575","level":3,"time":"2016-09-28T02:13:47+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=299437&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"hlmQzBoBqrLPfNdmBrP1","remoteAddr":"","app":"PHP","message":"stat(): stat failed for ftp:\/\/xxx:xxx@localhost\/series\/Star.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash\/RARBG.com.txt at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/StreamWrapper.php#127","level":3,"time":"2016-09-28T02:13:48+00:00","method":"GET","url":"\/apps\/files_texteditor\/ajax\/loadfile?filename=RARBG.com.txt&dir=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash","user":"Gast"} {"reqId":"hlmQzBoBqrLPfNdmBrP1","remoteAddr":"","app":"PHP","message":"fopen(ftp:\/\/...@localhost\/series\/Star.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash\/RARBG.com.txt): failed to open stream: FTP server reports 550 Could not get file size.\r\n at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/FTP.php#113","level":3,"time":"2016-09-28T02:13:49+00:00","method":"GET","url":"\/apps\/files_texteditor\/ajax\/loadfile?filename=RARBG.com.txt&dir=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash","user":"Gast"} {"reqId":"hlmQzBoBqrLPfNdmBrP1","remoteAddr":"","app":"PHP","message":"opendir(retry:\/\/): failed to open dir: "\Icewind\Streams\RetryWrapper::dir_opendir" call failed at \/var\/www\/nextcloud\/apps\/files_external\/3rdparty\/icewind\/streams\/src\/Wrapper.php#34","level":3,"time":"2016-09-28T02:13:49+00:00","method":"GET","url":"\/apps\/files_texteditor\/ajax\/loadfile?filename=RARBG.com.txt&dir=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash","user":"Gast"} {"reqId":"HrzxXyeiDWFSqVy+4H88","remoteAddr":"","app":"PHP","message":"stat(): stat failed for ftp:\/\/xxx:xxx@localhost\/series\/Star.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash\/RARBG.com.txt at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/StreamWrapper.php#127","level":3,"time":"2016-09-28T02:13:49+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=299437&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"HrzxXyeiDWFSqVy+4H88","remoteAddr":"","app":"PHP","message":"fopen(ftp:\/\/...@localhost\/series\/Star.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash\/RARBG.com.txt): failed to open stream: FTP server reports 550 Could not get file size.\r\n at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/FTP.php#113","level":3,"time":"2016-09-28T02:13:50+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=299437&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"HrzxXyeiDWFSqVy+4H88","remoteAddr":"","app":"PHP","message":"opendir(retry:\/\/): failed to open dir: "\Icewind\Streams\RetryWrapper::dir_opendir" call failed at \/var\/www\/nextcloud\/apps\/files_external\/3rdparty\/icewind\/streams\/src\/Wrapper.php#34","level":3,"time":"2016-09-28T02:13:50+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=299437&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"HrzxXyeiDWFSqVy+4H88","remoteAddr":"","app":"PHP","message":"stream_get_contents() expects parameter 1 to be resource, boolean given at \/var\/www\/nextcloud\/lib\/private\/Preview\/TXT.php#49","level":3,"time":"2016-09-28T02:13:50+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=299437&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"HrzxXyeiDWFSqVy+4H88","remoteAddr":"","app":"PHP","message":"filesize(): stat failed for \/var\/www\/nextcloud\/data\/Gast\/files\/var\/www\/nextcloud\/core\/img\/filetypes\/text.svg at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#198","level":3,"time":"2016-09-28T02:13:50+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=299437&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"HrzxXyeiDWFSqVy+4H88","remoteAddr":"","app":"PHP","message":"fopen(\/var\/www\/nextcloud\/data\/Gast\/files\/var\/www\/nextcloud\/core\/img\/filetypes\/text.svg): failed to open stream: No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#203","level":3,"time":"2016-09-28T02:13:50+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=299437&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"HrzxXyeiDWFSqVy+4H88","remoteAddr":"","app":"PHP","message":"fread() expects parameter 1 to be resource, boolean given at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#204","level":3,"time":"2016-09-28T02:13:50+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=299437&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"HrzxXyeiDWFSqVy+4H88","remoteAddr":"","app":"PHP","message":"fclose() expects parameter 1 to be resource, boolean given at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#205","level":3,"time":"2016-09-28T02:13:50+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=299437&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"HrzxXyeiDWFSqVy+4H88","remoteAddr":"","app":"PHP","message":"imagecreatefromstring(): Empty string or invalid image at \/var\/www\/nextcloud\/lib\/private\/legacy\/image.php#575","level":3,"time":"2016-09-28T02:13:50+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=299437&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"Wu6fvHC+lT2G2R13uBUT","remoteAddr":"","app":"PHP","message":"stat(): stat failed for ftp:\/\/xxx:xxx@localhost\/series\/Star.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/StreamWrapper.php#127","level":3,"time":"2016-09-28T02:14:34+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/Series\/Star.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash","user":"Gast"} {"reqId":"Mb9JKLOn+batFrYf67Tq","remoteAddr":"","app":"PHP","message":"stat(): stat failed for ftp:\/\/xxx:xxx@localhost\/series\/Star.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/StreamWrapper.php#127","level":3,"time":"2016-09-28T02:14:35+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/Series\/Star.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash","user":"Gast"} {"reqId":"2GmiGm610dXj4\/rA7sMf","remoteAddr":"","app":"PHP","message":"stat(): stat failed for ftp:\/\/xxx:xxx@localhost\/series\/Star.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/StreamWrapper.php#127","level":3,"time":"2016-09-28T02:14:36+00:00","method":"GET","url":"\/index.php\/apps\/files\/ajax\/getstoragestats.php?dir=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash","user":"Gast"} {"reqId":"sPaCX7kz6ZlZtPGuT6uV","remoteAddr":"","app":"PHP","message":"stat(): stat failed for ftp:\/\/xxx:xxx@localhost\/series\/Star.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash\/RARBG.com.txt at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/StreamWrapper.php#127","level":3,"time":"2016-09-28T02:14:36+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=57eb235a4d5c6&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"sPaCX7kz6ZlZtPGuT6uV","remoteAddr":"","app":"PHP","message":"fopen(ftp:\/\/...@localhost\/series\/Star.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash\/RARBG.com.txt): failed to open stream: FTP server reports 550 Could not get file size.\r\n at \/var\/www\/nextcloud\/apps\/files_external\/lib\/Lib\/Storage\/FTP.php#113","level":3,"time":"2016-09-28T02:14:36+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=57eb235a4d5c6&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"sPaCX7kz6ZlZtPGuT6uV","remoteAddr":"","app":"PHP","message":"opendir(retry:\/\/): failed to open dir: "\Icewind\Streams\RetryWrapper::dir_opendir" call failed at \/var\/www\/nextcloud\/apps\/files_external\/3rdparty\/icewind\/streams\/src\/Wrapper.php#34","level":3,"time":"2016-09-28T02:14:36+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=57eb235a4d5c6&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"sPaCX7kz6ZlZtPGuT6uV","remoteAddr":"","app":"PHP","message":"stream_get_contents() expects parameter 1 to be resource, boolean given at \/var\/www\/nextcloud\/lib\/private\/Preview\/TXT.php#49","level":3,"time":"2016-09-28T02:14:36+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=57eb235a4d5c6&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"sPaCX7kz6ZlZtPGuT6uV","remoteAddr":"","app":"PHP","message":"filesize(): stat failed for \/var\/www\/nextcloud\/data\/Gast\/files\/var\/www\/nextcloud\/core\/img\/filetypes\/text.svg at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#198","level":3,"time":"2016-09-28T02:14:36+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=57eb235a4d5c6&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"sPaCX7kz6ZlZtPGuT6uV","remoteAddr":"","app":"PHP","message":"fopen(\/var\/www\/nextcloud\/data\/Gast\/files\/var\/www\/nextcloud\/core\/img\/filetypes\/text.svg): failed to open stream: No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#203","level":3,"time":"2016-09-28T02:14:36+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=57eb235a4d5c6&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"sPaCX7kz6ZlZtPGuT6uV","remoteAddr":"","app":"PHP","message":"fread() expects parameter 1 to be resource, boolean given at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#204","level":3,"time":"2016-09-28T02:14:36+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=57eb235a4d5c6&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"sPaCX7kz6ZlZtPGuT6uV","remoteAddr":"","app":"PHP","message":"fclose() expects parameter 1 to be resource, boolean given at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#205","level":3,"time":"2016-09-28T02:14:36+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=57eb235a4d5c6&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"sPaCX7kz6ZlZtPGuT6uV","remoteAddr":"","app":"PHP","message":"imagecreatefromstring(): Empty string or invalid image at \/var\/www\/nextcloud\/lib\/private\/legacy\/image.php#575","level":3,"time":"2016-09-28T02:14:36+00:00","method":"GET","url":"\/core\/preview.png?file=%2FSeries%2FStar.Wars.Rebels.S03E01.Steps.Into.Shadow.720p.DSNY.WEBRip.AAC2.0.x264-TVSmash%2FRARBG.com.txt&c=57eb235a4d5c6&x=96&y=96&forceIcon=0","user":"Gast"} {"reqId":"N5Z1ed8cHb4NtCJ2Hlmr","remoteAddr":"","app":"PHP","message":"fclose(): FTP server error 426:426 Failure writing network stream.\r\n at \/var\/www\/nextcloud\/apps\/files_external\/3rdparty\/icewind\/streams\/src\/Wrapper.php#124","level":3,"time":"2016-09-28T02:15:00+00:00","method":"GET","url":"\/remote.php\/webdav\/Series\/Sherlock\/Sherlock.S01E01.1080p.BluRay.x264-SlowHD\/sherlock.s01e01.1080p.bluray.x264-slowhd.mkv","user":"Gast"} {"reqId":"JjEEFBI8jkSTIt084UWx","remoteAddr":"","app":"PHP","message":"Uncaught Error: Access to undeclared static property: OC\Files\Filesystem::$normalizedPathCache in \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php:773\nStack trace:\n#0 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(2034): OC\Files\Filesystem::normalizePath('\/Gast\/files\/Ser...')\n#1 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(1152): OC\Files\View->unlockFile('\/Series\/Sherloc...', 1)\n#2 [internal function]: OC\Files\View->OC\Files\{closure}()\n#3 \/var\/www\/nextcloud\/apps\/files_external\/3rdparty\/icewind\/streams\/src\/CallbackWrapper.php(109): call_user_func(Object(Closure))\n#4 [internal function]: Icewind\Streams\CallbackWrapper->stream_close()\n#5 {main}\n thrown at \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php#773","level":3,"time":"2016-09-28T02:15:52+00:00","method":"GET","url":"\/index.php\/apps\/files\/ajax\/getstoragestats.php?dir=%2FSeries","user":"Guest"} {"reqId":"ZRfMd8B\/2y0Nmb8xAwyR","remoteAddr":"","app":"PHP","message":"fclose(): FTP server error 426:426 Failure writing network stream.\r\n at \/var\/www\/nextcloud\/apps\/files_external\/3rdparty\/icewind\/streams\/src\/Wrapper.php#124","level":3,"time":"2016-09-28T02:17:48+00:00","method":"GET","url":"\/index.php\/apps\/files\/ajax\/download.php?dir=%2FFilms&files=X-Men%20Apocalypse%20(2016)&downloadStartSecret=ojljpu3schqggmzod1dzpvi","user":"Guest"} {"reqId":"ZRfMd8B\/2y0Nmb8xAwyR","remoteAddr":"","app":"PHP","message":"fclose(): FTP server error 426:426 Failure writing network stream.\r\n at \/var\/www\/nextcloud\/apps\/files_external\/3rdparty\/icewind\/streams\/src\/Wrapper.php#124","level":3,"time":"2016-09-28T02:18:27+00:00","method":"GET","url":"\/index.php\/apps\/files\/ajax\/download.php?dir=%2FFilms&files=X-Men%20Apocalypse%20(2016)&downloadStartSecret=ojljpu3schqggmzod1dzpvi","user":"Guest"} {"reqId":"K8yo\/M32SeDICudTBgsy","remoteAddr":"","app":"PHP","message":"Uncaught Error: Access to undeclared static property: OC\Files\Filesystem::$normalizedPathCache in \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php:773\nStack trace:\n#0 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(2034): OC\Files\Filesystem::normalizePath('\/Guest\/files\/Fi...')\n#1 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(1152): OC\Files\View->unlockFile('\/Films\/X-Men Ap...', 1)\n#2 [internal function]: OC\Files\View->OC\Files\{closure}()\n#3 \/var\/www\/nextcloud\/apps\/files_external\/3rdparty\/icewind\/streams\/src\/CallbackWrapper.php(109): call_user_func(Object(Closure))\n#4 [internal function]: Icewind\Streams\CallbackWrapper->stream_close()\n#5 {main}\n thrown at \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php#773","level":3,"time":"2016-09-28T02:19:53+00:00","method":"GET","url":"\/ocs\/v2.php\/apps\/notifications\/api\/v1\/notifications?format=json","user":"Guest"} {"reqId":"lHaIvhHJQzIq+uK3Tfsq","remoteAddr":"","app":"files_external","message":"Exception: {\"Exception\":\"Exception\",\"Message\":\"Invalid configuration\",\"Code\":0,\"Trace\":\"#0 \\/var\\/www\\/nextcloud\\/apps\\/files_external\\/lib\\/config.php(230): OCA\\Files_External\\Lib\\Storage\\SMB->__construct(Array)\n#1 \\/var\\/www\\/nextcloud\\/apps\\/files_external\\/lib\\/Controller\\/StoragesController.php(255): OC_Mount_Config::getBackendStatus('\\\\OCA\\\\Files_Exte...', Array, false, true)\n#2 \\/var\\/www\\/nextcloud\\/apps\\/files_external\\/lib\\/Controller\\/GlobalStoragesController.php(179): OCA\\Files_External\\Controller\\StoragesController->updateStorageStatus(Object(OCA\\Files_External\\Lib\\StorageConfig), true)\n#3 [internal function]: OCA\\Files_External\\Controller\\GlobalStoragesController->update(7, 'Films', 'smb', 'password::globa...', Array, Array, Array, Array, 100, true)\n#4 \\/var\\/www\\/nextcloud\\/lib\\/private\\/AppFramework\\/Http\\/Dispatcher.php(160): call_user_func_array(Array, Array)\n#5 \\/var\\/www\\/nextcloud\\/lib\\/private\\/AppFramework\\/Http\\/Dispatcher.php(90): OC\\AppFramework\\Http\\Dispatcher->executeController(Object(OCA\\Files_External\\Controller\\GlobalStoragesController), 'update')\n#6 \\/var\\/www\\/nextcloud\\/lib\\/private\\/AppFramework\\/App.php(111): OC\\AppFramework\\Http\\Dispatcher->dispatch(Object(OCA\\Files_External\\Controller\\GlobalStoragesController), 'update')\n#7 \\/var\\/www\\/nextcloud\\/lib\\/private\\/AppFramework\\/Routing\\/RouteActionHandler.php(47): OC\\AppFramework\\App::main('OCA\\\\Files_Exter...', 'update', Object(OC\\AppFramework\\DependencyInjection\\DIContainer), Array)\n#8 [internal function]: OC\\AppFramework\\Routing\\RouteActionHandler->__invoke(Array)\n#9 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Route\\/Router.php(293): call_user_func(Object(OC\\AppFramework\\Routing\\RouteActionHandler), Array)\n#10 \\/var\\/www\\/nextcloud\\/lib\\/base.php(967): OC\\Route\\Router->match('\\/apps\\/files_ext...')\n#11 \\/var\\/www\\/nextcloud\\/index.php(48): OC::handleRequest()\n#12 {main}\",\"File\":\"\\/var\\/www\\/nextcloud\\/apps\\/files_external\\/lib\\/Lib\\/Storage\\/SMB.php\",\"Line\":87}","level":3,"time":"2016-09-28T02:39:39+00:00","method":"PUT","url":"\/apps\/files_external\/globalstorages\/7","user":"Amanoo"} {"reqId":"9EvynaDVg9VdyW\/UZtd6","remoteAddr":"","app":"files_external","message":"Exception: {\"Exception\":\"Exception\",\"Message\":\"Invalid configuration\",\"Code\":0,\"Trace\":\"#0 \\/var\\/www\\/nextcloud\\/apps\\/files_external\\/lib\\/config.php(230): OCA\\Files_External\\Lib\\Storage\\SMB->__construct(Array)\n#1 \\/var\\/www\\/nextcloud\\/apps\\/files_external\\/lib\\/Controller\\/StoragesController.php(255): OC_Mount_Config::getBackendStatus('\\\\OCA\\\\Files_Exte...', Array, false, true)\n#2 \\/var\\/www\\/nextcloud\\/apps\\/files_external\\/lib\\/Controller\\/StoragesController.php(305): OCA\\Files_External\\Controller\\StoragesController->updateStorageStatus(Object(OCA\\Files_External\\Lib\\StorageConfig), true)\n#3 [internal function]: OCA\\Files_External\\Controller\\StoragesController->show(7, true)\n#4 \\/var\\/www\\/nextcloud\\/lib\\/private\\/AppFramework\\/Http\\/Dispatcher.php(160): call_user_func_array(Array, Array)\n#5 \\/var\\/www\\/nextcloud\\/lib\\/private\\/AppFramework\\/Http\\/Dispatcher.php(90): OC\\AppFramework\\Http\\Dispatcher->executeController(Object(OCA\\Files_External\\Controller\\GlobalStoragesController), 'show')\n#6 \\/var\\/www\\/nextcloud\\/lib\\/private\\/AppFramework\\/App.php(111): OC\\AppFramework\\Http\\Dispatcher->dispatch(Object(OCA\\Files_External\\Controller\\GlobalStoragesController), 'show')\n#7 \\/var\\/www\\/nextcloud\\/lib\\/private\\/AppFramework\\/Routing\\/RouteActionHandler.php(47): OC\\AppFramework\\App::main('OCA\\\\Files_Exter...', 'show', Object(OC\\AppFramework\\DependencyInjection\\DIContainer), Array)\n#8 [internal function]: OC\\AppFramework\\Routing\\RouteActionHandler->__invoke(Array)\n#9 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Route\\/Router.php(293): call_user_func(Object(OC\\AppFramework\\Routing\\RouteActionHandler), Array)\n#10 \\/var\\/www\\/nextcloud\\/lib\\/base.php(967): OC\\Route\\Router->match('\\/apps\\/files_ext...')\n#11 \\/var\\/www\\/nextcloud\\/index.php(48): OC::handleRequest()\n#12 {main}\",\"File\":\"\\/var\\/www\\/nextcloud\\/apps\\/files_external\\/lib\\/Lib\\/Storage\\/SMB.php\",\"Line\":87}","level":3,"time":"2016-09-28T02:39:43+00:00","method":"GET","url":"\/apps\/files_external\/globalstorages\/7?testOnly=true","user":"Amanoo"} {"reqId":"ijgKgvoQlMR1BvtO8Vfx","remoteAddr":"","app":"files_external","message":"Exception: {\"Exception\":\"Exception\",\"Message\":\"Invalid configuration\",\"Code\":0,\"Trace\":\"#0 \\/var\\/www\\/nextcloud\\/apps\\/files_external\\/lib\\/config.php(230): OCA\\Files_External\\Lib\\Storage\\SMB->__construct(Array)\n#1 \\/var\\/www\\/nextcloud\\/apps\\/files_external\\/lib\\/Controller\\/StoragesController.php(255): OC_Mount_Config::getBackendStatus('\\\\OCA\\\\Files_Exte...', Array, false, true)\n#2 \\/var\\/www\\/nextcloud\\/apps\\/files_external\\/lib\\/Controller\\/StoragesController.php(305): OCA\\Files_External\\Controller\\StoragesController->updateStorageStatus(Object(OCA\\Files_External\\Lib\\StorageConfig), true)\n#3 [internal function]: OCA\\Files_External\\Controller\\StoragesController->show(7, true)\n#4 \\/var\\/www\\/nextcloud\\/lib\\/private\\/AppFramework\\/Http\\/Dispatcher.php(160): call_user_func_array(Array, Array)\n#5 \\/var\\/www\\/nextcloud\\/lib\\/private\\/AppFramework\\/Http\\/Dispatcher.php(90): OC\\AppFramework\\Http\\Dispatcher->executeController(Object(OCA\\Files_External\\Controller\\GlobalStoragesController), 'show')\n#6 \\/var\\/www\\/nextcloud\\/lib\\/private\\/AppFramework\\/App.php(111): OC\\AppFramework\\Http\\Dispatcher->dispatch(Object(OCA\\Files_External\\Controller\\GlobalStoragesController), 'show')\n#7 \\/var\\/www\\/nextcloud\\/lib\\/private\\/AppFramework\\/Routing\\/RouteActionHandler.php(47): OC\\AppFramework\\App::main('OCA\\\\Files_Exter...', 'show', Object(OC\\AppFramework\\DependencyInjection\\DIContainer), Array)\n#8 [internal function]: OC\\AppFramework\\Routing\\RouteActionHandler->__invoke(Array)\n#9 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Route\\/Router.php(293): call_user_func(Object(OC\\AppFramework\\Routing\\RouteActionHandler), Array)\n#10 \\/var\\/www\\/nextcloud\\/lib\\/base.php(967): OC\\Route\\Router->match('\\/apps\\/files_ext...')\n#11 \\/var\\/www\\/nextcloud\\/index.php(48): OC::handleRequest()\n#12 {main}\",\"File\":\"\\/var\\/www\\/nextcloud\\/apps\\/files_external\\/lib\\/Lib\\/Storage\\/SMB.php\",\"Line\":87}","level":3,"time":"2016-09-28T02:39:44+00:00","method":"GET","url":"\/apps\/files_external\/globalstorages\/7?testOnly=true","user":"Amanoo"} {"reqId":"kw3\/dV8KmHYEkGzbk1pO","remoteAddr":"","app":"webdav","message":"\OC\Files\Filesystem::fopen() failed","level":3,"time":"2016-09-28T02:56:32+00:00","method":"PUT","url":"\/remote.php\/webdav\/Series\/New%20text%20file.txt","user":"Gast"} {"reqId":"kw3\/dV8KmHYEkGzbk1pO","remoteAddr":"","app":"webdav","message":"Exception: {\"Message\":\"Unknown error (30) for smb:\\/\\/localhost\\/seriesreadonly\\/New%20text%20file.txt.ocTransferId113142065.part\",\"Exception\":\"Icewind\\SMB\\Exception\\Exception\",\"Code\":30,\"Trace\":\"#0 \\/var\\/www\\/nextcloud\\/apps\\/files_external\\/3rdparty\\/icewind\\/smb\\/src\\/NativeState.php(72): Icewind\\SMB\\NativeState->handleError('smb:\\/\\/localhost...')\n#1 \\/var\\/www\\/nextcloud\\/apps\\/files_external\\/3rdparty\\/icewind\\/smb\\/src\\/NativeState.php(146): Icewind\\SMB\\NativeState->testResult(false, 'smb:\\/\\/localhost...')\n#2 \\/var\\/www\\/nextcloud\\/apps\\/files_external\\/3rdparty\\/icewind\\/smb\\/src\\/NativeShare.php(150): Icewind\\SMB\\NativeState->unlink('smb:\\/\\/localhost...')\n#3 \\/var\\/www\\/nextcloud\\/apps\\/files_external\\/lib\\/Lib\\/Storage\\/SMB.php(185): Icewind\\SMB\\NativeShare->del('\\/New text file....')\n#4 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Storage\\/Wrapper\\/Wrapper.php(261): OCA\\Files_External\\Lib\\Storage\\SMB->unlink('\\/New text file....')\n#5 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Storage\\/Wrapper\\/PermissionsMask.php(102): OC\\Files\\Storage\\Wrapper\\Wrapper->unlink('New text file.t...')\n#6 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Storage\\/Wrapper\\/Wrapper.php(261): OC\\Files\\Storage\\Wrapper\\PermissionsMask->unlink('New text file.t...')\n#7 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Storage\\/Wrapper\\/PermissionsMask.php(102): OC\\Files\\Storage\\Wrapper\\Wrapper->unlink('New text file.t...')\n#8 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Storage\\/Wrapper\\/Wrapper.php(261): OC\\Files\\Storage\\Wrapper\\PermissionsMask->unlink('New text file.t...')\n#9 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Storage\\/Wrapper\\/Availability.php(285): OC\\Files\\Storage\\Wrapper\\Wrapper->unlink('New text file.t...')\n#10 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Storage\\/Wrapper\\/Encryption.php(255): OC\\Files\\Storage\\Wrapper\\Availability->unlink('New text file.t...')\n#11 [internal function]: OC\\Files\\Storage\\Wrapper\\Encryption->unlink('New text file.t...')\n#12 \\/var\\/www\\/nextcloud\\/apps\\/files_trashbin\\/lib\\/Storage.php(145): call_user_func_array(Array, Array)\n#13 \\/var\\/www\\/nextcloud\\/apps\\/files_trashbin\\/lib\\/Storage.php(96): OCA\\Files_Trashbin\\Storage->doDelete('New text file.t...', 'unlink')\n#14 \\/var\\/www\\/nextcloud\\/apps\\/files_accesscontrol\\/lib\\/StorageWrapper.php(254): OCA\\Files_Trashbin\\Storage->unlink('New text file.t...')\n#15 \\/var\\/www\\/nextcloud\\/apps\\/dav\\/lib\\/Connector\\/Sabre\\/File.php(156): OCA\\FilesAccessControl\\StorageWrapper->unlink('New text file.t...')\n#16 \\/var\\/www\\/nextcloud\\/apps\\/dav\\/lib\\/Connector\\/Sabre\\/Directory.php(137): OCA\\DAV\\Connector\\Sabre\\File->put(Resource id #86)\n#17 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/dav\\/lib\\/DAV\\/Server.php(1036): OCA\\DAV\\Connector\\Sabre\\Directory->createFile('New text file.t...', Resource id #86)\n#18 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/dav\\/lib\\/DAV\\/CorePlugin.php(523): Sabre\\DAV\\Server->createFile('Series\\/New text...', Resource id #86, NULL)\n#19 [internal function]: Sabre\\DAV\\CorePlugin->httpPut(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#20 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/event\\/lib\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\n#21 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/dav\\/lib\\/DAV\\/Server.php(459): Sabre\\Event\\EventEmitter->emit('method:PUT', Array)\n#22 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/dav\\/lib\\/DAV\\/Server.php(248): Sabre\\DAV\\Server->invokeMethod(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#23 \\/var\\/www\\/nextcloud\\/apps\\/dav\\/appinfo\\/v1\\/webdav.php(60): Sabre\\DAV\\Server->exec()\n#24 \\/var\\/www\\/nextcloud\\/remote.php(165): require_once('\\/var\\/www\\/nextcl...')\n#25 {main}\",\"File\":\"\\/var\\/www\\/nextcloud\\/apps\\/files_external\\/3rdparty\\/icewind\\/smb\\/src\\/NativeState.php\",\"Line\":66,\"User\":\"Gast\"}","level":4,"time":"2016-09-28T02:56:32+00:00","method":"PUT","url":"\/remote.php\/webdav\/Series\/New%20text%20file.txt","user":"Gast"} {"reqId":"XbQo5SUtE6SxMumS8qbU","remoteAddr":"","app":"webdav","message":"Exception: {\"Message\":\"Unknown error (30) for smb:\\/\\/localhost\\/seriesreadonly\\/Last.Week.Tonight.With.John.Oliver.S03E23.720p.HDTV.x264-BATV\\/Last.Week.Tonight.With.John.Oliver.S03E23.720p.HDTV.x264-BATV.mkv\",\"Exception\":\"Icewind\\SMB\\Exception\\Exception\",\"Code\":30,\"Trace\":\"#0 \\/var\\/www\\/nextcloud\\/apps\\/files_external\\/3rdparty\\/icewind\\/smb\\/src\\/NativeState.php(72): Icewind\\SMB\\NativeState->handleError('smb:\\/\\/localhost...')\n#1 \\/var\\/www\\/nextcloud\\/apps\\/files_external\\/3rdparty\\/icewind\\/smb\\/src\\/NativeState.php(146): Icewind\\SMB\\NativeState->testResult(false, 'smb:\\/\\/localhost...')\n#2 \\/var\\/www\\/nextcloud\\/apps\\/files_external\\/3rdparty\\/icewind\\/smb\\/src\\/NativeShare.php(150): Icewind\\SMB\\NativeState->unlink('smb:\\/\\/localhost...')\n#3 \\/var\\/www\\/nextcloud\\/apps\\/files_external\\/lib\\/Lib\\/Storage\\/SMB.php(309): Icewind\\SMB\\NativeShare->del('\\/Last.Week.Toni...')\n#4 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Storage\\/Wrapper\\/Wrapper.php(87): OCA\\Files_External\\Lib\\Storage\\SMB->rmdir('Last.Week.Tonig...')\n#5 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Storage\\/Wrapper\\/PermissionsMask.php(98): OC\\Files\\Storage\\Wrapper\\Wrapper->rmdir('Last.Week.Tonig...')\n#6 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Storage\\/Wrapper\\/Wrapper.php(87): OC\\Files\\Storage\\Wrapper\\PermissionsMask->rmdir('Last.Week.Tonig...')\n#7 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Storage\\/Wrapper\\/PermissionsMask.php(98): OC\\Files\\Storage\\Wrapper\\Wrapper->rmdir('Last.Week.Tonig...')\n#8 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Storage\\/Wrapper\\/Wrapper.php(87): OC\\Files\\Storage\\Wrapper\\PermissionsMask->rmdir('Last.Week.Tonig...')\n#9 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Storage\\/Wrapper\\/Availability.php(95): OC\\Files\\Storage\\Wrapper\\Wrapper->rmdir('Last.Week.Tonig...')\n#10 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Storage\\/Wrapper\\/Encryption.php(298): OC\\Files\\Storage\\Wrapper\\Availability->rmdir('Last.Week.Tonig...')\n#11 [internal function]: OC\\Files\\Storage\\Wrapper\\Encryption->rmdir('Last.Week.Tonig...')\n#12 \\/var\\/www\\/nextcloud\\/apps\\/files_trashbin\\/lib\\/Storage.php(172): call_user_func_array(Array, Array)\n#13 \\/var\\/www\\/nextcloud\\/apps\\/files_trashbin\\/lib\\/Storage.php(107): OCA\\Files_Trashbin\\Storage->doDelete('Last.Week.Tonig...', 'rmdir')\n#14 \\/var\\/www\\/nextcloud\\/apps\\/files_accesscontrol\\/lib\\/StorageWrapper.php(73): OCA\\Files_Trashbin\\Storage->rmdir('Last.Week.Tonig...')\n#15 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Storage\\/Wrapper\\/Encryption.php(617): OCA\\FilesAccessControl\\StorageWrapper->rmdir('Last.Week.Tonig...')\n#16 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/Storage\\/Wrapper\\/Wrapper.php(565): OC\\Files\\Storage\\Wrapper\\Encryption->moveFromStorage(Object(OCA\\FilesAccessControl\\StorageWrapper), 'Last.Week.Tonig...', 'files_trashbin\\/...')\n#17 \\/var\\/www\\/nextcloud\\/apps\\/files_accesscontrol\\/lib\\/StorageWrapper.php(567): OC\\Files\\Storage\\Wrapper\\Wrapper->moveFromStorage(Object(OCA\\FilesAccessControl\\StorageWrapper), 'Last.Week.Tonig...', 'files_trashbin\\/...')\n#18 \\/var\\/www\\/nextcloud\\/apps\\/files_trashbin\\/lib\\/Trashbin.php(237): OCA\\FilesAccessControl\\StorageWrapper->moveFromStorage(Object(OCA\\FilesAccessControl\\StorageWrapper), 'Last.Week.Tonig...', 'files_trashbin\\/...')\n#19 \\/var\\/www\\/nextcloud\\/apps\\/files_trashbin\\/lib\\/Storage.php(161): OCA\\Files_Trashbin\\Trashbin::move2trash('Series\\/Last.Wee...')\n#20 \\/var\\/www\\/nextcloud\\/apps\\/files_trashbin\\/lib\\/Storage.php(107): OCA\\Files_Trashbin\\Storage->doDelete('Last.Week.Tonig...', 'rmdir')\n#21 \\/var\\/www\\/nextcloud\\/apps\\/files_accesscontrol\\/lib\\/StorageWrapper.php(73): OCA\\Files_Trashbin\\Storage->rmdir('Last.Week.Tonig...')\n#22 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/View.php(1120): OCA\\FilesAccessControl\\StorageWrapper->rmdir('Last.Week.Tonig...')\n#23 \\/var\\/www\\/nextcloud\\/lib\\/private\\/Files\\/View.php(342): OC\\Files\\View->basicOperation('rmdir', '\\/Series\\/Last.We...', Array)\n#24 \\/var\\/www\\/nextcloud\\/apps\\/dav\\/lib\\/Connector\\/Sabre\\/Directory.php(277): OC\\Files\\View->rmdir('\\/Series\\/Last.We...')\n#25 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/dav\\/lib\\/DAV\\/Tree.php(179): OCA\\DAV\\Connector\\Sabre\\Directory->delete()\n#26 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/dav\\/lib\\/DAV\\/CorePlugin.php(285): Sabre\\DAV\\Tree->delete('Series\\/Last.Wee...')\n#27 [internal function]: Sabre\\DAV\\CorePlugin->httpDelete(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#28 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/event\\/lib\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\n#29 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/dav\\/lib\\/DAV\\/Server.php(459): Sabre\\Event\\EventEmitter->emit('method:DELETE', Array)\n#30 \\/var\\/www\\/nextcloud\\/3rdparty\\/sabre\\/dav\\/lib\\/DAV\\/Server.php(248): Sabre\\DAV\\Server->invokeMethod(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#31 \\/var\\/www\\/nextcloud\\/apps\\/dav\\/appinfo\\/v1\\/webdav.php(60): Sabre\\DAV\\Server->exec()\n#32 \\/var\\/www\\/nextcloud\\/remote.php(165): require_once('\\/var\\/www\\/nextcl...')\n#33 {main}\",\"File\":\"\\/var\\/www\\/nextcloud\\/apps\\/files_external\\/3rdparty\\/icewind\\/smb\\/src\\/NativeState.php\",\"Line\":66,\"User\":\"Gast\"}","level":4,"time":"2016-09-28T02:56:36+00:00","method":"DELETE","url":"\/remote.php\/webdav\/Series\/Last.Week.Tonight.With.John.Oliver.S03E23.720p.HDTV.x264-BATV","user":"Gast"} {"reqId":"oMy5ZRlwwPpZ1KlJ29BU","remoteAddr":"216.218.206.67","app":"core","message":"Trusted domain error. \"216.218.206.67\" tried to access using \"\" as host.","level":2,"time":"2016-09-28T11:21:51+00:00","method":"GET","url":"\/","user":"--"}
nickvergessen commented 7 years ago

Yeah, direct modifications to SMB shares need a detection script to run. @icewind1991 should have more information on that.

Amanoo commented 7 years ago

SMB is actually the thing that seems to work best for me. Changes are detected just fine. It's just slow. Even though the SMB server and the Nextcloud server are on the same device, I can't get more than 10.5MB/s out of it, despite my network being capable of much higher speeds. That's my only problem with it.

It's FTP type External Storages and shared Local External Storages that refuse to adequately detect changes. The FTP type just screwed up, basically. Just blatantly doesn't want to detect any changes at all. I would assume that my problem with Local type storages would also occur with any other type of storage, including SMB, Dropbox, and whatever else, as long as you share it with other Nextcloud accounts. It's probably the act of sharing an External Storage that's a problem. However, I haven't tried it with other storage types, so I can't confirm my suspicions.

kwstone commented 7 years ago

I am going to add a comment here because my issue is related to this but it may be separate. I have several instances of Nextcloud and Ownclould running. All of them use SMB External access for files. I am giving access to common and other shares that the user would have while in their office. I have had a terrible time keeping what is shown through Nextcloud to keep in sync with whats shown via Windows explorer in the office. I have had to start running the occ files:scan --all. Last weekend after trying to sort out a bunch of conflict files and running the scan to pick up new changes I noticed that every time the scan ran all the folders in the nextcloud web page would update and show that they had just been changed. The files kept their dates and times the same but all folders would update each time. I can't say for sure but I have a few users that get a number of conflict files each day. The conflicts happen with the desktop sync client running.

drewgreat commented 7 years ago

I can confirm. Seeing the same issue related to changes with shared external storage with Nextcloud 10. I'm using "Local" external storage. This issue was present on my previous OwnCloud install as well.

I would suggest adding a third option to the check for changes setting that includes when shares are accessed.

kwstone commented 7 years ago

I am adding another issue to this thread. Again this may be a separate issue but it's related. I have now seen this on both Nextcloud 10.0.1 and Owncloud 9.1.0
I have shares connected to via SMB and the Check For Changes is set to Once every direct access I have at least two users accessing this share with the windows desktop sync client. Nextcloud server is matched with the Nextcloud desktop client and the Owncloud sever matched with the owncloud client. I am seeing buildups of connections to the samba server. They show up from the webserver but don't show that they are accessing any files. The problem is as these connections build so does the load on the web and samba servers. I have a 4 core machine and I caught the server load shown in Nextcloud at over 80 the other day. I went to the samba server and terminated all the connections and the server dropped back to under 1. If the sync client is turned off this ends but it also ends if I change the settings for Check For Changes to Never This may make sense that if there is scanning going on that there would be load. I don't mind some load and some bandwidth usage but this is bogging down the server too far. Has anyone else seen this and been able to solve the problem?

kom0do commented 7 years ago

Same behaviour with NC 11. Files uploaded via ftp are not visible via NC web or client, even if Check for changes is set. Please change label to bug. Thanks

icewind1991 commented 7 years ago

I noticed that every time the scan ran all the folders in the nextcloud web page would update and show that they had just been changed

Fix is here: https://github.com/nextcloud/server/pull/3447

icewind1991 commented 7 years ago

I can't reproduce the problem of changes on a local external storage not being detected when shared

kwstone commented 7 years ago

Files have to be down several levels in a folder structure. One or two levels work just fine. Go 8 or 9 levels down and the regular scan just doesn't make it that far. I have had to set up the occ scan for several of my clients. I don't know if the occ scan is still updating the files it scans with the current time. With a previous version it was as if the "touch" command was being used. I'll look at the folders and files and see if the occ scan is doing that currently on NC 11.0.1

kwstone commented 7 years ago

I just checked one of my setups. The files being scanned every 15 minutes via occ scan are not being updated to the current date and time on each scan. I am running NC 11.0.1

I have had to set the option in the share [Check for Changes] to never or it will create hundreds of connections to the samba server bogging down the webserver. I have found it with a server load of 170+ on a four core machine. Normal operation is under 1. So the occ scan is they only way I can operate on a larger share. A little additional information that may or may not be pertinent to this situation: my connection to the samba server where the data is located is over a 5mbps connection.

icewind1991 commented 7 years ago

installing php-smbclient will usually give an improvement in smb performance

MorrisJobke commented 7 years ago

Regarding the detection script: See https://github.com/nextcloud/server/issues/1016#issuecomment-279032265 this describes what to do to set it up.

This should solve this issue here.

BloodyIron commented 6 years ago

Hate to necro a bug, but if what @MorrisJobke and others are referring to works for Samba hosted SMB share file change notifications, can we PLEASE have the documentation updated to say that it WORKS??? I'm talking about : https://docs.nextcloud.com/server/12/admin_manual/configuration_files/external_storage/smb.html

" Note

Due to limitations of linux based SMB servers, this feature only works reliably on Windows SMB servers. "

I've seen a few people in this issue thread alone say it works, but why do the docs say it doesn't? :S

icewind1991 commented 6 years ago

All times I've tested it update notifications with linux servers are not recursive, you only get notifications for changes made directly in a folder, not in any subfolder.

BloodyIron commented 6 years ago

@icewind1991 so what would it take to have that addressed?

icewind1991 commented 6 years ago

It's something that can only be fixed properly in upstream samba

BloodyIron commented 6 years ago

Has this been passed to the Samba devs like abartlet?

DanScharon commented 5 months ago

All times I've tested it update notifications with linux servers are not recursive, you only get notifications for changes made directly in a folder, not in any subfolder.

Testing this currently with Samba 4.15.13 and this issue seems to be fixed. Can anyone confirm?