Page 5 of 9 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 81

Thread: Script for automated rtorrent installation with rutorrent for Ubuntu 10.04!

  1. #41
    Join Date
    Jan 2008
    Beans
    8

    Re: Script for automated rtorrent installation with rutorrent for Ubuntu 10.04!

    Quote Originally Posted by gu3 View Post
    and i found this

    http://forums.rutorrent.org/index.php?topic=95.0

    after : apt-get install libapache2-mod-scgi
    going to test more on a fresh install with lighttpd tomorrow
    After you have installed it you still need to enable it:

    Code:
    sudo a2enmod scgi
    then reload apache

    Code:
    sudo service apache2 reload

  2. #42
    Join Date
    May 2011
    Location
    UK
    Beans
    24

    Re: Script for automated rtorrent installation with rutorrent for Ubuntu 10.04!

    Quote Originally Posted by CyberAngel View Post
    The <username> has to be a valid system user with an id of 1000 or more. The default one created during ubuntu installation will do fine
    I'm not sure what this means, im running 10.04 server and am logged in as root in putty

    ---------------------------------------------------------------------------------------------------------

    EDIT:


    adduser fixed that, then i found out wget wasnt installed..lol..fixed that now too.

    ---------------------------------------------------------------------------------------------------------
    Last edited by binkles; May 27th, 2011 at 10:53 PM.

  3. #43
    Join Date
    May 2011
    Location
    UK
    Beans
    24

    Re: Script for automated rtorrent installation with rutorrent for Ubuntu 10.04!

    what would happen if i run sudo do-release-upgrade ?

    would it break rtorrent?

  4. #44
    Join Date
    Nov 2005
    Location
    Athens,Greece-Oslo,Norway
    Beans
    366
    Distro
    Kubuntu

    Re: Script for automated rtorrent installation with rutorrent for Ubuntu 10.04!

    Quote Originally Posted by binkles View Post
    what would happen if i run sudo do-release-upgrade ?

    would it break rtorrent?
    Haven't tried it but I am pretty sure it would, as rtorrent in the official repositories is not compiled against the xmlrpc libraries.

  5. #45
    Join Date
    Mar 2011
    Location
    Brazil
    Beans
    16
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Script for automated rtorrent installation with rutorrent for Ubuntu 10.04!

    CyberAngel,

    First I want to thank you for this awesome script. It really make our (at least mine) life easier. My only problem... I mean, it's not actually a problem, but the only feature that I miss is the possibility to access remotely with my android phone. I was used to use Transdroid, but at the config it asks me some info that I don't have a clue where I'm supposed to get it. do you know any Android App that supports/access ruTorrent?

    Thanks for everything. Keep being awesome

  6. #46
    Join Date
    Jul 2011
    Beans
    1

    Re: Script for automated rtorrent installation with rutorrent for Ubuntu 10.04!

    I can't get this to work

    I get the old

    Code:
    [21.01.2011 20:53:48] WebUI started.
    [21.01.2011 20:53:48] Bad link to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.
    [21.01.2011 20:53:48] rssurlrewrite: Plugin will not work. It require existence of plugin(s) rss
    ...it looks like the script is not able to do the chowns and the chmods, though I did run it as root.

    Que pasa?

  7. #47
    Join Date
    Jun 2009
    Beans
    22
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Script for automated rtorrent installation with rutorrent for Ubuntu 10.04!

    Quote Originally Posted by kis2a View Post
    thanks for this ,


    You are not possible to mod this for multiple user please ?

    Work perfectly for one user ,

    one solution for add multiple user ?

    I have gone ahead and done this with CyberAngel's script but made to work with ispconfig aswell (this was my goal) i can work on one that works with out is (a base ubuntu install).

    it has been modded only run the install script once

    but for now
    Code:
    ./rtorrent_server
    let it install
    then
    Code:
    addrtoruser <user> <port> <client> <web>
    to start/stop a user run
    Code:
    /etc/init.d/rtorrentInit.sh <start|stop|restart> <user>
    Get it here
    http://www.aditlfai.com/rtorrent.html
    It will not break an ubuntu system.
    rtorrent just might not work like some other people who are unlucky

    ***UPDATE!!!****
    added
    Code:
    removertoruser
    ***1.9 update****
    This is not done, it works but does not have the ui i said i would put.
    added a
    Code:
    --upgrade
    flag
    it will now install on ubuntu 10.04+ servers, if a deiban user wants to test, they are free too.
    links located at http://aditlfai.com/beta.html
    Last edited by rocker2344; August 6th, 2011 at 07:14 AM.

  8. #48
    Join Date
    Nov 2008
    Beans
    28
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Script for automated rtorrent installation with rutorrent for Ubuntu 10.04!

    i like it! i also found this:
    http://surfnet.dl.sourceforge.net/pr...ssi/readme.txt
    Code:
    cd
    wget --no-check-certificate -O autodl-setup http://sourceforge.net/projects/autodl-irssi/files/autodl-setup/download
    sudo sh autodl-setup
    and now i have rutorrent with rss and autodl-irssi plugins a great fall back in case usenet gets too weird or costly.

  9. #49
    Join Date
    Nov 2005
    Location
    Athens,Greece-Oslo,Norway
    Beans
    366
    Distro
    Kubuntu

    Re: Script for automated rtorrent installation with rutorrent for Ubuntu 10.04!

    Quote Originally Posted by rocker2344 View Post
    I have gone ahead and done this with CyberAngel's script but made to work with ispconfig aswell (this was my goal) i can work on one that works with out is (a base ubuntu install).

    it has been modded only run the install script once

    but for now
    Code:
    ./rtorrent_server
    let it install
    then
    Code:
    addrtoruser <user> <port> <client> <web>
    to start/stop a user run
    Code:
    /etc/init.d/rtorrentInit.sh <start|stop|restart> <user>
    Get it here
    http://www.aditlfai.com/rtorrent.html
    It will not break an ubuntu 10.04 system.
    rtorrent just might not work like some other people who are unlucky
    Nice job man
    That was a much requested feature that I did not have time to invest at the moment. I will update the first post and refer you.

  10. #50
    Join Date
    Jun 2009
    Beans
    22
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Script for automated rtorrent installation with rutorrent for Ubuntu 10.04!

    I have updated it
    Now includes a
    Code:
    removertoruser
    command
    also there are two versions, the ISPconfig (still working on webui intergration)
    and the Stock ubuntu (will make a web ui for that one but it is at the very end of my list)
    You can get either or at http://aditlfai.com/rtorrent.html

Page 5 of 9 FirstFirst ... 34567 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •