• April 19, 2024, 07:56:06 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: Syncthing - Update Feature  (Read 3973 times)

y_the_alien

  • Level 1 Member
  • *
  • Posts: 3
Syncthing - Update Feature
« 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?
Logged

vtverdohleb

  • Level 5 Member
  • *****
  • Posts: 712
    • Add-Ons for D-Link NAS
Re: Syncthing - Update Feature
« Reply #1 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
Logged
Add-on Application questions and issues, please include the following minimal information in your post:
* ShareCenter Model
* Add-on Name
* Add-on Version
* Detailed Description of your Issue
Donate: http://dlink.vtverdohleb.org.ua/Add-On/donate.php

y_the_alien

  • Level 1 Member
  • *
  • Posts: 3
Re: Syncthing - Update Feature
« Reply #2 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
Logged

vtverdohleb

  • Level 5 Member
  • *****
  • Posts: 712
    • Add-Ons for D-Link NAS
Re: Syncthing - Update Feature
« Reply #3 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
Logged
Add-on Application questions and issues, please include the following minimal information in your post:
* ShareCenter Model
* Add-on Name
* Add-on Version
* Detailed Description of your Issue
Donate: http://dlink.vtverdohleb.org.ua/Add-On/donate.php

y_the_alien

  • Level 1 Member
  • *
  • Posts: 3
Re: Syncthing - Update Feature
« Reply #4 on: November 30, 2015, 03:25:39 PM »

Thank you! It's updated now!
Logged