Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Still getting Detected non-Synology recommended memory module configurations after running script #405

Open
crazyazz opened this issue Dec 25, 2024 · 3 comments

Comments

@crazyazz
Copy link

Still can't get rid of , even with it disabled via the script. Any ideas?

Detected non-Synology recommended memory module configurations. You may have

  1. Inserted non-Synology memory modules
    Please select authentic Synology memory modules for better system reliability.
@007revad
Copy link
Owner

Did you run the script with the -r or --ram option?

@crazyazz
Copy link
Author

Hi , ran as this:

sudo ./syno_hdd_db.sh -nr

Using options: -nr
Running from: /volume1/homes/XXXXX/Synology_HDD_db-main/syno_hdd_db.sh

HDD/SSD models found: 2
ST4000VN000-1H4168,SC44,4000 GB
WD30PURZ-85AKKY0,80.00B80,3000 GB

No M.2 drives found

No M.2 PCIe cards found

No Expansion Units found

ERROR Unknown database type ds3622xs+_host_v7.db!
ERROR Unknown database type dva3221_host_v7.db!
ST4000VN000-1H4168 already exists in dva3221_host_v7.db.new
ERROR Unknown database type ds3622xs+_host_v7.db!
ERROR Unknown database type dva3221_host_v7.db!
WD30PURZ-85AKKY0 already exists in dva3221_host_v7.db.new

Re-enabled support disk compatibility.

Support memory compatibility already disabled.

Max memory is set to 32 GB.

Drive db auto updates already disabled.

DSM successfully checked disk compatibility.

You may need to reboot the Synology to see the changes.

@007revad
Copy link
Owner

This is a bigger concern than the incompatible memory.

ERROR Unknown database type ds3622xs+_host_v7.db!
ERROR Unknown database type dva3221_host_v7.db!
ERROR Unknown database type ds3622xs+_host_v7.db!
ERROR Unknown database type dva3221_host_v7.db!

What Synology (xpe) model is it? Which DSM version?

What do these commands return:

jq '.' /var/lib/disk-compatibility/ds3622xs+_host_v7.db | head -n 5
jq '.' /var/lib/disk-compatibility/dva3221_host_v7.db | head -n 5

And these commands:

wc -l /var/lib/disk-compatibility/ds3622xs+_host_v7.db
wc -l /var/lib/disk-compatibility/dva3221_host_v7.db

And these:

which syno_mem_check
synogetkeyvalue /etc/synoinfo.conf support_memory_compatibility
synogetkeyvalue /etc.defaults/synoinfo.conf support_memory_compatibility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants