D-Link Forums
The Graveyard - Products No Longer Supported => D-Link Storage => ShareCenter® Add-on Applications => Topic started by: y_the_alien on November 28, 2015, 07:30:19 PM
-
Hi,
Anyone else is having problems on updating Syncthing under 327L? I know it's related to the users permission but i have no idea how to solve it. Here's what i got:
upgrading: open /mnt/HD/HD_a2/Nas_Prog/Syncthing/bin/syncthing000000000: permission denied
Any ideas?
-
Anyone else is having problems on updating Syncthing under 327L? I know it's related to the users permission but i have no idea how to solve it. Here's what i got:
upgrading: open /mnt/HD/HD_a2/Nas_Prog/Syncthing/bin/syncthing000000000: permission denied
chmod +x syncthing000000000
-
Thanks for the reply!
But i'm really new into this stuff, how should I run "chmod +x syncthing000000000"?
I tried to access the path /mnt/HD/HD_a2/Nas_Prog/Syncthing/bin/syncthing000000000 trough my desktop terminal but had no results
-
Stop Add-On
cd /mnt/HD/HD_a2/Nas_Prog/Syncthing/bin
wget --no-check-certificate "https://github.com/syncthing/syncthing/releases/download/v0.12.5/syncthing-linux-arm-v0.12.5.tar.gz" -O syncthing-linux-arm-v0.12.5.tar.gz
mv syncthing syncthing.old
tar zxf syncthing-linux-arm-v0.12.5.tar.gz
mv syncthing-linux-arm-v0.12.5/syncthing ./
rm -rf syncthing-linux-arm-v0.12.5
Start Add-On
-
Thank you! It's updated now!