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

Required diskspace calculation is wrong #1242

Closed
AlexanderNitsch opened this issue Jan 15, 2021 · 2 comments
Closed

Required diskspace calculation is wrong #1242

AlexanderNitsch opened this issue Jan 15, 2021 · 2 comments
Labels

Comments

@AlexanderNitsch
Copy link

AlexanderNitsch commented Jan 15, 2021

PROBLEMS

NOTE: Could be related to this PR
I'm trying to make a backup of my docker-nextcloudpi data through the nextcloudpi panel.
It calculates, that I need more than 30 TiB despite my folder of nextcloud data being just 133 GiB.
Error message

Output of df -h /media/mypassport:
Filesystem Size Used Avail Use% Mounted on
/dev/sdb 916G 77M 870G 1% /media/mypassport

Output of du -h /media/SanDiskSSD (where my docker volume lies):
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 930G 133G 750G 16% /media/SanDiskSSD

System information

output of sudo ncp-report inside docker container:

NextCloudPi diagnostics

NextCloudPi version  v1.34.1
NextCloudPi image    NextCloudPi_docker_04-06-20
distribution         Debian GNU/Linux 10 \n \l
automount            no
USB devices          sda sdb 
datadir              /data/nextcloud/data
data in SD           no
data filesystem      ext2/ext3
data disk usage      133G/930G
rootfs usage         46G/59G
swapfile             /var/swap
dbdir                /data/database
Nextcloud check      ok
Nextcloud version    18.0.3.0
HTTPD service        up
PHP service          up
MariaDB service      up
Redis service        up
Postfix service      up
internet check       ok
port check 80        open
port check 443       open
IP                   ***REMOVED SENSITIVE VALUE***
gateway              ***REMOVED SENSITIVE VALUE***
interface            eth0
certificates         ***REMOVED SENSITIVE VALUE***
NAT loopback         no
uptime               1day

Nextcloud configuration

{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": {
            "0": "localhost",
            "11": "213.55.162.158",
            "1": "172.17.0.2",
            "5": "nextcloudpi.local",
            "7": "nextcloudpi",
            "8": "nextcloudpi.lan",
            "6": "--restart",
            "2": "***REMOVED SENSITIVE VALUE***",
            "12": "***REMOVED SENSITIVE VALUE***",
            "20": "192.168.1.69",
            "21": "***REMOVED SENSITIVE VALUE***"
        },
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "18.0.3.0",
        "overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "memcache.local": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0,
            "password": "***REMOVED SENSITIVE VALUE***"
        },
        "tempdirectory": "\/var\/www\/nextcloud\/data\/tmp",
        "mail_smtpmode": "sendmail",
        "mail_smtpauthtype": "LOGIN",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "preview_max_x": "2048",
        "preview_max_y": "2048",
        "jpeg_quality": "60",
        "overwriteprotocol": "https",
        "htaccess.RewriteBase": "\/",
        "maintenance": false
    }
}

HTTPd logs

[Fri Jan 15 12:51:34.901849 2021] [authz_host:error] [pid 97:tid 2824713248] [client 192.168.1.87:52430] AH01753: access check of 'localhost' to /index.php failed, reason: unable to get the remote host name
[Fri Jan 15 12:51:34.975108 2021] [authz_host:error] [pid 97:tid 2824713248] [client 192.168.1.87:52430] AH01753: access check of 'localhost' to /index.php failed, reason: unable to get the remote host name
[Fri Jan 15 12:51:35.315679 2021] [authz_host:error] [pid 97:tid 2824713248] [client 192.168.1.87:52430] AH01753: access check of 'localhost' to /ncp-output.php failed, reason: unable to get the remote host name
[Fri Jan 15 12:51:35.359500 2021] [authz_host:error] [pid 97:tid 2765964320] [client 192.168.1.87:52430] AH01753: access check of 'localhost' to /ncp-launcher.php failed, reason: unable to get the remote host name
[Fri Jan 15 12:51:41.611487 2021] [authz_host:error] [pid 97:tid 2765964320] [client 192.168.1.87:52430] AH01753: access check of 'localhost' to /ncp-launcher.php failed, reason: unable to get the remote host name
[Fri Jan 15 12:51:41.683427 2021] [authz_host:error] [pid 97:tid 2765964320] [client 192.168.1.87:52430] AH01753: access check of 'localhost' to /ncp-launcher.php failed, reason: unable to get the remote host name
[Fri Jan 15 12:51:43.487671 2021] [authz_host:error] [pid 97:tid 2757571616] [client 192.168.1.87:52430] AH01753: access check of 'localhost' to /ncp-launcher.php failed, reason: unable to get the remote host name
[Fri Jan 15 12:51:46.290540 2021] [authz_host:error] [pid 97:tid 2757571616] [client 192.168.1.87:52430] AH01753: access check of 'localhost' to /ncp-launcher.php failed, reason: unable to get the remote host name
[Fri Jan 15 12:52:13.955283 2021] [authz_host:error] [pid 97:tid 2757571616] [client 192.168.1.87:52430] AH01753: access check of 'localhost' to /ncp-launcher.php failed, reason: unable to get the remote host name
[Fri Jan 15 12:53:45.619915 2021] [authz_host:error] [pid 97:tid 2757571616] [client 192.168.1.87:52430] AH01753: access check of 'localhost' to /ncp-launcher.php failed, reason: unable to get the remote host name
[Fri Jan 15 12:53:45.645783 2021] [authz_host:error] [pid 97:tid 2757571616] [client 192.168.1.87:52430] AH01753: access check of 'localhost' to /ncp-launcher.php failed, reason: unable to get the remote host name
[Fri Jan 15 12:53:46.350039 2021] [authz_host:error] [pid 97:tid 2757571616] [client 192.168.1.87:52430] AH01753: access check of 'localhost' to /ncp-launcher.php failed, reason: unable to get the remote host name
[Fri Jan 15 12:53:46.358847 2021] [authz_host:error] [pid 97:tid 2765964320] [client 192.168.1.87:52430] AH01753: access check of 'localhost' to /img/green-circle.svg failed, reason: unable to get the remote host name, referer: https://192.168.1.69:4443/css/ncp.css
[Fri Jan 15 12:55:20.439848 2021] [authz_host:error] [pid 97:tid 2757571616] [client 192.168.1.87:52430] AH01753: access check of 'localhost' to /ncp-launcher.php failed, reason: unable to get the remote host name
[Fri Jan 15 12:55:22.284486 2021] [authz_host:error] [pid 97:tid 2757571616] [client 192.168.1.87:52430] AH01753: access check of 'localhost' to /ncp-launcher.php failed, reason: unable to get the remote host name
[Fri Jan 15 12:55:48.669733 2021] [authz_host:error] [pid 97:tid 2757571616] [client 192.168.1.87:52430] AH01753: access check of 'localhost' to /ncp-launcher.php failed, reason: unable to get the remote host name
[Fri Jan 15 12:55:50.679707 2021] [authz_host:error] [pid 97:tid 2757571616] [client 192.168.1.87:52430] AH01753: access check of 'localhost' to /ncp-launcher.php failed, reason: unable to get the remote host name
[Fri Jan 15 13:04:55.867344 2021] [authz_host:error] [pid 97:tid 2757571616] [client 192.168.1.87:52430] AH01753: access check of 'localhost' to /ncp-launcher.php failed, reason: unable to get the remote host name
[Fri Jan 15 13:05:32.464616 2021] [authz_host:error] [pid 97:tid 2757571616] [client 192.168.1.87:52430] AH01753: access check of 'localhost' to /ncp-launcher.php failed, reason: unable to get the remote host name
[Fri Jan 15 13:05:36.047910 2021] [authz_host:error] [pid 97:tid 2757571616] [client 192.168.1.87:52430] AH01753: access check of 'localhost' to /ncp-launcher.php failed, reason: unable to get the remote host name

Database logs

2021-01-15 12:34:22 0 [Note] InnoDB: Uses event mutexes
2021-01-15 12:34:22 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-01-15 12:34:22 0 [Note] InnoDB: Number of pools: 1
2021-01-15 12:34:22 0 [Note] InnoDB: Using generic crc32 instructions
2021-01-15 12:34:22 0 [Note] InnoDB: Initializing buffer pool, total size = 1G, instances = 1, chunk size = 128M
2021-01-15 12:34:22 0 [Note] InnoDB: Completed initialization of buffer pool
2021-01-15 12:34:22 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2021-01-15 12:34:22 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-01-15 12:34:22 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-01-15 12:34:22 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-01-15 12:34:22 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2021-01-15 12:34:22 0 [Note] InnoDB: 10.3.27 started; log sequence number 2242091390; transaction id 5902990
2021-01-15 12:34:22 0 [Note] InnoDB: Loading buffer pool(s) from /data/database/ib_buffer_pool
2021-01-15 12:34:22 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-01-15 12:34:22 0 [Note] Server socket created on IP: '127.0.0.1'.
2021-01-15 12:34:22 0 [Note] Reading of all Master_info entries succeeded
2021-01-15 12:34:22 0 [Note] Added new Master_info '' to hash table
2021-01-15 12:34:22 0 [Note] mysqld: ready for connections.
Version: '10.3.27-MariaDB-0+deb10u1'  socket: '/run/mysqld/mysqld.sock'  port: 3306  Debian 10
2021-01-15 12:34:23 0 [Note] InnoDB: Buffer pool(s) load completed at 210115 12:34:23

Nextcloud logs

{"reqId":"xaoWIXA2f9V0E7eIuI02","level":2,"time":"2020-12-31T13:15:15+00:00","remoteAddr":"","user":"--","app":"appstoreFetcher","method":"","url":"--","message":"Could not connect to appstore: cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)","userAgent":"--","version":"18.0.3.0"}
{"reqId":"C0A306cwmRi4lVkuW5ho","level":2,"time":"2021-01-02T13:45:12+00:00","remoteAddr":"","user":"--","app":"appstoreFetcher","method":"","url":"--","message":"Could not connect to appstore: cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)","userAgent":"--","version":"18.0.3.0"}
{"reqId":"WmyN50Kq12YZcyGIillb","level":2,"time":"2021-01-03T13:45:13+00:00","remoteAddr":"","user":"--","app":"appstoreFetcher","method":"","url":"--","message":"Could not connect to appstore: cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)","userAgent":"--","version":"18.0.3.0"}
{"reqId":"X-LDqzeeLLgBvb5MSrf8VAAAQAE","level":3,"time":"2021-01-04T07:28:43+00:00","remoteAddr":"192.168.1.1","user":"--","app":"index","method":"GET","url":"/svg/spreed/app-dark?color=000&v=1","message":{"Exception":"OCP\\App\\AppPathNotFoundException","Message":"Could not find path for spreed","Code":0,"Trace":[{"file":"/data/nextcloud/core/Controller/SvgController.php","line":100,"function":"getAppPath","class":"OC\\App\\AppManager","type":"->","args":["spreed"]},{"file":"/data/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":170,"function":"getSvgFromApp","class":"OC\\Core\\Controller\\SvgController","type":"->","args":["spreed","app-dark","000"]},{"file":"/data/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":99,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OC\\Core\\Controller\\SvgController"},"getSvgFromApp"]},{"file":"/data/nextcloud/lib/private/AppFramework/App.php","line":125,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OC\\Core\\Controller\\SvgController"},"getSvgFromApp"]},{"file":"/data/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php","line":47,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OC\\Core\\Controller\\SvgController","getSvgFromApp",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"app":"spreed","fileName":"app-dark","_route":"core.Svg.getSvgFromApp"}]},{"function":"__invoke","class":"OC\\AppFramework\\Routing\\RouteActionHandler","type":"->","args":[{"app":"spreed","fileName":"app-dark","_route":"core.Svg.getSvgFromApp"}]},{"file":"/data/nextcloud/lib/private/Route/Router.php","line":299,"function":"call_user_func","args":[{"__class__":"OC\\AppFramework\\Routing\\RouteActionHandler"},{"app":"spreed","fileName":"app-dark","_route":"core.Svg.getSvgFromApp"}]},{"file":"/data/nextcloud/lib/base.php","line":1008,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/svg/spreed/app-dark"]},{"file":"/data/nextcloud/index.php","line":38,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/data/nextcloud/lib/private/App/AppManager.php","Line":431,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Android 10; Mobile; rv:85.0) Gecko/85.0 Firefox/85.0","version":"18.0.3.0"}
{"reqId":"B3aUe7ho2iz33qNvfLms","level":2,"time":"2021-01-04T14:00:13+00:00","remoteAddr":"","user":"--","app":"appstoreFetcher","method":"","url":"--","message":"Could not connect to appstore: cURL error 28: Connection timed out after 10000 milliseconds (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)","userAgent":"--","version":"18.0.3.0"}
{"reqId":"XWqOuftFwb3ykkJY1RiI","level":2,"time":"2021-01-08T15:00:20+00:00","remoteAddr":"","user":"--","app":"appstoreFetcher","method":"","url":"--","message":"Could not connect to appstore: cURL error 28: Connection timed out after 10001 milliseconds (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)","userAgent":"--","version":"18.0.3.0"}
{"reqId":"X-lkBTeeLLgBvb5MSrczuwAAAFQ","level":3,"time":"2021-01-09T08:06:29+00:00","remoteAddr":"193.118.53.210","user":"--","app":"no app in context","method":"GET","url":"/remote/login","message":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"calendar.view.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/data/nextcloud/lib/private/Route/Router.php","line":339,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->","args":["calendar.view.index",[],1]},{"file":"/data/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->","args":["calendar.view.index",[],false]},{"file":"/data/nextcloud/lib/private/URLGenerator.php","line":82,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->","args":["calendar.view.index",[]]},{"file":"/data/nextcloud/lib/private/NavigationManager.php","line":293,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->","args":["calendar.view.index"]},{"file":"/data/nextcloud/lib/private/NavigationManager.php","line":114,"function":"init","class":"OC\\NavigationManager","type":"->","args":[]},{"file":"/data/nextcloud/apps/theming/lib/ThemingDefaults.php","line":182,"function":"getAll","class":"OC\\NavigationManager","type":"->","args":["guest"]},{"file":"/data/nextcloud/lib/private/legacy/defaults.php","line":263,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->","args":[]},{"file":"/data/nextcloud/lib/public/Defaults.php","line":169,"function":"getLongFooter","class":"OC_Defaults","type":"->","args":[]},{"file":"/data/nextcloud/core/templates/layout.guest.php","line":55,"function":"getLongFooter","class":"OCP\\Defaults","type":"->","args":[]},{"file":"/data/nextcloud/lib/private/Template/Base.php","line":179,"args":["/data/nextcloud/core/templates/layout.guest.php"],"function":"include"},{"file":"/data/nextcloud/lib/private/Template/Base.php","line":151,"function":"load","class":"OC\\Template\\Base","type":"->","args":["/data/nextcloud/core/templates/layout.guest.php",null]},{"file":"/data/nextcloud/lib/private/legacy/template.php","line":181,"function":"fetchPage","class":"OC\\Template\\Base","type":"->","args":[null]},{"file":"/data/nextcloud/lib/private/legacy/template.php","line":212,"function":"fetchPage","class":"OC_Template","type":"->","args":[null]},{"file":"/data/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->","args":[]},{"file":"/data/nextcloud/lib/private/legacy/template.php","line":300,"function":"printPage","class":"OC\\Template\\Base","type":"->","args":[]},{"file":"/data/nextcloud/remote.php","line":82,"function":"printErrorPage","class":"OC_Template","type":"::","args":["App not installed: ","",0]},{"file":"/data/nextcloud/remote.php","line":168,"function":"handleException","args":[{"__class__":"RemoteException"}]}],"File":"/data/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":144,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36","version":"18.0.3.0"}
{"reqId":"X-lkBTeeLLgBvb5MSrczuwAAAFQ","level":3,"time":"2021-01-09T08:06:29+00:00","remoteAddr":"193.118.53.210","user":"--","app":"no app in context","method":"GET","url":"/remote/login","message":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"news.page.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/data/nextcloud/lib/private/Route/Router.php","line":339,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->","args":["news.page.index",[],1]},{"file":"/data/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->","args":["news.page.index",[],false]},{"file":"/data/nextcloud/lib/private/URLGenerator.php","line":82,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->","args":["news.page.index",[]]},{"file":"/data/nextcloud/lib/private/NavigationManager.php","line":293,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->","args":["news.page.index"]},{"file":"/data/nextcloud/lib/private/NavigationManager.php","line":114,"function":"init","class":"OC\\NavigationManager","type":"->","args":[]},{"file":"/data/nextcloud/apps/theming/lib/ThemingDefaults.php","line":182,"function":"getAll","class":"OC\\NavigationManager","type":"->","args":["guest"]},{"file":"/data/nextcloud/lib/private/legacy/defaults.php","line":263,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->","args":[]},{"file":"/data/nextcloud/lib/public/Defaults.php","line":169,"function":"getLongFooter","class":"OC_Defaults","type":"->","args":[]},{"file":"/data/nextcloud/core/templates/layout.guest.php","line":55,"function":"getLongFooter","class":"OCP\\Defaults","type":"->","args":[]},{"file":"/data/nextcloud/lib/private/Template/Base.php","line":179,"args":["/data/nextcloud/core/templates/layout.guest.php"],"function":"include"},{"file":"/data/nextcloud/lib/private/Template/Base.php","line":151,"function":"load","class":"OC\\Template\\Base","type":"->","args":["/data/nextcloud/core/templates/layout.guest.php",null]},{"file":"/data/nextcloud/lib/private/legacy/template.php","line":181,"function":"fetchPage","class":"OC\\Template\\Base","type":"->","args":[null]},{"file":"/data/nextcloud/lib/private/legacy/template.php","line":212,"function":"fetchPage","class":"OC_Template","type":"->","args":[null]},{"file":"/data/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->","args":[]},{"file":"/data/nextcloud/lib/private/legacy/template.php","line":300,"function":"printPage","class":"OC\\Template\\Base","type":"->","args":[]},{"file":"/data/nextcloud/remote.php","line":82,"function":"printErrorPage","class":"OC_Template","type":"::","args":["App not installed: ","",0]},{"file":"/data/nextcloud/remote.php","line":168,"function":"handleException","args":[{"__class__":"RemoteException"}]}],"File":"/data/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":144,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36","version":"18.0.3.0"}
{"reqId":"X-lkBTeeLLgBvb5MSrczuwAAAFQ","level":3,"time":"2021-01-09T08:06:29+00:00","remoteAddr":"193.118.53.210","user":"--","app":"no app in context","method":"GET","url":"/remote/login","message":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"nextcloudpi.page.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/data/nextcloud/lib/private/Route/Router.php","line":339,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->","args":["nextcloudpi.page.index",[],1]},{"file":"/data/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->","args":["nextcloudpi.page.index",[],false]},{"file":"/data/nextcloud/lib/private/URLGenerator.php","line":82,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->","args":["nextcloudpi.page.index",[]]},{"file":"/data/nextcloud/lib/private/NavigationManager.php","line":293,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->","args":["nextcloudpi.page.index"]},{"file":"/data/nextcloud/lib/private/NavigationManager.php","line":114,"function":"init","class":"OC\\NavigationManager","type":"->","args":[]},{"file":"/data/nextcloud/apps/theming/lib/ThemingDefaults.php","line":182,"function":"getAll","class":"OC\\NavigationManager","type":"->","args":["guest"]},{"file":"/data/nextcloud/lib/private/legacy/defaults.php","line":263,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->","args":[]},{"file":"/data/nextcloud/lib/public/Defaults.php","line":169,"function":"getLongFooter","class":"OC_Defaults","type":"->","args":[]},{"file":"/data/nextcloud/core/templates/layout.guest.php","line":55,"function":"getLongFooter","class":"OCP\\Defaults","type":"->","args":[]},{"file":"/data/nextcloud/lib/private/Template/Base.php","line":179,"args":["/data/nextcloud/core/templates/layout.guest.php"],"function":"include"},{"file":"/data/nextcloud/lib/private/Template/Base.php","line":151,"function":"load","class":"OC\\Template\\Base","type":"->","args":["/data/nextcloud/core/templates/layout.guest.php",null]},{"file":"/data/nextcloud/lib/private/legacy/template.php","line":181,"function":"fetchPage","class":"OC\\Template\\Base","type":"->","args":[null]},{"file":"/data/nextcloud/lib/private/legacy/template.php","line":212,"function":"fetchPage","class":"OC_Template","type":"->","args":[null]},{"file":"/data/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->","args":[]},{"file":"/data/nextcloud/lib/private/legacy/template.php","line":300,"function":"printPage","class":"OC\\Template\\Base","type":"->","args":[]},{"file":"/data/nextcloud/remote.php","line":82,"function":"printErrorPage","class":"OC_Template","type":"::","args":["App not installed: ","",0]},{"file":"/data/nextcloud/remote.php","line":168,"function":"handleException","args":[{"__class__":"RemoteException"}]}],"File":"/data/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":144,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36","version":"18.0.3.0"}
{"reqId":"X-lkBTeeLLgBvb5MSrczuwAAAFQ","level":3,"time":"2021-01-09T08:06:29+00:00","remoteAddr":"193.118.53.210","user":"--","app":"no app in context","method":"GET","url":"/remote/login","message":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"photos.page.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/data/nextcloud/lib/private/Route/Router.php","line":339,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->","args":["photos.page.index",[],1]},{"file":"/data/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->","args":["photos.page.index",[],false]},{"file":"/data/nextcloud/lib/private/URLGenerator.php","line":82,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->","args":["photos.page.index",[]]},{"file":"/data/nextcloud/lib/private/NavigationManager.php","line":293,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->","args":["photos.page.index"]},{"file":"/data/nextcloud/lib/private/NavigationManager.php","line":114,"function":"init","class":"OC\\NavigationManager","type":"->","args":[]},{"file":"/data/nextcloud/apps/theming/lib/ThemingDefaults.php","line":182,"function":"getAll","class":"OC\\NavigationManager","type":"->","args":["guest"]},{"file":"/data/nextcloud/lib/private/legacy/defaults.php","line":263,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->","args":[]},{"file":"/data/nextcloud/lib/public/Defaults.php","line":169,"function":"getLongFooter","class":"OC_Defaults","type":"->","args":[]},{"file":"/data/nextcloud/core/templates/layout.guest.php","line":55,"function":"getLongFooter","class":"OCP\\Defaults","type":"->","args":[]},{"file":"/data/nextcloud/lib/private/Template/Base.php","line":179,"args":["/data/nextcloud/core/templates/layout.guest.php"],"function":"include"},{"file":"/data/nextcloud/lib/private/Template/Base.php","line":151,"function":"load","class":"OC\\Template\\Base","type":"->","args":["/data/nextcloud/core/templates/layout.guest.php",null]},{"file":"/data/nextcloud/lib/private/legacy/template.php","line":181,"function":"fetchPage","class":"OC\\Template\\Base","type":"->","args":[null]},{"file":"/data/nextcloud/lib/private/legacy/template.php","line":212,"function":"fetchPage","class":"OC_Template","type":"->","args":[null]},{"file":"/data/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->","args":[]},{"file":"/data/nextcloud/lib/private/legacy/template.php","line":300,"function":"printPage","class":"OC\\Template\\Base","type":"->","args":[]},{"file":"/data/nextcloud/remote.php","line":82,"function":"printErrorPage","class":"OC_Template","type":"::","args":["App not installed: ","",0]},{"file":"/data/nextcloud/remote.php","line":168,"function":"handleException","args":[{"__class__":"RemoteException"}]}],"File":"/data/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":144,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36","version":"18.0.3.0"}
{"reqId":"X-lkBTeeLLgBvb5MSrczuwAAAFQ","level":3,"time":"2021-01-09T08:06:29+00:00","remoteAddr":"193.118.53.210","user":"--","app":"no app in context","method":"GET","url":"/remote/login","message":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"tasks.page.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/data/nextcloud/lib/private/Route/Router.php","line":339,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->","args":["tasks.page.index",[],1]},{"file":"/data/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->","args":["tasks.page.index",[],false]},{"file":"/data/nextcloud/lib/private/URLGenerator.php","line":82,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->","args":["tasks.page.index",[]]},{"file":"/data/nextcloud/lib/private/NavigationManager.php","line":293,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->","args":["tasks.page.index"]},{"file":"/data/nextcloud/lib/private/NavigationManager.php","line":114,"function":"init","class":"OC\\NavigationManager","type":"->","args":[]},{"file":"/data/nextcloud/apps/theming/lib/ThemingDefaults.php","line":182,"function":"getAll","class":"OC\\NavigationManager","type":"->","args":["guest"]},{"file":"/data/nextcloud/lib/private/legacy/defaults.php","line":263,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->","args":[]},{"file":"/data/nextcloud/lib/public/Defaults.php","line":169,"function":"getLongFooter","class":"OC_Defaults","type":"->","args":[]},{"file":"/data/nextcloud/core/templates/layout.guest.php","line":55,"function":"getLongFooter","class":"OCP\\Defaults","type":"->","args":[]},{"file":"/data/nextcloud/lib/private/Template/Base.php","line":179,"args":["/data/nextcloud/core/templates/layout.guest.php"],"function":"include"},{"file":"/data/nextcloud/lib/private/Template/Base.php","line":151,"function":"load","class":"OC\\Template\\Base","type":"->","args":["/data/nextcloud/core/templates/layout.guest.php",null]},{"file":"/data/nextcloud/lib/private/legacy/template.php","line":181,"function":"fetchPage","class":"OC\\Template\\Base","type":"->","args":[null]},{"file":"/data/nextcloud/lib/private/legacy/template.php","line":212,"function":"fetchPage","class":"OC_Template","type":"->","args":[null]},{"file":"/data/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->","args":[]},{"file":"/data/nextcloud/lib/private/legacy/template.php","line":300,"function":"printPage","class":"OC\\Template\\Base","type":"->","args":[]},{"file":"/data/nextcloud/remote.php","line":82,"function":"printErrorPage","class":"OC_Template","type":"::","args":["App not installed: ","",0]},{"file":"/data/nextcloud/remote.php","line":168,"function":"handleException","args":[{"__class__":"RemoteException"}]}],"File":"/data/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":144,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36","version":"18.0.3.0"}
{"reqId":"z8jpOieaRnrhNH8qb4H5","level":2,"time":"2021-01-09T15:15:12+00:00","remoteAddr":"","user":"--","app":"appstoreFetcher","method":"","url":"--","message":"Could not connect to appstore: cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)","userAgent":"--","version":"18.0.3.0"}
{"reqId":"Zbj3o69zCdRy0JnL9XlS","level":2,"time":"2021-01-11T15:30:12+00:00","remoteAddr":"","user":"--","app":"appstoreFetcher","method":"","url":"--","message":"Could not connect to appstore: cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)","userAgent":"--","version":"18.0.3.0"}
{"reqId":"tbQCJSwWKBTqksLmuLAb","level":3,"time":"2021-01-12T02:00:37+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"getimagesize(): corrupt JPEG data: 1280 extraneous bytes before marker at /data/nextcloud/lib/private/legacy/image.php#558","userAgent":"--","version":"18.0.3.0"}
{"reqId":"SsZkMjvl6Vv1iOCXOQue","level":2,"time":"2021-01-12T15:30:20+00:00","remoteAddr":"","user":"--","app":"appstoreFetcher","method":"","url":"--","message":"Could not connect to appstore: cURL error 28: Operation timed out after 10000 milliseconds with 588724 out of 6342790 bytes received (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)","userAgent":"--","version":"18.0.3.0"}
{"reqId":"0f9aNVxZne2cHgUPYvJo","level":2,"time":"2021-01-13T15:45:17+00:00","remoteAddr":"","user":"--","app":"appstoreFetcher","method":"","url":"--","message":"Could not connect to appstore: cURL error 28: Operation timed out after 10001 milliseconds with 6339364 out of 6349012 bytes received (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)","userAgent":"--","version":"18.0.3.0"}
{"reqId":"X-8tcKtqqFdpUa8tVfKUBgAAEh8","level":3,"time":"2021-01-13T17:27:18+00:00","remoteAddr":"192.168.1.1","user":"ncp","app":"PHP","method":"POST","url":"/settings/apps/enable","message":"Cannot declare class OCA\\Talk\\Migration\\Version2000Date20170707093535, because the name is already in use at /data/nextcloud/apps/spreed/lib/Migration/Version2000Date20170707093535.php#127","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:84.0) Gecko/20100101 Firefox/84.0","version":"18.0.3.0"}
{"reqId":"X-81MzF2YOCqZccRcPyY2QAAAEM","level":3,"time":"2021-01-13T18:00:19+00:00","remoteAddr":"46.223.163.26","user":"--","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/Lukas/","message":"RedisException: NOAUTH Authentication required. at /data/nextcloud/lib/private/Memcache/Redis.php#54","userAgent":"Mozilla/5.0 (Windows) mirall/3.0.3stable-Win64 (build 20201029) (Nextcloud)","version":"18.0.3.0"}
{"reqId":"X-88cjF2YOCqZccRcPybSQAATxE","level":3,"time":"2021-01-13T18:31:16+00:00","remoteAddr":"178.195.160.63","user":"--","app":"no app in context","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v1/signaling/j8qmmbcc","message":{"Exception":"Doctrine\\DBAL\\Exception\\DeadlockException","Message":"An exception occurred while executing 'UPDATE `oc_talk_participants` SET `last_ping` = ? WHERE (`user_id` = ?) AND (`session_id` = ?) AND (`room_id` = ?)' with params [1610562676, \"\", \"foGaoITCjnbUawuNjSLv89fjV5yPZruJxQITgRIoarIR0vGR2X1XjgV+pyBDSh9AZJQI+CXuMCXpxRAu1aErko\\/F6EKMPg4OTm+dKM97MvNIURjnbxRxeb3xJkI6BCviz5oYeBZ5HCDnHmKVPWuEVyuIKVHrMfsRnGUQ+q1j3HirV5EVo1gAeOiuKezState8a\\/Tw0iMu5mlywg7qSNwEdVLmi5HALrg8cul99FTTl7hlSME4dt6IiPCZs5nyry\", 5]:\n\nSQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction","Code":0,"Trace":[{"file":"/data/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php","line":169,"function":"convertException","class":"Doctrine\\DBAL\\Driver\\AbstractMySQLDriver","type":"->","args":["An exception occurred while executing 'UPDATE `oc_talk_participants` SET `last_ping` = ? WHERE (`user_id` = ?) AND (`session_id` = ?) AND (`room_id` = ?)' with params [1610562676, \"\", \"foGaoITCjnbUawuNjSLv89fjV5yPZruJxQITgRIoarIR0vGR2X1XjgV+pyBDSh9AZJQI+CXuMCXpxRAu1aErko\\/F6EKMPg4OTm+dKM97MvNIURjnbxRxeb3xJkI6BCviz5oYeBZ5HCDnHmKVPWuEVyuIKVHrMfsRnGUQ+q1j3HirV5EVo1gAeOiuKezState8a\\/Tw0iMu5mlywg7qSNwEdVLmi5HALrg8cul99FTTl7hlSME4dt6IiPCZs5nyry\", 5]:\n\nSQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction",{"errorInfo":["40001",1213,"Deadlock found when trying to get lock; try restarting transaction"],"__class__":"Doctrine\\DBAL\\Driver\\PDOException"}]},{"file":"/data/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php","line":145,"function":"wrapException","class":"Doctrine\\DBAL\\DBALException","type":"::","args":[{"__class__":"Doctrine\\DBAL\\Driver\\PDOMySql\\Driver"},{"errorInfo":["40001",1213,"Deadlock found when trying to get lock; try restarting transaction"],"__class__":"Doctrine\\DBAL\\Driver\\PDOException"},"An exception occurred while executing 'UPDATE `oc_talk_participants` SET `last_ping` = ? WHERE (`user_id` = ?) AND (`session_id` = ?) AND (`room_id` = ?)' with params [1610562676, \"\", \"foGaoITCjnbUawuNjSLv89fjV5yPZruJxQITgRIoarIR0vGR2X1XjgV+pyBDSh9AZJQI+CXuMCXpxRAu1aErko\\/F6EKMPg4OTm+dKM97MvNIURjnbxRxeb3xJkI6BCviz5oYeBZ5HCDnHmKVPWuEVyuIKVHrMfsRnGUQ+q1j3HirV5EVo1gAeOiuKezState8a\\/Tw0iMu5mlywg7qSNwEdVLmi5HALrg8cul99FTTl7hlSME4dt6IiPCZs5nyry\", 5]:\n\nSQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction"]},{"file":"/data/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php","line":1063,"function":"driverExceptionDuringQuery","class":"Doctrine\\DBAL\\DBALException","type":"::","args":[{"__class__":"Doctrine\\DBAL\\Driver\\PDOMySql\\Driver"},{"errorInfo":["40001",1213,"Deadlock found when trying to get lock; try restarting transaction"],"__class__":"Doctrine\\DBAL\\Driver\\PDOException"},"UPDATE `oc_talk_participants` SET `last_ping` = ? WHERE (`user_id` = ?) AND (`session_id` = ?) AND (`room_id` = ?)",{"1":1610562676,"2":"","3":"foGaoITCjnbUawuNjSLv89fjV5yPZruJxQITgRIoarIR0vGR2X1XjgV+pyBDSh9AZJQI+CXuMCXpxRAu1aErko/F6EKMPg4OTm+dKM97MvNIURjnbxRxeb3xJkI6BCviz5oYeBZ5HCDnHmKVPWuEVyuIKVHrMfsRnGUQ+q1j3HirV5EVo1gAeOiuKezState8a/Tw0iMu5mlywg7qSNwEdVLmi5HALrg8cul99FTTl7hlSME4dt6IiPCZs5nyry","4":5}]},{"file":"/data/nextcloud/lib/private/DB/Connection.php","line":220,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->","args":["UPDATE `oc_talk_participants` SET `last_ping` = ? WHERE (`user_id` = ?) AND (`session_id` = ?) AND (`room_id` = ?)",[1610562676,"","foGaoITCjnbUawuNjSLv89fjV5yPZruJxQITgRIoarIR0vGR2X1XjgV+pyBDSh9AZJQI+CXuMCXpxRAu1aErko/F6EKMPg4OTm+dKM97MvNIURjnbxRxeb3xJkI6BCviz5oYeBZ5HCDnHmKVPWuEVyuIKVHrMfsRnGUQ+q1j3HirV5EVo1gAeOiuKezState8a/Tw0iMu5mlywg7qSNwEdVLmi5HALrg8cul99FTTl7hlSME4dt6IiPCZs5nyry",5],[1,2,2,1]]},{"file":"/data/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php","line":203,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->","args":["UPDATE `oc_talk_participants` SET `last_ping` = :dcValue1 WHERE (`user_id` = :dcValue2) AND (`session_id` = :dcValue3) AND (`room_id` = :dcValue4)",{"dcValue1":1610562676,"dcValue2":"","dcValue3":"foGaoITCjnbUawuNjSLv89fjV5yPZruJxQITgRIoarIR0vGR2X1XjgV+pyBDSh9AZJQI+CXuMCXpxRAu1aErko/F6EKMPg4OTm+dKM97MvNIURjnbxRxeb3xJkI6BCviz5oYeBZ5HCDnHmKVPWuEVyuIKVHrMfsRnGUQ+q1j3HirV5EVo1gAeOiuKezState8a/Tw0iMu5mlywg7qSNwEdVLmi5HALrg8cul99FTTl7hlSME4dt6IiPCZs5nyry","dcValue4":5},{"dcValue1":1,"dcValue2":2,"dcValue3":2,"dcValue4":1}]},{"file":"/data/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":215,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->","args":[]},{"file":"/data/nextcloud/apps/spreed/lib/Room.php","line":1241,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->","args":[]},{"file":"/data/nextcloud/apps/spreed/lib/Controller/SignalingController.php","line":170,"function":"ping","class":"OCA\\Talk\\Room","type":"->","args":[null,"foGaoITCjnbUawuNjSLv89fjV5yPZruJxQITgRIoarIR0vGR2X1XjgV+pyBDSh9AZJQI+CXuMCXpxRAu1aErko/F6EKMPg4OTm+dKM97MvNIURjnbxRxeb3xJkI6BCviz5oYeBZ5HCDnHmKVPWuEVyuIKVHrMfsRnGUQ+q1j3HirV5EVo1gAeOiuKezState8a/Tw0iMu5mlywg7qSNwEdVLmi5HALrg8cul99FTTl7hlSME4dt6IiPCZs5nyry",1610562676]},{"file":"/data/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":170,"function":"pullMessages","class":"OCA\\Talk\\Controller\\SignalingController","type":"->","args":["j8qmmbcc"]},{"file":"/data/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":99,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Talk\\Controller\\SignalingController"},"pullMessages"]},{"file":"/data/nextcloud/lib/private/AppFramework/App.php","line":125,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Talk\\Controller\\SignalingController"},"pullMessages"]},{"file":"/data/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php","line":47,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Talk\\Controller\\SignalingController","pullMessages",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"apiVersion":"v1","token":"j8qmmbcc","_route":"ocs.spreed.Signaling.pullMessages"}]},{"function":"__invoke","class":"OC\\AppFramework\\Routing\\RouteActionHandler","type":"->","args":[{"apiVersion":"v1","token":"j8qmmbcc","_route":"ocs.spreed.Signaling.pullMessages"}]},{"file":"/data/nextcloud/lib/private/Route/Router.php","line":299,"function":"call_user_func","args":[{"__class__":"OC\\AppFramework\\Routing\\RouteActionHandler"},{"apiVersion":"v1","token":"j8qmmbcc","_route":"ocs.spreed.Signaling.pullMessages"}]},{"file":"/data/nextcloud/ocs/v1.php","line":82,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/ocsapp/apps/spreed/api/v1/signaling/j8qmmbcc"]},{"file":"/data/nextcloud/ocs/v2.php","line":24,"args":["/data/nextcloud/ocs/v1.php"],"function":"require_once"}],"File":"/data/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php","Line":34,"Previous":{"Exception":"Doctrine\\DBAL\\Driver\\PDOException","Message":"SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction","Code":"40001","Trace":[{"file":"/data/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php","line":1054,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDOStatement","type":"->","args":[]},{"file":"/data/nextcloud/lib/private/DB/Connection.php","line":220,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->","args":["UPDATE `oc_talk_participants` SET `last_ping` = ? WHERE (`user_id` = ?) AND (`session_id` = ?) AND (`room_id` = ?)",[1610562676,"","foGaoITCjnbUawuNjSLv89fjV5yPZruJxQITgRIoarIR0vGR2X1XjgV+pyBDSh9AZJQI+CXuMCXpxRAu1aErko/F6EKMPg4OTm+dKM97MvNIURjnbxRxeb3xJkI6BCviz5oYeBZ5HCDnHmKVPWuEVyuIKVHrMfsRnGUQ+q1j3HirV5EVo1gAeOiuKezState8a/Tw0iMu5mlywg7qSNwEdVLmi5HALrg8cul99FTTl7hlSME4dt6IiPCZs5nyry",5],[1,2,2,1]]},{"file":"/data/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php","line":203,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->","args":["UPDATE `oc_talk_participants` SET `last_ping` = :dcValue1 WHERE (`user_id` = :dcValue2) AND (`session_id` = :dcValue3) AND (`room_id` = :dcValue4)",{"dcValue1":1610562676,"dcValue2":"","dcValue3":"foGaoITCjnbUawuNjSLv89fjV5yPZruJxQITgRIoarIR0vGR2X1XjgV+pyBDSh9AZJQI+CXuMCXpxRAu1aErko/F6EKMPg4OTm+dKM97MvNIURjnbxRxeb3xJkI6BCviz5oYeBZ5HCDnHmKVPWuEVyuIKVHrMfsRnGUQ+q1j3HirV5EVo1gAeOiuKezState8a/Tw0iMu5mlywg7qSNwEdVLmi5HALrg8cul99FTTl7hlSME4dt6IiPCZs5nyry","dcValue4":5},{"dcValue1":1,"dcValue2":2,"dcValue3":2,"dcValue4":1}]},{"file":"/data/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":215,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->","args":[]},{"file":"/data/nextcloud/apps/spreed/lib/Room.php","line":1241,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->","args":[]},{"file":"/data/nextcloud/apps/spreed/lib/Controller/SignalingController.php","line":170,"function":"ping","class":"OCA\\Talk\\Room","type":"->","args":[null,"foGaoITCjnbUawuNjSLv89fjV5yPZruJxQITgRIoarIR0vGR2X1XjgV+pyBDSh9AZJQI+CXuMCXpxRAu1aErko/F6EKMPg4OTm+dKM97MvNIURjnbxRxeb3xJkI6BCviz5oYeBZ5HCDnHmKVPWuEVyuIKVHrMfsRnGUQ+q1j3HirV5EVo1gAeOiuKezState8a/Tw0iMu5mlywg7qSNwEdVLmi5HALrg8cul99FTTl7hlSME4dt6IiPCZs5nyry",1610562676]},{"file":"/data/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":170,"function":"pullMessages","class":"OCA\\Talk\\Controller\\SignalingController","type":"->","args":["j8qmmbcc"]},{"file":"/data/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":99,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Talk\\Controller\\SignalingController"},"pullMessages"]},{"file":"/data/nextcloud/lib/private/AppFramework/App.php","line":125,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Talk\\Controller\\SignalingController"},"pullMessages"]},{"file":"/data/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php","line":47,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Talk\\Controller\\SignalingController","pullMessages",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"apiVersion":"v1","token":"j8qmmbcc","_route":"ocs.spreed.Signaling.pullMessages"}]},{"function":"__invoke","class":"OC\\AppFramework\\Routing\\RouteActionHandler","type":"->","args":[{"apiVersion":"v1","token":"j8qmmbcc","_route":"ocs.spreed.Signaling.pullMessages"}]},{"file":"/data/nextcloud/lib/private/Route/Router.php","line":299,"function":"call_user_func","args":[{"__class__":"OC\\AppFramework\\Routing\\RouteActionHandler"},{"apiVersion":"v1","token":"j8qmmbcc","_route":"ocs.spreed.Signaling.pullMessages"}]},{"file":"/data/nextcloud/ocs/v1.php","line":82,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/ocsapp/apps/spreed/api/v1/signaling/j8qmmbcc"]},{"file":"/data/nextcloud/ocs/v2.php","line":24,"args":["/data/nextcloud/ocs/v1.php"],"function":"require_once"}],"File":"/data/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php","Line":119,"Previous":{"Exception":"PDOException","Message":"SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction","Code":"40001","Trace":[{"file":"/data/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php","line":117,"function":"execute","class":"PDOStatement","type":"->","args":[null]},{"file":"/data/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php","line":1054,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDOStatement","type":"->","args":[]},{"file":"/data/nextcloud/lib/private/DB/Connection.php","line":220,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->","args":["UPDATE `oc_talk_participants` SET `last_ping` = ? WHERE (`user_id` = ?) AND (`session_id` = ?) AND (`room_id` = ?)",[1610562676,"","foGaoITCjnbUawuNjSLv89fjV5yPZruJxQITgRIoarIR0vGR2X1XjgV+pyBDSh9AZJQI+CXuMCXpxRAu1aErko/F6EKMPg4OTm+dKM97MvNIURjnbxRxeb3xJkI6BCviz5oYeBZ5HCDnHmKVPWuEVyuIKVHrMfsRnGUQ+q1j3HirV5EVo1gAeOiuKezState8a/Tw0iMu5mlywg7qSNwEdVLmi5HALrg8cul99FTTl7hlSME4dt6IiPCZs5nyry",5],[1,2,2,1]]},{"file":"/data/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php","line":203,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->","args":["UPDATE `oc_talk_participants` SET `last_ping` = :dcValue1 WHERE (`user_id` = :dcValue2) AND (`session_id` = :dcValue3) AND (`room_id` = :dcValue4)",{"dcValue1":1610562676,"dcValue2":"","dcValue3":"foGaoITCjnbUawuNjSLv89fjV5yPZruJxQITgRIoarIR0vGR2X1XjgV+pyBDSh9AZJQI+CXuMCXpxRAu1aErko/F6EKMPg4OTm+dKM97MvNIURjnbxRxeb3xJkI6BCviz5oYeBZ5HCDnHmKVPWuEVyuIKVHrMfsRnGUQ+q1j3HirV5EVo1gAeOiuKezState8a/Tw0iMu5mlywg7qSNwEdVLmi5HALrg8cul99FTTl7hlSME4dt6IiPCZs5nyry","dcValue4":5},{"dcValue1":1,"dcValue2":2,"dcValue3":2,"dcValue4":1}]},{"file":"/data/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":215,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->","args":[]},{"file":"/data/nextcloud/apps/spreed/lib/Room.php","line":1241,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->","args":[]},{"file":"/data/nextcloud/apps/spreed/lib/Controller/SignalingController.php","line":170,"function":"ping","class":"OCA\\Talk\\Room","type":"->","args":[null,"foGaoITCjnbUawuNjSLv89fjV5yPZruJxQITgRIoarIR0vGR2X1XjgV+pyBDSh9AZJQI+CXuMCXpxRAu1aErko/F6EKMPg4OTm+dKM97MvNIURjnbxRxeb3xJkI6BCviz5oYeBZ5HCDnHmKVPWuEVyuIKVHrMfsRnGUQ+q1j3HirV5EVo1gAeOiuKezState8a/Tw0iMu5mlywg7qSNwEdVLmi5HALrg8cul99FTTl7hlSME4dt6IiPCZs5nyry",1610562676]},{"file":"/data/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":170,"function":"pullMessages","class":"OCA\\Talk\\Controller\\SignalingController","type":"->","args":["j8qmmbcc"]},{"file":"/data/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":99,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Talk\\Controller\\SignalingController"},"pullMessages"]},{"file":"/data/nextcloud/lib/private/AppFramework/App.php","line":125,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Talk\\Controller\\SignalingController"},"pullMessages"]},{"file":"/data/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php","line":47,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Talk\\Controller\\SignalingController","pullMessages",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"apiVersion":"v1","token":"j8qmmbcc","_route":"ocs.spreed.Signaling.pullMessages"}]},{"function":"__invoke","class":"OC\\AppFramework\\Routing\\RouteActionHandler","type":"->","args":[{"apiVersion":"v1","token":"j8qmmbcc","_route":"ocs.spreed.Signaling.pullMessages"}]},{"file":"/data/nextcloud/lib/private/Route/Router.php","line":299,"function":"call_user_func","args":[{"__class__":"OC\\AppFramework\\Routing\\RouteActionHandler"},{"apiVersion":"v1","token":"j8qmmbcc","_route":"ocs.spreed.Signaling.pullMessages"}]},{"file":"/data/nextcloud/ocs/v1.php","line":82,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/ocsapp/apps/spreed/api/v1/signaling/j8qmmbcc"]},{"file":"/data/nextcloud/ocs/v2.php","line":24,"args":["/data/nextcloud/ocs/v1.php"],"function":"require_once"}],"File":"/data/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php","Line":117}},"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:84.0) Gecko/20100101 Firefox/84.0","version":"18.0.3.0"}
{"reqId":"LGg325hjfxnIfO1bXJQt","level":2,"time":"2021-01-14T16:00:28+00:00","remoteAddr":"","user":"--","app":"appstoreFetcher","method":"","url":"--","message":"Could not connect to appstore: cURL error 28: Connection timed out after 10000 milliseconds (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)","userAgent":"--","version":"18.0.3.0"}

@nachoparker
Copy link
Member

that is 30 GiB

@AlexanderNitsch
Copy link
Author

AlexanderNitsch commented Jan 19, 2021

You are right. The real issue was, that I did not mount the backup folder into my docker container when starting.
Adding a
-v /media/mypassport/backup:/backup
to the docker run command and selecting /backup in the ui solved the issue.

It's just weird, that it said "path exists".

Thank you for all your great work nachoparker :)

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

No branches or pull requests

2 participants