Page 2 of 8 FirstFirst 1234 ... LastLast
Results 11 to 20 of 79

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

  1. #11
    Join Date
    Nov 2005
    Location
    Athens,Greece-Oslo,Norway
    Beans
    333
    Distro
    Kubuntu

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

    Quote Originally Posted by nilsja View Post
    Code:
    apt-cache policy rtorrent
    rtorrent:
      Installiert: (keine)
      Kandidat: 0.8.6-1
      Versions-Tabelle:
         0.8.6-1 0
            500 http://de.archive.ubuntu.com/ubuntu/ lucid/universe Packages
    (keine) means none...
    Did you run the script as root?

    You should have rtorrent installed from another ppa repository there!

    Try to download and re-run the script once more!

    If this is not working again, run this command:
    Code:
    apt-get update && apt-get -y install python-software-properties && add-apt-repository ppa:patricksissons/rtorrent && apt-get install rtorrent
    and the run the apt-cache policy one again to make sure that it is installed from the correct repository.

  2. #12
    Join Date
    Feb 2007
    Beans
    47

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

    Code:
    sudo apt-cache policy rtorrent
    rtorrent:
      Installiert: 0.8.6-3~patricksissons0
      Kandidat: 0.8.6-3~patricksissons0
      Versions-Tabelle:
     *** 0.8.6-3~patricksissons0 0
            500 http://ppa.launchpad.net/patricksissons/rtorrent/ubuntu/ lucid/main Packages
            100 /var/lib/dpkg/status
         0.8.6-1 0
            500 http://de.archive.ubuntu.com/ubuntu/ lucid/universe Packages
    but the messages in the rutorrent gui still are:
    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

  3. #13
    Join Date
    Nov 2005
    Location
    Athens,Greece-Oslo,Norway
    Beans
    333
    Distro
    Kubuntu

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

    Quote Originally Posted by nilsja View Post
    Code:
    sudo apt-cache policy rtorrent
    rtorrent:
      Installiert: 0.8.6-3~patricksissons0
      Kandidat: 0.8.6-3~patricksissons0
      Versions-Tabelle:
     *** 0.8.6-3~patricksissons0 0
            500 http://ppa.launchpad.net/patricksissons/rtorrent/ubuntu/ lucid/main Packages
            100 /var/lib/dpkg/status
         0.8.6-1 0
            500 http://de.archive.ubuntu.com/ubuntu/ lucid/universe Packages
    but the messages in the rutorrent gui still are:
    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
    From the errors I see, it means that the script didn't ran correctly.

    Please re-download it, make it executable and then run it again:

    Code:
    chmod +x rtorrent_server.sh
    sudo ./rtorrent_server.sh <add-your-username-here>

  4. #14
    Join Date
    Jun 2010
    Beans
    1

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

    Its working had no problems installed in 2 minutes...
    ================================================== ===
    Though, How Would I Add another user?

  5. #15
    Join Date
    Nov 2005
    Location
    Athens,Greece-Oslo,Norway
    Beans
    333
    Distro
    Kubuntu

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

    Quote Originally Posted by Vrutin View Post
    Its working had no problems installed in 2 minutes...
    ================================================== ===
    Though, How Would I Add another user?
    rutorrent does not support many users.
    You can make it work (search for "rutorrent multi user" in google) but it's not easy so I didn't bother as a single user is enough for my needs.

  6. #16
    Join Date
    Sep 2009
    Location
    London UK
    Beans
    2
    Distro
    Ubuntu 8.10 Intrepid Ibex

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

    Hi CyberAngel,

    Great work my friend, I ran the script as per your instructions, it installed within a couple of minutes and I'm up and running already, I definately recommend this brilliant script for a painless install of rutorrent on Ubuntu 10.04, just make sure you follow the instructions and you can't go wrong.

    Keep up the good work mate!

    Rgds
    pendhu


  7. #17
    Join Date
    Feb 2011
    Beans
    5
    Distro
    Ubuntu 10.10 Maverick Meerkat

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

    OMG! Thank you soo much for this script!
    I am a Linux noob and all the guides setting up rtorrent with rutorrent cause so many errors. You can't image how much time I wasted for failures. And now I used 2 mins for all things set up!

  8. #18
    Join Date
    Nov 2005
    Location
    Athens,Greece-Oslo,Norway
    Beans
    333
    Distro
    Kubuntu

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

    I am glad that this script helped more people

    Thank you for you kind comments!
    Last edited by CyberAngel; February 8th, 2011 at 04:45 AM. Reason: typo mistake

  9. #19
    Join Date
    Mar 2010
    Beans
    1

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

    After 4 hours of frustration in trying to get rtorrent to work with rpc plugin on my Mythbuntu 10.04, your script was a desk-saver (the desk survived the continuing blows of frustrastion...)

    Thanx a lot CyberAngel!

  10. #20
    Join Date
    Nov 2005
    Location
    Athens,Greece-Oslo,Norway
    Beans
    333
    Distro
    Kubuntu

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

    Quote Originally Posted by DpGonzo View Post
    ....your script was a desk-saver...

    I can add it to the feature list!!
    hahahaha

Page 2 of 8 FirstFirst 1234 ... 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
  •