JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #441  
Old 12.04.2022, 14:59
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@blackdevil:
Permission denied -> das Skript muss als root laufen (zb sudo)
__________________
JD-Dev & Server-Admin
Reply With Quote
  #442  
Old 12.04.2022, 16:33
tarkett tarkett is offline
JD VIP
 
Join Date: Apr 2009
Location: Deutschland
Posts: 367
Default

@blackdevil
Als Alternative könntest du es auch mit diesem Paket qnapclub.eu/de/qpkg/524 versuchen. Ist einfacher zu handhaben (Installation, Autostart, ...).



Müsste auf der TS-251+ eigentlich funktionieren.
Reply With Quote
  #443  
Old 13.04.2022, 17:13
blackdevil blackdevil is offline
Modem User
 
Join Date: Aug 2021
Posts: 2
Default

Quote:
Originally Posted by Jiaz View Post
@blackdevil:
Permission denied -> das Skript muss als root laufen (zb sudo)
Danke, das war's!! Doch so einfach...

Quote:
Originally Posted by tarkett View Post
@blackdevil
Als Alternative könntest du es auch mit diesem Paket qnapclub.eu/de/qpkg/524 versuchen. Ist einfacher zu handhaben (Installation, Autostart, ...).
Ich bin von sowas nicht so begeistert, da ich da nicht so gut "reingucken" kann. Das Shell-Skript kann ich mir angucken und es generiert ja ein QPKG. Dadurch ist Autostart auch kein Thema.
Reply With Quote
  #444  
Old 13.04.2022, 18:12
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@blackdevil: Nichts zu danken!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #445  
Old 16.05.2022, 12:58
Anto2k1 Anto2k1 is offline
Baby Loader
 
Join Date: May 2022
Posts: 7
Default I need help on Qnap TS-212

Hi to all,
i need help to install JD2, i've tried the procedure but not complete... don't start the download procedure.
it give me this error:
=============================================
JDownloader2 QPKG Installer script
=============================================

Checking for /opt... Found!
Checking for Java... Found... exporting variables
Checking for Java executable... All OK!
Info: Downloading update file ... Failed.
Oops, couldn't download JDownloader2 update file. Please check your internet connection.
---------

But the connection is available and run, the LAN connection is good, any suggestions... Thanks in advance

Or a solution to run locally the 'modified' script without downloading the file JDownload.jar and JDownloader2_1.38.qpkg, I've the files...locally of course

Anto

Last edited by Anto2k1; 16.05.2022 at 13:13.
Reply With Quote
  #446  
Old 16.05.2022, 13:52
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@Anto2k1: can you download the file JDownloader.jar by yourself, eg via wget or curl? see the script for the url
__________________
JD-Dev & Server-Admin
Reply With Quote
  #447  
Old 16.05.2022, 19:13
Anto2k1 Anto2k1 is offline
Baby Loader
 
Join Date: May 2022
Posts: 7
Default

Quote:
Originally Posted by Jiaz View Post
@Anto2k1: can you download the file JDownloader.jar by yourself, eg via wget or curl? see the script for the url
Yes, I've already done it, but the script doesn't run fine, how to modify it for installation from a local folder?

I will remove the lines, about the download, and begin to install process, but I don't know the bash script language, and some things I've understood, but others, nope.

I've got these files in the Public folder of the Qnap TS-212, JDownloader.jar/JDownloader2_1.38.qpkg, and the JD_Qnap_install.sh

Any other suggestions?

Anto

Last edited by Anto2k1; 16.05.2022 at 19:16.
Reply With Quote
  #448  
Old 16.05.2022, 19:28
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@Anto2k1: you should try to find out the cause why the script fails, because if a simple bash script cannot download a file, chances are very high that JDownloader won't work either.
can you ssh into your nas and try wget the file?
If you want we can take a look at it together via Teamviewer, contact us via support@jdownloader.org

my ideas:
1.) missing dns setup and your nas is not able to resolve DNS
2.) DNS/PEER blocker, eg pihole
3.) VPN/PROXY error
4.) missing/wrong network gateway setup and nas cannot connect to internet
__________________
JD-Dev & Server-Admin
Reply With Quote
  #449  
Old 17.05.2022, 22:30
Anto2k1 Anto2k1 is offline
Baby Loader
 
Join Date: May 2022
Posts: 7
Default

Quote:
Originally Posted by Jiaz View Post
@Anto2k1: you should try to find out the cause why the script fails, because if a simple bash script cannot download a file, chances are very high that JDownloader won't work either.
can you ssh into your nas and try wget the file?

If you want we can take a look at it together via Teamviewer, contact us via support@jdownloader.org

my ideas:
1.) missing dns setup and your nas is not able to resolve DNS
2.) DNS/PEER blocker, eg pihole
3.) VPN/PROXY error
4.) missing/wrong network gateway setup and nas cannot connect to internet
Hi, I've solved it, thank You so much for your help and assistance...
I've edited the script, in this mode, with notepad++ and lines numbers for reference, so...

Install from the dash on the NAS, the JDownloader2_1.38.qpkg
Line 4: echo on // add for debug
Line 16 rem and copy the "name", and substitute with the real file name the variables, jd2_update
Lines 25-31 rem // in this case the JD2 is installed and must skip the check
Lines 203-209 // Don't need to download the file
Lines 220-226 // Same

After this, You must have the file in the right location, JD...jar and JD...qpkg in the Public folder

make executables the file, like normal, chmod+x fileName.sh...

and run the script.

The script in my case hang, but CTRL+C, unlock the script, and resume..until the ask for login/pass for my.jdownloader.org and continue to the end, et volila', JD2 is installed and running fine
From the dash i see my jd active NAS and PC...

That's all, hope can be usefull for other...

Anto
Reply With Quote
  #450  
Old 18.05.2022, 10:51
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@Anto2k1: Thanks for the feedback! Yet we still don't know why it failed for you :( Have you tried to download the file manually via wget/curl? did it work or fail too?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #451  
Old 18.05.2022, 12:32
Anto2k1 Anto2k1 is offline
Baby Loader
 
Join Date: May 2022
Posts: 7
Default

Quote:
Originally Posted by Jiaz View Post
@Anto2k1: Thanks for the feedback! Yet we still don't know why it failed for you :( Have you tried to download the file manually via wget/curl? did it work or fail too?
Hi, I've tried again to know/understand/share the problems and this is the command from the NAS Shell, I've only changed the variable with the real value...

# /usr/bin/wget --no-check-certificate "**External links are only visible to Support Staff** --directory-prefix=/share/HDA_DATA/Public

--2022-05-18 11:10:29-- **External links are only visible to Support Staff****External links are only visible to Support Staff**
Resolving **External links are only visible to Support Staff**www.dropbox.com... 162.125.69.18, 2620:100:6025:18::a27d:4512
Connecting to **External links are only visible to Support Staff**www.dropbox.com|162.125.69.18|:443... connected.
OpenSSL: error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version
Unable to establish SSL connection.

I don't know if Dropbox has changed login/sharing politics, to SSL connection, seem is this the problem...

What do You Think?

Other info
# uname -a
Linux AntoNAS 3.4.6 #1 Fri Oct 8 14:44:48 CST 2021 armv5tel unknown
QTS 4.3.3.1799

Let Me know if You need other info...

Anto
Reply With Quote
  #452  
Old 18.05.2022, 13:03
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@Anto2k1: Thanks for the feedback! most likely the wget tool version is too old and tries with outdated tls version, no longer supported by dropbox
can you retry with this additional parameter, --secure-protocol=TLSv1.2
__________________
JD-Dev & Server-Admin
Reply With Quote
  #453  
Old 18.05.2022, 22:00
wodan51 wodan51 is offline
Modem User
 
Join Date: Jan 2018
Posts: 2
Default

Hallo

Ich muss leider sagen, dass BullGuard diese Installation direkt in die Quarantäne verschiebt. Keine Chance unter windows x64.
Danke für Kenntnisnahme.
Reply With Quote
  #454  
Old 19.05.2022, 00:12
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Mit welcher Begründung?
Passiert das ebenso mit dem adwarefreien Installer?
Siehe:
jdownloader.org/jdownloader2

Grüße, psp
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #455  
Old 19.05.2022, 11:25
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@wodan51: Ein paar mehr Informationen wären schon hilfreich? Warum postest du das hier im QNAP Thread?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #456  
Old 20.05.2022, 01:24
wodan51 wodan51 is offline
Modem User
 
Join Date: Jan 2018
Posts: 2
Default

@pspzockerscene: Danke, dein Hinweis hat geholfen. Als Laie ist es eben sehr undurchsichtig, welchenm Link man folgen soll.
Reply With Quote
  #457  
Old 20.05.2022, 10:55
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@wodan51: Könntest du evtl Screenshots von Meldungen/Reports liefern damit wir diese weitergeben können. Auch der Adware Installer ist clean, daher sehr wahrscheinlich eine False-Positive wegen der optionalen Adware und/oder aufgrund des *frischen* Alters des Installers.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #458  
Old 25.05.2022, 16:37
nt1 nt1 is offline
I will play nice!
 
Join Date: May 2022
Posts: 3
Default Installation problems

Hello,

Nice to meet all forum user

I have the same problem like other's.
=============================================
JDownloader2 QPKG Installer script
=============================================
Checking for /opt... Found!
Checking for Java... Found... exporting variables
Checking for Java executable... All OK!
Info: Downloading update file ... Failed.
Oops, couldn't download JDownloader2 update file. Please check your internet connection.

I have two devices with JDownloader accounts - oldest TS-112 and newest TS-212, both works superb by the years with JDownloader app. I haven't had any problems so far, but there was a need to replace a dead hard drive for TS-112 after 8 year use. I have configured everything but am having trouble with the installation.

I have an active internet connection, I can download all app from qnap community and they install without any trouble, but I have a problem with this script.

It's been a while since I did this, I'm following the tutorial on the first page.
I put script to /public folder and make command by @ssh.

I am not advanced in compiling linux commands, I can do basic ssh so please guide me in a simple way what I need to do.
Reply With Quote
  #459  
Old 25.05.2022, 17:10
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@nt1: would it be possible we'll do a teamviewer session in order to check this? contact me via support@jdownloader.org
most likely your wget tool is too old to support TLSv1.2 required by dropbox
__________________
JD-Dev & Server-Admin
Reply With Quote
  #460  
Old 25.05.2022, 21:37
nt1 nt1 is offline
I will play nice!
 
Join Date: May 2022
Posts: 3
Default

Quote:
Originally Posted by Jiaz View Post
@nt1: would it be possible we'll do a teamviewer session in order to check this? contact me via support@jdownloader.org
most likely your wget tool is too old to support TLSv1.2 required by dropbox
Yes it is possible. I will send you message by e-mail
Reply With Quote
  #461  
Old 26.05.2022, 13:23
Anto2k1 Anto2k1 is offline
Baby Loader
 
Join Date: May 2022
Posts: 7
Default

Quote:
Originally Posted by nt1 View Post
Hello,

Nice to meet all forum user

I have the same problem like other's.
=============================================
JDownloader2 QPKG Installer script...

I have two devices with JDownloader accounts - oldest TS-112 and newest TS-212, both works superb by the years with JDownloader app. ....

I have an active internet connection, I can download all app from qnap community and they install without any trouble, but I have a problem with this script.

It's been a while since I did this, I'm following the tutorial on the first page.
I put script to /public folder and make command by @ssh.

I am not advanced in compiling linux commands, I can do basic ssh so please guide me in a simple way what I need to do.
Hi, is the same CFG!! I've 112 and 212...
I've solved it with a manual install, read my post #449...
Download the files manually, with Chrome/FF or any browser You like...put the file in the right folder (read above #449), and cross your fingers..and run the script modified.

Anto
Reply With Quote
  #462  
Old 26.05.2022, 13:52
Anto2k1 Anto2k1 is offline
Baby Loader
 
Join Date: May 2022
Posts: 7
Default

Quote:
Originally Posted by Jiaz View Post
@Anto2k1: Thanks for the feedback! most likely the wget tool version is too old and tries with outdated tls version, no longer supported by dropbox
can you retry with this additional parameter, --secure-protocol=TLSv1.2
Hi not working, the switch isn't supported
--secure-protocol=PR choose secure protocol, one of auto, SSLv2, SSLv3, TLSv1 and PFS.


wget: --secure-protocol: Invalid value âTLSv1.2â.

The right solution is to update the wget command...
Anto
Reply With Quote
  #463  
Old 26.05.2022, 16:47
Anto2k1 Anto2k1 is offline
Baby Loader
 
Join Date: May 2022
Posts: 7
Default

Quote:
Originally Posted by nt1 View Post
Hello,

Nice to meet all forum user

I have the same problem like other's.
=============================================
JDownloader2 QPKG Installer script
============================......

It's been a while since I did this, I'm following the tutorial on the first page.
I put script to /public folder and make command by @ssh.

I am not advanced in compiling linux commands, I can do basic ssh so please guide me in a simple way what I need to do.
Hi, try to run this command and view, if JD2 will be updated!!!

Open with putty the ip of the NAS, and goto the install folder of JD2, mine is here...
cd /share/HDA_DATA/.qpkg/JDownloader2 <enter>
now type
./JDownloader2.sh & <enter>

it's work if You have a "old" installation of JD2

Anto
Reply With Quote
  #464  
Old 26.05.2022, 19:57
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@Anto2k1: updating wget is no solution but maybe we just modify the script to NOT download the installer script/data from dropbox but from different server that still supports that old wget versions. I will check if I can modify it to and then provide a copy of the script hosted on our server so it will continue to work

Update: I will create a copy/mirror on our server without http so old NAS devices with outdated wget will still be able to use/install this script
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 27.05.2022 at 20:03.
Reply With Quote
  #465  
Old 29.05.2022, 13:56
nt1 nt1 is offline
I will play nice!
 
Join Date: May 2022
Posts: 3
Default It's works!

Hi guys, tnx for try to help!

I make step-by-step from **External links are only visible to Support Staff**... and it's works again

:whistling::angel:
Reply With Quote
  #466  
Old 30.05.2022, 10:21
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@nt1: Thanks for the feedback. I've updated the first post and added a warning about issues with older QNAP devices and linked https://board.jdownloader.org/showpo...&postcount=449 to it
__________________
JD-Dev & Server-Admin
Reply With Quote
  #467  
Old 25.06.2022, 09:08
kriz84 kriz84 is offline
Modem User
 
Join Date: Jun 2022
Posts: 1
Default JD auf Qnap installieren

Hey Leute,
generell hat ich nie Probleme JD auf mein Qnap TS-453D zu installieren.
Es heißt ja zuerst JRE aus dem AppStore zu installieren dann QJDK8 aus dem Qnapclub dann JD.

Das hab ich auch gemacht allerdings hat es sich diesmal bei checking updates aufgehängt, kann sein das ich 2x falsche Anmeldedaten angegeben habe, vielleicht deswegen aber wie deinstallier ich wieder JD? Aus dem AppStore wird ja nicht mehr ausreichen durch den jd2 Befehl oder?

Und was andres, JD updated schließlich ja ziemlich oft, ist es da noch nötig den veralteten QJDK8 zu installieren und kann nun zum neuen QJDK11 greifen?

Grüße
Reply With Quote
  #468  
Old 25.06.2022, 10:26
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@kriz84: Es besteht kein Grund auf Java 1.8 zu *bleiben*. Veraltet ist das Java aus dem Appstore sicherlich nicht. Java 1.8 erhält noch immer Updates und wird noch lange gepflegt. Aber du kannst auch ohne Probleme auf Java 11 oder Java 17 (beides LTS) wechseln, je nachdem was im Appstore angeboten wird.
Ich würde dir empfehlen mal deine Installation evtl zu *retten*, siehe https://support.jdownloader.org/Know...r-installation
Sofern du dich nicht mit ssh/putty auskennst, können wir uns das auch gerne nächste Woche gemeinsam via Teamviewer anschauen. Schreib uns einfach an support@jdownloader.org
__________________
JD-Dev & Server-Admin
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 00:33.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.