mirror of
https://github.com/007revad/Synology_HDD_db.git
synced 2026-04-25 21:55:59 +03:00
[GH-ISSUE #333] Error: "This script is NOT runnning on a Synology NAS!"... but it is!! #825
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#825
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 @madmax-71 on GitHub (Jul 22, 2024).
Original GitHub issue: https://github.com/007revad/Synology_HDD_db/issues/333
Hi, I tried running your script and received an error message claiming the script is not running on a Synology NAS.
But it is... Any ideas? BTW I am running DSM 7.2.1-69057 Update 5 on my DS723+.
Thanks
Alex
@007revad commented on GitHub (Jul 23, 2024):
@madmax-71
What does the following command return?
@madmax-71 commented on GitHub (Jul 23, 2024):
@007revad
Darwin Mac-mini-von-Alex.fritz.box 24.0.0 Darwin Kernel Version 24.0.0: Mon Jul 1 21:56:49 PDT 2024; root:xnu-11215.0.132.501.1~1/RELEASE_ARM64_T6020 arm64
@007revad commented on GitHub (Jul 23, 2024):
The syno_hdd_db.sh and syno_hdd_vendor_ids.txt need to be located in a shared folder on your Synology.
Then you need to enable SSH on Synology. https://kb.synology.com/en-global/DSM/tutorial/How_to_login_to_DSM_with_root_permission_via_SSH_Telnet
Then on the Mac mini you connect via SSH to the Synology and run the syno_hdd_db.sh script.
@madmax-71 commented on GitHub (Jul 24, 2024):
That was the problem, I forgot to connect via SSH. Thanks for your help!