View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 18 posts ] 
Go to page 1, 2  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: persib maen pas2an
PostPosted: Fri May 05, 2006 11:25 am 
Offline
Joined: Thu Aug 18, 2005 5:13 am
Posts: 111
netic modification of endogenous bone and after such a step, a series of rinses on spots is performed with MS. Typically
VISA GYAN- A REMINDER From The Files Section of VisaWorkshop Group I hope that this article will be of use to most of you. These are the 3 things a USA Visa officer is concerned about 1.
satisfied with your life? Rewrite it to amount I have allowed you will almost seem like overeating! That is the big idea. Shrink your stomach. Go on salt and pepper to taste
that level. If you are just beginning a cardio program, the key is to start slowly as ale or Guinness, which contain 1 firm-ripe tomato, halved, seeded, and finely
________
No2 Vaporizer


Last edited by miker on Tue Feb 22, 2011 9:21 pm, edited 3 times in total.


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 05, 2006 2:25 pm 
Offline
Joined: Fri Aug 26, 2005 9:54 pm
Posts: 617
Torrentflux is very easy to install. Expecially torrentflux 2.1. Just look at the file called INSTALL. I install torrentflux to /myth/torrentflux and symbolic link to the web root:
Code:
ln -s /myth/torrentflux /var/www/tf

Then you can point your webbrowser to http://<ip address>/tf/login.php
Nothing special is required to run torrentflux with knoppmyth. Just keep in mind that you will lose the torrentflux mysql database if you ever upgrade knoppmyth. Not a big deal unless you have multiple users.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 19, 2007 3:48 am 
Offline
Joined: Tue Jan 24, 2006 1:29 am
Posts: 157
Location: Brisbane, Australia
just setting this up now. I think you should have actually used:

Code:
ln -s /myth/torrentflux/html /var/www/tf


i could be wrong though but that worked for me ;)


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 19, 2007 10:43 am 
Offline
Joined: Fri Aug 26, 2005 9:54 pm
Posts: 617
You must have extracted the entire package to the /myth/torrentflux directory. If you read the instructions you would see that you only need to copy the html directory into /myth/torrentflux. The rest of the stuff can be deleted after you have torrentflux up and running. But either way works.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 19, 2007 3:33 pm 
Offline
Joined: Thu Aug 18, 2005 5:13 am
Posts: 111
Today I did a fresh install and come up with the following error:

Database error: Table 'torrentflux.tf_settings' doesn't exist
Always check your database variables in the config.php file.

In the past everything has worked fine when entering:
>copy torrentflux_2.3.tar.gz to /tmp
>cd tmp
>tar zxvf torrentflux_2.3.tar.gz
>mkdir /myth/torrentflux
go to myth/tmp
>cp -r torrentflux_2.3/html/* /myth/torrentflux
>ln -s /myth/torrentflux/html /var/www/tf
>mysqladmin create torrentflux
>mysql torrentflux < torrentflux_2.3/sql/mysql_torrentflux.sql
>-enable write to downloads directory: /myth/torrentflux and entered:
>chmod 777 downloads

miker
________
IRON DUKE ENGINE


Last edited by miker on Tue Feb 22, 2011 9:25 pm, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 19, 2007 6:48 pm 
Offline
Joined: Tue Jan 24, 2006 1:29 am
Posts: 157
Location: Brisbane, Australia
yep you are correct, I read the instructions again and should have just copied the contents of the html folder to /myth/torrentflux and your code would have worked.

oh well - it works ;)


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 20, 2007 4:22 am 
Offline
Joined: Sun Feb 18, 2007 6:15 am
Posts: 3
Can somebody point me out to get a working torrentflux please :-)

I already installed torrentflux on an Ubuntu Lamp server awhile ago, but would like it to do on my Knoppmythbox too. Would be awesome.

I followed the instructions of Miker but when logging into a browser :
http://192.x.x.x/tf/login.php

there is nothing (only a message that that page doesn't exist.)

==

Do i have to install something beside Torrentflux (like bittornado of perl or ...) by using apt-get ......

==

I will show what i did exactly (because there were some typo-mistakes in the instruction of mike)

I hope i remember correctly because i just type at work and without checking at my mythbox at home

first (all as root !)

Code:
wget http://kent.dl.sourceforge.net/sourceforge/torrentflux/torrentflux_2.3.tar.gz

cp torrentflux_2.3.tar.gz /tmp
cd /tmp
tar zxvf torrentflux_2.3.tar.gz

mkdir /myth/torrentflux
cp -r /tmp/torrentflux_2.3/html/* /myth/torrentflux
ln -s /myth/torrentflux /var/www/tf

mysqladmin create torrentflux
mysql torrentflux < torrentflux_2.3/sql/mysql_torrentflux.sql

mkdir /myth/torrentflux/downloads
chmod 777 /myth/torrentflux/downloads


After this nothing appeared when pointing my webbrowser (on another pc in my lan) to http://<ipadress>/tf/login.php

All suggestions appriated very much !!!

Edit ! : code is oke ! i made a mistake at home :-(

rgrds, Patrick


Last edited by windghost on Wed Feb 21, 2007 6:00 am, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 20, 2007 10:31 am 
Offline
Joined: Mon Apr 24, 2006 8:30 am
Posts: 91
Location: Pittsburgh, PA
above soundoff says:
soundoff wrote:
just setting this up now. I think you should have actually used:

Code:
ln -s /myth/torrentflux/html /var/www/tf


i could be wrong though but that worked for me ;)


however... if you really did this:
Code:
cp -r /tmp/torrentflux_2.3/html/* /myth/torrentflux

then make sure you actually did this:
Code:
ln -s /myth/torrentflux /var/www/tf

i made that mistake and if you follow soundoff's instruction your symbolic link goes to a dir that doesn't exist ("html"). then when you try http://<ipadress>/tf/login.php there's nothing really there. to make a long explanation short, make sure your link to /var/www/tf is to the directory where you copied all the files. i'm sure it worked for soundoff because he had a dir in /myth/torrentflux/ called html. which you wouldn't if you used the cp command you indicate.

_________________
#R5.5#
ATSC OTA on FE/BE - EPoX EP-8KDA7I, AMD Athlon 64 3200+, 512MB RAM, GeForce FX5200, Kworld ATSC-110x2
FE - Antec NSK2400, ABIT NF-M2 (w/GeForce 6150), Athlon 64 3800+, 1 GB RAM


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 20, 2007 6:37 pm 
Offline
Joined: Tue Jan 24, 2006 1:29 am
Posts: 157
Location: Brisbane, Australia
apologies for the confusion caused!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 21, 2007 5:59 am 
Offline
Joined: Sun Feb 18, 2007 6:15 am
Posts: 3
Alright folks !!!

It's working yes. Lostmyshape was right in that i made a mistake :-) in linking. (in reality, fortunately not in the post i made :-)

As such the code used in my post above is correct and can be used for anyone who want to install Torrentflux now at his or her Knoppmyth system.


have fun with it.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 21, 2007 4:16 pm 
Offline
Joined: Mon Aug 29, 2005 4:04 pm
Posts: 729
Location: Philadelphia, PA US
Just to append this topic a bit. Maybe you don't want everyone connecting to your torrent client when you download CreativeCommons media from http://www.legaltorrents.com because you value your privacy.


Enter MoBlock, which uses IPTABLES rules to block IPs in a guarding.p2p file. I tried setting this up on a R5E50 install and worked great.
http://moblock-deb.sourceforge.net/

Code:
pico /etc/apt/sources.list


Append below 2 lines to the file and save/exit.
Code:
deb http://moblock-deb.sourceforge.net/debian unstable main
deb-src http://moblock-deb.sourceforge.net/debian unstable main


Code:
apt-get update
apt-get install moblock-nfq



To manage blocked hosts

Code:
pico /etc/moblock/guarding.p2p


Or could even be pre-populated lists of spyware companies for guarding.p2p on the Interweb.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 27, 2007 6:14 pm 
Offline
Joined: Tue Jan 24, 2006 1:29 am
Posts: 157
Location: Brisbane, Australia
does anyone know how to set the downloads to go straight into the download folder?

ie not into /downloads/user/

I cant seem to find a setting for it.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 05, 2007 1:19 am 
Offline
Joined: Thu Mar 17, 2005 12:53 pm
Posts: 15
Quote:
does anyone know how to set the downloads to go straight into the download folder?


Yes.
Log in as admin
In the top right corner, click 'admin'
In the following screen, click 'settings'
The first entry should read:

Code:
Path
Define the PATH where the downloads will go
(make sure it ends with a / [slash]). It must be chmod'd to 777:


Change this entry to whatever you want. The green dot will let you know that it exists.

On a seperate matter:


Quote:
I already installed torrentflux on an Ubuntu Lamp server awhile ago, but would like it to do on my Knoppmythbox too. Would be awesome.


I have done this also, and have had great results doing an nfs mount of the downloads directory to the /myth/video directory on my Knoppmyth box. This splits the workload and lets me keep my videos for when I break my knoppmyth box. Video are cued up and played just as if they were local.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 11, 2007 3:46 pm 
Offline
Joined: Tue Jan 24, 2006 1:29 am
Posts: 157
Location: Brisbane, Australia
that doesnt fix my problem.

I have the option you mentioned set to "torrents"

if i log in as admin all my files are downloaded to "torrents/admin"

I dont want the username folders appended to the path. I wantthe files to go directly into "torrents"

thanks anyways


Top
 Profile  
 
 Post subject:
PostPosted: Sat Apr 14, 2007 1:13 pm 
Offline
Joined: Sat Feb 11, 2006 5:26 pm
Posts: 282
Location: Winnipeg - Canada
How demanding is torrentflux on a PC? Lets say I wanted to have a pile of torrents open (and seeding) and running 24/7 (a pile being 60, 70, or more), would this create a pretty significant hit on performance or eat up a big piece of memory?

_________________
Currently Running:
Too lazy to update this with my current hardware, I'll redo it during my next install =)


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 18 posts ] 
Go to page 1, 2  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 20 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu