Find the answer to your Linux question:
Results 1 to 8 of 8
Hey, I have limited skills with linux, and today my server crashed. I needed to hard reboot it and I have no Idea how to start Torrentflux again, my Sysadmin ...
  1. #1
    Just Joined!
    Join Date
    Apr 2011
    Posts
    5

    Starting Torrentflux

    Hey,

    I have limited skills with linux, and today my server crashed. I needed to hard reboot it and I have no Idea how to start Torrentflux again, my Sysadmin is missing and I have no way to contact him ..

    I have the root access and everything should be set and working, I just need to start it again but after a while reading guides, I can't find the part when they actually "start" the thing.

    This is for ubuntu btw

    I hope someone can help me on this !

    Thanks alot

  2. #2
    Just Joined!
    Join Date
    Mar 2010
    Posts
    1
    Try searc using this command:
    Code:
    find / -name torrentflux-b4rt
    Hope this help solve your problem.

    Cheers!

  3. #3
    Just Joined!
    Join Date
    Apr 2011
    Posts
    5
    Well when I enter this .. nothing happens

  4. #4
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    I'm not familiar with torrentflux, but googling around, it appears to that there is not a torrentflux service that you start - it's tied to your webserver.

    Normally, the webserver is set to restart when you boot the machine. Do you know what server you're using? Apache? Lighthttpd?

    To start a service, you can do
    Code:
    sudo /etc/init.d/apache2 start
    Replacing apache2 there with the appropriate service name.

    And then for torrentflux, you should just be able to point your webbrowser to http://localhost/torrentflux. (Assuming you're on the server and the default port hasn't been changed. Replace localhost with the ip address of the server if you're not doing this from the server.)

  5. #5
    Just Joined!
    Join Date
    Apr 2011
    Posts
    5
    Hi,

    Tanks for your help.

    I believe its Apache2, when i go on ht.tp://xxxxxx/torrentflux/index.php I get a "403 - Forbidden" error, and when I try your command it says that :

    ht(remove)tp://img146.imageshack.us/i/45852235.jpg/

  6. #6
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    It may be that apache is already started, but you can check what's using the port with
    Code:
    netstat -lnp | grep '0.0.0.0:80'
    For the 403 error, there are a few possible causes.
    Apache 403 Forbidden Error and Solution

  7. #7
    Just Joined!
    Join Date
    Apr 2011
    Posts
    5
    Well again, I type that and nothing happens

  8. #8
    Just Joined!
    Join Date
    Apr 2011
    Posts
    5
    Well i'm still stuck with that, If anyone have an idea I still need help :/

Posting Permissions

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