mirror of
https://github.com/007revad/Synology_HDD_db.git
synced 2026-04-25 05:35:59 +03:00
[GH-ISSUE #156] Total memory size is not numeric: '' #778
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Synology_HDD_db#778
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hirenshah on GitHub (Oct 21, 2023).
Original GitHub issue: https://github.com/007revad/Synology_HDD_db/issues/156
Originally assigned to: @007revad on GitHub.
Just noticed this in the logs when re-running the Task Schedule to update from v3.1.64 to v3.1.65.
Searched the issues and it looks like this issue was resolved. Any ideas?
@007revad commented on GitHub (Oct 24, 2023):
I replied to this 3 days ago but my reply is missing!?!?!
If you run syno_hdd_db with the -e or --email option you won't get all those �[0;33 �[41m �[0m in the email from task scheduler.
What does the following command return?
dmidecode -t memory | grep -E "[Ss]ize: [0-9]+ [MG]{1}[B]{1}$"@hirenshah commented on GitHub (Oct 26, 2023):
@hirenshah commented on GitHub (Oct 26, 2023):
Without the grep:

@007revad commented on GitHub (Oct 26, 2023):
Interesting.
I know DSM 6 does not have dmidecode, but your DS1813+ is using DSM 7.1.1. Your dmidecode is the same version that's in DSM 7.2
But I notice the SMBIOS is different which is probably model dependant rather than DSM version dependant:
Have you upgraded the amount of memory in the DS1813+ to more than 4GB (2 x 2GB) ?
@hirenshah commented on GitHub (Oct 27, 2023):
I upgraded the RAM from 2GB to 4GB a couple of years ago.
@007revad commented on GitHub (Oct 27, 2023):
The DS1813+ already supports 4GB of memory.
This command should return 4096
get_key_value /etc.defaults/synoinfo.conf mem_max_mbIf it does, you don't the -r option when running syno_hdd-db.
@hirenshah commented on GitHub (Oct 27, 2023):
It does indeed return 4096, so I've now changed the task to:
/volume1/web/scripts/utilities/syno_hdd_db.sh -n --autoupdate=1