JDownloader Community - Appwork GmbH
 

Closed Thread
 
Thread Tools Display Modes
  #481  
Old 08.08.2019, 18:49
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,084
Default

Quote:
Originally Posted by Hass View Post
@Jiaz:
Sorry, I still dont get it: Do I have to rename the files 1602 to 1509 to get it working, since JD isn't checking for highest number? I'm compiling and trying it again now and report back.
Yes, JDownloader only uses the original files OR the ones with 1509 in name. It doesn't matter what version is in those files. It was just a fast hack to allow manual using of newer version without overwriting the original one. I will add 'checking for highest number' when I find time for it
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 08.08.2019 at 18:51.
  #482  
Old 08.08.2019, 18:50
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,084
Default

Quote:
Originally Posted by Hass View Post
Do I need to use JDK8 or should I get another version to test with? Earlier in this thread I read you could also compile for specific java version, maybe that parameter does the trick. (I always ran without specifying anything more)
You should use JDK8 for compiling the library.
__________________
JD-Dev & Server-Admin
  #483  
Old 08.08.2019, 19:18
Hass
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Jiaz View Post
Yes, JDownloader only uses the original files OR the ones with 1509 in name. It doesn't matter what version is in those files. It was just a fast hack to allow manual using of newer version without overwriting the original one. I will add 'checking for highest number' when I find time for it
Okay, I thought I already tested this by replacing the original files with the ones I compiled, but now the version is correctly recognized (that were non-intuitive and I were just assuming):

--ID:36TS:1565280918086-8/8/19 6:15:18 PM - [org.jdownloader.extensions.extraction.multi.Multi(isAvailable)] -> Supported SevenZipJBinding|Version=16.02-2.01beta|RAR5=true|CPU_ARCH=ARM|OS_FAM=LINUX|OS=DEBIAN_BUSTER|64Bit_JVM=false|64Bit_ARCH=false

I'm testing this now and report back later - will take some time now.
  #484  
Old 08.08.2019, 19:30
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,084
Default

Thanks for the feedback!
__________________
JD-Dev & Server-Admin
  #485  
Old 08.08.2019, 22:24
Hass
Guest
 
Posts: n/a
Default

I'm about to quit the error-hunting, but here I found an error inside journal:

Aug 08 21:14:41 WDMyCloud kernel: CPU: 0 PID: 28250 Comm: java Not tainted 4.15.0-rc6 #2

I need to add info about my setup: I'm not only running JD on my NAS and this NAS is kinda homebrewed, normally I wouldn't have such access to it. I'm also running nzbget, sane, samba, cups, mysql, nginx and so on. From what I can see, it seems another process was reponsible and killed JD.

In between I fixed some other problems like low space for root partition. This problem could be a config problem on my end, but on the other hand, I know a similiar problem like JD works without crashes for me, but makes use of packages like unrar and such.

P.S.: There's also another error I'm trying to fix now:
mvpp2 f10f0000.ethernet eth0: failed to refill BM pools

A longer log can be found here:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Edith: Depending the second error, I need to update my kernel now.

Last edited by Hass; 08.08.2019 at 22:38.
  #486  
Old 09.08.2019, 19:06
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,084
Default

Thanks for sharing your findings. Yes, the kernel looks doesn't look good. Did you compile Kernel by yourself because as far as I remember, the default MyCloud kernel used incompatible pagesize to most software and would require a custom compiled java. Of course my memory may play fool to me and I remembered it for different NAS device.
__________________
JD-Dev & Server-Admin
  #487  
Old 09.08.2019, 20:40
StanislavGrof
Guest
 
Posts: n/a
Thumbs up Works on Raspberry Pi 4

Quote:
Originally Posted by Hass View Post
[...]
And because of restrictions:
Armv7 32bit 15.09: mega url + #!deAUkYjY!9kirUFJRNt7kLpxybQLYdpeXydF82Q4-_KlMK1LnCYI
[...]
Thank you! I have tested version 15.09 with several RAR5 archives on my Raspberry Pi 4 and it works flawless.
  #488  
Old 11.08.2019, 03:06
Hass
Guest
 
Posts: n/a
Default

@StanislavGrof: Np, I'm glad it could help more ppl. I'm a lil bit surprised it even works on Armv8 as Raspi 4 should be one.

@Jiaz: The kernel was compiled by user fox_exe who invested a ton of work to mod WDCloud NAS drives. (DSM on WD lol) The kernel I got from here: **External links are only visible to Support Staff****External links are only visible to Support Staff** and it worked flawlessly so far. For some reason self-compiled kernels aren't working and it is difficult to figure out whats the problem and for sure I bricked the drive. Without UART knowledge and equipment this board isn't recoverable for me, but the drive survived the procedure.

I got another storage and set up everything from scratch again and test it within the next days. Kernel is the same and if this problem occurs on this NAS again, I'm leaving it as it is. (got 1G instead of 512M RAM) The other custom kernels I could get got even more problems than the most up-to-date one I had and have.

P.S.: @StanislavGrof version 16.02 should also work for you btw. You just need to rename the files from xxx1602xxx to xxx1509xxx.

Last edited by Hass; 11.08.2019 at 03:08.
  #489  
Old 12.08.2019, 17:28
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,084
Default

Quote:
Originally Posted by Hass View Post
@StanislavGrof: Np, I'm glad it could help more ppl. I'm a lil bit surprised it even works on Armv8 as Raspi 4 should be one.
Armv8 is Armv7 backwards compatible. (as long as same/compatiple floating unit mode)
__________________
JD-Dev & Server-Admin
  #490  
Old 12.08.2019, 17:36
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,084
Default

@Hass: Thanks for the feedback. So I was right about it being *pain* to compile kernel for this NAS and get it working properly. I just remember that it uses/used a non normal pagesize that caused normal compiled software to fail and required special/self compiled versions.
__________________
JD-Dev & Server-Admin
  #491  
Old 12.08.2019, 17:50
thecoder2012's Avatar
thecoder2012 thecoder2012 is offline
Official 9kw.eu Support
 
Join Date: Feb 2013
Location: Internet
Posts: 1,325
Default

Quote:
Originally Posted by Jiaz View Post
I just uploaded first bunch of files to first post. rest will come tomorrow
Tomorrow in this year or later? (Linux/ARM6+7)
__________________
Join 9kw.eu Captcha Service now and let your JD continue downloads while you sleep.

Last edited by thecoder2012; 12.08.2019 at 17:53.
  #492  
Old 12.08.2019, 18:09
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,084
Default

Will do it later/by tomorrow. Also going to link those new built libs from community
__________________
JD-Dev & Server-Admin
  #493  
Old 13.08.2019, 07:55
Hass
Guest
 
Posts: n/a
Default

@Jiar: I decided to give up on WD Clouds and build my own one for now. That said I can't update on how to get JD running w/o problems. Just in case other users have trouble too: It is possible to flash initrd to boot from hdd (partition label must be "rootfs") and also flash a newer kernel >v5. I won't go into more detail for now, since this isn't the topic of this thread.
  #494  
Old 13.08.2019, 10:34
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,084
Default

@Hass: Thanks for the feedback. Build your own kernel or NAS ?
__________________
JD-Dev & Server-Admin
  #495  
Old 28.08.2019, 00:16
enricojacko enricojacko is offline
Modem User
 
Join Date: Aug 2019
Posts: 4
Default

Hi. I have the JD2 on QNAP NAS (Intel Celeron x64), I am using the MyJdownloader web interface.
Can someone help me to put the files inside the folder in the correct way? I am not totally confident on Linux commands, I just know how to login with PuTTy and that's it, but I can follow instructions. Thanks in advance.
  #496  
Old 28.08.2019, 11:45
looun looun is offline
Vacuum Cleaner
 
Join Date: Mar 2019
Location: Rome
Posts: 16
Default

try with file manager MidnightCommander, qpkg you can download on qnapclub
**External links are only visible to Support Staff****External links are only visible to Support Staff**

  #497  
Old 28.08.2019, 15:08
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,084
Default

@enricojacko: I can offer help via Teamviewer if you want. Just contact me via support@jdownloader.org
__________________
JD-Dev & Server-Admin
  #498  
Old 29.08.2019, 06:29
enricojacko enricojacko is offline
Modem User
 
Join Date: Aug 2019
Posts: 4
Default

Quote:
Originally Posted by Jiaz View Post
@enricojacko: I can offer help via Teamviewer if you want. Just contact me via support@jdownloader.org
Thanks a lot, I think I managed it to work. I copied both files inside the correct /libs folder using MidnightCommander and restarted JD2, it is extracting every archive.
Thanks again!
  #499  
Old 29.08.2019, 11:25
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,084
Default

Thanks for the feedback! Glad to hear that you could solve this by yourself
__________________
JD-Dev & Server-Admin
  #500  
Old 30.08.2019, 10:31
wolverine wolverine is offline
Super Loader
 
Join Date: Jun 2010
Posts: 27
Default

Ist es geplant die Erweiterung auch für ältere Systeme mal bereitzustellen? Ist ja leider schon ein sehr altes Thema, aber Linux 32-Bit ist leider immer noch "comming soon..."
Closed Thread

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 12:07.
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 - 2023, Jelsoft Enterprises Ltd.