View Single Post
  #72  
Old 22.01.2015, 22:16
trionix
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by J-J View Post
HOW TO INSTALL JDOWNLOADER2 ON SYNOLOGY NAS:

[LIST=1][*]Install JD on Windows/Linux/OS X with the **External links are only visible to Support Staff**...[*]Start JD and let it update to the latest version[*]Setup all settings in JD
  • User Interface
    • Enable Silent Mode
  • Bubble Notify
    • Show Bubbles if Never
  • Tray Icon
    • Uncheck Enabled
More info on 1st post if needed (long version until step 1.3):
Spoiler:


Some Remarks
  1. Whenever there's an update of JDownloader2 you get a pop-up at **External links are only visible to Support Staff**.... You can trigger the update in the settings tab on the site.
  2. If JD failes to restart after an update, do the following:
    • Open DSM web interface
    • Go to "Control Panel" and then "Task Scheduler"
      Spoiler:
    • Click "Create" and choose "User-defined scripts"
      Spoiler:
    • Give the task a name (e.g. Jdownloader), set the user to "root" and as User-defined script you set /usr/local/etc/rc.d/S99jdownloader.sh
      Spoiler:
    • Close with OK
    • Unthick the script (we just want to activate it manually and not on schedule) and select the created task and click on "Run"
      Spoiler:
    • JDownloader2 should be running again (check on **External links are only visible to Support Staff**...)
    • Now, each time JD failes to (re)start you can launch it manually with task scheduler.


ENJOY!
THANK YOU VERY MUCH J-J!

This was a really great tutorial and it really helped get this working!

Everything is working fine now, except one thing:
updating jdownloader via the settings tab seems to be broken/malfunction.

It always starts updating but when its done my.jdownloader.org always tells me there is an update again.

When I look into the log, it seem like he is caught in an update loop....could it be that he has writing problems when updating? But even when I temporary set all rights in the jdownloader folder on the synology on 777 it can't update.

log comparison:
first update try
Code:
Thu Jan 22 21:39:51 GMT+01:00 2015
Package: package_1421958637716.awf
Install
Write Revision: 4841
----------------Plugins----------------
----------------Extensions----------------
   extensions/JDChat.jar
   extensions/Scheduler.jar
   extensions/translator.jar
----------------Direct Files----------------
----------------Core Files----------------
   libs/irclib.jar
   libs/sequence-library.jar
   libs/sqljet.jar
   libs/svnkit.jar
second try
Code:
Thu Jan 22 21:46:54 GMT+01:00 2015
Package: package_1421959209027.awf
Install
Write Revision: 4841
----------------Plugins----------------
----------------Extensions----------------
   extensions/JDChat.jar
   extensions/Scheduler.jar
   extensions/translator.jar
----------------Direct Files----------------
----------------Core Files----------------
   libs/irclib.jar
   libs/sequence-library.jar
   libs/sqljet.jar
   libs/svnkit.jar
SO the logs are showing always the same files he tries to update....I can reproduce this multiple times.

Any ideas what could be wrong or how to fix this issue?

I don't want to update it the hard way by copy&paste always new external installs

Thanks again for helping out. Best!
Reply With Quote