Aktueller Inhalt von DaveR

  • Ab sofort steht euch hier im Forum die neue Add-on Verwaltung zur Verfügung – eine zentrale Plattform für alles rund um Erweiterungen und Add-ons für den DSM.

    Damit haben wir einen Ort, an dem Lösungen von Nutzern mit der Community geteilt werden können. Über die Team Funktion können Projekte auch gemeinsam gepflegt werden.

    Was die Add-on Verwaltung kann und wie es funktioniert findet Ihr hier

    Hier geht es zu den Add-ons

  1. DaveR

    DSM 7.3 Update - keine Installation nach Download

    I think @wired2051 meant where does DSM download the auto update to. The answer is /volume1/@autoupdate Mine currently contains a leftover .pat file from Sep 2024. /volume1/@autoupdate/DSM_DS1821%2B_72806.pat which is DSM 7.2.2-72806
  2. DaveR

    DSM 7.3 Keine Smart-Werte im DSM, aber trotz OK Status Probleme mit defekter Platte

    @sunday88 I can tell you used an old version of the Synosmartinfo package. The latest version would show the Raw Read Error Rate value in red as it's greater than 0. https://github.com/PeterSuh-Q3/SynoSmartInfo/releases
  3. DaveR

    DSM 7.3 Update - keine Installation nach Download

    Some people on reddit have clicked on Download in Package Center, and it downloads the DSM update, but the Install button stays grayed out. The solution is: sudo synoupgrade --start-force via SSH. Then upgrade to Update 3 in Package Center.
  4. DaveR

    DSM 7.3 7.3.2-86009 Update 2

    DS224+ https://global.synologydownload.com/download/DSM/criticalupdate/update_pack/86009-3/synology_geminilake_224%2B.pat
  5. DaveR

    DSM 7.3 7.3.2-86009 Update 2

    DSM 7.3.2-86009 Update 3 download links for your 3 Synology NAS DS923+ https://global.synologydownload.com/download/DSM/criticalupdate/update_pack/86009-3/synology_r1000_923%2B.pat DS220+...
  6. DaveR

    DSM 7.3 New DSM, BSM and Package versions online

    In the last 36 hours Synology has released a bunch of stuff. DSM 7.3.2-86009-3 DSM 7.2.2-72806-8 DSM 7.2.1-69057-11 https://www.synology.com/en-global/releaseNote/DSM BSM 1.5-65918 https://www.synology.com/en-global/releaseNote/BSM BeePhotos 1.5.0-10221 HyperBackup 4.1.2-4056 MangoDrive...
  7. DaveR

    BeeStation New BSM and packages online

    In the last 36 hours Synology has released a bunch of stuff. BSM 1.5-65918 https://www.synology.com/en-global/releaseNote/BSM BeePhotos 1.5.0-10221 https://www.synology.com/en-global/releaseNote/BeePhotos MangoDrive 1.5.0-11242 https://www.synology.com/en-global/releaseNote/MangoDrive...
  8. DaveR

    Need help finding out what CPU arch these models have

    @AndiHeitzer Thank you for hanging in there during all the testing. I could not have figured it out without your help. :love:
  9. DaveR

    Need help finding out what CPU arch these models have

    v1.0.20 should now work with arm7l devices. https://github.com/007revad/Synology_Ookla_Speedtest/releases Note: There is one small issue that I just noticed. The first time you open the web ui the server list will only show the last few servers. From then on it will show all the local servers.
  10. DaveR

    Need help finding out what CPU arch these models have

    So uname -m on a DS215 and DS116 returns armv7l (with an L for little endian) instead of armv71. I always thought it was 71 :oops:
  11. DaveR

    Need help finding out what CPU arch these models have

    Interesting. That looks like an L instead of one in armv71. If it is then that has been the issue all along... Yep, I had a fix in api.cgi on my Synology but it was not in the git repo so when pushed v1.0.18 v1.0.19 to GitHub that fix was missing :( v1.0.19 v1.0.20 will be online shortly...
  12. DaveR

    DSM 7.3 7.3.2-86009 Update 2

    I saw this prompt when setting a DS218 yesterday. I don't remember ever seeing it before when setting up a Synology NAS. Maybe Synology added it in DSM 7.3
  13. DaveR

    Need help finding out what CPU arch these models have

    I think the armhf speedtest binary, when run in a non-interactive shell, is aborting because the "accept licence" prompt is not being accepted. This prompt would be getting removed by "tail -5" so it's not appearing in servers.list. Also some speedtest binaries return 0 even when there was an...
  14. DaveR

    DSM 7.3 7.3.2-86009 Update 2

    Active Insight is still included in DSM and installed. DSM 7.3.2 installs it. DSM 7.3.2 Update 2 does not because it's just a small security update.
  15. DaveR

    Need help finding out what CPU arch these models have

    What do these commands return? sudo cat /var/packages/Synospeedtest/var/install.log | tail -15 sudo cat /var/packages/Synospeedtest/var/last_speedtest_stderr.log sudo cat /var/packages/Synospeedtest/var/servers.list sudo cat /var/packages/Synospeedtest/var/api.log | tail -20