- Jan 2, 2006
- 10,455
- 35
- 91
All is well now 
**********
Ok, I've got torrentflux-b4rt up and running. And it's not locking up the system anymore. The lockups went away on their own. Because that makes sense.
Anyway, it's not finding very many seeders and download rates are abysmal. Out of a very popular torrent with hundreds of seeders, I'm only connected to 8, and the download speed is 5kB/s. On my Vista box with uTorrent I'm connected to 60+ seeders and download rates are 400kB/s.
Any idea what's going on?
**************************
I've successfully installed and gotten up and running torrentflux-b4rt.
Now I have a new problem.
I tried to load a torrent. Ok, this worked fine. It looked like it was starting to download it, but only at a measly 5kB/s.
Now my Clark Connect box is completely locked up.
Can't access it via SSH.
Can't access its web config screen.
192.168.1.1 doesn't reply
I can't access the network drives that are on my CC box.
I can't access the torrentflux-b4rt web config screen.
Oddly enough, my CC is also acting as my internet router, and the internet is still working fine (THANK GOD). My uTorrent on my Vista machine is working just fine as well, downloading the same torrent as above at 500KB/s.
Great. Just great. After hours and hours and my entire weekend basically obliterated trying to figure out all these crazy Linux terms and getting this simple thing to work this is what happens. Why is it so hard? Why doesn't it just work?! Ahhhhhghfdlgeg oeoeg eoigeogj eo ge
****************
I'm doing all of this through SSH.
From a post on the CC forums:
I'm stuck on the bolded part. What does it mean to "point my browser" at this url? I'm logged into my Linux box via SSH in command line. There is no browser. Do they want me to open it in Firefox on my Vista system? If I do, I just get a "Server Not Found" error. I don't see how opening this on my Windows system will configure anything on my Linux box.
**********
Ok, I've got torrentflux-b4rt up and running. And it's not locking up the system anymore. The lockups went away on their own. Because that makes sense.
Anyway, it's not finding very many seeders and download rates are abysmal. Out of a very popular torrent with hundreds of seeders, I'm only connected to 8, and the download speed is 5kB/s. On my Vista box with uTorrent I'm connected to 60+ seeders and download rates are 400kB/s.
Any idea what's going on?
**************************
I've successfully installed and gotten up and running torrentflux-b4rt.
Now I have a new problem.
I tried to load a torrent. Ok, this worked fine. It looked like it was starting to download it, but only at a measly 5kB/s.
Now my Clark Connect box is completely locked up.
Can't access it via SSH.
Can't access its web config screen.
192.168.1.1 doesn't reply
I can't access the network drives that are on my CC box.
I can't access the torrentflux-b4rt web config screen.
Oddly enough, my CC is also acting as my internet router, and the internet is still working fine (THANK GOD). My uTorrent on my Vista machine is working just fine as well, downloading the same torrent as above at 500KB/s.
Great. Just great. After hours and hours and my entire weekend basically obliterated trying to figure out all these crazy Linux terms and getting this simple thing to work this is what happens. Why is it so hard? Why doesn't it just work?! Ahhhhhghfdlgeg oeoeg eoigeogj eo ge
****************
I'm doing all of this through SSH.
From a post on the CC forums:
You will need a working installation of php and mysql, follow the instructions to upgrade php and install php-cli, using the php5 repository listed here
http://www.clarkconnect.com/de...per/betas/20070420.php
download and untar the tarball, using Code:
cd /var/tmp
wget http://download.berlios.de/tf-...b4rt_1.0-beta1.tar.bz2
tar jvxf torrentflux-b4rt_1.0-beta1.tar.bz2
move the html directory to your website root, like soCode:
cd torrentflux-b4rt
mv html /var/www/html/torrentfluxb4rt
point your browser at http://cciphere/torrentfluxb4rt/setup.php
follow through the install process, add in your mysql server username and password, and tick the box that says create table
You will need to make the config directory writeable, like so:
Code:
chmod 777 /var/www/html/torrentfluxb4rt/inc/config
The setup should finish, it may complain about some missing commands for optional components but these are fine.
Delete setup.phpCode:
rm /var/www/html/torrentfluxb4rt/setup.php
Point your browser at http://cciphere/torrentfluxb4rt/ and login. The first time you login will be your admin account so remember your password! check the settings and off you go
I'm stuck on the bolded part. What does it mean to "point my browser" at this url? I'm logged into my Linux box via SSH in command line. There is no browser. Do they want me to open it in Firefox on my Vista system? If I do, I just get a "Server Not Found" error. I don't see how opening this on my Windows system will configure anything on my Linux box.