Jump to content

blaine07

Members
  • Posts

    752
  • Joined

  • Last visited

Posts posted by blaine07

  1. 2 hours ago, Peter Giacomo Lombardo said:

    Hi All - just a few recent updates for this thread:

     

    1.  The Docker image pwpush-postgres has been deprecated - we now ship a single universal container pglombardo/pwpush.

    2. A bunch of new features and fixes have been made to the new container including QR codes, file upload improvements, new config options and Admin dashboard (user management) and more.

     

    I put together a guide on how to migrate.  It's a simple 1 step process.

     

    If @CorneliousJD doesn't have time, I'll look into if I can possibly update this Unraid template myself somehow.

     

    I hope all is well with everyone.  If you have any questions or problems, feel free to message me anytime or file an issue in the Github repository.

     

    Best,

    Peter Giacomo Lombardo

    Thanks for the stellar support and always keeping us "Unraiders in the loop"!

    • Like 1
  2. 8 hours ago, Cii1 said:
    {"reqId":"LDwXkautrpm5Zep8sOA9","level":0,"time":"2024-05-05T09:25:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job OCA\\DAV\\BackgroundJob\\EventReminderJob (id: 21919, arguments: null)","userAgent":"--","version":"29.0.0.19","data":{"app":"cron"}}
    {"reqId":"LDwXkautrpm5Zep8sOA9","level":0,"time":"2024-05-05T09:25:01+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"dirty table reads: SELECT * FROM `*PREFIX*jobs` WHERE (`reserved_at` <= :dcValue1) AND (`last_checked` <= :dcValue2) AND (`time_sensitive` = :dcValue3) ORDER BY `last_checked` ASC LIMIT 1","userAgent":"--","version":"29.0.0.19","exception":{"Exception":"Exception","Message":"dirty table reads: SELECT * FROM `*PREFIX*jobs` WHERE (`reserved_at` <= :dcValue1) AND (`last_checked` <= :dcValue2) AND (`time_sensitive` = :dcValue3) ORDER BY `last_checked` ASC LIMIT 1","Code":0,"Trace":[{"file":"/app/www/public/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":344,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->"},{"file":"/app/www/public/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":384,"function":"executeQuery","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/app/www/public/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/app/www/public/lib/private/DB/QueryBuilder/QueryBuilder.php","line":293,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/app/www/public/lib/private/BackgroundJob/JobList.php","line":230,"function":"executeQuery","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/app/www/public/cron.php","line":163,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->"}],"File":"/app/www/public/lib/private/DB/Connection.php","Line":300,"message":"dirty table reads: SELECT * FROM `*PREFIX*jobs` WHERE (`reserved_at` <= :dcValue1) AND (`last_checked` <= :dcValue2) AND (`time_sensitive` = :dcValue3) ORDER BY `last_checked` ASC LIMIT 1","tables":["oc_appconfig","oc_jobs"],"reads":["oc_jobs"],"exception":{},"CustomMessage":"dirty table reads: SELECT * FROM `*PREFIX*jobs` WHERE (`reserved_at` <= :dcValue1) AND (`last_checked` <= :dcValue2) AND (`time_sensitive` = :dcValue3) ORDER BY `last_checked` ASC LIMIT 1"}}


    I've encountered syncing problem with my desktop client after upgrading to Nextcloud 29.0

    Files are not able to sync while some small files have no problem syncing. The desktop client shows the error "is out of base url (remote.php/dav/)" and the logging on Nextcloud shows "Exception ditry table reads"

    I've been looking for similar problem online but I've no luck. Is it an issue with the newest update messing up the database?

    I am using latest Nextcloud and Mariadb docker
     

    Logged into Nextcloud in Administration Settings under "Overview" tab what "Security and Setup" warnings do you see?

     

  3. 1 minute ago, smcw said:

    Thank you!!! That was it. Been searching all evening.

    Yeah, not sure what we’re going to eventually have to do. New method is sha2 and no idea what beginning to use that is going to entail. No idea how long we can just enable native password. 

  4. 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
  5. I wonder if they're going to roll back or what their intentions are/were here? I have a few things I can't get to work even with that argument added - can't remember how I have what setup so I am sure it's a skill issue. Can't downgrade MySWQL Container though can I?

  6. 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

  7. 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

    • Thanks 1
  8. 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?

     

  9. 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
  10. 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
  11. 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

  12. 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
  13. 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

  14. 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...

×
×
  • Create New...