Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cron jobs not running, and logs filled with "preg_match(): Unknown modifier '/' at..." #4179

Closed
audioeptesicus opened this issue Mar 31, 2017 · 9 comments

Comments

@audioeptesicus
Copy link

Steps to reproduce

  1. I don't have to do anything. Just having the server running causes this.

Expected behaviour

Cronjobs should run as scheduled without intervention, and my logs shouldn't be filled with preg_match() entries, multiples a second.

Actual behaviour

Cron jobs don't run.

The log gets filled with the alert below. There are multiple entries every second. My logs are absolutely filled with these.

preg_match(): Unknown modifier '/' at /var/www/html/drive/lib/private/AppFramework/Http/Request.php#622

Server configuration

Operating system:
Ubuntu 16.10

Web server:
Apache/2.4.18 (Ubuntu)

Database:
mysql Ver 14.14 Distrib 5.7.17

PHP version:
PHP 7.0.15-0ubuntu0.16.10.4 (cli) ( NTS )

Nextcloud version: (see Nextcloud admin page)
11.2

Updated from an older Nextcloud/ownCloud or fresh install:
Fresh install.

Where did you install Nextcloud from:
Direct from Nextlcoud.

Signing status:

Signing status
No errors have been found.

List of activated apps:

App list
Enabled:                             
  - activity: 2.4.1                  
  - comments: 1.1.0                  
  - dav: 1.1.1                       
  - direct_menu: 0.10.0              
  - federatedfilesharing: 1.1.1      
  - federation: 1.1.1                
  - files: 1.6.1                     
  - files_pdfviewer: 1.0.1           
  - files_sharing: 1.1.1             
  - files_texteditor: 2.2            
  - files_trashbin: 1.1.0            
  - files_versions: 1.4.0            
  - files_videoplayer: 1.0.0         
  - firstrunwizard: 2.0              
  - gallery: 16.0.0                  
  - logreader: 2.0.0                 
  - lookup_server_connector: 1.0.0   
  - nextcloud_announcements: 1.0     
  - notifications: 1.0.1             
  - passman: 2.0.2                   
  - password_policy: 1.1.0           
  - provisioning_api: 1.1.0          
  - serverinfo: 1.1.1                
  - sharebymail: 1.0.1               
  - survey_client: 0.1.5             
  - systemtags: 1.1.3                
  - theming: 1.1.1                   
  - twofactor_backupcodes: 1.0.0     
  - updatenotification: 1.1.1        
  - workflowengine: 1.1.1            

The content of config/config.php:

Config report
{
    "system": {
        "instanceid": "xxxx",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "mywebsite.com",
            "10.0.0.23"
        ],
        "overwriteprotocol": "http",
        "overwritecondaddr": "http:\/\/mywebsite.com",
        "overwritehost": "mywebsite.com",
        "datadirectory": "\/var\/www\/html\/drive\/data",
        "overwrite.cli.url": "http:\/\/mywebsite.com\/drive",
        "dbtype": "mysql",
        "version": "11.0.2.7",
        "dbname": "nextclouddb",
        "dbhost": "localhost",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "logtimezone": "UTC",
        "installed": true,
        "maintenance": false,
        "theme": "7xtheme",
        "loglevel": 2
    }
}

or 

<?php
$CONFIG = array (
  'instanceid' => 'xxxx',
  'passwordsalt' => 'xxxx',
  'secret' => 'xxxx',
  'trusted_domains' =>
  array (
    0 => 'mywebsite.com',
    1 => '10.0.0.23',
  ),
  'overwriteprotocol' => 'http',
  'overwritecondaddr' => 'http://mywebsite.com',
  'overwritehost' => 'mywebsite.com',
  'datadirectory' => '/var/www/html/drive/data',
  'overwrite.cli.url' => 'http://mywebsite.com/drive',
  'dbtype' => 'mysql',
  'version' => '11.0.2.7',
  'dbname' => 'nextclouddb',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'xxxx',
  'dbpassword' => 'xxxx',
  'logtimezone' => 'UTC',
  'installed' => true,
  'maintenance' => false,
  'theme' => '7xtheme',
  'loglevel' => 2,
);

Are you using external storage, if yes which one: local/smb/sftp/...
No

Are you using encryption: yes/no
No

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No

Client configuration

Browser:
Chrome, IE, Firefox

Operating system:
Windows 7, 8.1, 10, Server 2012r2, Ubuntu 16.10

Logs

Web server error log

Web server error log
[Fri Mar 31 06:25:02.890511 2017] [ssl:warn] [pid 16169] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name
[Fri Mar 31 06:25:02.890708 2017] [mpm_prefork:notice] [pid 16169] AH00163: Apache/2.4.18 (Ubuntu) OpenSSL/1.0.2g configured -- resuming normal operations
[Fri Mar 31 06:25:02.890720 2017] [core:notice] [pid 16169] AH00094: Command line: '/usr/sbin/apache2'
[Fri Mar 31 08:58:04.327467 2017] [authz_core:error] [pid 40978] [client 10.0.0.12:49433] AH01630: client denied by server configuration: /var/www/html/drive/data/.ocdata
[Fri Mar 31 09:06:31.121988 2017] [authz_core:error] [pid 16436] [client 10.0.0.12:49458] AH01630: client denied by server configuration: /var/www/html/drive/data/.ocdata
[Fri Mar 31 09:06:40.381279 2017] [authz_core:error] [pid 40978] [client 10.0.0.12:49465] AH01630: client denied by server configuration: /var/www/html/drive/data/.ocdata
[Fri Mar 31 09:06:55.222752 2017] [authz_core:error] [pid 40977] [client 10.0.0.12:49475] AH01630: client denied by server configuration: /var/www/html/drive/data/.ocdata
[Fri Mar 31 09:10:27.208002 2017] [mpm_prefork:notice] [pid 16169] AH00169: caught SIGTERM, shutting down
[Fri Mar 31 09:10:28.405123 2017] [ssl:warn] [pid 46491] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name
[Fri Mar 31 09:10:28.491951 2017] [ssl:warn] [pid 46493] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name
[Fri Mar 31 09:10:28.499459 2017] [mpm_prefork:notice] [pid 46493] AH00163: Apache/2.4.18 (Ubuntu) OpenSSL/1.0.2g configured -- resuming normal operations
[Fri Mar 31 09:10:28.499505 2017] [core:notice] [pid 46493] AH00094: Command line: '/usr/sbin/apache2'
[Fri Mar 31 09:11:13.155428 2017] [authz_core:error] [pid 46500] [client 10.0.0.12:49491] AH01630: client denied by server configuration: /var/www/html/drive/data/.ocdata
[Fri Mar 31 15:24:08.201418 2017] [:error] [pid 46501] [client 10.0.0.16:55245] script '/var/www/html/info.php' not found or unable to stat
[Fri Mar 31 15:31:51.804444 2017] [mpm_prefork:notice] [pid 46493] AH00169: caught SIGTERM, shutting down
[Fri Mar 31 15:31:52.980084 2017] [ssl:warn] [pid 50482] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name
[Fri Mar 31 15:31:53.066867 2017] [ssl:warn] [pid 50484] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name
[Fri Mar 31 15:31:53.075046 2017] [mpm_prefork:notice] [pid 50484] AH00163: Apache/2.4.18 (Ubuntu) OpenSSL/1.0.2g configured -- resuming normal operations
[Fri Mar 31 15:31:53.075097 2017] [core:notice] [pid 50484] AH00094: Command line: '/usr/sbin/apache2'
[Fri Mar 31 15:32:24.567256 2017] [authz_core:error] [pid 50492] [client 10.0.0.12:49856] AH01630: client denied by server configuration: /var/www/html/drive/data/.ocdata
[Fri Mar 31 15:32:31.104953 2017] [authz_core:error] [pid 50490] [client 10.0.0.12:49863] AH01630: client denied by server configuration: /var/www/html/drive/data/.ocdata
[Fri Mar 31 15:32:41.524473 2017] [authz_core:error] [pid 50493] [client 10.0.0.12:49869] AH01630: client denied by server configuration: /var/www/html/drive/data/.ocdata
[Fri Mar 31 15:37:47.760412 2017] [mpm_prefork:notice] [pid 50484] AH00169: caught SIGTERM, shutting down
[Fri Mar 31 15:37:48.934357 2017] [ssl:warn] [pid 51571] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name
[Fri Mar 31 15:37:49.020097 2017] [ssl:warn] [pid 51573] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name
[Fri Mar 31 15:37:49.028296 2017] [mpm_prefork:notice] [pid 51573] AH00163: Apache/2.4.18 (Ubuntu) OpenSSL/1.0.2g configured -- resuming normal operations
[Fri Mar 31 15:37:49.028346 2017] [core:notice] [pid 51573] AH00094: Command line: '/usr/sbin/apache2'
[Fri Mar 31 15:39:25.666335 2017] [authz_core:error] [pid 51580] [client 10.0.0.12:49901] AH01630: client denied by server configuration: /var/www/html/drive/data/.ocdata
[Fri Mar 31 15:51:17.926802 2017] [authz_core:error] [pid 51870] [client 10.0.0.12:49937] AH01630: client denied by server configuration: /var/www/html/drive/data/.ocdata
[Fri Mar 31 15:51:44.789738 2017] [authz_core:error] [pid 51872] [client 10.0.0.12:49968] AH01630: client denied by server configuration: /var/www/html/drive/data/.ocdata

Nextcloud log (data/nextcloud.log)

Nextcloud log

There are over 206,000 entries in my log. I've posted only the last few lines.


{"reqId":"OB2Lu\/INwhH02\/ixyJsg","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:40+00:00","method":"PROPFIND","url":"\/drive\/remote.php\/webdav","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"Pwz8bHn5frQi9xALL5\/V","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:40+00:00","method":"GET","url":"\/drive\/index.php\/settings\/ajax\/checksetup","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"Pwz8bHn5frQi9xALL5\/V","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:40+00:00","method":"GET","url":"\/drive\/index.php\/settings\/ajax\/checksetup","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"Pwz8bHn5frQi9xALL5\/V","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:40+00:00","method":"GET","url":"\/drive\/index.php\/settings\/ajax\/checksetup","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"SO+uS+Da0tlFpMI6pFbX","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:40+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"SO+uS+Da0tlFpMI6pFbX","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:40+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"SO+uS+Da0tlFpMI6pFbX","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:40+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"OLG05WKFSguIo0VeuFFG","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:40+00:00","method":"GET","url":"\/drive\/data\/.ocdata?t=1490965600211","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"6W7+L31u5fl\/PdY9XEjQ","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:41+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/settings","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"6W7+L31u5fl\/PdY9XEjQ","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:41+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/settings","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"6W7+L31u5fl\/PdY9XEjQ","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:41+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/settings","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"xcNq+FM5QS+4kfBXLWXh","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:42+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/get?offset=0&count=50","user":"--","version":"11.0.2.7"}
{"reqId":"xcNq+FM5QS+4kfBXLWXh","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:42+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/get?offset=0&count=50","user":"--","version":"11.0.2.7"}
{"reqId":"xcNq+FM5QS+4kfBXLWXh","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:42+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/get?offset=0&count=50","user":"--","version":"11.0.2.7"}
{"reqId":"xcNq+FM5QS+4kfBXLWXh","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:42+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/get?offset=0&count=50","user":"--","version":"11.0.2.7"}
{"reqId":"5uQYO3SKWOVaB8wlOuAZ","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:42+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/get?offset=0&count=50","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"5uQYO3SKWOVaB8wlOuAZ","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:42+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/get?offset=0&count=50","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"5uQYO3SKWOVaB8wlOuAZ","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:42+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/get?offset=0&count=50","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"krG5WoX0rIulrQpYfsOU","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:53+00:00","method":"GET","url":"\/drive\/index.php\/settings\/admin\/logging","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"krG5WoX0rIulrQpYfsOU","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:53+00:00","method":"GET","url":"\/drive\/index.php\/settings\/admin\/logging","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"krG5WoX0rIulrQpYfsOU","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:53+00:00","method":"GET","url":"\/drive\/index.php\/settings\/admin\/logging","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"krG5WoX0rIulrQpYfsOU","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:53+00:00","method":"GET","url":"\/drive\/index.php\/settings\/admin\/logging","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"krG5WoX0rIulrQpYfsOU","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:53+00:00","method":"GET","url":"\/drive\/index.php\/settings\/admin\/logging","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"Qyi3pV3NuU8qVWSPitKd","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:55+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/settings","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"Qyi3pV3NuU8qVWSPitKd","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:55+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/settings","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"Qyi3pV3NuU8qVWSPitKd","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:55+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/settings","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"fg02XI0ASZX1Ca88NYUq","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:55+00:00","method":"GET","url":"\/drive\/index.php\/settings\/ajax\/checksetup","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"fg02XI0ASZX1Ca88NYUq","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:55+00:00","method":"GET","url":"\/drive\/index.php\/settings\/ajax\/checksetup","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"fg02XI0ASZX1Ca88NYUq","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:55+00:00","method":"GET","url":"\/drive\/index.php\/settings\/ajax\/checksetup","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"+ZOux6IzQh3vpZ3H7\/Bj","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:55+00:00","method":"GET","url":"\/drive\/index.php\/heartbeat","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"MU7UBLHq6b6WKi+qhywN","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:55+00:00","method":"PROPFIND","url":"\/drive\/remote.php\/webdav","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"MU7UBLHq6b6WKi+qhywN","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:55+00:00","method":"PROPFIND","url":"\/drive\/remote.php\/webdav","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"MU7UBLHq6b6WKi+qhywN","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:55+00:00","method":"PROPFIND","url":"\/drive\/remote.php\/webdav","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"hsHdIHUVH9cK9qhDaLYT","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:55+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"hsHdIHUVH9cK9qhDaLYT","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:55+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"hsHdIHUVH9cK9qhDaLYT","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:55+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"aFyu4zl7iuOCOohaLyku","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:55+00:00","method":"GET","url":"\/drive\/data\/.ocdata?t=1490965615047","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"6sbdgKpJv7q9nqIYF5lu","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:55+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/get?offset=0&count=50","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"6sbdgKpJv7q9nqIYF5lu","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:55+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/get?offset=0&count=50","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"6sbdgKpJv7q9nqIYF5lu","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:06:55+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/get?offset=0&count=50","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"dM7+lWPgLV8nzy3bfo7q","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:07:25+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"dM7+lWPgLV8nzy3bfo7q","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:07:25+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"dM7+lWPgLV8nzy3bfo7q","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:07:25+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"6juLNboIe\/Z362yc5vcP","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:07:55+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"6juLNboIe\/Z362yc5vcP","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:07:55+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"6juLNboIe\/Z362yc5vcP","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:07:55+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"OvM0taIn9c5z5aFBa+mz","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:08:25+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"OvM0taIn9c5z5aFBa+mz","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:08:25+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"OvM0taIn9c5z5aFBa+mz","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:08:25+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"c1cCLgM+u0T\/PWwDNZ7f","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:08:55+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"c1cCLgM+u0T\/PWwDNZ7f","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:08:55+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"c1cCLgM+u0T\/PWwDNZ7f","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:08:55+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"SzZhpBkW9Y86fwSaFzvz","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:09:25+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"SzZhpBkW9Y86fwSaFzvz","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:09:25+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"SzZhpBkW9Y86fwSaFzvz","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:09:25+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"1fPvS4MOlFDvPbhPgguD","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:09:55+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"1fPvS4MOlFDvPbhPgguD","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:09:55+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"1fPvS4MOlFDvPbhPgguD","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:09:55+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"WG6dwVR5OMb5WUORAwR5","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:10:25+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"WG6dwVR5OMb5WUORAwR5","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:10:25+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"WG6dwVR5OMb5WUORAwR5","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:10:25+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"yEM3f0FFrvTq9z0zi1Dz","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:10:55+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"yEM3f0FFrvTq9z0zi1Dz","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:10:56+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"yEM3f0FFrvTq9z0zi1Dz","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:10:56+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"kcLxbfN9FEz85u7+R+CB","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:11+00:00","method":"GET","url":"\/drive\/index.php\/settings\/admin\/logging","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"kcLxbfN9FEz85u7+R+CB","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:11+00:00","method":"GET","url":"\/drive\/index.php\/settings\/admin\/logging","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"kcLxbfN9FEz85u7+R+CB","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:11+00:00","method":"GET","url":"\/drive\/index.php\/settings\/admin\/logging","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"kcLxbfN9FEz85u7+R+CB","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:11+00:00","method":"GET","url":"\/drive\/index.php\/settings\/admin\/logging","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"kcLxbfN9FEz85u7+R+CB","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:11+00:00","method":"GET","url":"\/drive\/index.php\/settings\/admin\/logging","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"\/+WlufQyyO7XssbHb8Nh","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:13+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"\/+WlufQyyO7XssbHb8Nh","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:13+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"\/+WlufQyyO7XssbHb8Nh","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:13+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"tZVOfPxQQOx8CWshoO1M","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:13+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/settings","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"tZVOfPxQQOx8CWshoO1M","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:13+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/settings","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"tZVOfPxQQOx8CWshoO1M","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:13+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/settings","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"wuEVRiH4Cin29SvG5i2n","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:13+00:00","method":"GET","url":"\/drive\/index.php\/settings\/ajax\/checksetup","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"wuEVRiH4Cin29SvG5i2n","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:13+00:00","method":"GET","url":"\/drive\/index.php\/settings\/ajax\/checksetup","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"wuEVRiH4Cin29SvG5i2n","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:13+00:00","method":"GET","url":"\/drive\/index.php\/settings\/ajax\/checksetup","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"d9yLh2acPTS7h3WJLsqu","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:13+00:00","method":"GET","url":"\/drive\/data\/.ocdata?t=1490965873007","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"n6hhOPsBRWuPNJPjoA4M","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:13+00:00","method":"PROPFIND","url":"\/drive\/remote.php\/webdav","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"n6hhOPsBRWuPNJPjoA4M","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:13+00:00","method":"PROPFIND","url":"\/drive\/remote.php\/webdav","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"n6hhOPsBRWuPNJPjoA4M","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:13+00:00","method":"PROPFIND","url":"\/drive\/remote.php\/webdav","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"bg\/5m8E9L6TDlI1lYOcy","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:13+00:00","method":"GET","url":"\/drive\/index.php\/heartbeat","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"DBraQyBFNDRtvz0akd1r","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:13+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/get?offset=0&count=50","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"DBraQyBFNDRtvz0akd1r","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:13+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/get?offset=0&count=50","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"DBraQyBFNDRtvz0akd1r","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:13+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/get?offset=0&count=50","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"V5c5VbnMGEJz9G12CgdN","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:24+00:00","method":"GET","url":"\/drive\/index.php\/settings\/admin\/log\/download","user":"--","version":"11.0.2.7"}
{"reqId":"V5c5VbnMGEJz9G12CgdN","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:24+00:00","method":"GET","url":"\/drive\/index.php\/settings\/admin\/log\/download","user":"--","version":"11.0.2.7"}
{"reqId":"V5c5VbnMGEJz9G12CgdN","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:24+00:00","method":"GET","url":"\/drive\/index.php\/settings\/admin\/log\/download","user":"--","version":"11.0.2.7"}
{"reqId":"V5c5VbnMGEJz9G12CgdN","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:24+00:00","method":"GET","url":"\/drive\/index.php\/settings\/admin\/log\/download","user":"--","version":"11.0.2.7"}
{"reqId":"FWR1oKtaz3j7WoJbVT5x","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:24+00:00","method":"GET","url":"\/drive\/index.php\/settings\/admin\/log\/download","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"FWR1oKtaz3j7WoJbVT5x","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:24+00:00","method":"GET","url":"\/drive\/index.php\/settings\/admin\/log\/download","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"FWR1oKtaz3j7WoJbVT5x","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:24+00:00","method":"GET","url":"\/drive\/index.php\/settings\/admin\/log\/download","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"zsf2vTFe9q6ghgxtao7\/","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:43+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"zsf2vTFe9q6ghgxtao7\/","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:43+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"zsf2vTFe9q6ghgxtao7\/","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:11:43+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"MUBPMt3P7aX8RWQ6khXp","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:12:13+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"MUBPMt3P7aX8RWQ6khXp","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:12:13+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"MUBPMt3P7aX8RWQ6khXp","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:12:13+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"kBtW9SFIUsZ1m2PipZAr","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:12:43+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"kBtW9SFIUsZ1m2PipZAr","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:12:43+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"kBtW9SFIUsZ1m2PipZAr","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:12:43+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"thde7\/\/XGuVOpzrsTbOP","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:13:13+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"thde7\/\/XGuVOpzrsTbOP","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:13:13+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"thde7\/\/XGuVOpzrsTbOP","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:13:14+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"EepgM8jttWGyEfEJwRCk","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:13:43+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"EepgM8jttWGyEfEJwRCk","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:13:43+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"EepgM8jttWGyEfEJwRCk","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:13:43+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"b4s5v89FVOIQRPaXvkaa","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:14:13+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"b4s5v89FVOIQRPaXvkaa","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:14:13+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"b4s5v89FVOIQRPaXvkaa","remoteAddr":"10.0.0.12","app":"PHP","message":"preg_match(): Unknown modifier '\/' at \/var\/www\/html\/drive\/lib\/private\/AppFramework\/Http\/Request.php#622","level":3,"time":"2017-03-31T13:14:13+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"eptesicus","version":"11.0.2.7"}
@blizzz
Copy link
Member

blizzz commented Apr 3, 2017

overwritecondaddr in your config.php expects an IP address, however you provided a domain with protocol instead:

/**
 * This option allows you to define a manual override condition as a regular
 * expression for the remote IP address. For example, defining a range of IP
 * addresses starting with ``10.0.0.`` and ending with 1 to 3:
 * ``^10\.0\.0\.[1-3]$``
 *
 * Defaults to ``''`` (empty string)
 */
'overwritecondaddr' => '',

@audioeptesicus
Copy link
Author

If I remember correctly, I had to put a domain address in that field. Otherwise, the share links and other links would direct to local IP address and not the domain. So, outside of my network, some of the features wouldn't work. I'll try to change it now and see what happens.

@audioeptesicus
Copy link
Author

audioeptesicus commented Apr 3, 2017

That looks like it cleared up that issue! The logs since are below. Now.. Cron jobs still aren't running as they should.

{"reqId":"UAJbVyR\/nSpedPTArRNY","remoteAddr":"10.0.0.12","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/html\\\/drive\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/html\\\/drive\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(466): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/html\\\/drive\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/html\\\/drive\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/html\\\/drive\\\/remote.php(165): require_once('\\\/var\\\/www\\\/html\\\/d...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/drive\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":168,\"User\":false}","level":0,"time":"2017-04-03T12:32:30+00:00","method":"GET","url":"\/drive\/remote.php\/webdav","user":"--","version":"11.0.2.7"}
{"reqId":"7xF9il6ReLLvytWAaBl3","remoteAddr":"10.0.0.12","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 Cannot authenticate over ajax calls\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/drive\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/Auth.php(154): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Auth->auth(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/html\\\/drive\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php(199): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Auth->check(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#2 \\\/var\\\/www\\\/html\\\/drive\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php(150): Sabre\\\\DAV\\\\Auth\\\\Plugin->check(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#3 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/html\\\/drive\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#5 \\\/var\\\/www\\\/html\\\/drive\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(466): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#6 \\\/var\\\/www\\\/html\\\/drive\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#7 \\\/var\\\/www\\\/html\\\/drive\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#8 \\\/var\\\/www\\\/html\\\/drive\\\/remote.php(165): require_once('\\\/var\\\/www\\\/html\\\/d...')\\n#9 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/drive\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/Auth.php\",\"Line\":248,\"User\":false}","level":0,"time":"2017-04-03T12:32:31+00:00","method":"PROPFIND","url":"\/drive\/remote.php\/webdav\/","user":"--","version":"11.0.2.7"}
{"reqId":"md8ei5QuQCXZDj8\/vHxN","remoteAddr":"10.0.0.12","app":"no app in context","message":"Current user is not logged in","level":0,"time":"2017-04-03T12:32:36+00:00","method":"GET","url":"\/drive\/index.php\/apps\/files?dir=\/&","user":"--","version":"11.0.2.7"}
{"reqId":"8pnRzvYE9qbWvrJH8hKt","remoteAddr":"10.0.0.12","app":"no app in context","message":"Current user is not logged in","level":0,"time":"2017-04-03T12:32:41+00:00","method":"GET","url":"\/drive\/index.php\/apps\/files\/","user":"--","version":"11.0.2.7"}
{"reqId":"jLtc7UNT94bs0wit5vHW","remoteAddr":"10.0.0.12","app":"no app in context","message":"Current user is not logged in","level":0,"time":"2017-04-03T12:32:44+00:00","method":"GET","url":"\/drive\/index.php\/apps\/gallery\/config?extramediatypes=1","user":"--","version":"11.0.2.7"}
{"reqId":"EdLwkh\/mdsyRYZ6Im4LP","remoteAddr":"10.0.0.12","app":"no app in context","message":"Current user is not logged in","level":0,"time":"2017-04-03T12:32:44+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","user":"--","version":"11.0.2.7"}
{"reqId":"pWdsQ6qUJUN4d57MAR9r","remoteAddr":"10.0.0.12","app":"no app in context","message":"Current user is not logged in","level":0,"time":"2017-04-03T12:32:45+00:00","method":"GET","url":"\/drive\/index.php\/apps\/systemtags\/lastused","user":"--","version":"11.0.2.7"}
{"reqId":"jhp4DFFcpKXgEVvH5\/wB","remoteAddr":"10.0.0.12","app":"PHP","message":"filesize(): stat failed for \/var\/www\/html\/drive\/data\/appdata_ocusojwev2p9\/theming\/6\/icon-core-filetypes_folder.svg at \/var\/www\/html\/drive\/lib\/private\/Files\/Storage\/Local.php#211","level":3,"time":"2017-04-03T12:32:45+00:00","method":"GET","url":"\/drive\/index.php\/apps\/theming\/img\/core\/filetypes\/folder.svg?v=6","user":"--","version":"11.0.2.7"}
{"reqId":"jhp4DFFcpKXgEVvH5\/wB","remoteAddr":"10.0.0.12","app":"PHP","message":"fopen(\/var\/www\/html\/drive\/data\/appdata_ocusojwev2p9\/theming\/6\/icon-core-filetypes_folder.svg): failed to open stream: No such file or directory at \/var\/www\/html\/drive\/lib\/private\/Files\/Storage\/Local.php#216","level":3,"time":"2017-04-03T12:32:45+00:00","method":"GET","url":"\/drive\/index.php\/apps\/theming\/img\/core\/filetypes\/folder.svg?v=6","user":"--","version":"11.0.2.7"}
{"reqId":"jhp4DFFcpKXgEVvH5\/wB","remoteAddr":"10.0.0.12","app":"PHP","message":"fread() expects parameter 1 to be resource, boolean given at \/var\/www\/html\/drive\/lib\/private\/Files\/Storage\/Local.php#217","level":3,"time":"2017-04-03T12:32:45+00:00","method":"GET","url":"\/drive\/index.php\/apps\/theming\/img\/core\/filetypes\/folder.svg?v=6","user":"--","version":"11.0.2.7"}
{"reqId":"jhp4DFFcpKXgEVvH5\/wB","remoteAddr":"10.0.0.12","app":"PHP","message":"fclose() expects parameter 1 to be resource, boolean given at \/var\/www\/html\/drive\/lib\/private\/Files\/Storage\/Local.php#218","level":3,"time":"2017-04-03T12:32:45+00:00","method":"GET","url":"\/drive\/index.php\/apps\/theming\/img\/core\/filetypes\/folder.svg?v=6","user":"--","version":"11.0.2.7"}
{"reqId":"dl+6qVP7MSfroilC\/6OE","remoteAddr":"10.0.0.12","app":"no app in context","message":"Current user is not logged in","level":0,"time":"2017-04-03T12:32:51+00:00","method":"GET","url":"\/drive\/index.php\/settings\/admin","user":"--","version":"11.0.2.7"}
{"reqId":"YvunxopZW6TcUXxTVdXn","remoteAddr":"10.0.0.12","app":"no app in context","message":"Current user is not logged in","level":0,"time":"2017-04-03T12:32:53+00:00","method":"GET","url":"\/drive\/index.php\/settings\/ajax\/checksetup","user":"--","version":"11.0.2.7"}
{"reqId":"zOjUxtJIIwDgMyzgumPV","remoteAddr":"10.0.0.12","app":"no app in context","message":"Current user is not logged in","level":0,"time":"2017-04-03T12:33:14+00:00","method":"GET","url":"\/drive\/index.php\/settings\/admin\/logging","user":"--","version":"11.0.2.7"}
{"reqId":"15iuRNxDH7lZP5p1jsPa","remoteAddr":"10.0.0.12","app":"no app in context","message":"Current user is not logged in","level":0,"time":"2017-04-03T12:33:17+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/settings","user":"--","version":"11.0.2.7"}
{"reqId":"DBu2\/ZGEpy5dnMrh3Xke","remoteAddr":"10.0.0.12","app":"no app in context","message":"Current user is not logged in","level":0,"time":"2017-04-03T12:33:18+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/get?offset=0&count=50","user":"--","version":"11.0.2.7"}
{"reqId":"j7YpS8JTlYeLMDiQnU9V","remoteAddr":"10.0.0.12","app":"no app in context","message":"Current user is not logged in","level":0,"time":"2017-04-03T12:33:25+00:00","method":"GET","url":"\/drive\/index.php\/apps\/logreader\/levels","user":"--","version":"11.0.2.7"}
{"reqId":"2uPaKh+nD37aSZDk7V7P","remoteAddr":"10.0.0.12","app":"PHP","message":"filesize(): stat failed for \/var\/www\/html\/drive\/data\/appdata_ocusojwev2p9\/theming\/6\/icon-core-filetypes_folder.svg at \/var\/www\/html\/drive\/lib\/private\/Files\/Storage\/Local.php#211","level":3,"time":"2017-04-03T12:36:07+00:00","method":"GET","url":"\/drive\/index.php\/apps\/theming\/img\/core\/filetypes\/folder.svg?v=6","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"2uPaKh+nD37aSZDk7V7P","remoteAddr":"10.0.0.12","app":"PHP","message":"fopen(\/var\/www\/html\/drive\/data\/appdata_ocusojwev2p9\/theming\/6\/icon-core-filetypes_folder.svg): failed to open stream: No such file or directory at \/var\/www\/html\/drive\/lib\/private\/Files\/Storage\/Local.php#216","level":3,"time":"2017-04-03T12:36:07+00:00","method":"GET","url":"\/drive\/index.php\/apps\/theming\/img\/core\/filetypes\/folder.svg?v=6","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"2uPaKh+nD37aSZDk7V7P","remoteAddr":"10.0.0.12","app":"PHP","message":"fread() expects parameter 1 to be resource, boolean given at \/var\/www\/html\/drive\/lib\/private\/Files\/Storage\/Local.php#217","level":3,"time":"2017-04-03T12:36:07+00:00","method":"GET","url":"\/drive\/index.php\/apps\/theming\/img\/core\/filetypes\/folder.svg?v=6","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"2uPaKh+nD37aSZDk7V7P","remoteAddr":"10.0.0.12","app":"PHP","message":"fclose() expects parameter 1 to be resource, boolean given at \/var\/www\/html\/drive\/lib\/private\/Files\/Storage\/Local.php#218","level":3,"time":"2017-04-03T12:36:07+00:00","method":"GET","url":"\/drive\/index.php\/apps\/theming\/img\/core\/filetypes\/folder.svg?v=6","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"K4Iq3zunPDS+CtfdHh0d","remoteAddr":"10.0.0.12","app":"no app in context","message":"Current user is not logged in","level":0,"time":"2017-04-03T12:36:20+00:00","method":"GET","url":"\/drive\/index.php\/settings\/users\/stats","user":"--","version":"11.0.2.7"}
{"reqId":"700Zd8dtucu7oa2xuSSG","remoteAddr":"10.0.0.12","app":"no app in context","message":"Current user is not logged in","level":0,"time":"2017-04-03T12:36:20+00:00","method":"GET","url":"\/drive\/index.php\/settings\/users\/users?offset=0&limit=50&gid=&pattern=","user":"--","version":"11.0.2.7"}
{"reqId":"Ga26D91RVbCA65249iAF","remoteAddr":"10.0.0.12","app":"core","message":"OC_Image->fixOrientation() Orientation: 1","level":0,"time":"2017-04-03T12:37:20+00:00","method":"GET","url":"\/drive\/index.php\/core\/preview.png?file=%2FInstant+Upload+Pictures%2F20170402_161548%280%29.jpg&c=3aec727761c24c5548fa785dd477ab3b&x=32&y=32&forceIcon=0","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"zXTYVpJjGCAUTMiH7sAF","remoteAddr":"10.0.0.12","app":"core","message":"OC_Image->fixOrientation() Orientation: 1","level":0,"time":"2017-04-03T12:37:20+00:00","method":"GET","url":"\/drive\/index.php\/core\/preview.png?file=%2FInstant+Upload+Pictures%2F20170402_161545.jpg&c=4d4188751359ed64cac56e5c92464187&x=32&y=32&forceIcon=0","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"0WM2dw5CxiFYlQDkrFA1","remoteAddr":"10.0.0.12","app":"core","message":"OC_Image->fixOrientation() Orientation: 1","level":0,"time":"2017-04-03T12:37:20+00:00","method":"GET","url":"\/drive\/index.php\/core\/preview.png?file=%2FInstant+Upload+Pictures%2F20170402_161543.jpg&c=d1c99737060a2645acbb52b3ade04b61&x=32&y=32&forceIcon=0","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"AHBALNclR9TLM7QIjf0S","remoteAddr":"10.0.0.12","app":"core","message":"OC_Image->fixOrientation() Orientation: 1","level":0,"time":"2017-04-03T12:37:20+00:00","method":"GET","url":"\/drive\/index.php\/core\/preview.png?file=%2FInstant+Upload+Pictures%2F20170402_161545+%282%29.jpg&c=270ea253d5943dc8616095c2009e7f20&x=32&y=32&forceIcon=0","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"Ns\/DxZEc5GhYw3xRmhx+","remoteAddr":"10.0.0.12","app":"core","message":"OC_Image->fixOrientation() Orientation: 1","level":0,"time":"2017-04-03T12:37:20+00:00","method":"GET","url":"\/drive\/index.php\/core\/preview.png?file=%2FInstant+Upload+Pictures%2F20170402_161545%280%29.jpg&c=8dccb4a1f04b99124fc0a9d4223abb23&x=32&y=32&forceIcon=0","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"T4PgPpWBtsDPxnJRXud8","remoteAddr":"10.0.0.12","app":"core","message":"OC_Image->fixOrientation() Orientation: 1","level":0,"time":"2017-04-03T12:37:20+00:00","method":"GET","url":"\/drive\/index.php\/core\/preview.png?file=%2FInstant+Upload+Pictures%2F20170402_161548.jpg&c=5f11777290b1ab53e9c189aa8889b4d1&x=32&y=32&forceIcon=0","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"\/xhWT2Ort3xIVEhxY9ZL","remoteAddr":"10.0.0.12","app":"core","message":"OC_Image->fixOrientation() Orientation: 1","level":0,"time":"2017-04-03T12:37:23+00:00","method":"GET","url":"\/drive\/index.php\/core\/preview.png?file=%2FInstant+Upload+Pictures%2F20170402_161530.jpg&c=eadebce74e417e536273a7461a315a32&x=32&y=32&forceIcon=0","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"vFERBBePo9\/HImFDsS3\/","remoteAddr":"10.0.0.12","app":"core","message":"OC_Image->fixOrientation() Orientation: 1","level":0,"time":"2017-04-03T12:37:23+00:00","method":"GET","url":"\/drive\/index.php\/core\/preview.png?file=%2FInstant+Upload+Pictures%2F20170402_161542.jpg&c=2ef86845c6d0363df21c037b37458f45&x=32&y=32&forceIcon=0","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"ntlor6tDrgWhJh8ppJhc","remoteAddr":"10.0.0.12","app":"core","message":"OC_Image->fixOrientation() Orientation: 1","level":0,"time":"2017-04-03T12:37:23+00:00","method":"GET","url":"\/drive\/index.php\/core\/preview.png?file=%2FInstant+Upload+Pictures%2F20170402_161228.jpg&c=e1f68115d092f31608bdc6379a2e09ed&x=32&y=32&forceIcon=0","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"RllFraH2V3U3SvorgTbF","remoteAddr":"10.0.0.12","app":"core","message":"OC_Image->fixOrientation() Orientation: 1","level":0,"time":"2017-04-03T12:37:23+00:00","method":"GET","url":"\/drive\/index.php\/core\/preview.png?file=%2FInstant+Upload+Pictures%2F20170402_161538.jpg&c=c15e5b099f29bc7a955b9dc8fe41376a&x=32&y=32&forceIcon=0","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"TXh0z4oYsKuXImTJOngK","remoteAddr":"10.0.0.12","app":"core","message":"OC_Image->fixOrientation() Orientation: 1","level":0,"time":"2017-04-03T12:37:23+00:00","method":"GET","url":"\/drive\/index.php\/core\/preview.png?file=%2FInstant+Upload+Pictures%2F20170402_161222.jpg&c=00d309cdf46d75b79d43a318b7f0da49&x=32&y=32&forceIcon=0","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"BQohwnBGRKE\/XR4cWqqS","remoteAddr":"10.0.0.12","app":"core","message":"OC_Image->fixOrientation() Orientation: 1","level":0,"time":"2017-04-03T12:37:23+00:00","method":"GET","url":"\/drive\/index.php\/core\/preview.png?file=%2FInstant+Upload+Pictures%2F20170402_161531.jpg&c=b655e26f84f2ba7b94ce38235f8a8a44&x=32&y=32&forceIcon=0","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"GmxknOurmZWXbJvhkcuR","remoteAddr":"10.0.0.12","app":"core","message":"OC_Image->fixOrientation() Orientation: 6","level":0,"time":"2017-04-03T12:37:25+00:00","method":"GET","url":"\/drive\/index.php\/core\/preview.png?file=%2FInstant+Upload+Pictures%2F20170402_161217.jpg&c=9b59eb409a828c66cb3bbcf6702f41d5&x=32&y=32&forceIcon=0","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"\/djbcP9XYAnOGrGRRrW3","remoteAddr":"10.0.0.12","app":"core","message":"OC_Image->fixOrientation() Orientation: 6","level":0,"time":"2017-04-03T12:37:25+00:00","method":"GET","url":"\/drive\/index.php\/core\/preview.png?file=%2FInstant+Upload+Pictures%2F20170402_161214.jpg&c=c21b27833835f0929a0a878aceda64bf&x=32&y=32&forceIcon=0","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"W2BCMqG07YhIKCAqAtPV","remoteAddr":"10.0.0.12","app":"core","message":"OC_Image->fixOrientation() Orientation: 1","level":0,"time":"2017-04-03T12:37:25+00:00","method":"GET","url":"\/drive\/index.php\/core\/preview.png?file=%2FInstant+Upload+Pictures%2F20170402_161222%280%29.jpg&c=5e6026ab214d1896b5159306fc5c3d09&x=32&y=32&forceIcon=0","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"5LVl10O\/nCbMLKpilzXF","remoteAddr":"10.0.0.12","app":"no app in context","message":"Current user is not logged in","level":0,"time":"2017-04-03T12:37:29+00:00","method":"GET","url":"\/drive\/index.php\/apps\/gallery\/preview\/5993?width=1600&height=1600&c=270ea253d5943dc8616095c2009e7f20&requesttoken=uHibpesvEhzcKe56Q1O\/aZf6pglxfPCHGzIFzxhbEN0%3D:3B3NxJ53Im%2BsG70JehCME%2BfOyzAgNqPyb1dOikEtYu4%3D","user":"--","version":"11.0.2.7"}
{"reqId":"JJSXmBYrAB1KjE5DWpZl","remoteAddr":"10.0.0.12","app":"core","message":"Generating preview for \"Instant Upload Pictures\/20170402_161545 (2).jpg\" with \"OC\\Preview\\JPEG\"","level":0,"time":"2017-04-03T12:37:29+00:00","method":"GET","url":"\/drive\/index.php\/apps\/gallery\/preview\/5993?width=1600&height=1600&c=270ea253d5943dc8616095c2009e7f20&requesttoken=uHibpesvEhzcKe56Q1O%2FaZf6pglxfPCHGzIFzxhbEN0%3D%3A3B3NxJ53Im%2BsG70JehCME%2BfOyzAgNqPyb1dOikEtYu4%3D","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"JJSXmBYrAB1KjE5DWpZl","remoteAddr":"10.0.0.12","app":"core","message":"OC_Image->fixOrientation() Orientation: 1","level":0,"time":"2017-04-03T12:37:30+00:00","method":"GET","url":"\/drive\/index.php\/apps\/gallery\/preview\/5993?width=1600&height=1600&c=270ea253d5943dc8616095c2009e7f20&requesttoken=uHibpesvEhzcKe56Q1O%2FaZf6pglxfPCHGzIFzxhbEN0%3D%3A3B3NxJ53Im%2BsG70JehCME%2BfOyzAgNqPyb1dOikEtYu4%3D","user":"eptesicus","version":"11.0.2.7"}
{"reqId":"kKpNX3FbLbYq4SEaizzn","remoteAddr":"10.0.0.12","app":"no app in context","message":"Current user is not logged in","level":0,"time":"2017-04-03T12:37:42+00:00","method":"GET","url":"\/drive\/index.php\/apps\/activity\/api\/v2\/activity\/filter?format=json&object_type=files&object_id=5993","user":"--","version":"11.0.2.7"}
{"reqId":"lrm0mfJ9k3lx\/8y+oAMR","remoteAddr":"10.0.0.12","app":"no app in context","message":"Current user is not logged in","level":0,"time":"2017-04-03T12:37:42+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/files_sharing\/api\/v1\/shares?format=json&path=\/Instant+Upload+Pictures\/20170402_161545+(2).jpg&reshares=true","user":"--","version":"11.0.2.7"}
{"reqId":"XQTNnemBNugClywS9NPz","remoteAddr":"10.0.0.12","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/html\\\/drive\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/html\\\/drive\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(466): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/html\\\/drive\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/html\\\/drive\\\/apps\\\/dav\\\/lib\\\/Server.php(227): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/html\\\/drive\\\/apps\\\/dav\\\/appinfo\\\/v2\\\/remote.php(30): OCA\\\\DAV\\\\Server->exec()\\n#6 \\\/var\\\/www\\\/html\\\/drive\\\/remote.php(165): require_once('\\\/var\\\/www\\\/html\\\/d...')\\n#7 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/drive\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":168,\"User\":false}","level":0,"time":"2017-04-03T12:37:42+00:00","method":"GET","url":"\/drive\/remote.php\/dav\/systemtags-relations\/files\/5993","user":"--","version":"11.0.2.7"}
{"reqId":"GhIkHjfm00gjnx9H6knA","remoteAddr":"10.0.0.12","app":"no app in context","message":"Current user is not logged in","level":0,"time":"2017-04-03T12:37:42+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/files_sharing\/api\/v1\/shares?format=json&path=\/Instant+Upload+Pictures\/20170402_161545+(2).jpg&shared_with_me=true","user":"--","version":"11.0.2.7"}
{"reqId":"xuye5ET0jZ43VFUTc7Sz","remoteAddr":"10.0.0.12","app":"no app in context","message":"Current user is not logged in","level":0,"time":"2017-04-03T12:38:22+00:00","method":"GET","url":"\/drive\/ocs\/v2.php\/apps\/files_sharing\/api\/v1\/shares\/5?format=json","user":"--","version":"11.0.2.7"}
{"reqId":"aaCyV2\/omdiwnTOc4pZE","remoteAddr":"10.0.0.12","app":"no app in context","message":"Current user is not logged in","level":0,"time":"2017-04-03T13:07:10+00:00","method":"GET","url":"\/drive\/index.php\/settings\/admin\/log\/download","user":"--","version":"11.0.2.7"}

@blizzz
Copy link
Member

blizzz commented Apr 3, 2017

That looks like it cleared up that issue! The logs since are below. Now.. Cron jobs still aren't running as they should.

What makes you think that? In the log output I see nothing cron-related.

@audioeptesicus
Copy link
Author

When I go into the admin page, under server settings, I'm still seeing the message:

"Last cron job execution: 5 days ago. Something seems wrong."

@blizzz
Copy link
Member

blizzz commented Apr 4, 2017

Is background job mode set to ajax, cron or something else? If cron, did you configre cron on your server accordingly?

@audioeptesicus
Copy link
Author

It is cron, and I do believe that it is configured as per the manual. But I could be mistaken.

@blizzz
Copy link
Member

blizzz commented Apr 4, 2017

Well, recheck :)

@MorrisJobke
Copy link
Member

No feedback since 1 month: closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants