Jump to content

blaine07

Members
  • Posts

    749
  • Joined

  • Last visited

Posts posted by blaine07

  1. 59 minutes ago, smcw said:

    I've been struggling with an error ever since the most recent update. If anyone has any suggestions I'd appreciate it, I've been struggling to get to the root of this issue. I think I'm going to be disabling auto-update on docker containers...

     

    Doctrine\DBAL\Exception: Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [1524] Plugin 'mysql_native_password' is not loaded in /app/www/public/lib/private/DB/Connection.php:155
    Stack trace:
    #0 /app/www/public/3rdparty/doctrine/dbal/src/Connection.php(453): OC\DB\Connection->connect()
    #1 /app/www/public/3rdparty/doctrine/dbal/src/Connection.php(411): Doctrine\DBAL\Connection->getDatabasePlatformVersion()
    #2 /app/www/public/3rdparty/doctrine/dbal/src/Connection.php(318): Doctrine\DBAL\Connection->detectDatabasePlatform()
    #3 /app/www/public/lib/private/DB/ConnectionAdapter.php(200): Doctrine\DBAL\Connection->getDatabasePlatform()
    #4 /app/www/public/lib/private/DB/QueryBuilder/QueryBuilder.php(121): OC\DB\ConnectionAdapter->getDatabasePlatform()
    #5 /app/www/public/lib/private/AppConfig.php(1237): OC\DB\QueryBuilder\QueryBuilder->expr()
    #6 /app/www/public/lib/private/AppConfig.php(262): OC\AppConfig->loadConfig()
    #7 /app/www/public/lib/private/AppConfig.php(1378): OC\AppConfig->searchValues()
    #8 /app/www/public/lib/private/App/AppManager.php(131): OC\AppConfig->getValues()
    #9 /app/www/public/lib/private/App/AppManager.php(152): OC\App\AppManager->getInstalledAppsValues()
    #10 /app/www/public/lib/private/legacy/OC_App.php(234): OC\App\AppManager->getInstalledApps()
    #11 /app/www/public/lib/private/AppFramework/Bootstrap/Coordinator.php(90): OC_App::getEnabledApps()
    #12 /app/www/public/lib/base.php(706): OC\AppFramework\Bootstrap\Coordinator->runInitialRegistration()
    #13 /app/www/public/lib/base.php(1181): OC::init()
    #14 /app/www/public/cron.php(58): require_once('...')
    #15 {main}

     

    Are you using MySQL and recently update it?

    • Like 1
  2. 44 minutes ago, BoxOfSnoo said:

    FYI in the latest MySQL image the mysql native password starts up disabled, and `--default-authentication-plugin=mysql_native_password` does not work.  If you're having issues connecting, try adding to the post arguments (advanced mode) `--mysql-native-password=ON`.

    Thanks for sharing; I had a few things that it evidently borked, invoice ninja, that I hadn't had time to hunt down. No telling what who or how I setup Invoice Ninja that way...sigh LOL

  3. 5 minutes ago, blaine07 said:

    Upgraded to 29 and can't seem to figure out how to fix this. Configured exactly the same on 28 and wasn't a "error" then so not sure what I have incorrect? Any ideas?

    image.thumb.png.81f512e8b4adaa4f426e2e824ac89fd7.png

     

    https://docs.nextcloud.com/server/29/admin_manual/issues/general_troubleshooting.html#service-discovery

    Ahh found this: https://github.com/nextcloud/server/issues/45033#issuecomment-2079306503


    In HERE: https://github.com/nextcloud/server/issues/45033

    Had to change THIS: orig-cal-nc29.thumb.jpg.a027b7d11ec872d813844c167bfa9a9e.jpg
     

    To THIS: image.thumb.png.049012a41ff7a0953813b2cdd2809f11.png

  4. On 4/12/2024 at 5:58 AM, blaine07 said:

    For months off and on I get this error; frankly I am tired of seeing it despite it means nothing. What is wrong here? I don't even leave MongoDB running anymore.

    The error:

    Event: Appdata Backup
    Subject: [AppdataBackup] Error!
    Description: Please check the backup log!
    Importance: alert

    image.thumb.png.72106e5d9bdd35abc33de4f9dda30850.png

     

    Debug Log ID: c2b88e35-5351-4b46-8572-9a8dddda2430

    No wonder this got ignored - I forgot to put bottom line:

     

    '/usr/mnt/cache/appdata called mongodb-temp' does NOT exist! Please check your mappings! Skipping for now.

    But mongo is skipped, as well as Tailscale that recently started doing the same thing - any advice?

     

  5. Having trouble getting previews to generate in Browserless: 

     

    image.thumb.png.3cde9b35e2676c801eef22e3e3280e43.png

     

    In browserless I have "TOKEN" Variable matching "CHROME_TOKEN" in Reactive Resume. In RR I also have "CHROME_URL" set as "ws://UNRAID-IP:3011" which is port I have browserless on.

    Any suggestions?

    EDIT: Resolved - I in fact do have fat cheeseburger fingers and mis-typed like a dummy head. Nevermind above... ProTIP: don't fatfinger things like I did. :sigh: LOL

    • Haha 1
  6. Should I be doing anything about this error? If so what?

    # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.

    • Upvote 1
  7. For months off and on I get this error; frankly I am tired of seeing it despite it means nothing. What is wrong here? I don't even leave MongoDB running anymore.

    The error:

    Event: Appdata Backup
    Subject: [AppdataBackup] Error!
    Description: Please check the backup log!
    Importance: alert

    image.thumb.png.72106e5d9bdd35abc33de4f9dda30850.png

     

    Debug Log ID: c2b88e35-5351-4b46-8572-9a8dddda2430

  8. 2 hours ago, blaine07 said:

    Thank you, SO MUCH! It definitely does work. I wonder if it has to install these other "extra" 13 packages though?

    I wonder what happens if you just did "linuxserver/mods:universal-package-install" and NOT "linuxserver/mods:universal-docker|linuxserver/mods:universal-package-install"?

    image.thumb.png.f59beaf0c74f6d978abe0bcd89e2f3d3.png

    Did it like this: linuxserver/mods:universal-package-install

    Seemed to work WITHOUT doing : linuxserver/mods:universal-docker

     

    I think? 

    • Like 1
  9. 14 hours ago, gilladur said:

    I've actually done it already and the warning is gone 🙂 but I agree the documentation is quite hard to overlook.

    In general, you just need to set up these two variables in the container in three steps...
    grafik.thumb.png.b674a3c420a94c5bbddb448b59041adc.png

    1. add the general Mod by adding a new variable to the container (2. screenshot)

    linuxserver/mods:universal-docker

    (maybe this is not necessary but, as I far as I understood, you need to add this universal mod first, to get the other running)
    grafik.png.55179c0edb34fb58e14dd49ca90e5a74.png
    2. save -> apply which restarts the Docker

     

    3. edit the container and variable again, and add to the variable the linuxserver/mods:universal-package-install Mod.
    Important is the "|" separator between the two mods - simply change it to this line and restart the docker container by doing the usual save -> apply:

    linuxserver/mods:universal-docker|linuxserver/mods:universal-package-install

    grafik.png.de9c739a7f3a82f98edd817f55a28057.png


    4. Add a new variable "Install Packages" which lists the stuff for the mod to be installed on the next restart, in our case:  imagemagick-svg
    grafik.png.a507114f20cef908ceaf7b328dc55a4f.png

    After save and apply, the packet should be installed during restart of the container and the warning should be gone
    This should be also shown in the logs of container

     

    There is a good video on how use these Mods particular useful for the SWAG container - but the approach is the same:


    hope that helps 🙂

    Thank you, SO MUCH! It definitely does work. I wonder if it has to install these other "extra" 13 packages though?

    I wonder what happens if you just did "linuxserver/mods:universal-package-install" and NOT "linuxserver/mods:universal-docker|linuxserver/mods:universal-package-install"?

    image.thumb.png.f59beaf0c74f6d978abe0bcd89e2f3d3.png

  10. On 3/13/2024 at 12:13 PM, gilladur said:

    I have the same error with the missing SVG support.
    @blaine07 do I understand the github page correct, that it will be added later? I'm a bit confused how to fix or if I need to fix the issue?
    Edit:
    I've found the answer in the IO Discord by Driz- you could install the needed package via Docker Mods:

     

    So is Linuxserver.io NEVER going to include it either? I hate to do a bunch myself only for them to do it later?

    Edit: so, are you going to do this? Can you show screen shot of how you add it to your nextcloud container? Kind of confused with instructions...

  11. On 3/9/2024 at 8:11 AM, bonedrums said:

    I also use Cloudflare and NPM... working on a simple email login to share with the community. Thanks for reaching out! More updates to follow...

    Thats what I have here; Cloudflare Proxy and some stuff straight to service; some stuff through Cloudflare>NPM>Service. Quite literally can't wait! 🙂

     

  12. 2 hours ago, bonedrums said:

    Hey Blaine - I need to look into creating a second Docker installer in the App Store using this setup. I'll let you know once I get it finished up and provide some instruction.

    Oh, awesome! Thank you so much! Keep me posted - some basic login would be very nice. I don't need Traffik or any of that though; would rather use cloudflare or NPM. Thank you!

×
×
  • Create New...