Ntouchable

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by Ntouchable

  1. @Jumbo_Erdnuesse Thank you very much. Your response also solved my issue. I can now boot into my W10 VM without Code 43. Still got to figure out a solution to the AMD GPU Reset bug for my AMD R7 360X, but very happy to have this working.
  2. Currently having issues with passing through an AMD R7 360X to my Windows VM. Currently the only card in my server. I am able to get a picture via RDP connection and directly via HDMI, however cannot get past Code 43. So far I have done the following: Installed AMD Drivers in Windows. Followed SpaceInvader's video on editing the XML file for multi-fuction devices. Tried multiple Vbios options, including extracting the Vbios on the card and using those. Given that everything is functioning except the for the error in Windows, it appears that this is a VM/Windows issue? I feel like I have exhausted Google at this point, so any ideas would be much appreciated 😀 Windows Error 43 & AMD Graphics Card Error VM Template XML <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' id='7'> <name>Windows 10</name> <uuid>e3023d28-37f0-acb7-89e1-e20be89dab51</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='4'/> <vcpupin vcpu='1' cpuset='16'/> <vcpupin vcpu='2' cpuset='5'/> <vcpupin vcpu='3' cpuset='17'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-7.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/e3023d28-37f0-acb7-89e1-e20be89dab51_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv mode='custom'> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='2' threads='2'/> <cache mode='passthrough'/> <feature policy='require' name='topoext'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.173-2.iso' index='2'/> <backingStore/> <target dev='hdb' bus='sata'/> <readonly/> <alias name='sata0-0-1'/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/Windows 10 - NAME/vdisk1.img' index='1'/> <backingStore/> <target dev='hdc' bus='sata'/> <boot order='1'/> <alias name='sata0-0-2'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <alias name='usb'/> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <alias name='usb'/> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'> <alias name='pcie.0'/> </controller> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x8'/> <alias name='pci.1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x9'/> <alias name='pci.2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0xa'/> <alias name='pci.3'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0xb'/> <alias name='pci.4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x3'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <interface type='bridge'> <mac address='52:54:00:a5:53:bb'/> <source bridge='br0'/> <target dev='vnet4'/> <model type='virtio-net'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/0'/> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/0'> <source path='/dev/pts/0'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-7-Windows 10/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='connected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='mouse' bus='ps2'> <alias name='input0'/> </input> <input type='keyboard' bus='ps2'> <alias name='input1'/> </input> <audio id='1' type='none'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0b' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <rom file='/mnt/user/isos/vbios/RX360.rom'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0b' slot='0x00' function='0x1'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x1'/> </hostdev> <memballoon model='none'/> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain> VM Log text error warn system array login -device '{"driver":"pcie-root-port","port":11,"chassis":4,"id":"pci.4","bus":"pcie.0","addr":"0x1.0x3"}' \ -device '{"driver":"ich9-usb-ehci1","id":"usb","bus":"pcie.0","addr":"0x7.0x7"}' \ -device '{"driver":"ich9-usb-uhci1","masterbus":"usb.0","firstport":0,"bus":"pcie.0","multifunction":true,"addr":"0x7"}' \ -device '{"driver":"ich9-usb-uhci2","masterbus":"usb.0","firstport":2,"bus":"pcie.0","addr":"0x7.0x1"}' \ -device '{"driver":"ich9-usb-uhci3","masterbus":"usb.0","firstport":4,"bus":"pcie.0","addr":"0x7.0x2"}' \ -device '{"driver":"virtio-serial-pci","id":"virtio-serial0","bus":"pci.2","addr":"0x0"}' \ -blockdev '{"driver":"file","filename":"/mnt/user/isos/virtio-win-0.1.173-2.iso","node-name":"libvirt-2-storage","auto-read-only":true,"discard":"unmap"}' \ -blockdev '{"node-name":"libvirt-2-format","read-only":true,"driver":"raw","file":"libvirt-2-storage"}' \ -device '{"driver":"ide-cd","bus":"ide.1","drive":"libvirt-2-format","id":"sata0-0-1"}' \ -blockdev '{"driver":"file","filename":"/mnt/user/domains/Windows 10 - NAME/vdisk1.img","node-name":"libvirt-1-storage","cache":{"direct":false,"no-flush":false},"auto-read-only":true,"discard":"unmap"}' \ -blockdev '{"node-name":"libvirt-1-format","read-only":false,"cache":{"direct":false,"no-flush":false},"driver":"raw","file":"libvirt-1-storage"}' \ -device '{"driver":"ide-hd","bus":"ide.2","drive":"libvirt-1-format","id":"sata0-0-2","bootindex":1,"write-cache":"on"}' \ -netdev tap,fd=36,id=hostnet0 \ -device '{"driver":"virtio-net","netdev":"hostnet0","id":"net0","mac":"52:54:00:a5:53:bb","bus":"pci.1","addr":"0x0"}' \ -chardev pty,id=charserial0 \ -device '{"driver":"isa-serial","chardev":"charserial0","id":"serial0","index":0}' \ -chardev socket,id=charchannel0,fd=34,server=on,wait=off \ -device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":1,"chardev":"charchannel0","id":"channel0","name":"org.qemu.guest_agent.0"}' \ -audiodev '{"id":"audio1","driver":"none"}' \ -device '{"driver":"vfio-pci","host":"0000:0b:00.0","id":"hostdev0","bus":"pci.3","multifunction":true,"addr":"0x0"}' \ -device '{"driver":"vfio-pci","host":"0000:0b:00.1","id":"hostdev1","bus":"pci.3","addr":"0x0.0x1"}' \ -sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \ -msg timestamp=on char device redirected to /dev/pts/0 (label charserial0) 2022-12-11 18:48:17.015+0000: Domain id=4 is tainted: custom-ga-command 2022-12-11 19:01:56.257+0000: Domain id=4 is tainted: custom-ga-command 2022-12-11 19:02:05.026+0000: Domain id=4 is tainted: custom-ga-command 2022-12-11 19:02:22.738+0000: Domain id=4 is tainted: custom-ga-command 2022-12-11T19:02:34.756818Z qemu-system-x86_64: terminating on signal 15 from pid 23492 (/usr/sbin/libvirtd) 2022-12-11 19:02:34.973+0000: shutting down, reason=shutdown 2022-12-21 11:14:45.293+0000: starting up libvirt version: 8.7.0, qemu version: 7.1.0, kernel: 5.19.17-Unraid, hostname: Tower LC_ALL=C \ PATH=/bin:/sbin:/usr/bin:/usr/sbin \ HOME='/var/lib/libvirt/qemu/domain-7-Windows 10' \ XDG_DATA_HOME='/var/lib/libvirt/qemu/domain-7-Windows 10/.local/share' \ XDG_CACHE_HOME='/var/lib/libvirt/qemu/domain-7-Windows 10/.cache' \ XDG_CONFIG_HOME='/var/lib/libvirt/qemu/domain-7-Windows 10/.config' \
  3. I am still having the same issue with External Storages. It seems to relate to the fact that the Docker image does not include the "php smb client": 1. Nextcloud Forum - Smbclient not installed 2. Github - Smbclient not installed in the Nextcloud Docker official image ? I have further confirmed this within the Nextcloud Documentation. Now I seem to have identified the issue, how do I get the SMB client installed for this to work? EDIT: Solution = I think my install got damaged at some point via multiple updates over the last few years. Solution was to reinstall Nextcloud and create a new database.
  4. I have had this same issue with "files_external" since upgrading past Nextcloud 21 and have been using the same fix quoted above each time I upgrade to a new version. I have since updated to Nextcloud 23.0.0 and this fix still works to get the system out of maintenance mode, such that I can access the web interface. However, "External storages" now can no longer connect to my Unraid shares and Nextcloud shows the following error. Has anyone else had this issue? {"reqId":"wOPQlpFXU3Kh1M7Ok3YO","level":3,"time":"2021-12-12T19:10:00+00:00","remoteAddr":"172.18.0.4","user":"admin","app":"index","method":"GET","url":"/apps/files_external/globalstorages/11?testOnly=true","message":"Class 'Icewind\\SMB\\BasicAuth' not found in file '/config/www/nextcloud/apps/files_external/lib/Lib/Backend/SMB.php' line 79","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"23.0.0.10","exception":{"Exception":"Exception","Message":"Class 'Icewind\\SMB\\BasicAuth' not found in file '/config/www/nextcloud/apps/files_external/lib/Lib/Backend/SMB.php' line 79","Code":0,"Trace":[{"file":"/config/www/nextcloud/lib/private/AppFramework/App.php","line":157,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":302,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/config/www/nextcloud/lib/base.php","line":1006,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","Line":158,"Previous":{"Exception":"Error","Message":"Class 'Icewind\\SMB\\BasicAuth' not found","Code":0,"Trace":[{"file":"/config/www/nextcloud/apps/files_external/lib/Controller/StoragesController.php","line":250,"function":"manipulateStorageConfig","class":"OCA\\Files_External\\Lib\\Backend\\SMB","type":"->"},{"file":"/config/www/nextcloud/apps/files_external/lib/Controller/StoragesController.php","line":264,"function":"manipulateStorageConfig","class":"OCA\\Files_External\\Controller\\StoragesController","type":"->"},{"file":"/config/www/nextcloud/apps/files_external/lib/Controller/StoragesController.php","line":346,"function":"updateStorageStatus","class":"OCA\\Files_External\\Controller\\StoragesController","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":217,"function":"show","class":"OCA\\Files_External\\Controller\\StoragesController","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":126,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppFramework/App.php","line":157,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":302,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/config/www/nextcloud/lib/base.php","line":1006,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/apps/files_external/lib/Lib/Backend/SMB.php","Line":79},"CustomMessage":"--"}} Exception: Class 'Icewind\SMB\BasicAuth' not found in file '/config/www/nextcloud/apps/files_external/lib/Lib/Backend/SMB.php' line 79 /config/www/nextcloud/lib/private/AppFramework/App.php - line 157: OC\AppFramework\Http\Dispatcher->dispatch() /config/www/nextcloud/lib/private/Route/Router.php - line 302: OC\AppFramework\App::main() /config/www/nextcloud/lib/base.php - line 1006: OC\Route\Router->match() /config/www/nextcloud/index.php - line 36: OC::handleRequest() Caused by Error: Class 'Icewind\SMB\BasicAuth' not found /config/www/nextcloud/apps/files_external/lib/Controller/StoragesController.php - line 250: OCA\Files_External\Lib\Backend\SMB->manipulateStorageConfig() /config/www/nextcloud/apps/files_external/lib/Controller/StoragesController.php - line 264: OCA\Files_External\Controller\StoragesController->manipulateStorageConfig() /config/www/nextcloud/apps/files_external/lib/Controller/StoragesController.php - line 346: OCA\Files_External\Controller\StoragesController->updateStorageStatus("*** sensiti ... *") /config/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 217: OCA\Files_External\Controller\StoragesController->show() /config/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 126: OC\AppFramework\Http\Dispatcher->executeController() /config/www/nextcloud/lib/private/AppFramework/App.php - line 157: OC\AppFramework\Http\Dispatcher->dispatch() /config/www/nextcloud/lib/private/Route/Router.php - line 302: OC\AppFramework\App::main() /config/www/nextcloud/lib/base.php - line 1006: OC\Route\Router->match() /config/www/nextcloud/index.php - line 36: OC::handleRequest()
  5. Recently updated from version 21 to version 23 however the upgrade command keeps getting stuck. Any ideas what the log file is means? {"reqId":"6mAug6EVEBoaYfOdXLbS","level":0,"time":"2021-12-09T19:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Update required, skipping cron","userAgent":"--","version":"22.2.3.0"} {"reqId":"t0TCYd2ifo1DWqJvAzqO","level":1,"time":"2021-12-09T19:35:45+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"--","version":"22.2.3.0"} {"reqId":"t0TCYd2ifo1DWqJvAzqO","level":1,"time":"2021-12-09T19:35:45+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"Deprecated event type for \\OC\\Repair::info: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"--","version":"22.2.3.0"} {"reqId":"t0TCYd2ifo1DWqJvAzqO","level":1,"time":"2021-12-09T19:35:45+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"--","version":"22.2.3.0"} {"reqId":"nMvhV41PB9fg7VGYkrZa","level":1,"time":"2021-12-09T19:38:01+00:00","remoteAddr":"172.18.0.5","user":"--","app":"no app in context","method":"GET","url":"/csrftoken","message":"Unable to generate a URL for the named route \"ocs.files.DirectEditing.info\" as such route does not exist.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"22.2.3.0","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"ocs.files.DirectEditing.info\" as such route does not exist.","Code":0,"Trace":[{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":107,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/config/www/nextcloud/apps/files/lib/Capabilities.php","line":71,"function":"linkToOCSRouteAbsolute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/CapabilitiesManager.php","line":69,"function":"getCapabilities","class":"OCA\\Files\\Capabilities","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":190,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":234,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":297,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"}} {"reqId":"nMvhV41PB9fg7VGYkrZa","level":1,"time":"2021-12-09T19:38:01+00:00","remoteAddr":"172.18.0.5","user":"--","app":"no app in context","method":"GET","url":"/csrftoken","message":"Unable to generate a URL for the named route \"cloud_federation_api.RequestHandler.addShare\" as such route does not exist.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"22.2.3.0","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"cloud_federation_api.RequestHandler.addShare\" as such route does not exist.","Code":0,"Trace":[{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":91,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":103,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/apps/cloud_federation_api/lib/Capabilities.php","line":44,"function":"linkToRouteAbsolute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/CapabilitiesManager.php","line":69,"function":"getCapabilities","class":"OCA\\CloudFederationAPI\\Capabilities","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":190,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":234,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":297,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"}} {"reqId":"nMvhV41PB9fg7VGYkrZa","level":1,"time":"2021-12-09T19:38:01+00:00","remoteAddr":"172.18.0.5","user":"--","app":"no app in context","method":"GET","url":"/csrftoken","message":"Unable to generate a URL for the named route \"ocs.password_policy.API.generate\" as such route does not exist.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"22.2.3.0","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"ocs.password_policy.API.generate\" as such route does not exist.","Code":0,"Trace":[{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":107,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/config/www/nextcloud/apps/password_policy/lib/Capabilities.php","line":58,"function":"linkToOCSRouteAbsolute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/CapabilitiesManager.php","line":69,"function":"getCapabilities","class":"OCA\\Password_Policy\\Capabilities","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":190,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":234,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":297,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"}} {"reqId":"nMvhV41PB9fg7VGYkrZa","level":1,"time":"2021-12-09T19:38:01+00:00","remoteAddr":"172.18.0.5","user":"--","app":"no app in context","method":"GET","url":"/csrftoken","message":"Unable to generate a URL for the named route \"ocs.password_policy.API.validate\" as such route does not exist.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"22.2.3.0","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"ocs.password_policy.API.validate\" as such route does not exist.","Code":0,"Trace":[{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":107,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/config/www/nextcloud/apps/password_policy/lib/Capabilities.php","line":59,"function":"linkToOCSRouteAbsolute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/CapabilitiesManager.php","line":69,"function":"getCapabilities","class":"OCA\\Password_Policy\\Capabilities","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":190,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":234,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":297,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"}} {"reqId":"nMvhV41PB9fg7VGYkrZa","level":1,"time":"2021-12-09T19:38:01+00:00","remoteAddr":"172.18.0.5","user":"--","app":"no app in context","method":"GET","url":"/csrftoken","message":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"22.2.3.0","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist.","Code":0,"Trace":[{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":91,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":287,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":194,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/lib/public/Defaults.php","line":168,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":304,"function":"getShortFooter","class":"OCP\\Defaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":234,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":297,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"}} {"reqId":"nMvhV41PB9fg7VGYkrZa","level":1,"time":"2021-12-09T19:38:01+00:00","remoteAddr":"172.18.0.5","user":"--","app":"no app in context","method":"GET","url":"/csrftoken","message":"Unable to generate a URL for the named route \"calendar.view.index\" as such route does not exist.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"22.2.3.0","exception":{"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":"/config/www/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":91,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":287,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":194,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/lib/public/Defaults.php","line":168,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":304,"function":"getShortFooter","class":"OCP\\Defaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":234,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":297,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"}} {"reqId":"nMvhV41PB9fg7VGYkrZa","level":1,"time":"2021-12-09T19:38:01+00:00","remoteAddr":"172.18.0.5","user":"--","app":"no app in context","method":"GET","url":"/csrftoken","message":"Unable to generate a URL for the named route \"contacts.page.index\" as such route does not exist.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"22.2.3.0","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"contacts.page.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":91,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":287,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":194,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/lib/public/Defaults.php","line":168,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":304,"function":"getShortFooter","class":"OCP\\Defaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":234,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":297,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"}} {"reqId":"nMvhV41PB9fg7VGYkrZa","level":1,"time":"2021-12-09T19:38:01+00:00","remoteAddr":"172.18.0.5","user":"--","app":"no app in context","method":"GET","url":"/csrftoken","message":"Unable to generate a URL for the named route \"dashboard.dashboard.index\" as such route does not exist.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"22.2.3.0","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"dashboard.dashboard.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":91,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":287,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":194,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/lib/public/Defaults.php","line":168,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":304,"function":"getShortFooter","class":"OCP\\Defaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":234,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":297,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"}} {"reqId":"nMvhV41PB9fg7VGYkrZa","level":1,"time":"2021-12-09T19:38:01+00:00","remoteAddr":"172.18.0.5","user":"--","app":"no app in context","method":"GET","url":"/csrftoken","message":"Unable to generate a URL for the named route \"files.view.index\" as such route does not exist.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"22.2.3.0","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"files.view.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":91,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":287,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":194,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/lib/public/Defaults.php","line":168,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":304,"function":"getShortFooter","class":"OCP\\Defaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":234,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":297,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"}} {"reqId":"nMvhV41PB9fg7VGYkrZa","level":1,"time":"2021-12-09T19:38:01+00:00","remoteAddr":"172.18.0.5","user":"--","app":"no app in context","method":"GET","url":"/csrftoken","message":"Unable to generate a URL for the named route \"photos.page.index\" as such route does not exist.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"22.2.3.0","exception":{"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":"/config/www/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":91,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":287,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":194,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/lib/public/Defaults.php","line":168,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":304,"function":"getShortFooter","class":"OCP\\Defaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":234,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":297,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"}} EDIT: I can run the updater again to update from version 23 to version 23?! However it still gets stuck here: oot@ca623152790f:/# updater.phar Nextcloud Updater - version: v20.0.0beta4-11-g68fa0d4 Current version is 23.0.0. Update to Nextcloud 23.0.0 available. (channel: "stable") Following file will be downloaded automatically: https://download.nextcloud.com/server/releases/nextcloud-23.0.0.zip Open changelog ↗ Steps that will be executed: [ ] Check for expected files [ ] Check for write permissions [ ] Create backup [ ] Downloading [ ] Verify integrity [ ] Extracting [ ] Enable maintenance mode [ ] Replace entry points [ ] Delete old files [ ] Move new files in place [ ] Done Start update? [y/N] y Info: Pressing Ctrl-C will finish the currently running step and then stops the updater. [✔] Check for expected files [✔] Check for write permissions [✔] Create backup [✔] Downloading [✔] Verify integrity [✔] Extracting [✔] Enable maintenance mode [✔] Replace entry points [✔] Delete old files [✔] Move new files in place [✔] Done Update of code successful. Should the "occ upgrade" command be executed? [Y/n] y Nextcloud or one of the apps require upgrade - only a limited number of commands are available You may use your browser or the occ upgrade command to do the upgrade 2021-12-09T20:51:20+00:00 Setting log level to debug 2021-12-09T20:51:20+00:00 Repair step: Repair MySQL collation 2021-12-09T20:51:20+00:00 Repair info: All tables already have the correct collation -> nothing to do 2021-12-09T20:51:20+00:00 Repair step: Repair SQLite autoincrement 2021-12-09T20:51:20+00:00 Repair step: Copy data from accounts table when migrating from ownCloud 2021-12-09T20:51:21+00:00 Repair step: Drop account terms table when migrating from ownCloud 2021-12-09T20:51:21+00:00 Updating database schema 2021-12-09T20:51:21+00:00 Updated database 2021-12-09T20:51:23+00:00 Repair step: Repair MySQL collation 2021-12-09T20:51:23+00:00 Repair info: All tables already have the correct collation -> nothing to do 2021-12-09T20:51:23+00:00 Repair step: Repair mime types EDIT 2: I left this to run over night and it seems to have fixed itself.
  6. @gracey400 @pevo01 Looks like I am having the same issue. Have either of you managed to find a solution? I have tried restoring an older backup, but it didn't make any difference.
  7. Hi REIIU Explanation was perfect. Worked for me ... once I realised you specifically need to use the 21.0.0 files you mentioned. Thank you very much for sharing your solution. Ntouchable
  8. Updated to Nextcloud 21 yesterday through the terminal. Everything went fine and there are no errors in any of the log files. Regardless I get the following message: I have checked the logs in on the Docker Icon and the following locations: /mnt/appdata/nextcloud/log/nginx /mnt/appdata/nextcloud/log/php The console still works fine and happily accepts commands. Any ideas of what is wrong would be much appreciated.
  9. It was working back when I was on version 18 a week ago. I just tried upgrading to 20.0.6 and it doesn't seem to have made a difference (although that did fix another issue I was having). Overall it seems very odd. It isn't causing me any headaches at the moment so I might see if the next release fixes it. If not I will raise the issue on the Nextcloud forum. Appreciate your help.
  10. root@Tower:/mnt/user# ls -la total 24 drwxrwxrwx 1 nobody users 116 Jan 11 18:35 ./ drwxr-xr-x 9 root root 180 Jan 11 18:24 ../ -rw-r--r-- 1 nobody users 324 Aug 21 2018 .htaccess -rw-r--r-- 1 nobody users 0 Aug 21 2018 .ocdata drwxrwxrwx 1 nobody users 167 Jan 28 19:28 YYYY/ drwxrwxrwx 1 nobody users 157 Mar 28 2020 Backups/ drwxrwxrwx 1 nobody users 18 Jan 9 21:55 ZZZ/ drwxrwxrwx 1 nobody users 24 Jan 24 19:01 Documents/ drwxrwxrwx 1 nobody users 60 Jan 17 16:16 Downloads/ drwxrwxrwx 1 nobody users 6 Jan 11 18:29 XXXX/ drwxrwxrwx 1 nobody users 33 Nov 13 19:32 Music/ drwxrwx--- 1 nobody users 292 Nov 6 19:25 Nextcloud/ drwxrwxrwx 1 nobody users 180 Jun 26 2020 Pictures/ drwxrwxrwx 1 nobody users 4096 Nov 12 21:26 TV/ drwxrwxrwx 1 nobody users 20 Aug 19 2018 Videos/ drwxr-xr-x 1 nobody users 71 Jan 3 12:42 admin/ drwxrwxrwx 1 nobody users 178 Jan 23 17:53 appdata/ drwxr-xr-x 1 nobody users 30 Aug 21 2018 appdata_ocsnukqijq95/ drwxrwxrwx 1 nobody users 100 Dec 31 15:06 domains/ -rw-r--r-- 1 nobody users 0 Aug 21 2018 index.html drwxrwxrwx 1 nobody users 6 Dec 31 15:10 isos/ drwxrwxrwx 1 nobody users 26 Jul 14 2019 system/ root@Tower:/mnt/user/Music# ls -la total 24220 drwxrwxrwx 1 nobody users 33 Nov 13 19:32 ./ drwxrwxrwx 1 nobody users 116 Jan 11 18:35 ../ drwx------ 1 nobody users 63 Nov 20 2015 .Trash-1000/ drwxrwxrwx 1 nobody users 4096 Sep 6 2013 36\ Crazyfists/ drwxrwxrwx 1 nobody users 66 Dec 3 2011 A/ drwxrwxrwx 1 nobody users 70 Nov 2 2014 A\ Day\ to\ Remember/ drwxrwxrwx 1 nobody users 27 Nov 30 2014 AC\ DC/ drwxrwxrwx 1 nobody users 150 Oct 30 2014 Airbourne/ drwxrwxrwx 1 nobody users 4096 Sep 27 2017 Alestorm/ drwxrwxrwx 1 nobody users 4096 Aug 8 2014 Alice\ In\ Chains/ drwxrwxrwx 1 nobody users 4096 Sep 26 2017 All\ That\ Remains/ drwxrwxrwx 1 nobody users 130 Oct 30 2014 Alter\ Bridge/ drwxrwxrwx 1 nobody users 4096 Oct 12 2014 Anberlin/ drwxrwxrwx 1 nobody users 168 Nov 2 2014 Asking\ Alexandria/ drwxrwxrwx 1 nobody users 210 Dec 18 2011 Atreyu/ drwxrwxrwx 1 nobody users 93 Sep 6 2013 Attack\ Attack/ drwxrwxrwx 1 nobody users 225 Apr 3 2019 Avenged\ Sevenfold/ -rwxrwxrwx 1 nobody users 9817266 Oct 26 2014 B-Complex\ -\ Beautiful\ Lies.mp3* drwxrwxrwx 1 nobody users 76 Dec 7 2014 BCee/ drwxrwxrwx 1 nobody users 190 Jul 15 2012 Biffy\ Clyro/ drwxrwxrwx 1 nobody users 198 Oct 30 2014 Black\ Stone\ Cherry/ drwxrwxrwx 1 nobody users 4096 May 16 2017 Blind\ Guardian/ drwxrwxrwx 1 nobody users 62 Nov 2 2014 Blink\ 182/ drwxrwxrwx 1 nobody users 223 Apr 3 2019 Bliss\ n\ Eso/ drwxrwxrwx 1 nobody users 227 Nov 11 2015 Blue\ Stahli/ drwxrwxrwx 1 nobody users 222 Nov 11 2015 Breaking\ Benjamin/ drwxrwxrwx 1 nobody users 64 Nov 1 2014 Bring\ Me\ The\ Horizon/ drwxrwxrwx 1 nobody users 41 Oct 30 2014 Buckcherry/ drwxrwxrwx 1 nobody users 4096 Mar 31 2019 Bullet\ For\ My\ Valentine/ drwxrwxrwx 1 nobody users 164 Dec 1 2014 CHVRCHES/ drwxrwxrwx 1 nobody users 273 Nov 14 2013 Children\ of\ Bodom/ drwxrwxrwx 1 nobody users 4096 Apr 11 2015 Coldplay/ drwxrwxrwx 1 nobody users 55 Oct 19 2011 Crossfade/ drwxrwxrwx 1 nobody users 57 Dec 22 2012 Crystal\ Fighters/ drwxr-xr-x 1 nobody users 72 Nov 13 19:32 DMX/ drwxrwxrwx 1 nobody users 259 Dec 22 2012 Darkest\ Hour/ drwxrwxrwx 1 nobody users 4096 Oct 12 2014 Deaf\ Havana/ drwxrwxrwx 1 nobody users 257 May 21 2012 Demon\ Hunter/ drwxrwxrwx 1 nobody users 51 Sep 4 2014 Device/ drwxrwxrwx 1 nobody users 125 Jun 17 2013 Devil\ Driver/ drwxrwxrwx 1 nobody users 231 Dec 19 2011 Diamond\ Head/ drwxrwxrwx 1 nobody users 4096 Nov 16 2015 Disturbed/ drwxrwxrwx 1 nobody users 196 Sep 6 2013 Dope/ drwxrwxrwx 1 nobody users 95 Dec 18 2011 Downloads/ drwxrwxrwx 1 nobody users 64 Oct 26 2014 Dragonforce/ drwxrwxrwx 1 nobody users 248 Sep 27 2017 Dream\ Evil/ drwxrwxrwx 1 nobody users 4096 Apr 22 2015 Dream\ Theater/ drwxrwxrwx 1 nobody users 312 Dec 16 2013 Eluveitie/ drwxrwxrwx 1 nobody users 4096 Nov 21 2014 Eminem/ drwxrwxrwx 1 nobody users 246 Mar 31 2019 Enter\ Shakari/ drwxrwxrwx 1 nobody users 222 Sep 6 2013 Escape\ The\ Fate/ drwxrwxrwx 1 nobody users 291 Oct 28 2014 Evanescence/ drwxrwxrwx 1 nobody users 4096 Mar 5 2015 Feed\ Me/ drwxrwxrwx 1 nobody users 63 Sep 4 2014 Fight\ Or\ Flight/ drwxrwxrwx 1 nobody users 267 Aug 12 2014 Five\ Finger\ Death\ Punch/ drwxrwxrwx 1 nobody users 148 Dec 3 2014 Foals/ drwxrwxrwx 1 nobody users 4096 May 22 2012 Fort\ Minor\ -The\ Rising\ Tied/ drwxrwxrwx 1 nobody users 228 Sep 6 2013 Four\ Year\ Strong/ drwxrwxrwx 1 nobody users 52 Oct 19 2011 GFXLabs/ drwxrwxrwx 1 nobody users 57 Sep 6 2013 Gallows/ drwxrwxrwx 1 nobody users 75 Nov 23 2014 Green\ Day/ -rwxrwxrwx 1 nobody users 1168612 May 7 2012 HUMILIATION\ (dubstep\ song\ for\ Notch)\ by\ DJKITT3.mp3* drwxrwxrwx 1 nobody users 187 Sep 27 2017 Halestorm/ drwxrwxrwx 1 nobody users 315 Sep 6 2013 Hatebreed/ drwxrwxrwx 1 nobody users 179 Apr 22 2015 Hilltop\ Hoods/ drwxrwxrwx 1 nobody users 115 Nov 19 2017 Hollywood\ Undead/ drwxrwxrwx 1 nobody users 154 Sep 6 2013 I\ Am\ Ghost/ drwxrwxrwx 1 nobody users 271 May 3 2015 Iced\ Earth/ drwxrwxrwx 1 nobody users 4096 Oct 2 2014 Infected\ Mushroom/ drwxrwxrwx 1 nobody users 123 Nov 14 2013 Inhale\ Exhale/ drwxrwxrwx 1 nobody users 201 Sep 6 2013 Insomnium/ drwxrwxrwx 1 nobody users 4096 Dec 24 2014 Iron\ Maiden/ drwxrwxrwx 1 nobody users 59 Nov 3 2014 Jamiroquai/ drwxrwxrwx 1 nobody users 34 Nov 30 2014 Judas\ Priest/ drwxrwxrwx 1 nobody users 186 Jul 31 2015 Kid\ Rock/ drwxrwxrwx 1 nobody users 4096 Oct 5 2017 Korn/ drwxrwxrwx 1 nobody users 306 Mar 18 2012 Labyrinth/ drwxrwxr-x 1 nobody users 52 Jul 31 2015 Lagerstein/ drwxrwxrwx 1 nobody users 321 Sep 27 2017 Lamb\ Of\ God/ drwxrwxrwx 1 nobody users 86 Sep 9 2013 Led\ Zeppelin/ drwxrwxrwx 1 nobody users 177 Dec 19 2011 Limp\ Bizkit/ drwxrwxrwx 1 nobody users 251 Apr 3 2019 Lindsey\ Stirling/ drwxrwxrwx 1 nobody users 91 Apr 22 2015 Linkin\ Park/ drwxrwxrwx 1 nobody users 153 Sep 27 2017 London\ Grammar/ drwxrwxrwx 1 nobody users 157 Dec 19 2011 Lostprophets/ drwxrwxrwx 1 nobody users 64 Nov 1 2014 Lower\ Than\ Atlantis/ drwxrwxrwx 1 nobody users 4096 Sep 27 2017 Machine\ Head/ drwxrwxrwx 1 nobody users 4096 Dec 19 2011 Megadeath/ drwxrwxrwx 1 nobody users 4096 Oct 12 2014 Metallica/ drwxrwxrwx 1 nobody users 138 Nov 2 2014 Muse/ drwxrwxrwx 1 nobody users 278 May 3 2015 MusicBee/ -rwxrwxrwx 1 nobody users 10328882 Nov 30 2014 Nelly_vs_Bee_Gees-Bee_Gees_-_Stayin_Hot_Nelly_vs_Bee_Gees_.mp3* drwxrwxrwx 1 nobody users 172 Feb 22 2017 Netsky/ drwxrwxrwx 1 nobody users 10 Nov 14 2014 New\ folder/ drwxrwxrwx 1 nobody users 4096 Sep 27 2017 Nightwish/ drwxr-xr-x 1 nobody users 82 Mar 20 2017 Nine\ Lashes/ drwxrwxrwx 1 nobody users 52 Nov 30 2014 Nirvana/ drwxrwxrwx 1 nobody users 103 Oct 31 2014 P.O.D/ drwxrwxrwx 1 nobody users 4096 Sep 27 2017 Papa\ Roach/ drwxrwxrwx 1 nobody users 233 Sep 6 2013 Parkway\ Drive/ drwxrwxrwx 1 nobody users 4096 Aug 12 2014 Rammstein/ drwxrwxrwx 1 nobody users 128 Nov 14 2014 Rasmeses\ B/ drwxrwxrwx 1 nobody users 4096 Nov 2 2014 Red\ Hot\ Chili\ Peppers/ -rwxrwxrwx 1 nobody users 3339492 May 16 2012 Riding\ On\ The\ Wings\ Of\ Liberty.mp3* drwxrwxrwx 1 nobody users 135 Oct 31 2014 Rise\ Against/ drwxrwxrwx 1 nobody users 128 Nov 1 2014 Rizzle\ Kicks/ drwxrwxrwx 1 nobody users 70 Nov 17 2014 Sabaton/ drwxrwxrwx 1 nobody users 312 Nov 24 2011 Sample\ Music/ drwxrwxrwx 1 nobody users 4096 Mar 1 2015 Seether/ drwxr-xr-x 1 nobody users 98 Mar 31 2019 Selena\ Gomez/ drwxrwxrwx 1 nobody users 4096 Dec 15 2014 Sevendust/ drwxrwxrwx 1 nobody users 139 Dec 19 2011 Silverstein/ drwxrwxrwx 1 nobody users 332 Dec 3 2011 Skillet\ Discography/ drwxrwxrwx 1 nobody users 291 May 24 2019 Skindred/ drwxrwxrwx 1 nobody users 4096 Dec 19 2011 Slayer/ drwxrwxrwx 1 nobody users 210 Mar 1 2015 Slipknot/ drwxrwxrwx 1 nobody users 4096 Sep 6 2013 Solidwork/ drwxrwxrwx 1 nobody users 310 Sep 27 2017 Sonata\ Arctica/ drwxr-xr-x 1 nobody users 194 Feb 5 2019 Soundgarden/ drwxrwxrwx 1 nobody users 111 Dec 19 2011 Stone\ Sour/ drwxrwxrwx 1 nobody users 289 Dec 19 2011 Symphony\ X/ drwxrwxrwx 1 nobody users 246 Jan 24 2014 System\ of\ a\ Down/ drwxr-xr-x 1 nobody users 4096 Aug 9 20:20 Taylor\ Swift/ drwxrwxrwx 1 nobody users 154 Oct 12 2014 The\ Glitch\ Mob/ drwxrwxrwx 1 nobody users 139 Nov 1 2014 Theory\ Of\ A\ Deadman/ drwxrwxrwx 1 nobody users 28 Nov 4 2014 Thin\ Lizzy/ drwxrwxrwx 1 nobody users 303 Oct 12 2014 Thousand\ Foot\ Kruntch/ drwxrwxrwx 1 nobody users 61 Nov 2 2014 Three\ Days\ Grace/ drwxrwxrwx 1 nobody users 227 Apr 3 2019 Trivium/ drwxrwxrwx 1 nobody users 42 Feb 16 2012 Upon\ The\ Shore/ drwxrwxrwx 1 nobody users 80 Nov 2 2014 Van\ Canto/ drwxrwxrwx 1 nobody users 99 Sep 2 2014 Winds\ Of\ Plague/ drwxrwxrwx 1 nobody users 32 Feb 2 2015 aspnet_client/ -rwxrwxrwx 1 nobody users 504 Apr 2 2015 desktop.ini* drwxrwxrwx 1 nobody users 258 Jan 22 2012 iTunes/ drwx------ 1 nobody users 10 Jul 31 2015 lost+found/
  11. Hi Skois My shares are all mounted as follows: It appears to be some kind of weird permissions error, maybe to do with SMB rather than a mounting issue.
  12. Recently managed to upgrade to 20.05, however I get the notification that I don't have permission to upload or create files in one of my external storage mounts. I have permissions within each of the directors, just not the root directory of that share (which is mounted via "external storages" in Nextcloud). All my other mounts work fine. Any idea as to why this has happened?
  13. Managed to fix this my editing my MariaDB "custom.cnf" file. I changed the buffer size from 256M to 2048M. I then left my server overnight and it managed to complete the upgrade by the morning. I also managed to run "occ files:cleanup" once the upgrade was complete. However "oc_filecache.ibd" is still 45.6GB! Is this normal due to the external storage devices?
  14. I tried taking maintenance mode off however this takes me back to the updater in the Webui. It appears the problem relates to "oc_filecache" in the database as this file is 46GB. My array is only 6TB of storage space so something has evidently gone wrong. I have tried running "occ files:scan --all" however I get the following error There are no commands defined in the "files" namespace. Seems like I might need to adjust something in MariaDB directly?
  15. Currently updating from version 18 via the dockerterminal to version 20. Whilst hopping from 19.0.7 to 20.0.5 the updater gets stuck at the following point: 2021-01-16T14:33:34+00:00 Checked for update of app "calendar" in appstore 2021-01-16T14:33:34+00:00 Repair step: Update name of the stored view 2021-01-16T14:33:34+00:00 Checking for update of app files_accesscontrol in appstore 2021-01-16T14:33:34+00:00 Update app files_accesscontrol from appstore 2021-01-16T14:33:36+00:00 Checked for update of app "files_accesscontrol" in appstore 2021-01-16T14:33:40+00:00 Repair step: Repair MySQL collation 2021-01-16T14:33:40+00:00 Repair info: All tables already have the correct collation -> nothing to do 2021-01-16T14:33:40+00:00 Repair step: Repair mime types 2021-01-16T14:46:21+00:00 Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'UPDATE `oc_filecache` SET `mimetype` = ? WHERE (`mimetype` <> ?) AND (`mimetype` <> ?) AND (`name` COLLATE utf8mb4_general_ci LIKE ?)' with params [19, 19, 2, "%.ott"]: SQLSTATE[HY000]: General error: 1206 The total number of locks exceeds the lock table size 2021-01-16T14:46:21+00:00 Update failed 2021-01-16T14:46:21+00:00 Maintenance mode is kept active 2021-01-16T14:46:21+00:00 Resetting log level This appears to be a database issue relating to MariaDB. Any ideas of how to fix this would be much appreciated.
  16. I am also affected by this issue. I have several shares which I mount via using NFS in fstab on Ubuntu 20.04. When I access my Windows VM and mount a share using SMB, it creates a stale file handle on Ubuntu. What are the downside of turning off hardlinks?
  17. Thanks for this thread and @Constructor for linking the video. Help me fix this issue very quickly.
  18. Upgraded from 6.7.2 to 6.8.2. All seems good.
  19. I seem to have managed navigate the options to get the array to rebuild. Will confirm once both disks have rebuilt. Thanks
  20. I finally got around to following the advice I received a while back on here regarding a drive dying whilst using a RAID card in my server. Just today switched out the RAID card for a H310 I have flashed to IT mode. Having a bit of trouble at the last hurdle. I have 3 drives total and managed to identify the parity drive in the Unassigned Devices dashboard. I created a new config and mounted the drives in their respective slots --> Started the array --> Both data drives show up as "Unmountable: Unsupported partition layout" --> I have run a quick parity check and no errors so far. I assume the issue lies with the fact the RAID card put the data inside some kind of container? What is the best way to fix this? Any help would be much appreciated. (I do have a back up of all my data but I would rather not go down that route if possible). Many thanks Ntouchable
  21. I managed to fix this eventually in the following way: Mounted Let'sEncypt config files to inside the Plex docker config in the following manner: /letsencrypt = /mnt/user/data/letsencrypt/ Plex settings in browser > Network > Custom certificate location = /letsencrypt/keys/letsencrypt/privkey.pfx Custom certificate encryption key = /letsencrypt/keys/letsencrypt/privkey.pem Custom certificate domain = plex.XXXXXX.com Custom server access URLs = https://plex.XXXXXX.com:443 In the file in /mnt/appdata/letsencrypt/nginx/proxy-confs/plex.domain.conf > change the line "proxy_pass https://$upstream_plex:32400" to proxy_pass https://UnRaidServerIP:32400 Optional - 301 redirect so that it forces https - Go to /mnt/appdata/letsencrypt/nginx/site-confs/default > remove the "#" signs next to the code: server { listen 80; server_name _; return 301 https://$host$request_uri; } Optional - Plex UI in browser > Network > Secure connections = Required. Hope this helps someone out there.
  22. I have recently set up UnRaid mostly following "SpaceInvader One's" youtube videos. In particular this one - I struggled a lot to get it set up initially until I eventually realise that I could not port forward to WAN due to Carrier Grade NAT. I managed to get in contact with my ISP who were able to sort me out with a static IP. I have since managed to get https and my domain name working with LetsEncrypt and Nextcloud. However, I cannot seem to get Plex working with https and my domain name. It have managed to set it up behind the reverse proxy like so: And if I open up Plex I it is shows the green tick for Remote Access and I can connect remotely with my phone, etc. However, the last piece of the puzzle I have struggled with over the last month is: HTTPS - How to get https working using Let's Encrypt? Domain Name - How to set up Plex such that I can access it by simply going to "plex.mydomainname.com" in my browser? (I have pfSense running on my router with port 32400 forward to my UnRaid server). I assume I am probably missing something relatively obvious...
  23. Update Everything seems to be working fine. I ran a "Filesystem Check" in Maintenance mode and it came back without any errors.