JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #481  
Old 01.07.2015, 15:07
Chryses
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Jiaz View Post
@Chryses: the howto is outdated. JDownloader also supports extraction on arm devices/qnap systems. It depends on the qnap/linux version. Also the PID finding is wrong. The script should read JDownloader.pid file in JD folder. Maybe you can inform author of it to update it
I'm the autor

I updated the script, so now the pid is extracted from the JDownloader.pid I also added the variables for utf-8, so no problem for foreign char set.

For the extraction, I think you know better the situation, correct me if I wrong, JD use **External links are only visible to Support Staff****External links are only visible to Support Staff** right?

So for x86 and x64, no problem, but for arm there's some problems, many armvX, do you know if there is any table or others that indicate me if works or not?

Maybe you know a "bertter" solution to extract an archive, a way to call unrar, maybe with the "new" function to call java scripts?

J
Reply With Quote
  #482  
Old 01.07.2015, 15:30
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

JDownloader already has 3 different arm versions bundled
Arm5 and up should work fine(RaspberryPi1/2, Odroid, Cubox,BananaPi, Qnap,Synology,Zyxel) Only issue is with old Linux version (too old C++ ABI version).
It heavily depends on the used linux version!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #483  
Old 01.07.2015, 15:30
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Thanks for updating! Didn't know that you are the author
__________________
JD-Dev & Server-Admin
Reply With Quote
  #484  
Old 01.07.2015, 21:51
Chryses
Guest
 
Posts: n/a
Default

:thumbup:

If you want I can make an english version, for the jd2 qpkg, istruction for the installation too! Is only for Qnap users but, it a way to start!

So, if I grab the necessary stat and info about the system where the jd2 extraction don't works, do you think that is possible to find a way to make the extraction works! I don't know, maybe a "simple" function that check if the lib works, either use the unrar from the system, with some configuration fields, like the ffmpeg functionality, that is very good, I pointed it to my ffmpeg that can transcode h265 and works like a charm!

Let me know what do you think about!
Reply With Quote
  #485  
Old 02.07.2015, 10:31
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

For non working extraction I need the following information
1.) cat /proc/cpuinfo
2.) uname -a
3.) from logfolder, ExtractionExtension.log.0 file (shows why extraction failed to load native library)

Maybe we can setup/create a qpkg that installs/setups java and JDownloader and also provides simple interface in Webinterface of Qnap to setup the MyJDownloader Account?
Do you know where I can find a good tutorial about qpkg?

And english versions are never waste of time -> you can reach many more ppl with it

Thanks for the help!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #486  
Old 02.07.2015, 14:32
Chryses
Guest
 
Posts: n/a
Default

More people you reach -> more problems that you catch!:P:P:P

Ok, I'll prepare a kind of list with that info.

I only know this:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

A simply interface is necessary to connect jd2 to myjd web service! This is the reason why "my approach" is based on 2 steps, the 1st one over ssh, the 2nd is only for the qpkg!

I think that is possible, because the values (username and password" was stored in a simply file, not encrypted right? But with this idea, if anyone make mistake on credentials, can't see jd on myjd webinterface, so it will need to reinstall it again from 0!

The problem is that I can't do that, I really don't know any kind of language

But if someone would help me to make this, I can participate with it to make an awesome qpkg!!!

J
Reply With Quote
  #487  
Old 02.07.2015, 21:05
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

in respects to configs, it depends on the file and|or the file extension

json = unencrypted json
ejs = encrypted json
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #488  
Old 05.07.2015, 11:55
jimmydietulpe
Guest
 
Posts: n/a
Default QNAP ARMv5 lib7-Zip-JBinding.so

@JiaZ:
Da ich letztendlich kein JDK für Armv5 finden konnte (gibts scheinbar nur für Armv6/7), habe ich mich doch mal am cross-compiling versucht.
War nicht so schwer wie ich gedacht hatte. Unter **External links are only visible to Support Staff**... gibts ne QNAP cross-compiler toolchain (Compiler + Umgebung) und dem cmake kann man ein simples toolchain file unterschieben, in dem man darauf verweist. Ich hatte befürchtet, dass ich die cmake Dateien des sevenzip-jbinding Projektes anfassen müsste, war aber gar nicht nötig.

Jedenfalls habe ich jetzt eine funktionierende lib7-Zip-JBinding.so für mein QNAP TS-219P II. Diese wird wahrscheinlich auch bei anderen Armv5 QNAP Modellen funktionieren. Vielleicht könnt Ihr die ja noch in das jar file aufnehmen.
Attached Files
File Type: zip lib7-Zip-JBinding.zip (804.5 KB, 45 views)

Last edited by jimmydietulpe; 05.07.2015 at 12:11.
Reply With Quote
  #489  
Old 07.07.2015, 15:27
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Cool Danke!
Könntest du mir evtl StepByStep beschreiben wie du das gebaut hast? Am besten per EMail an Support@jdownloader.org
__________________
JD-Dev & Server-Admin
Reply With Quote
  #490  
Old 07.07.2015, 21:30
Chryses
Guest
 
Posts: n/a
Default

Hi Jiaz, I've ultimated my script to install jdownloader2 on qnap. This also install a qpkg to activate and deactivate JD2, this version also support an Auto-Update function, so if I made some modify to the start-stop script, the qpkg update itself.
It's possible to post that guide on the forum?

J
Reply With Quote
  #491  
Old 07.07.2015, 21:36
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

@Chryses
that would be permissible.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #492  
Old 07.07.2015, 22:38
jimmydietulpe
Guest
 
Posts: n/a
Default

@JiaZ
Du hast Post
Reply With Quote
  #493  
Old 08.07.2015, 10:32
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@Chryses: perfekt I also have an updated extraction library for older qnap arm models in pipeline Only thing that is missing is to enter MyJDownloader logins in Qnap Settings?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #494  
Old 08.07.2015, 12:25
Chryses
Guest
 
Posts: n/a
Default

Ok, I'll make a new post or I reply to this?
Reply With Quote
  #495  
Old 08.07.2015, 12:33
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

new post please
__________________
JD-Dev & Server-Admin
Reply With Quote
  #496  
Old 09.07.2015, 19:50
Chryses
Guest
 
Posts: n/a
Default

Posted!
If you know anyone to make a little interface in java and this works on qnap during the installation or right before to inject che credentials for the web service, I think that would be awesome!
Reply With Quote
  #497  
Old 10.07.2015, 10:06
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

We will add a simple method to set logins. Simple HTML page will be enough to setup logins then.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #498  
Old 10.07.2015, 15:01
Chryses
Guest
 
Posts: n/a
Default

Yep, tell me when you've the html or cgi files ready to implement it on qpkg. If you need some path or other, just ask! :D
Reply With Quote
  #499  
Old 16.07.2015, 22:43
ferreol
Guest
 
Posts: n/a
Lightbulb

Hello
I've found a solution to extract with JDownloader on my NAS D-link.
DNS-320.
I see here a lot of people with the same trouble. so I post here my solution.

First stop JDownloader
Take the JDownloader jar file and put it in a folder.
then just type java -jar JDownloader.jar
wait for JDownloader install all there files (folder is about 65.4 MO when all is done)
when all is done type killall java to close JDownloader
copy and overwrite your current JDownloader cfg folder into the new JDownloader folder.
Delte all the older JDownloader folder content and replace it by the new one.

Run JDownloader as usual.
You now have a file sevenzipjbindingLinuxArmVersion.jar in your libs folder. and extract is now running fine.:thumbup:

I hope it can help.;)

Last edited by ferreol; 16.07.2015 at 23:04.
Reply With Quote
  #500  
Old 16.07.2015, 23:36
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Much easier -> Remove Core.jar Then JD will download/fix itself
__________________
JD-Dev & Server-Admin
Reply With Quote
  #501  
Old 22.07.2015, 15:28
JD4me JD4me is offline
JD Adviser
 
Join Date: Aug 2009
Posts: 113
Default

Hallo,

hat jemand diese JD-Version auf einem Zyxel NSA-325 v1/2 zum Laufen gebracht?

Wollte mal nachfragen, bevor ich evtl. damit nur Zeit vergeude.


lG

JD4me
__________________
lG

JD4me
Reply With Quote
  #502  
Old 22.07.2015, 15:46
mrc's Avatar
mrc mrc is offline
Guardian of the Droids
 
Join Date: Jan 2013
Location: Germany
Posts: 288
Default

@JD4me:
hatte JD 2 bis vor ein paar Wochen noch auf einem NSA-325 v1 erfolgreich laufen!
Bei Fragen einfach melden
__________________
My.JDownloader.org Web Interface | Android App | Browser Extensions [Feedback Thread]
Reply With Quote
  #503  
Old 23.07.2015, 08:11
JD4me JD4me is offline
JD Adviser
 
Join Date: Aug 2009
Posts: 113
Default

Welche Java-Version genau muss ich auf einem Zyxel NSA-325 installieren? Finde leider keine exakten Angaben zur CPU.

Kann ich über putty/SSH einfach Java installieren oder gehe ich damit ein Risiko ein, dass mein NAS nicht mehr einwandfrei funktioniert?
Danach käme dann die Installation von JD 2.
__________________
lG

JD4me
Reply With Quote
  #504  
Old 23.07.2015, 13:08
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Das einfachste du schreibst ihm über support@jdownloader.org
__________________
JD-Dev & Server-Admin
Reply With Quote
  #505  
Old 23.07.2015, 13:34
mrc's Avatar
mrc mrc is offline
Guardian of the Droids
 
Join Date: Jan 2013
Location: Germany
Posts: 288
Default

@JD4me
Hast du denn schon SSH Zugriff auf deinen NAS?
Im Prinzip sieht das Vorgehen so aus:
  • Installiere den fonz fun_plug (**External links are only visible to Support Staff****External links are only visible to Support Staff**)
  • Installiere Java (**External links are only visible to Support Staff****External links are only visible to Support Staff**)
  • In das Verzeichnis wechseln, in dem du JD installieren willst und mit
    wget http://installer.jdownloader.org/JDownloader.jar
    die JDownloader.jar holen
  • Die Jar ausführen mit
    java -Djava.awt.headless=true -jar JDownloader.jar
  • JD sollte sich dann reparieren und dich irgendwann nach deinen MyJDownloader Zugangsdaten fragen
T_Send hat ein schönes init script geschrieben, müsste leicht anzupassen sein:
https://board.jdownloader.org/showpo...9&postcount=70
__________________
My.JDownloader.org Web Interface | Android App | Browser Extensions [Feedback Thread]
Reply With Quote
  #506  
Old 23.07.2015, 22:23
JD4me JD4me is offline
JD Adviser
 
Join Date: Aug 2009
Posts: 113
Default

@mrc: Vielen Dank.

Java läuft inzwischen auf dem 325 und JD 2 habe ich auch wie von Dir beschrieben heruntergeladen und gestartet. Danach Updates ausführen lassen aber nach Zugangsdaten wurde ich nicht gefragt und bin dann wieder auf der Kommandozeile gelandet:

17|org.jdownloader.update.UpdateManager.log 7/23/15 7:21:53 PM - INFO [ org.jdownloader.update.SelfUpdateClient(validateSelfTestFile) ] -> Self Update successful
|---------------------------Headless Information-------------------------------
| Restart Required
| JDownloader Updated and restarted itself.
| The process restarted itself and runs now in the background: 20882@NSA-A01
| If you do not want JD to restart itself, use the -norestart switch.
|------------------------------------------------------------------------------
root@NSA-A01:/ffp/opt/jd2#


Habe ich da was falsch gemacht und wie bringe ich JD dazu, mich nach MyJDownloader Zugangsdaten zu fragen?
__________________
lG

JD4me

Last edited by JD4me; 24.07.2015 at 09:02.
Reply With Quote
  #507  
Old 24.07.2015, 09:56
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

JD killen (JDownloader2.pid file)
java -jar JDownloader.jar -norestart
bis JD dich nach den Zugangsdaten fragt.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #508  
Old 24.07.2015, 11:05
JD4me JD4me is offline
JD Adviser
 
Join Date: Aug 2009
Posts: 113
Default

Vielen Dank für Deine Antwort.

JD sollte nicht laufen, da ich mich neu eingeloggt habe.

Das kommt nach Eingabe von java -jar JDownloader.jar -norestart:

root@NSA-A01:/ffp/opt/jd2# java -jar JDownloader.jar -norestart
SetOut java.io.PrintStream@891a0
SetErr java.io.PrintStream@90a278
Application Root: /usr/local/zy-pkgs/ffproot/ffp/opt/jd2 (jared) class org.jdownloader.update.launcher.SecondLevelLauncher
sun.Desktop: null
XDG_CURRENT_DESKTOP: null
GNOME_DESKTOP_SESSION_ID: null
KDE_FULL_SESSION: null
DESKTOP_SESSION: null
Ignored: org.appwork

THREAD: 1
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.runtime.name: Java(TM) SE Embedded Runtime Environment
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.boot.library.path: /usr/local/zy-pkgs/ffproot/ffp/opt/java/ejre1.7.0_75/lib/arm
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.version: 24.75-b04
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.vendor: Oracle Corporation
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vendor.url: http://java.oracle.com/
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: path.separator: :
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.name: Java HotSpot(TM) Embedded Client VM
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: file.encoding.pkg: sun.io
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: user.country: US
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.java.launcher: SUN_STANDARD
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.os.patch.level: unknown
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.specification.name: Java Virtual Machine Specification
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: user.dir: /usr/local/zy-pkgs/ffproot/ffp/opt/jd2
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.runtime.version: 1.7.0_75-b13
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.awt.graphicsenv: sun.awt.X11GraphicsEnvironment
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.util.Arrays.useLegacyMergeSort: true
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.endorsed.dirs: /usr/local/zy-pkgs/ffproot/ffp/opt/java/ejre1.7.0_75/lib/endorsed
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: os.arch: arm
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.io.tmpdir: /tmp
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: line.separator:

1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.specification.vendor: Oracle Corporation
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.util.logging.manager: org.jdownloader.logging.ExtLogManager
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: os.name: Linux
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.jnu.encoding: ANSI_X3.4-1968
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.library.path: /usr/java/packages/lib/arm:/lib:/usr/lib
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.specification.name: Java Platform API Specification
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.class.version: 51.0
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.net.preferIPv4Stack: true
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.management.compiler: HotSpot Client Compiler
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: os.version: 2.6.31.8
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: classloader_00000000: org.jdownloader.update.launcher.ClassLoaderExtensionImpl
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: user.home: /root
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: user.timezone: GMT
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.awt.printerjob: sun.print.PSPrinterJob
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: file.encoding: ANSI_X3.4-1968
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.specification.version: 1.7
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.class.path: JDownloader.jar
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: user.name: root
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.specification.version: 1.7
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.java.command: JDownloader.jar -norestart
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.home: /usr/local/zy-pkgs/ffproot/ffp/opt/java/ejre1.7.0_75
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.arch.data.model: 32
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: user.language: en
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.specification.vendor: Oracle Corporation
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: awt.toolkit: sun.awt.HToolkit
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.info: mixed mode
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.version: 1.7.0_75
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.ext.dirs: /usr/local/zy-pkgs/ffproot/ffp/opt/java/ejre1.7.0_75/lib/ext:/usr/java/packages/lib/ext
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.boot.class.path: /usr/local/zy-pkgs/ffproot/ffp/opt/java/ejre1.7.0_75/lib/resources.jar:/usr/local/zy-pkgs/ffproot/ffp/opt/java/ejre1.7.0_75/lib/rt.jar:/usr/local/zy-pkgs/ffproot/ffp/opt/java/ejre1.7.0_75/lib/sunrsasign.jar:/usr/local/zy-pkgs/ffproot/ffp/opt/java/ejre1.7.0_75/lib/jsse.jar:/usr/local/zy-pkgs/ffproot/ffp/opt/java/ejre1.7.0_75/lib/jce.jar:/usr/local/zy-pkgs/ffproot/ffp/opt/java/ejre1.7.0_75/lib/charsets.jar:/usr/local/zy-pkgs/ffproot/ffp/opt/java/ejre1.7.0_75/lib/jfr.jar:/usr/local/zy-pkgs/ffproot/ffp/opt/java/ejre1.7.0_75/classes
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.awt.headless: true
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vendor: Oracle Corporation
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: file.separator: /
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: k: 0dd0ecf7f742873d745106adea00b64a
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vendor.url.bug: **External links are only visible to Support Staff****External links are only visible to Support Staff**
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.io.unicode.encoding: UnicodeLittle
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.cpu.endian: little
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.cpu.isalist:
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: TERM: xterm
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: OLDPWD: /root
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: SHELL: /ffp/bin/sh
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: INPUTRC: /ffp/etc/inputrc
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: SHLVL: 1
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: XFILESEARCHPATH: /usr/dt/app-defaults/%L/Dt
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: PATH: /ffp/opt/java/jre/bin:/ffp/opt/java/jre/bin:/ffp/opt/java/jre/bin:/ffp/sbin:/usr/sbin:/sbin:/ffp/bin:/usr/bin:/bin
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: SSH_CLIENT: 172.17.199.25 53485 22
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: MAIL: /var/mail/root
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: USER: root
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: LESS: -M
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: PWD: /ffp/opt/jd2
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: SSH_TTY: /dev/pts/0
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: HOME: /root
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: LOGNAME: root
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: PS2: >
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: PS1: \u@\h:\w\$
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: _: /ffp/opt/java/jre/bin/java
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: NLSPATH: /usr/dt/lib/nls/msg/%L/%N.cat
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: SSH_CONNECTION: 172.17.199.25 53485 172.17.199.11 22
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: LANG: en_US
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> jar:file:/usr/local/zy-pkgs/ffproot/ffp/opt/jd2/JDownloader.jar!/version.nfo:
${updateclient.revision}
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> file:/usr/local/zy-pkgs/ffproot/ffp/opt/jd2/build.json:
{"JDownloaderRevision":31035,"JDownloaderServerOptionsRevision":2948,"MyJDownloaderClientRevision":3 0903,"JDClosedRevision":221,"JDownloaderUpdaterRevision":2956,"buildDate":"Thu Jul 23 20:02:21 CEST 2015","buildTimestamp":1437674541133,"AppWorkUtilsRevision":2392,"UpdateClientV2Revision":447,"JDBro wserRevision":30924}
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> Args: [-norestart]
1|org.jdownloader.updatev2.restart.LinuxRestarter.log 7/24/15 7:09:15 AM - INFO [ org.jdownloader.updatev2.restart.Restarter(<init>) ] -> Create Restarter
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> Restart Controller init done in 46
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> Parse Arguments
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> Parameter Parse done in 2
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> Single Instance Controller
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> existing jD instance found!
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/24/15 7:09:15 AM - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> Send parameters to existing jD instance and exit: [-norestart]
[1/7|Priority: 10000]ShutdownController: start item->ShutdownRunableEvent Priority: 10000
[Done:1/7
[2/7|Priority: 10000]ShutdownController: start item->flushing logs to disk
[Done:2/7
[3/7|Priority: 10000]ShutdownController: start item-> Priority: 10000
[Done:3/7
[4/7|Priority: 0]ShutdownController: start item->ShutdownEvent: Save JSonStorages
[Done:4/7
[5/7|Priority: 0]ShutdownController: start item->ShutdownEvent: SaveAllStorageHandler
[Done:5/7
[6/7|Priority: -2147483648]ShutdownController: start item-> Priority: -2147483648
[Done:6/7
[7/7|Priority: -2147483648]ShutdownController: start item->ShutdownEventWrapper Thread[Thread-0,5,main] - java.util.logging.LogManager$Cleaner Priority: -2147483648
[Done:7/7

Leider werde ich noch immer nicht von JD nach Zugangsdaten gefragt. Es sieht aber doch so aus, als würde JD laufen?
__________________
lG

JD4me
Reply With Quote
  #509  
Old 24.07.2015, 11:24
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Send parameters to existing jD instance and exit: [-norestart]

JD läuft noch im Hintergrund
cat JDownloader.pid
kill PID (die nummer)
__________________
JD-Dev & Server-Admin
Reply With Quote
  #510  
Old 24.07.2015, 11:37
JD4me JD4me is offline
JD Adviser
 
Join Date: Aug 2009
Posts: 113
Default

Vielen Dank. Das war DER entscheidende Hinweis. Jetzt habe auch ich es verstanden.

Nun erhalte ich:

|---------------------------Headless Information-------------------------------
| MyJDownloader Setup
| Your 'My JDownloader' logins are not correct.
| Please check username/email and password!
| Enter y -> Enter Logins
| Enter n -> Exit JDownloader
__________________
lG

JD4me
Reply With Quote
  #511  
Old 24.07.2015, 12:10
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Dann Logins eingeben und ab jetzt kannst das "-norestart" weglassen
__________________
JD-Dev & Server-Admin
Reply With Quote
  #512  
Old 24.07.2015, 14:05
JD4me JD4me is offline
JD Adviser
 
Join Date: Aug 2009
Posts: 113
Default

Super, vielen Dank für Deine Hilfe.

Kann ich eigentlich über MyJDownloader auch das DL-Verzeichnis für meinen o.g. headless-JD einstellen? Wenn nicht, wie komme ich da dran?
__________________
lG

JD4me

Last edited by JD4me; 24.07.2015 at 14:47.
Reply With Quote
  #513  
Old 24.07.2015, 15:13
mrc's Avatar
mrc mrc is offline
Guardian of the Droids
 
Join Date: Jan 2013
Location: Germany
Posts: 288
Default

@JD4me
das Download-Verzeichnis kannst du in den Profi-Einstellungen / Advanced Settings setzen, einfach nach dem Key "Default Download Folder" suchen. Halt uns auf dem Laufenden
__________________
My.JDownloader.org Web Interface | Android App | Browser Extensions [Feedback Thread]
Reply With Quote
  #514  
Old 24.07.2015, 19:41
JD4me JD4me is offline
JD Adviser
 
Join Date: Aug 2009
Posts: 113
Default

Ich kann nun - Dank Eurer tatkräftigen Unterstützung hier und per Mail (Danke Jiaz) - vermelden, dass der Download in das vorgesehene Verzeichnis auf eine der NAS-HDDs einwandfrei funktioniert hat.

Jetzt geht es noch an die Kür, d.h. JD per Script beim Start des NSA-325 automatisch starten und noch ein paar Anpassungen.
__________________
lG

JD4me
Reply With Quote
  #515  
Old 24.07.2015, 20:03
neutr0n
Guest
 
Posts: n/a
Default

Hallo. Beschäftige mich auch gerade mit dem Thema JDownloader auf NAS und hab das soweit auch auf meinem Synology DS415+ laufen (x86 Architektur). Was ich absolut nicht hin bekomme, sofern das überhaupt möglich ist, ist das entpacken der Archive nach dem Download.

Was ich ebenfalls nicht hin bekomme, und ich hab echt schon so einige Parameter in der Advanced Config probiert, die Links werden in den Linksammler hinzu gefügt, haben aber eine komische Benennung. Im Fall von SJ z.B. "SJ - kategoriename - serienname" usw..

Weiter würde ich das ganze gerne so konfigurieren das jetzt der Download direkt anfängt wenn ich im Linksammler auf Download starten gehe, aktuell muss ich erst vom Linksammler in Dowloads verschieben und dort dann den Download starten.

Kann mir hier da vielleicht einer unter die Arme greifen ?

gruß

neutr0n
Reply With Quote
  #516  
Old 24.07.2015, 20:58
neutr0n
Guest
 
Posts: n/a
Default

Ok, ich korrigiere mal obige Aussage, ist ja echt einfach, wenn man es einfach mal probiert. Einfach nur die JDownloader.jar in einen Ordner auf der DS, mit java -jar JDownloader.jar gestartet, Prozess gekillt, meine Config von Windows rein kopiert, Pfade angepasst, läuft, inkl. auto-extract.

Jetzt bleibt nur noch die Frage bezgl. des Linksammlers offen und den komischen Paketnamen.

gruß neutr0n
Reply With Quote
  #517  
Old 24.07.2015, 21:32
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@JD4Me: frag mal mrc, evtl kann er dir helfen. Ansonsten, ein paar Seiten vorne in diesem Thread haben viele ihr StartScript gepostet, einfach mal probieren

@neutr0n: Ich nehme an du hast einfach deinen JD kopiert und dann gewundert das Entpacken nicht ging. Das geht natürlich nur falls OS/Bitness gleich bleiben, ansonsten fehlen die entsprechenden Libs. Einfach Core.jar löschen, dann aktuallisiert sich JD neu.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #518  
Old 24.07.2015, 21:33
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Wegen dem Linksammler und Packetnamen, schreib mal ne Email an support@jdownloader.org
__________________
JD-Dev & Server-Admin
Reply With Quote
  #519  
Old 24.07.2015, 22:22
neutr0n
Guest
 
Posts: n/a
Default

Ja richtig, hatte erst einfach meine Windows Kopie genommen. Vielleicht könnte man ja mal das Howto am Anfang dementsprechend anpassen, mir ist nur durch Zufall und bisschen quer lesen klar geworden was zu tun ist. Die beiden anderen Sachen werden ich dann mal an support schicken.
Reply With Quote
  #520  
Old 25.07.2015, 12:57
JD4me JD4me is offline
JD Adviser
 
Join Date: Aug 2009
Posts: 113
Default

Evtl. habe ich mich doch zu früh gefreut.

Meine HDD, mit der Freigabe geht nicht mehr in Sleep-Mode und ich kann das heruntergeladene, entpackte Verzeichnis nicht löschen. Nehme sogar an, dass da ein Zusammenhang besteht.

Woran könnte das nun liegen?
__________________
lG

JD4me
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 22:42.
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.