Bradley_ryuu

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by Bradley_ryuu

  1. After I update nextcloud to v28. I got the following error in log. "\PHP Fatal error: Class OCA\GroupFolders\Helper\LazyFolder contains 3 abstract methods and must therefore be declared abstract or implement the remaining methods (OCP\Files\Folder::searchBySystemTag, OCP\Files\FileInfo::getParentId, OCP\Files\FileInfo::getMetadata) in /config/www/nextcloud/apps/groupfolders/lib/Helper/LazyFolder.php on line 31" When I open webui, I got the following error. My unraid server is on "192.168.1.2" " This page isn’t working 192.168.1.2 is currently unable to handle this request. HTTP ERROR 500 " Does anyone has the same error with me? I searched the nextcloud community and one article said that it has something to do with groupfolder app and groupfolder should be disabled in DB because this error renders the occ command unavailable. What doest that mean? How can I disable it in DB? By the way, I do can't use occ command within the container and running the occ command gives me the same error in the log. So any ideas? I seem to run into an dead end.
  2. Could anyone help us solve the problem? We really want to use macos vm on the latest version of unraid. I am still using 6.9.2
  3. I've got the same issue. No porblem up to unraid 6.10.3. I upgrated to 6.12.4 now. The problem still exits. I've seen a post that describing the issue before. The author is using proxmox. He downgraded the pve kernel to 5.15 and the problem is gone. It is definitely a kernel issue. I am wondering if unraid crew can fix this problem for. Macos vm on unraid is a big plus to unraid users. By the way, has anyone tested passing throught other macos compatible wifi card? If some did it, please share with us. Or If anyone has a solution for this issue, please let us know. I hope unriad crew can kick in save us. 😃 Oh god I lovd unraid.
  4. up to 6.9.2 my mac os vm are working fine. After update to 6.12.4, When I connect wifi in my mac os vm, I get a kernel panic. I think, it has someting to do with vm Engine update. In 6.9.2, it is qemu 6.9. In 6.12.4, it is 7.1. can anyone tell me Why I get this?
  5. I get it to work by binding the amd gpu to vfio at boot. I think it's a bug. No matter I bind the amd gpu or not, gup statistics should read from the selected input.
  6. <lspci -Dmm | grep -E 'Display|VGA'> outputs 0000:00:02.0 "VGA compatible controller" "Intel Corporation" "CometLake-S GT2 [UHD Graphics 630]" -r03 -p00 "ASRock Incorporation" "CometLake-S GT2 [UHD Graphics 630]" 0000:01:00.0 "VGA compatible controller" "NVIDIA Corporation" "GP106 [GeForce GTX 1060 3GB]" -ra1 -p00 "GALAX" "GP106 [GeForce GTX 1060 3GB]" 0000:02:00.0 "VGA compatible controller" "Advanced Micro Devices, Inc. [AMD/ATI]" "Baffin [Radeon RX 460/560D / Pro 450/455/460/555/555X/560/560X]" -re5 -p00 "Advanced Micro Devices, Inc. [AMD/ATI]" "Baffin [Radeon RX 460/560D / Pro 450/455/460/555/555X/560/560X]" inteltop is in the attachment. But it is empty. timeout -k .500 .600 intel_gpu_top -Jo - -d pci:slot=0000:00:02.0 outputs nothing. I found a really strange thing that I need to tell you. I have a macos vm which uses a passedthrough AMD Radeon rx460(listed above). When I open the vm, the gpustatics starts to work. But When I close the vm, gpustatics fail again with no outputs. Maybe gpu statistics takes rx460 as a input source wrongly in the beginning. When rx460 is occupied by the vm, it starts to use intel as input source. I can only assume this senario according to the situation. inteltop.zip
  7. Thank you! I am looking forward to your reply. Maybe there is something wrong with the permissons of the json file which prevents gup statistics from reading it. Just guessing.
  8. Yes it's working. I did transcoding test using jellfin. Here are some screenshots. Intel_gup_top is working properly. Gpu statistics can't read the output.
  9. maybe the the update of unraid has broken sth in the plugin. But the problem seems like gpu statistics can't read the output generated by intel_gup_top. Did the plugin work fine before you updated unraid?
  10. Did you update your unraid recently. I just updated my unriad from 6.9.2 to 6.12.3 last week. Both plugins were running fine under 6.9.2. GPU statistics stopped working after the update.
  11. yes. I've tried that. I've also tried to uninstall and then reinstall both intel gpu top and gup statistics. That doesn't help. at /boot/config/plugins/gpustat/gpustat.cfg MULTIGPU = "00:02.0" TEMPFORMAT = "C" UIREFRESH = 1 UIREFRESHINT = 1000 DISPCLOCKS = 1 DISPPCIUTIL = 1 DISPPWRDRAW = 1 DISPPWRSTATE = 1 DISPMEMUTIL = 1 DISPTEMP = 1 DISPFAN = 1 DISPENCDEC = 1 DISPTHROTTLE = 1 DISPSESSIONS = 1 DISP3DRENDER = 1 DISPBLITTER = 1 DISPVIDEO = 1 DISPVIDENH = 1 DISPINTERRUPT = 1 DISPPWRDRWSEL = "GPU" DISPEVENT = 1 DISPVERTEX = 1 DISPTEXTURE = 1 DISPSHADEREXP = 1 DISPSEQUENCER = 1 DISPSHADERINTER = 1 DISPSCANCON = 1 DISPPRIMASSEM = 1 DISPDEPTHBLK = 1 DISPCOLORBLK = 1 DISPGFXTRANS = 1 MULTIGPUJSON = "%7B%2200%3A02.0%22%3A%7B%22id%22%3A%2200%3A02.0%22%2C%22model%22%3A%22CometLake-S+GT2+%5BUHD+Graphics+630%5D%22%2C%22vendor%22%3A%22intel%22%2C%22guid%22%3A%220000%3A00%3A02.0%22%7D%7D"
  12. ok. I included three screenshots of the plugin settings. You can tell me hwo to debug. It seems like the plugin can't read the data outputed by intel gup top and display it properly.
  13. gpujson under /tmp Time = Sat, 05 Aug 2023 19:22:31 +0800 {"00:02.0":{"clock":"N\/A","fan":"N\/A","memclock":"N\/A","memutil":"N\/A","memused":"N\/A","power":"N\/A","powermax":"N\/A","rxut il":"N\/A","txutil":"N\/A","temp":"N\/A","tempmax":"N\/A","util":"N\/A","error":[{"code":301,"message":"Vendor command returned no data.","extra":""}],"panel":1}} ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Read gpujson, 2 lines, 332 chars 1,1 Command intel_gpu_top -Jo - -d pci:slot=0000:00:02.0 outputs "clients": { "4294962338": { "name": "Xorg", "pid": "4958", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } } } }, { "period": { "duration": 1014.539619, "unit": "ms" }, "frequency": { "requested": 0.000000, "actual": 0.000000, "unit": "MHz" }, "interrupts": { "count": 0.000000, "unit": "irq/s" }, "rc6": { "value": 99.999998, "unit": "%" }, "power": { "GPU": 0.000000, "Package": 11.235806, "unit": "W" }, "imc-bandwidth": { "reads": 152.222533, "writes": 31.588686, "unit": "MiB/s" }, "engines": { "Render/3D/0": { "busy": 0.000000, "sema": 0.000000, "wait": 0.000000, "unit": "%" }, "Blitter/0": { "busy": 0.000000, "sema": 0.000000, "wait": 0.000000, "unit": "%" }, "Video/0": { "busy": 0.000000, "sema": 0.000000, "wait": 0.000000, "unit": "%" }, "VideoEnhance/0": { "busy": 0.000000, "sema": 0.000000, "wait": 0.000000, "unit": "%" } },
  14. I don't have gpu statistics output. (screenshot and diagostics included in attached files.)Please help! I am using unraid 6.12.3. The intel_gup_top and gup statistics are up-to-date. I run 'intel_gpu_top' under cmd and here is the output: intel-gpu-top: Intel Cometlake (Gen9) @ /dev/dri/card0 - 0/ 0 MHz; 100% RC6; 0.00/14.34 W; 0 irqs/s IMC reads: 143 MiB/s IMC writes: 33 MiB/s ENGINES BUSY MI_SEMA MI_WAIT Render/3D 0.00% | | 0% 0% Blitter 0.00% | | 0% 0% Video 0.00% | | 0% 0% VideoEnhance 0.00% | | 0% 0% PID NAME Render/3D Blitter Video VideoEnhance 5090 Xorg | || || || | bigbuffalo-diagnostics-20230805-0842 2.zip
  15. I finally managed to upgrate nextcloud to 22.2.10. But I encontered another problem. The code is updated successfully. But when I run occ upgrade. It gives me the following output. Please help me. It drives me crazy. I am using mariaDB. I searched google and it tells me it has somthing to do with DB. But I just can't deal with it myself. I am using LINUXSERVER.IO - mariaDB. Thank you. 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 Setting log level to debug Turned on maintenance mode Repair step: Repair MySQL collation Repair info: All tables already have the correct collation -> nothing to do Repair step: Repair SQLite autoincrement Repair step: Copy data from accounts table when migrating from ownCloud Repair step: Drop account terms table when migrating from ownCloud Updating database schema Exception: Database error when running migration latest for app core Update failed Maintenance mode is kept active Resetting log level Keep maintenance mode active? [y/N]
  16. I ran "docker exec -it nextcloud occ update." and unraid told me there is no this command. I bet you mean upgrade. Here is the result. It's the same. I can't acess the admin status page. When I try to log in, nextcloud gives me this.(The pic following the code) I try to click start update. It gives me the same result as in command line. what should I do? root@BigBuffalo:~# docker exec -it nextcloud occ update 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 Command "update" is not defined. Did you mean one of these? app:update maintenance:mimetype:update-db maintenance:mimetype:update-js maintenance:theme:update maintenance:update:htaccess root@BigBuffalo:~# docker exec -it nextcloud occ upgrade 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 Setting log level to debug Updating database schema Updated database Checking for update of app accessibility in appstore Checked for update of app "accessibility" in appstore Checking for update of app activity in appstore Checked for update of app "activity" in appstore Checking for update of app cloud_federation_api in appstore Checked for update of app "cloud_federation_api" in appstore Checking for update of app comments in appstore Checked for update of app "comments" in appstore Checking for update of app contactsinteraction in appstore Checked for update of app "contactsinteraction" in appstore Checking for update of app dashboard in appstore Checked for update of app "dashboard" in appstore Checking for update of app dav in appstore Checked for update of app "dav" in appstore Checking for update of app federatedfilesharing in appstore Checked for update of app "federatedfilesharing" in appstore Checking for update of app federation in appstore Checked for update of app "federation" in appstore Checking for update of app files in appstore Checked for update of app "files" in appstore Checking for update of app files_pdfviewer in appstore Checked for update of app "files_pdfviewer" in appstore Checking for update of app files_rightclick in appstore Checked for update of app "files_rightclick" in appstore Checking for update of app files_sharing in appstore Checked for update of app "files_sharing" in appstore Checking for update of app files_trashbin in appstore Checked for update of app "files_trashbin" in appstore Checking for update of app files_versions in appstore Checked for update of app "files_versions" in appstore Checking for update of app files_videoplayer in appstore Checked for update of app "files_videoplayer" in appstore Checking for update of app firstrunwizard in appstore Checked for update of app "firstrunwizard" in appstore Checking for update of app groupfolders in appstore Checked for update of app "groupfolders" in appstore Checking for update of app logreader in appstore Checked for update of app "logreader" in appstore Checking for update of app lookup_server_connector in appstore Checked for update of app "lookup_server_connector" in appstore Checking for update of app nextcloud_announcements in appstore Checked for update of app "nextcloud_announcements" in appstore Checking for update of app notifications in appstore Checked for update of app "notifications" in appstore Checking for update of app oauth2 in appstore Checked for update of app "oauth2" in appstore Checking for update of app password_policy in appstore Checked for update of app "password_policy" in appstore Checking for update of app photos in appstore Checked for update of app "photos" in appstore Checking for update of app privacy in appstore Checked for update of app "privacy" in appstore Checking for update of app provisioning_api in appstore Checked for update of app "provisioning_api" in appstore Checking for update of app recommendations in appstore Checked for update of app "recommendations" in appstore Checking for update of app serverinfo in appstore Checked for update of app "serverinfo" in appstore Checking for update of app settings in appstore Checked for update of app "settings" in appstore Checking for update of app sharebymail in appstore Checked for update of app "sharebymail" in appstore Checking for update of app support in appstore Checked for update of app "support" in appstore Checking for update of app survey_client in appstore Checked for update of app "survey_client" in appstore Checking for update of app systemtags in appstore Checked for update of app "systemtags" in appstore Checking for update of app text in appstore Checked for update of app "text" in appstore Checking for update of app theming in appstore Checked for update of app "theming" in appstore Checking for update of app twofactor_backupcodes in appstore Checked for update of app "twofactor_backupcodes" in appstore Checking for update of app updatenotification in appstore Checked for update of app "updatenotification" in appstore Checking for update of app user_status in appstore Checked for update of app "user_status" in appstore Checking for update of app viewer in appstore Checked for update of app "viewer" in appstore Checking for update of app weather_status in appstore Checked for update of app "weather_status" in appstore Checking for update of app workflowengine in appstore Checked for update of app "workflowengine" in appstore An unhandled exception has been thrown: ArgumentCountError: Too few arguments to function OCA\Circles\Migration\Version0022Date20220526111723::__construct(), 0 passed in /config/www/nextcloud/lib/private/DB/MigrationService.php on line 456 and exactly 1 expected in /config/www/nextcloud/apps/circles/lib/Migration/Version0022Date20220526111723.php:55 Stack trace: #0 /config/www/nextcloud/lib/private/DB/MigrationService.php(456): OCA\Circles\Migration\Version0022Date20220526111723->__construct() #1 /config/www/nextcloud/lib/private/DB/MigrationService.php(473): OC\DB\MigrationService->createInstance('0022Date2022052...') #2 /config/www/nextcloud/lib/private/DB/MigrationService.php(419): OC\DB\MigrationService->executeStep('0022Date2022052...', false) #3 /config/www/nextcloud/lib/private/Installer.php(590): OC\DB\MigrationService->migrate() #4 /config/www/nextcloud/lib/private/Installer.php(544): OC\Installer::installShippedApp('circles') #5 /config/www/nextcloud/lib/private/Updater.php(276): OC\Installer::installShippedApps(true) #6 /config/www/nextcloud/lib/private/Updater.php(132): OC\Updater->doUpgrade('20.0.14.2', '20.0.2.2') #7 /config/www/nextcloud/core/Command/Upgrade.php(255): OC\Updater->upgrade() #8 /config/www/nextcloud/3rdparty/symfony/console/Command/Command.php(255): OC\Core\Command\Upgrade->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #9 /config/www/nextcloud/3rdparty/symfony/console/Application.php(1000): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #10 /config/www/nextcloud/3rdparty/symfony/console/Application.php(271): Symfony\Component\Console\Application->doRunCommand(Object(OC\Core\Command\Upgrade), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #11 /config/www/nextcloud/3rdparty/symfony/console/Application.php(147): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #12 /config/www/nextcloud/lib/private/Console/Application.php(215): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #13 /config/www/nextcloud/console.php(100): OC\Console\Application->run() #14 /config/www/nextcloud/occ(11): require_once('/config/www/nex...') #15 {main}root@BigBuffalo:~#
  17. I downgrade the image to 20.0.2-ls110 which corespond to my nextcloud version. I ran "docker exec -it nextcloud updater.phar". Here is the log. The updater throws exception and the process is failed. Any suggestions? Continue 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 2023-07-29T07:49:41+00:00 Setting log level to debug 2023-07-29T07:49:41+00:00 Repair step: Repair MySQL collation 2023-07-29T07:49:41+00:00 Repair info: All tables already have the correct collation -> nothing to do 2023-07-29T07:49:41+00:00 Repair step: Repair SQLite autoincrement 2023-07-29T07:49:41+00:00 Repair step: Copy data from accounts table when migrating from ownCloud 2023-07-29T07:49:41+00:00 Repair step: Drop account terms table when migrating from ownCloud 2023-07-29T07:49:41+00:00 Updating database schema 2023-07-29T07:49:42+00:00 Updated database 2023-07-29T07:49:42+00:00 Updating <activity> ... 2023-07-29T07:49:42+00:00 Updated <activity> to 2.13.4 2023-07-29T07:49:42+00:00 Updating <dav> ... 2023-07-29T07:49:42+00:00 Repair step: Fix component of birthday calendars 2023-07-29T07:49:42+00:00 Repair info: 1 birthday calendars updated. 2023-07-29T07:49:42+00:00 Repair step: Regenerating birthday calendars to use new icons and fix old birthday events without year 2023-07-29T07:49:42+00:00 Repair info: Adding background jobs to regenerate birthday calendar 2023-07-29T07:49:42+00:00 Repair step: Fix broken values of calendar objects 2023-07-29T07:49:42+00:00 Fix broken values of calendar objects 2023-07-29T07:49:42+00:00 2023-07-29T07:49:42+00:00 Starting ... 0/0 [>-] 0%2023-07-29T07:49:42+00:00 2023-07-29T07:49:42+00:00 Repair step: Registering building of calendar search index as background job 2023-07-29T07:49:42+00:00 Repair info: Add background job 2023-07-29T07:49:42+00:00 Repair step: Registering background jobs to update cache for webcal calendars 2023-07-29T07:49:42+00:00 Repair info: Added 0 background jobs to update webcal calendars 2023-07-29T07:49:42+00:00 Repair step: Registering building of calendar reminder index as background job 2023-07-29T07:49:42+00:00 Repair info: Add background job 2023-07-29T07:49:42+00:00 Repair step: Clean up orphan event and contact data 2023-07-29T07:49:42+00:00 Repair info: 0 events without a calendar have been cleaned up 2023-07-29T07:49:42+00:00 Repair info: 0 properties without an events have been cleaned up 2023-07-29T07:49:42+00:00 Repair info: 0 changes without a calendar have been cleaned up 2023-07-29T07:49:42+00:00 Repair info: 0 cached events without a calendar subscription have been cleaned up 2023-07-29T07:49:42+00:00 Repair info: 0 changes without a calendar subscription have been cleaned up 2023-07-29T07:49:42+00:00 Repair info: 0 contacts without an addressbook have been cleaned up 2023-07-29T07:49:42+00:00 Repair info: 0 properties without a contact have been cleaned up 2023-07-29T07:49:42+00:00 Repair info: 0 changes without an addressbook have been cleaned up 2023-07-29T07:49:42+00:00 Repair step: Remove activity entries of private events 2023-07-29T07:49:42+00:00 Repair info: Removed 0 activity entries 2023-07-29T07:49:42+00:00 Updated <dav> to 1.16.2 2023-07-29T07:49:42+00:00 Updating <files_sharing> ... 2023-07-29T07:49:43+00:00 Repair step: Fix the share type of guest shares when migrating from ownCloud 2023-07-29T07:49:43+00:00 Repair step: Copy the share password into the dedicated column 2023-07-29T07:49:43+00:00 Repair step: Set existing shares as accepted 2023-07-29T07:49:43+00:00 Updated <files_sharing> to 1.12.2 2023-07-29T07:49:43+00:00 Updating <workflowengine> ... 2023-07-29T07:49:43+00:00 Repair step: Populating added database structures for workflows 2023-07-29T07:49:43+00:00 Updated <workflowengine> to 2.2.1 2023-07-29T07:49:43+00:00 Updating <federatedfilesharing> ... 2023-07-29T07:49:43+00:00 Updated <federatedfilesharing> to 1.10.2 2023-07-29T07:49:43+00:00 Updating <files_pdfviewer> ... 2023-07-29T07:49:43+00:00 Updated <files_pdfviewer> to 2.0.2 2023-07-29T07:49:43+00:00 Updating <photos> ... 2023-07-29T07:49:43+00:00 Updated <photos> to 1.2.3 2023-07-29T07:49:43+00:00 Checking for update of app accessibility in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "accessibility" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app activity in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "activity" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app cloud_federation_api in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "cloud_federation_api" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app comments in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "comments" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app contactsinteraction in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "contactsinteraction" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app dashboard in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "dashboard" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app dav in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "dav" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app federatedfilesharing in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "federatedfilesharing" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app federation in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "federation" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app files in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "files" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app files_pdfviewer in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "files_pdfviewer" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app files_rightclick in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "files_rightclick" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app files_sharing in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "files_sharing" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app files_trashbin in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "files_trashbin" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app files_versions in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "files_versions" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app files_videoplayer in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "files_videoplayer" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app firstrunwizard in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "firstrunwizard" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app groupfolders in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "groupfolders" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app logreader in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "logreader" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app lookup_server_connector in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "lookup_server_connector" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app nextcloud_announcements in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "nextcloud_announcements" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app notifications in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "notifications" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app oauth2 in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "oauth2" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app password_policy in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "password_policy" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app photos in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "photos" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app privacy in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "privacy" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app provisioning_api in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "provisioning_api" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app recommendations in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "recommendations" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app serverinfo in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "serverinfo" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app settings in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "settings" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app sharebymail in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "sharebymail" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app support in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "support" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app survey_client in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "survey_client" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app systemtags in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "systemtags" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app text in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "text" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app theming in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "theming" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app twofactor_backupcodes in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "twofactor_backupcodes" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app updatenotification in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "updatenotification" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app user_status in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "user_status" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app viewer in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "viewer" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app weather_status in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "weather_status" in appstore 2023-07-29T07:50:44+00:00 Checking for update of app workflowengine in appstore 2023-07-29T07:50:44+00:00 Checked for update of app "workflowengine" in appstore An unhandled exception has been thrown: ArgumentCountError: Too few arguments to function OCA\Circles\Migration\Version0022Date20220526111723::__construct(), 0 passed in /config/www/nextcloud/lib/private/DB/MigrationService.php on line 456 and exactly 1 expected in /config/www/nextcloud/apps/circles/lib/Migration/Version0022Date20220526111723.php:55 Stack trace: #0 /config/www/nextcloud/lib/private/DB/MigrationService.php(456): OCA\Circles\Migration\Version0022Date20220526111723->__construct() #1 /config/www/nextcloud/lib/private/DB/MigrationService.php(473): OC\DB\MigrationService->createInstance('0022Date2022052...') #2 /config/www/nextcloud/lib/private/DB/MigrationService.php(419): OC\DB\MigrationService->executeStep('0022Date2022052...', false) #3 /config/www/nextcloud/lib/private/Installer.php(590): OC\DB\MigrationService->migrate() #4 /config/www/nextcloud/lib/private/Installer.php(544): OC\Installer::installShippedApp('circles') #5 /config/www/nextcloud/lib/private/Updater.php(276): OC\Installer::installShippedApps(true) #6 /config/www/nextcloud/lib/private/Updater.php(132): OC\Updater->doUpgrade('20.0.14.2', '20.0.2.2') #7 /config/www/nextcloud/core/Command/Upgrade.php(255): OC\Updater->upgrade() #8 /config/www/nextcloud/3rdparty/symfony/console/Command/Command.php(255): OC\Core\Command\Upgrade->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #9 /config/www/nextcloud/3rdparty/symfony/console/Application.php(1000): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #10 /config/www/nextcloud/3rdparty/symfony/console/Application.php(271): Symfony\Component\Console\Application->doRunCommand(Object(OC\Core\Command\Upgrade), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #11 /config/www/nextcloud/3rdparty/symfony/console/Application.php(147): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #12 /config/www/nextcloud/lib/private/Console/Application.php(215): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #13 /config/www/nextcloud/console.php(100): OC\Console\Application->run() #14 /config/www/nextcloud/occ(11): require_once('/config/www/nex...') #15 {main} Keep maintenance mode active? [y/N] n 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 Maintenance mode disabled Maintenance mode is disabled
  18. I am using "linuxserver/nextcloud:24.0.6-ls205" image. But my nextcloud version is currently '20.0.2.2'. I think it should be version 24.x according to your description as in "https://info.linuxserver.io/issues/2023-06-25-nextcloud/" I think there is something wrong with my image. I've tried to delete the image and redownoload it from the repository. But the result is the same.
  19. 'version' => '20.0.2.2', I extract the version from the config.php. What are your next instructions? Thank you.
  20. Hi guys. In order to use the latest linuxserver.io nextcloud docker image. I was told I need to update my nextcloud to version 24 first. I run "updater.phar" command throught cli within the docker container. The update failed with the error: An unhandled exception has been thrown: ArgumentCountError: Too few arguments to function OCA\Circles\Migration\Version0022Date20220526111723::__construct(), 0 passed in /config/www/nextcloud/lib/private/DB/MigrationService.php on line 456 and exactly 1 expected in /config/www/nextcloud/apps/circles/lib/Migration/Version0022Date20220526111723.php:55 Stack trace: #0 /config/www/nextcloud/lib/private/DB/MigrationService.php(456): OCA\Circles\Migration\Version0022Date20220526111723->__construct() #1 /config/www/nextcloud/lib/private/DB/MigrationService.php(473): OC\DB\MigrationService->createInstance() #2 /config/www/nextcloud/lib/private/DB/MigrationService.php(419): OC\DB\MigrationService->executeStep() #3 /config/www/nextcloud/lib/private/Installer.php(590): OC\DB\MigrationService->migrate() #4 /config/www/nextcloud/lib/private/Installer.php(544): OC\Installer::installShippedApp() #5 /config/www/nextcloud/lib/private/Updater.php(276): OC\Installer::installShippedApps() #6 /config/www/nextcloud/lib/private/Updater.php(132): OC\Updater->doUpgrade() #7 /config/www/nextcloud/core/Command/Upgrade.php(255): OC\Updater->upgrade() #8 /config/www/nextcloud/3rdparty/symfony/console/Command/Command.php(255): OC\Core\Command\Upgrade->execute() #9 /config/www/nextcloud/3rdparty/symfony/console/Application.php(1000): Symfony\Component\Console\Command\Command->run() #10 /config/www/nextcloud/3rdparty/symfony/console/Application.php(271): Symfony\Component\Console\Application->doRunCommand() #11 /config/www/nextcloud/3rdparty/symfony/console/Application.php(147): Symfony\Component\Console\Application->doRun() #12 /config/www/nextcloud/lib/private/Console/Application.php(215): Symfony\Component\Console\Application->run() #13 /config/www/nextcloud/console.php(100): OC\Console\Application->run() #14 /config/www/nextcloud/occ(11): require_once('/config/www/nex...') #15 {main} Keep maintenance mode active? [y/N] My nextcloud server is stuck in maintenance mode. Did anyone have the same problems with me? Please hlep me! By the way, I update from 20.0.2 to 20.0.14 and I got the aformentioned error.
  21. I have a montery vm that are working under 6.10. After I upgrade to 6.11.5. It sudenly stops working. It stucks at "AppleFileSystemDriver: using apfs-preboot-uuid". I've noticed a member had the same problem when he was using 6.10 and he solved the problem by changing machine type to pq35-6.0. It was said it is a bug of unraid. After my monterey stopped working, I've changed the machine type to all the values provided by unraid without solving the problem. If anyone who has the same problem with me please comment below. Maybe it is bug too. Can anyone help me with that?
  22. Did you update to unraid 6.11.5. After my upgrading to 6.11.5, my monterey vm stopped working. It stucks at the same line as the one you mentioned in your post. I've changed machine type to all the values provided by unraid without solving the problem. If you know something about this. Please let me know.
  23. Are there any workaround? Currently, I can't update to 6.11.5 because my macos virtual machine has some compatible issues with new qemu.
  24. I run intel_gpu_top from unraid 6.9.2 commandline and it tells me :" /lib64/libc.so.6: version `GLIBC_2.33' not found (required by intel_gpu_top)" I installed the lastest verson of intel_gpu_top.How can i fix this issue? Thank you!
  25. suddenlly, I can't download any docker in community applicaiton plugin. I can see the repository i just can't download. Also I can't update any docker that are already installed. All version sections on docker page show "not available". Please help! littlesnail-diagnostics-20210914-0737.zip