Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


torrentflux b4rt error
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

torrentflux b4rt error

Hey guys need help on one silly thing actually i m stuck on just one line in setting og torrentflux b4rt kindly help me to solve this......

Specify the path to the Transmission binary (/usr/local/bin/transmissioncli). : usr/local/bin/transmissioncli (path not valid)

Comments

  • check transmission is installed. if not install it

  • Buddy kindly help me to install it...

  • Depend on your version of Linux. You can find out and install based on the links here: https://transmissionbt.com/download/

  • Why not using rtorrent with rutorrent? Much better than torrentflux

  • @bayu i faced too many difficulties installing rutorrent on centos 6.5

  • I installed transmission but still got same error .....kindly help me...

  • BayuBayu Member
    edited September 2016

    @Nia1415
    willing to use debian/ubuntu distro? It's more easier than using centos. you don't need compile transmission-daemon from source.


    apt-get install python-software-properties software-properties-common
    add-apt-repository ppa:transmissionbt/ppa
    add-apt-repository ppa:nginx/stable
    apt-get update
    apt-get install transmission-cli transmission-common transmission-daemon nginx

    Edit nginx config:

    nano /etc/nginx/sites-available/default.conf

    Replace with this config


    server {
    listen 80 default_server;
    server_name localhost;

        location / {
        root            /var/lib/transmission-daemon/download;
        index           index.html index.php;`
        autoindex on;  
        }
    
        access_log  /var/log/nginx/default_access.log;
        error_log       /var/log/nginx/default_error.log warn;
    }
    

    then reloading nginx config with command: service nginx reload

    Thanked by 1Nia1415
  • This project abandoned for years! There might be any serious vulnerability.
    Btw, you need to use very old transmissioncli. You need to google for it because I didnt remember where to get it anymore. What I can remember, it is posted on a forum.

    Thanked by 1Nia1415
  • If you want easy. Just try this script out:

    https://github.com/Kerwood/Rtorrent-Auto-Install/blob/master/README.md

    Pretty simple install on Debian. I never tried it but I have tried other install scripts for tutorrent and all worked fine.

    Thanked by 1Nia1415
  • thnx all for valuable suggestions you are really helpful me newbies like me thnx so much...

  • haha, it doesn´t matter how many tutorials you guys post, OP wants somebody to install it for him.

    Thanked by 1netomx
  • @dedicados said:
    haha, it doesn´t matter how many tutorials you guys post, OP wants somebody to install it for him.

    Please simply post your root login info and ip address and we'll all help you out!

    Thanked by 1netomx
  • @thagoat said:

    @dedicados said:
    haha, it doesn´t matter how many tutorials you guys post, OP wants somebody to install it for him.

    Please simply post your root login info and ip address and we'll all help you out!

    Such porns, wow

    Thanked by 1thagoat
  • Debian, thx

    Thanked by 1netomx
  • This seems interesting too
    https://quickbox.io

    Thanked by 1Nia1415
  • @psycholyzern said:
    This seems interesting too
    https://quickbox.io

    thnx for suggestion now i m going to try this....

  • If you want something simple and lean, then just go for Debian + transmission + some kind of reverse proxy for HTTPS. Extend it with any further service you need (HTTP/FTP server, Plex, etc.).

  • @salakis said:
    If you want something simple and lean, then just go for Debian + transmission + some kind of reverse proxy for HTTPS. Extend it with any further service you need (HTTP/FTP server, Plex, etc.).

    Nice suggestion.....i m already looking into this.....

  • @Bayu I managed to install it on CentOS without compiling anything....

Sign In or Register to comment.