jdownloader

Request a package to be made here. Make sure you have searched before requesting.

Re: jdownloader

Postby dan64 » Fri Feb 11, 2011 12:31 pm

I have posted in AUR a PKGBUILD for DownloadDaemon (http://downloaddaemon.sourceforge.net/) a full featured download-manager with many features like one-click-hoster support (rapidshare.com/uploaded.to/netload.in/megaupload.com/youtube.com/...) that is similar to jDownloader.

DownloadDaemon has a nice Web and Qt interface, does not use many external libraries or dependencies to do what it does. Therefore installation is easily possible on plattforms with limited space and resources. ;)

see the topic: http://Arch Linux ARM.com/forum/viewtopic.php?f=4&t=701
dan64
 
Posts: 75
Joined: Mon Jan 31, 2011 8:52 pm

Re: jdownloader

Postby farsheedj » Fri Feb 11, 2011 2:45 pm

$this->bbcode_second_pass_quote('dan64', 'I') have posted in AUR a PKGBUILD for DownloadDaemon (http://downloaddaemon.sourceforge.net/) a full featured download-manager with many features like one-click-hoster support (rapidshare.com/uploaded.to/netload.in/megaupload.com/youtube.com/...) that is similar to jDownloader.

DownloadDaemon has a nice Web and Qt interface, does not use many external libraries or dependencies to do what it does. Therefore installation is easily possible on plattforms with limited space and resources. ;)

see the topic: http://Arch Linux ARM.com/forum/viewtopic.php?f=4&t=701

I get following error when trying to install/build the package. Can you also post any link to step by step instructions on how to start start downloads in downloaddaemon and how you can build a GUI or webinterface.
Make Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_C_COMPILER_ENV_VAR
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_C_COMPILER
CMake Error: Could not find cmake module file:/var/abs/local/yaourtbuild/downloaddaemon/src/dd/src/ddconsole/CMakeFiles/CMakeCCompiler.cmake
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_CXX_COMPILER_ENV_VAR
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_CXX_COMPILER
CMake Error: Could not find cmake module file:/var/abs/local/yaourtbuild/downloaddaemon/src/dd/src/ddconsole/CMakeFiles/CMakeCXXCompiler.cmake
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
Aborting...
==> ERROR: Makepkg was unable to build downloaddaemon.
==> Restart building downloaddaemon ? [y/N]
==> ---------------------------------------
==>
==> WARNING: Following packages have not been installed:
downloaddaemon
farsheedj
 
Posts: 49
Joined: Wed Feb 09, 2011 6:07 pm

Re: jdownloader

Postby dan64 » Fri Feb 11, 2011 4:23 pm

Unfortunally to use yaourt you have to install all the packages that are necessary to compile/build programs on Arch Linux ARM install.

The following statement should install all is necessary:

$this->bbcode_second_pass_code('', '
pacman -S kernel26-headers file base-devel abs cmake subversion
')

If it's a trouble you can install the package already compiled: see topic http://Arch Linux ARM.com/forum/viewtopic.php?f=4&t=701

$this->bbcode_second_pass_code('', '
pacman -U downloaddaemon-1.1-1-arm.pkg.tar.xz
')

To install follow the note in the topic above or read the instructions available here: https://downloaddaemon.svn.sourceforge.net/svnroot/downloaddaemon/trunk/INSTALLING

To use a gui, you can download a windows and/or php version from: http://sourceforge.net/projects/downloaddaemon/files/Version%201.1/. You can copy and past the links into the gui (as the standard).

On AUR I have posted also a PKGBUILD to build the gui on Arch : https://aur.archlinux.org/packages.php?ID=46198

$this->bbcode_second_pass_code('', '
yaourt -AS downloaddaemon-svn-client-gui
')

To use the web interface you have to install a web server on your Arch Linux ARM install and then copy (untar) in the www dir of your web server the following file: http://sourceforge.net/projects/downloaddaemon/files/Version%201.1/ddclient-php-1.1.tar.gz/download

For any help there is a forum here: http://sourceforge.net/projects/downloaddaemon/forums/forum/1007820

Regards

P.S.
I have tested all the packages and the app work fine (I have also compiled the Qt gui on Arch-i686).
dan64
 
Posts: 75
Joined: Mon Jan 31, 2011 8:52 pm

Re: jdownloader

Postby farsheedj » Fri Feb 11, 2011 10:33 pm

Thank you dan64 for the instructions. I will try these and see how it works out.
farsheedj
 
Posts: 49
Joined: Wed Feb 09, 2011 6:07 pm

Re: jdownloader

Postby farsheedj » Sat Feb 12, 2011 2:34 am

Hey dan64 . with your instructions I was able to install downloaddaemon through pacman but I got stuck after that.

1)I am unable to add user and group.how do u add the user and groups.what commands do u you use to do that. I used the command
adduser --system --ingroup downloadd --home /etc/downloaddaemon downloadd
and get following error
Error running useradd command -- account not created!
(cmd: /usr/sbin/useradd -d /home/--system -m -g users -s /bin/bash --system).

can downloaddaemon start without adding user and group .

2) I installed windows ddclient-gui on my laptop but it not connecting to downloaddaemon on Arch Linux ARM install with correct ip address/port. Probably the downloaddaemon is not starting.what commands do u use to start downloaddaemon on Arch Linux ARM install before I fire up dd client GUI on my laptop
3)Do I also need to install the downloaddaemon-svn-client-gui on on Arch Linux ARM install in addition to downloaddaemon for windows ddclient-gui to work. This is not installing via yaourt..I am getting errors.
Thanks for your time and regards.
farsheedj
 
Posts: 49
Joined: Wed Feb 09, 2011 6:07 pm

Re: jdownloader

Postby dan64 » Sat Feb 12, 2011 8:35 am

$this->bbcode_second_pass_quote('farsheedj', 'H')ey dan64 . with your instructions I was able to install downloaddaemon through pacman but I got stuck after that.


- the binaries are located in: "/usr/local/bin"

- to start manually the service (as root) the commad is:
$this->bbcode_second_pass_code('', '
/usr/local/bin/DownloadDaemon -d
')

- you don't have to install the gui to the Arch Linux ARM install since is headless. The Windows GUI works fine, the default port is 56789, in the IP/URL you have to put the ip address of your Arch Linux ARM install (check with "ps" if DownloadDaemon is running)

- by default, the files are saved in "/var/downloads", you can change a lot of settings by editing the conf file: "/etc/downloaddaemon/downloaddaemon.conf" (you can change the settings also using the GUI).

I hope this can Help.



P.S.
1) To add a user you can read this wiki: https://wiki.archlinux.org/index.php/Users_and_Groups
2) the service file is: "/etc/init.d/downloadd"
dan64
 
Posts: 75
Joined: Mon Jan 31, 2011 8:52 pm

Re: jdownloader

Postby farsheedj » Sat Feb 12, 2011 2:55 pm

Dan64 Thanks for your prompt reply and help.The downloaddaemon is up and running now.I can access it though windows gui and just completed a download.
Will now work on web access.
farsheedj
 
Posts: 49
Joined: Wed Feb 09, 2011 6:07 pm

Re: jdownloader

Postby farsheedj » Sat Feb 12, 2011 9:24 pm

To use the web interface you have to install a web server on your Arch Linux ARM install and then copy (untar) in the www dir of your web server the following file: http://sourceforge.net/projects/downloaddaemon/files/Version%201.1/ddclient-php-1.1.tar.gz/download

Dan64 .The downloaddaemon is working like champ through gui. Great work by you. I hope this is last time I am bothering you.I have apache server installed now and I can access it but it not configured and I only have an emtpy apache server page at this time. I do not know how to configure apache webserver( i am reading about how to configure it)I donot want a very complicated an advanced webserver but I only need to add download daemon webaccess to that.I have no experience in linux programming and cannot write the commands to untar the above file to www folder of apache. With help of google i found out that apache default is /var/www directory.
what commands do i have to do to perform this task and do I need to add anyother packagse to apache to make it work.
Thanks again.
farsheedj
 
Posts: 49
Joined: Wed Feb 09, 2011 6:07 pm

Re: jdownloader

Postby pepedog » Sat Feb 12, 2011 10:24 pm

files are stored in /srv/http
download the file and put it there, then
tar -xzf ddclient-php-1.1.tar.gz
(if this is the file, which doesn't sound right to me?)
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: jdownloader

Postby farsheedj » Sat Feb 12, 2011 10:42 pm

$this->bbcode_second_pass_quote('pepedog', 'f')iles are stored in /srv/http
download the file and put it there, then
tar -xzf ddclient-php-1.1.tar.gz
(if this is the file, which doesn't sound right to me?)

Thankyou pepedog. I copied the files to http folder but i donot get any webinterface for downloaddaemon when i go to apache.Am i missing some other package.This is what it looks like.Or may need php client needs to started and need to point my browser to a different port for this php access.

Index of /
[ICO] Name Last modified Size Description
[ ] ddclient-php-1.1.tar.gz 18-Jan-2011 19:17 52K
[DIR] ddclient-php-1.1/ 18-Jan-2011 19:03 -
Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/1.0.0a DAV/2 Server
farsheedj
 
Posts: 49
Joined: Wed Feb 09, 2011 6:07 pm
Top

PreviousNext

Return to Package Requests

Who is online

Users browsing this forum: No registered users and 6 guests