Page 6 of 7 FirstFirst ... 34567 LastLast
Results 51 to 60 of 64

Thread: Installing rtorrent and rutorrent on Debian based linux

  1. #51
    ca_aok's Avatar Poster BT Rep: +1
    Join Date
    Feb 2008
    Posts
    1,543
    Do this as root:

    apt-get install libapache2-mod-scgi

    And try again. I can't really help you if you decided to skip steps arbitrarily.
    Last edited by ca_aok; 11-17-2011 at 02:09 PM. Reason: Automerged Doublepost
    Quote Originally Posted by whatcdfan View Post
    u are somewhat fairer then the last occasions but still pal i give a damn to what u said and expect i really dont need anything from u or optimuscrime i get what i want coz u 2 guyes dont own bittorrent and i dont think i portrayed any image i wrote simple english and u are seems to be very good at making assumptions if someone is not a cheater and u assume he's a cheater and write what u wrote and when u are proven wrong who u think will owe an apology then barack obama????

  2. Guides and Tutorials   -   #52
    wuksss's Avatar Poster
    Join Date
    Nov 2011
    Location
    Latvia
    Posts
    11
    Quote Originally Posted by ca_aok View Post
    Do this as root:

    apt-get install libapache2-mod-scgi
    Thanks.

    I get:
    root@theftl:~# apt-get install libapache2-mod-scgi
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package libapache2-mod-scgi

  3. Guides and Tutorials   -   #53
    ca_aok's Avatar Poster BT Rep: +1
    Join Date
    Feb 2008
    Posts
    1,543
    You must be missing a standard repository for whatever version of Debian you're running, I just double checked the apt-cache list and that package is still alive and well.

    Can you post the contents of the file /etc/apt/sources.list ?
    Quote Originally Posted by whatcdfan View Post
    u are somewhat fairer then the last occasions but still pal i give a damn to what u said and expect i really dont need anything from u or optimuscrime i get what i want coz u 2 guyes dont own bittorrent and i dont think i portrayed any image i wrote simple english and u are seems to be very good at making assumptions if someone is not a cheater and u assume he's a cheater and write what u wrote and when u are proven wrong who u think will owe an apology then barack obama????

  4. Guides and Tutorials   -   #54
    wuksss's Avatar Poster
    Join Date
    Nov 2011
    Location
    Latvia
    Posts
    11
    Runnin this crappy thing at Debian 5.0.

    Content of sources.list:
    #

    # deb cdrom:[Debian GNU/Linux 6.0.0 _Squeeze_ - Official amd64 DVD Binary-1 20110205-18:15]/ squeeze contrib main

    deb cdrom:[Debian GNU/Linux 6.0.0 _Squeeze_ - Official amd64 DVD Binary-1 20110205-18:15]/ squeeze contrib main

    deb http://security.debian.org/ squeeze/updates main contrib
    deb-src http://security.debian.org/ squeeze/updates main contrib

    # Line commented out by installer because it failed to verify:
    #deb ://volatile.debian.org squeeze-updates main contrib
    # Line commented out by installer because it failed to verify:
    #deb-src ://volatile.debian.org squeeze-updates main contrib
    Thanks.

  5. Guides and Tutorials   -   #55
    ca_aok's Avatar Poster BT Rep: +1
    Join Date
    Feb 2008
    Posts
    1,543
    deb http://www.debian-multimedia.org/ sid main non-free
    deb-src http://www.debian-multimedia.org/ sid main non-free

    deb http://ftp.debian.org/debian/ squeeze main contrib non-free
    deb-src http://ftp.debian.org/debian/ squeeze main contrib non-free

    deb http://ftp.debian.org/debian/ squeeze-updates main contrib non-free
    deb-src http://ftp.debian.org/debian/ squeeze-updates main contrib non-free

    deb http://security.debian.org/ squeeze/updates main contrib non-free
    deb-src http://security.debian.org/ squeeze/updates main contrib non-free

    deb http://http.us.debian.org/debian/ squeeze main contrib non-free
    deb-src http://http.us.debian.org/debian/ squeeze main contrib non-free
    Quote Originally Posted by whatcdfan View Post
    u are somewhat fairer then the last occasions but still pal i give a damn to what u said and expect i really dont need anything from u or optimuscrime i get what i want coz u 2 guyes dont own bittorrent and i dont think i portrayed any image i wrote simple english and u are seems to be very good at making assumptions if someone is not a cheater and u assume he's a cheater and write what u wrote and when u are proven wrong who u think will owe an apology then barack obama????

  6. Guides and Tutorials   -   #56
    wuksss's Avatar Poster
    Join Date
    Nov 2011
    Location
    Latvia
    Posts
    11
    OK, I added these lines and reboot server, but still it's messing with me:
    root@theftl:~# a2enmod scgi
    ERROR: Module scgi does not exist!

  7. Guides and Tutorials   -   #57
    ca_aok's Avatar Poster BT Rep: +1
    Join Date
    Feb 2008
    Posts
    1,543
    You still need to add that package. In fact, you should probably add the entire list again since you may be missing other packages from the first list.

    apt-get update
    apt-get upgrade


    apt-get install build-essential autoconf apache2 automake libtool libncurses5-dev libncursesw5-dev libcurl4-openssl-dev screen ntp ntpdate openssl php5 php5-cli php5-geoip php5-cgi gawk libapache2-mod-php5 libapache2-mod-scgi curl libcppunit-dev libsigc++-2.0-dev subversion nano unrar-free unzip

    a2enmod ssl
    a2enmod auth_digest
    a2enmod scgi

    reboot
    Quote Originally Posted by whatcdfan View Post
    u are somewhat fairer then the last occasions but still pal i give a damn to what u said and expect i really dont need anything from u or optimuscrime i get what i want coz u 2 guyes dont own bittorrent and i dont think i portrayed any image i wrote simple english and u are seems to be very good at making assumptions if someone is not a cheater and u assume he's a cheater and write what u wrote and when u are proven wrong who u think will owe an apology then barack obama????

  8. Guides and Tutorials   -   #58
    wuksss's Avatar Poster
    Join Date
    Nov 2011
    Location
    Latvia
    Posts
    11
    Ohhhhh, I'm rly now thinking to blow that box up.
    At get update i got:
    Get:14 http://http.us.debian.org squeeze/contrib amd64 Packages [53.0 kB]
    Get:15 http://http.us.debian.org squeeze/non-free amd64 Packages [102 kB]
    Media change: please insert the disc labeled
    'Debian GNU/Linux 6.0.0 _Squeeze_ - Official amd64 DVD Binary-1 20110205-18:15'
    in the drive '/media/cdrom/' and press enter

  9. Guides and Tutorials   -   #59
    ca_aok's Avatar Poster BT Rep: +1
    Join Date
    Feb 2008
    Posts
    1,543
    Just add this line again to your sources.list file, somewhere at the bottom.

    deb cdrom:[Debian GNU/Linux 6.0.0 _Squeeze_ - Official amd64 DVD Binary-1 20110205-18:15]/ squeeze contrib main

    Then repeat the process in my last post.

    Your box is terribly set up if it's relying on a DVD physically in the drive
    Last edited by ca_aok; 11-17-2011 at 07:50 PM.
    Quote Originally Posted by whatcdfan View Post
    u are somewhat fairer then the last occasions but still pal i give a damn to what u said and expect i really dont need anything from u or optimuscrime i get what i want coz u 2 guyes dont own bittorrent and i dont think i portrayed any image i wrote simple english and u are seems to be very good at making assumptions if someone is not a cheater and u assume he's a cheater and write what u wrote and when u are proven wrong who u think will owe an apology then barack obama????

  10. Guides and Tutorials   -   #60
    wuksss's Avatar Poster
    Join Date
    Nov 2011
    Location
    Latvia
    Posts
    11
    OMG!
    Mother Of God! You did it!

    Thanks alot alot man, I'm not gay but I love U!
    Totally will add this Topic to favorites at all social accounts.
    Thumbs up!

    btw. Box at dotblock[dot]com

    Edit: I can't find Rep button.
    Last edited by wuksss; 11-17-2011 at 11:08 PM.

Page 6 of 7 FirstFirst ... 34567 LastLast

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
  •