Suchergebnisse

  • 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 6.x und darunter Rookie bittet um Untertsützung bei fehlerhaftem Datenpool

    If they are Seagate drives can you run this as it will decode SMART values for attributes 1, 7, 195 and 240 so we don't have to. https://github.com/007revad/Synology_SMART_info
  2. DaveR

    Migration ext4 zu BTRFS: Best practise

    You can change line 77 to whatever volume/shared-folder/sub-folder you want. Change line 77: ExportDir="${DockerShare}/docker_exports" To something like: ExportDir="/volume1/backup/docker_exports"
  3. DaveR

    DSM 7.3 Neue Version 7.3.2 – 86009

    After unpacking the spk files I can see that SynoOnlinepack_v2 1038 was a bug fix because eunit.json was empty in 1035. 1008 was compiled on 20th Nov 2025 but only uploaded to the archive site a few days ago. It looks Synology previously forgot to upload it.
  4. DaveR

    DSM 5.2-5967 Update 9 – surveillance station

    All the versions from 5.1-2197 up to 7.1-4155 have a .spk file for 88f628x which is what you need for your DS410j. https://web.archive.org/web/20230117045551/https://archive.synology.com/download/Package/SurveillanceStation Or the direct download link for...
  5. DaveR

    DSM 7.3 Neue Version 7.3.2 – 86009

    The new SynoOnlinePack became publicly available sometime on the 11th. Then Synology released another new version on the 12th. My script, which runs at midnight each day) noticed them at midnight on the 12th and 13th. The SynoOnlinePack 1008 is only for the RS2423RP+II which has the same...
  6. DaveR

    DSM 7.3 Neue Version 7.3.2 – 86009

    But that's not the new version I am testing. That version just stops all apps installed on a NVMe volume. So apps on a HDD volume that depend on those NVMe apps could still cause issues like DSM automatically installed the missing NVMe app on the HDD volume. For example, if Synology Application...
  7. DaveR

    DSM 7.3 Neue Version 7.3.2 – 86009

    I have a new version of the shutdown script but I haven't finished testing it yet. It stops all apps installed on an NVMe volume. Stops all apps on a HDD volume that depend on an app installed on an NVMe volume. If run with the -e option, stops all apps installed on a volume in an expansion...
  8. DaveR

    Download Station, Neue Version: 4.1.1-5008

    @ctrlaltdelete I asked bb-qq to add the distributor_url to INFO.sh on their r8152 repo so the script can show when there's a new r8152 driver spk package.
  9. DaveR

    Log Analysis LogAnalysis - GUI zum betrachten und durchsuchen von /var/log

    The pkg_version_html script from https://www.synology-forum.de/threads/download-station-neue-version-4-1-1-5008.141032/post-1272865 I've created a pull request with the 2 changes in INFO.sh for you. If you merge the pull request now you won't have to remember this the next time you update...
  10. DaveR

    Download Station, Neue Version: 4.1.1-5008

    I've got an updated version. Added getting lastest version number for GitHub packages that have an spk file with their releases and the GitHub repo set as distributor_url in the package's INFO file. Added "Source" column to show if package is available from Synology, SynoCommunity or GitHub...
  11. DaveR

    Log Analysis LogAnalysis - GUI zum betrachten und durchsuchen von /var/log

    Hey @Tommes For future releases can you please change the package's helpurl from the old forum format: helpurl="https://www.synology-forum.de/showthread.html?107180-LogAnalysis-GUI-zum-betrachten-und-durchsuchen-von-var-log" to the current forum format...
  12. DaveR

    DS425+ mit NVMEs nutzen?

    Shortly after Synology announced NVMe volumes (but only for Synology NVMe drives) I wrote a script to enable NVMe volumes with 3rd party NVMe drives and have been running an NVMe volume for the last 3 years.
  13. DaveR

    Download Station, Neue Version: 4.1.1-5008

    Thanks. The solution to the 2,682 character per line limit was to add a new line after each table row. Now instead of tbody being 1 line containing 6,943 characters the longest line in the email source is the head line of 366 characters. I've also now got the script automatically excluding the...
  14. DaveR

    Download Station, Neue Version: 4.1.1-5008

    I've found out why my formatting gets messed up. Synology's smtp seems to have a 7,682 character limit, at which point it inserts a line break and space and then carries on until it reaches 7,682 characters again. I see the same line breaks and a space inserted in emails from task scheduler...
  15. DaveR

    Download Station, Neue Version: 4.1.1-5008

    Thanks @Hagen2000 I don't get any =3D strings. <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Package versions</title> When I checked the available languages in DSM I knew I had to deal with ger, chs...
  16. DaveR

    Download Station, Neue Version: 4.1.1-5008

    I've made some changes: Added SynoCommunity packages. Added non-synology and non-synocommunity packages. These don't show if there's a newer version available. It now shows the same number of packages as the "Found NN packages" at the top of the email. I've temporarily excluded PlexMediaServer...
  17. DaveR

    suche Suche eine 2te DS, möglich wären 224+, 225+, 723+, 923+ 725+ 423+ 925+ 425+

    That's obvious from your signature :)
  18. DaveR

    suche Suche eine 2te DS, möglich wären 224+, 225+, 723+, 923+ 725+ 423+ 925+ 425+

    Interesting considering you own a DS720+. I bought my DS720+ because it was the cheapest Synology available that had M.2 slots and a eSATA port (which the 2xx models don't have). I needed it so I could develop my scripts for NVMe volumes and expansion units on it instead of developing them on...
  19. DaveR

    Download Station, Neue Version: 4.1.1-5008

    I've previously made some changes that @Adama has ignored or hasn't noticed. :) Added a comment so I know where the script came from and who wrote it. Moved MAILTARGET= and SENDER= to top so it's easier for people to change it to their email address. Set html lang from DSM's mailang setting...