v19 Synology DSM 7 with MariaDB painfully slow with Matrix 19.x - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: v19 Synology DSM 7 with MariaDB painfully slow with Matrix 19.x (/showthread.php?tid=365424) Pages:
1
2
|
RE: Synology DSM 7 with MariaDB painfully slow with Matrix 19.x - davesdeadcat - 2021-11-16 (2021-11-13, 17:13)dpar Wrote: Just to throw it out there, I'm running DSM 7 on my DS1819+ using MariaDB 10, and don't have any issues whatsoever. I've been running it this way since DSM 7 came out. I'm also using SMB. So I would assume you had some type of issue with the DSM upgrade initially?Thanks, thats useful to know that there are some environments working fine. Could be a multitude of things causing the issue but couldn't get a great deal of sense out of Synology support and I haven't got the time to be going through Wireshark outputs line by line trying to figure out what calls are causing which delay at various points. Now I've downgraded back to DSM6 and followed Dans recommendations about tuning MariaDB, I've got a faster setup now. Synology interface was definitely running sluggish for me with DSM7. RE: Synology DSM 7 with MariaDB painfully slow with Matrix 19.x - davesdeadcat - 2021-11-16 (2021-11-13, 23:07)gibxxi Wrote:Some useful comments here Dan, thanks again. A quick 'df -h' showed ample (or at least it seemed ample to me) space in the OS partition as it was only around 50% full and /tmp only 2%. This NAS does nothing at all except host media and the DB for my Kodi environment. So, I don't have lots of addons/apps running and not doing any encoding with things like Plex etc so its definitely an unusual issue that I'm glad is now fixed, at least for the foreseeable.(2021-11-12, 20:38)davesdeadcat Wrote: Just to close the loop on this issue, I've now successfully rolled back my Synology to DSM6 using this excellent guide : I may need to see if there is a way to run a VM version of DSM somehow to see if I can re-create my environment in a sandbox so I can test out the upgrade ahead of time when DSM 7.1 releases (if I choose to even bother upgrading that is). otherwise, pretty happy with Synology after having run a more power hungry Netgear readynas for 10+ years prior. Thanks again for all the comments / pointers / suggestions. RE: Synology DSM 7 with MariaDB painfully slow with Matrix 19.x - gibxxi - 2021-11-16 No worries Dave. I wouldn't rule out a firmware upgrade issue either mind you. It is the case that most of these firmware updates run on preset scripts, much like when you install addon packages. Said scripts won't take account of any edge-cases where the system isn't exactly how the upgrade expects it to be (for whatever reason). If/when they release 7.1 it will be interesting to see if this issue is mentioned in the release notes for that release. Might also be an idea to see if anyone on the Synology community forums has had anything resembling a similar issue you did. Dan / Gib. RE: Synology DSM 7 with MariaDB painfully slow with Matrix 19.x - scott967 - 2021-11-17 <lurker> Thanks for the thread. Now I'm putting off any decision to upgrade to DSM 7, as the release notes didn't really give me any reason I need it (mostly I host media files and backups on SMB shares. I do have MariaDB running just to play with; use native Kodi sqlite3 on all my production installs). scott s. . RE: Synology DSM 7 with MariaDB painfully slow with Matrix 19.x - ARAM10 - 2021-12-27 Hi, I am so glad that I came across this thread. I have been a long time KODI user and it has been running perfectly for me over many years (and many versions) allowing me to share my KODI library with my 2 x Android Media boxes using SMB. My previous setup of a Synology DS412+ running DSM 6.2.3-2546, MariaDB 5.5.68 <PORT 3306> and KODI 19.2 was working perfectly and sharing its library using SMB with both Android devices i.e. start watching on Android Box #1 (living room) and finish watching on Android Box #2 (bedroom). However, ever since buying my new Synology DS1621+ running DSM 7.0-41890, MariaDB 10.3.29 <PORT 3307> and using KODI 19.2 I have experienced nothing but problems with sharing my library, whereby KODI freezes on both of the Android Media boxes on the start-up Matrix splash screen. Having read all the articles I could find on-line, I have ensured to make all the relevant updates to the NAS and Advancedsettings.XML file including:
I wonder if the next release of DSM 7.1 will indeed address / fix this issue. RE: Synology DSM 7 with MariaDB painfully slow with Matrix 19.x - Klojum - 2021-12-27 (2021-12-27, 17:37)ARAM10 Wrote: I have now given up on sharing the library and each device runs perfectly independently. DSM 7.x seems to have its own quirks, MariaDB is having coughs every other versions, Kodi really hasn't changed that much in all v19 versions... I'm not convinced that DSM 7.1 will change much, database- or SMB-wise. You could check MariaDB's own log when things go wrong between Kodi and Synology, apart from Kodi's own debug log. RE: Synology DSM 7 with MariaDB painfully slow with Matrix 19.x - pkscout - 2021-12-28 (2021-12-27, 17:37)ARAM10 Wrote: I have now given up on sharing the library and each device runs perfectly independently.You might consider migrating your MariaDB to a docker container on the Synology. That's how I do mine. I am still on DSM 6.x, but I heard enough people having problem with MariaDB on the Synology that I decided to use the official MariaDB docker container instead. Works like a charm, and I can even update to newer MariaDB versions pretty quickly. I basically run everything on my Synology out of Docker containers (except the core functions shipped with it). That seems to help insulate me from some of the oddities of the various DSM upgrades. As long as Docker works, everything else I run does to. RE: Synology DSM 7 with MariaDB painfully slow with Matrix 19.x - Hrvoje - 2022-01-10 I use basic NAS DS218J, DSM6, MariaDB 10 and Kodi 19 works perfect.Looks like it is related to DSM7. RE: Synology DSM 7 with MariaDB painfully slow with Matrix 19.x - lessHairwithCodi - 2023-12-25 modify my.cnf, and 2 lines: [mysqld] skip-name-resolve save and restart mariadb RE: Synology DSM 7 with MariaDB painfully slow with Matrix 19.x - ARAM10 - 2024-01-07 (2023-12-25, 04:23)lessHairwithCodi Wrote: my.cnf Hi, many thanks for your reply. However, please excuse my ignorance. Where do I find "my.cnf" ? RE: Synology DSM 7 with MariaDB painfully slow with Matrix 19.x - kittmaster - 2024-05-10 (2024-01-07, 15:55)ARAM10 Wrote:I'm having issues with my Synology NAS and scan speeds too, but to answer your question, see if this helps:(2023-12-25, 04:23)lessHairwithCodi Wrote: my.cnf https://kb.synology.com/en-in/DSM/tutorial/Can_MariaDB_settings_be_customized_on_Synology_NAS RE: Synology DSM 7 with MariaDB painfully slow with Matrix 19.x - ARAM10 - 2024-05-18 Many thanks to everyone. I have now resolved this issue by carrying out a full and complete reinstallation on all my devices and updated to Kodi 21. I have fully documented all the steps (long document) if anyone is interested, I am happy to share it RE: Synology DSM 7 with MariaDB painfully slow with Matrix 19.x - kittmaster - 2024-05-18 (2024-05-18, 12:34)ARAM10 Wrote: Many thanks to everyone. I'm interested in the Synology settings and user account itself as well as the protocol being used i.e. smb, nfs etc. I can't get Omega to play well with my NAS, Nexus is a here, Omega is a zero in my instance. Thanks for any help you can provide. |