Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

feyded1020

Members
  • Joined

  • Last visited

  1. I made the mistake of upgrading while not being physically near my server from 6.11.4(I think it was .4)->6.12.4 a couple months ago, and since then I have been experiencing random system hang/crashing. It starts with me being notified by my UptimeKuma my websites crashed, and when I navigate to the Unraid GUI, it never resolves and then says page timed out. I check my KVM and the console is still booted up awaiting a CLI login input. When I tell the KVM to send a short power button press to initiate shutdown, it reponds but then hangs on 'Taking too long to shutdown, will shutdown in 90 seconds' or something to that effect. Obviously this leads to an unclean shutdown because I have to power chop the system to get it responsive again. I have switched my docker network to ipvlan instead of macvlan, back when it was 6.12.4, no real change. I have since upgraded to 6.12.8 and still seems to crash. I have attached my syslog and diag's. Just curious maybe what the cause is at this point since I never had issues before like this. I have just experienced another crash on 2March2024 around ~0500 eastern standard time. Also as a point of reference, I have just deleted whatever the file that was not 'moving' correctly from the cache to the array. Thank you for any help! syslog-192.168.1.55.log tower-diagnostics-20240302-0455.zip
  2. feyded1020 changed their profile photo
  3. My apologies, thats what I meant. I am not sure why my drive would do that. Its a Samsung thumb drive, about 2 years old. I have switched as directed to using the USB2 port on my machine. Thank you for the help.
  4. I found out where it says it occurred, but no idea why the server would do that. Aug 12 02:21:46 Tower CA Backup/Restore: Backup / Restore Completed Aug 12 04:40:01 Tower kernel: resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000dc000-0x000dffff window] Aug 12 04:40:01 Tower kernel: caller _nv000939rm+0x1bf/0x1f0 [nvidia] mapping multiple BARs Aug 12 05:59:19 Tower kernel: resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000dc000-0x000dffff window] Aug 12 05:59:19 Tower kernel: caller _nv000939rm+0x1bf/0x1f0 [nvidia] mapping multiple BARs Aug 12 07:34:26 Tower kernel: usb 4-5: USB disconnect, device number 2 Now after parity completes I need to figure out what may be causing that.
  5. Will do. Thanks for the quick response, and all your awesome work.
  6. I am having an issue with my Backup's. I currently have my USB backing up every morning around 5am. As of late though I am getting the issue of the flash drive not remounting itself, and causing issues until I restart the server. Is this a problem with the way I have my server setup? I cant view any of my dockers, plugins, etc now because of it, and I presume its because the boot drive is unmounted and the server is only running off the OS in memory? My server typically has the dark theme on it, but any time this happens it changes back to default, and the bottom status bar will keep displaying 'Starting Services...' every couple seconds. I also want to state this happened before as well before parity check happened to be running too. I am running the latest version of unRAID(6.7.2), and latest version of CA Backup.
  7. I am relatively new to Nextcloud and have tried to adopt it in place of my iCloud setup. I am running it as a docker with MariaDB/Lets Encrypt/Nginx so its accessible outside the network. My issue Im having is running the Preview Generator command: ./occ preview:generate-all -vvv I get this output: An unhandled exception has been thrown: Doctrine\DBAL\DBALException: Failed to connect to the database: An exception occurred in driver: could not find driver in /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/DB/Connection.php:64 Stack trace: #0 /mnt/cache/appdata/nextcloud/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(448): OC\DB\Connection->connect() #1 /mnt/cache/appdata/nextcloud/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(410): Doctrine\DBAL\Connection->getDatabasePlatformVersion() #2 /mnt/cache/appdata/nextcloud/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(354): Doctrine\DBAL\Connection->detectDatabasePlatform() #3 /mnt/cache/appdata/nextcloud/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(710): Doctrine\DBAL\Connection->getDatabasePlatform() #4 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/DB/Connection.php(151): Doctrine\DBAL\Connection->setTransactionIsolation(2) #5 /mnt/cache/appdata/nextcloud/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(181): OC\DB\Connection->__construct(Array, Object(Doctrine\DBAL\Driver\PDOMySql\Driver), Object(Doctrine\DBAL\Configuration), Object(Doctrine\Common\EventManager)) #6 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/DB/ConnectionFactory.php(158): Doctrine\DBAL\DriverManager::getConnection(Array, Object(Doctrine\DBAL\Configuration), Object(Doctrine\Common\EventManager)) #7 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/Server.php(641): OC\DB\ConnectionFactory->getConnection('mysql', Array) #8 /mnt/cache/appdata/nextcloud/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\Server->OC\{closure}(Object(OC\Server)) #9 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/ServerContainer.php(125): Pimple\Container->offsetGet('OCP\\IDBConnecti...') #10 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(165): OC\ServerContainer->query('OCP\\IDBConnecti...') #11 /mnt/cache/appdata/nextcloud/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(114): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(OC\Server)) #12 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/ServerContainer.php(125): Pimple\Container->offsetGet('DatabaseConnect...') #13 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/Server.php(1560): OC\ServerContainer->query('DatabaseConnect...') #14 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/Server.php(362): OC\Server->getDatabaseConnection() #15 /mnt/cache/appdata/nextcloud/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\Server->OC\{closure}(Object(OC\Server)) #16 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/ServerContainer.php(125): Pimple\Container->offsetGet('OC\\Authenticati...') #17 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(68): OC\ServerContainer->query('OC\\Authenticati...') #18 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(98): OC\AppFramework\Utility\SimpleContainer->buildClass(Object(ReflectionClass)) #19 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(119): OC\AppFramework\Utility\SimpleContainer->resolve('OC\\Authenticati...') #20 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/ServerContainer.php(150): OC\AppFramework\Utility\SimpleContainer->query('OC\\Authenticati...') #21 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(68): OC\ServerContainer->query('OC\\Authenticati...') #22 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(98): OC\AppFramework\Utility\SimpleContainer->buildClass(Object(ReflectionClass)) #23 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(119): OC\AppFramework\Utility\SimpleContainer->resolve('OC\\Authenticati...') #24 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/ServerContainer.php(150): OC\AppFramework\Utility\SimpleContainer->query('OC\\Authenticati...') #25 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(165): OC\ServerContainer->query('OC\\Authenticati...') #26 /mnt/cache/appdata/nextcloud/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(114): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(OC\Server)) #27 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/ServerContainer.php(125): Pimple\Container->offsetGet('OC\\Authenticati...') #28 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/Server.php(374): OC\ServerContainer->query('OC\\Authenticati...') #29 /mnt/cache/appdata/nextcloud/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\Server->OC\{closure}(Object(OC\Server)) #30 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/ServerContainer.php(125): Pimple\Container->offsetGet('OC\\User\\Session') #31 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(165): OC\ServerContainer->query('OC\\User\\Session') #32 /mnt/cache/appdata/nextcloud/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(114): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(OC\Server)) #33 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/ServerContainer.php(125): Pimple\Container->offsetGet('UserSession') #34 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/Server.php(1436): OC\ServerContainer->query('UserSession') #35 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/Server.php(694): OC\Server->getUserSession() #36 /mnt/cache/appdata/nextcloud/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\Server->OC\{closure}(Object(OC\Server)) #37 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/ServerContainer.php(125): Pimple\Container->offsetGet('OC\\App\\AppManag...') #38 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(165): OC\ServerContainer->query('OC\\App\\AppManag...') #39 /mnt/cache/appdata/nextcloud/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(114): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(OC\Server)) #40 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/ServerContainer.php(125): Pimple\Container->offsetGet('AppManager') #41 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/Server.php(1731): OC\ServerContainer->query('AppManager') #42 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/legacy/app.php(343): OC\Server->getAppManager() #43 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/legacy/app.php(114): OC_App::getEnabledApps() #44 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/base.php(640): OC_App::loadApps(Array) #45 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/base.php(1056): OC::init() #46 /mnt/cache/appdata/nextcloud/www/nextcloud/console.php(46): require_once('/mnt/cache/appd...') #47 /mnt/cache/appdata/nextcloud/www/nextcloud/occ(11): require_once('/mnt/cache/appd...') #48 {main}PHP Fatal error: Uncaught Doctrine\DBAL\DBALException: Failed to connect to the database: An exception occurred in driver: could not find driver in /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/DB/Connection.php:64 Stack trace: #0 /mnt/cache/appdata/nextcloud/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(448): OC\DB\Connection->connect() #1 /mnt/cache/appdata/nextcloud/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(410): Doctrine\DBAL\Connection->getDatabasePlatformVersion() #2 /mnt/cache/appdata/nextcloud/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(354): Doctrine\DBAL\Connection->detectDatabasePlatform() #3 /mnt/cache/appdata/nextcloud/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(710): Doctrine\DBAL\Connection->getDatabasePlatform() #4 /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/DB/Connection.php(151): Doctrine\DBAL\Connection->setTransactionIsolation(2) #5 /mnt/cache/appdata/nextcloud/www/nextcloud/3rdparty/ in /mnt/cache/appdata/nextcloud/www/nextcloud/lib/private/DB/Connection.php on line 64 I am not sure what I need to do to fix it, as Im pretty new to all of this, but trying to learn. Googling has lead me nowhere really. If there is any information needed, please let me know, Id like to get this fixed. As of right now when I go to the Gallery tab on Nextcloud, and click Photos, it just spins and spins, but never loads anything. Everything else works fine as far as I can tell.
  8. I am relatively new to unRAID, but have committed to the excellent product and praise it to all my FreeNAS friends as well. Thanks for what you do!
  9. I am relatively new to unRAID and plug-ins, but Im not too new on Linux. Right now I'm having a dilemma adding the webAPI plug-in to Deluge. I am running the latest pull from docker, this is my only issue I'm experiencing right now with it. When I go to add the .egg file, it loads as [object File], but never appears in the plug-ins list to select. I also cannot stop my daemon, as I was figuring I'd just restart the daemon in the deluge web GUI, but it gives me 'An error occured'. I am on the latest unRAID version as well(6.7.2). Im hoping there is another work around to this, as Im trying to get it to interface with Organizr V2. Also here is someone on the github page having the same issue, maybe their description makes more sense. Github link

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.