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

Title: Syncthing - Update Feature
Post 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?
Title: Re: Syncthing - Update Feature
Post by: vtverdohleb on November 29, 2015, 03:13:33 PM
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
Title: Re: Syncthing - Update Feature
Post by: y_the_alien on November 29, 2015, 04:16:28 PM
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
Title: Re: Syncthing - Update Feature
Post by: vtverdohleb on November 30, 2015, 03:15:42 AM
Stop Add-On
Code: [Select]
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
Title: Re: Syncthing - Update Feature
Post by: y_the_alien on November 30, 2015, 03:25:39 PM
Thank you! It's updated now!