From owner-freebsd-questions@FreeBSD.ORG Tue Mar 18 19:07:22 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9DCF106568D for ; Tue, 18 Mar 2008 19:07:22 +0000 (UTC) (envelope-from mla@nasreddine.com) Received: from server1.nasreddine.com (server1.nasreddine.com [82.225.70.234]) by mx1.freebsd.org (Postfix) with ESMTP id 1CD938FC21 for ; Tue, 18 Mar 2008 19:07:22 +0000 (UTC) (envelope-from mla@nasreddine.com) Received: from localhost (unknown [192.168.2.5]) by server1.nasreddine.com (Postfix) with ESMTP id 070381231DA4 for ; Tue, 18 Mar 2008 19:07:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at nasreddine.info Received: from server1.nasreddine.com ([192.168.2.5]) by localhost (cadmus-mail.nasreddine.info [192.168.2.5]) (amavisd-new, port 10024) with LMTP id RURRUc7sERoD for ; Tue, 18 Mar 2008 19:07:16 +0000 (UTC) Received: from phoenix.nasreddine.info (phoenix.nasreddine.info [192.168.1.3]) by server1.nasreddine.com (Postfix) with ESMTPA id 8217E1231D9D for ; Tue, 18 Mar 2008 19:07:16 +0000 (UTC) Date: Tue, 18 Mar 2008 20:07:00 +0100 From: Wael Nasreddine To: freebsd-questions@freebsd.org Message-ID: <20080318190700.GA17904@phoenix.nasreddine.info> Mail-Followup-To: freebsd-questions@freebsd.org References: <20080314004328.GA28414@phoenix.nasreddine.info> <20080314181055.S24652@wojtek.tensor.gdynia.pl> <20080314172244.GE9831@phoenix.nasreddine.info> <4a89d1190803150928yf9acf1bs2b1cae0ddc02a8@mail.gmail.com> <20080318183231.GA24949@phoenix.nasreddine.info> <4a89d1190803181142v52d8a59ej9749f00e31348a9e@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="k1lZvvs/B4yU6o8G" Content-Disposition: inline In-Reply-To: <4a89d1190803181142v52d8a59ej9749f00e31348a9e@mail.gmail.com> X-OS: Linux 2.6.24-tuxonice-r3 i686 X-Editor: VIM - Vi IMproved 7.1 (2007 May 12, compiled Mar 8 2008 19:37:19) X-PGP-Key: http://wael.nasreddine.com/files/Wael_Nasreddine.asc User-Agent: Mutt/1.5.16 (2007-06-09) Subject: Re: Headless Azureus with any X11 Dependencies ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Mar 2008 19:07:22 -0000 --k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This One Time, at Band Camp, Christian Zachariasen sai= d, On Tue, Mar 18, 2008 at 07:42:46PM +0100: > I never had much load running torrentflux on my server, and I'd run quite= a > lot of them at a time (don't remember if there was a limit). > This might have something to do with your installation, so if you don't h= ate > TF maybe you should do some troubleshooting around it? > Check their forums, they were very helpful when I frequented them. My server is not that fast, The specs are: Pentium4 1.7Ghz 1024Mb RAM 7200 RPM, 250Gb HDD The only load problem are the Torrents, I did a lot of benchmarking, and I came to the following conclusion: one running Azureus with multiple torrents ~=3D one tornado process (one torrent)... So I save a lot of resources by using one azureus process for multiple torrents... > Is the b4rt fork still using the python client? tf-b4rt use many clients, you can use it with tornado, azureus and transmission > Christian Zachariasen P.S: I really appreciate if someone found a way to spoof the rtorrent client as azureus, I'm sorry for resorting to such measures but some private trackers does not allow rtorrent which is ridiculous since they have fixed most of the problems!! > On Tue, Mar 18, 2008 at 7:32 PM, Wael Nasreddine wro= te: > > This One Time, at Band Camp, Christian Zachariasen > > said, On Sat, Mar 15, 2008 at 05:28:10PM +0100: > > > I can, from the bottom of my heart, recommend TorrentFlux ( > > > http://www.torrentflux.com). I used it for over two years on my shared > > > server and it worked great. The great thing is - it's in ports! > > > (/net-p2p/torrentflux). > > Actually I use tf-b4rt[1] a TorrentFlux fork ( Better than TF trust > > me) since 2 years now, The reason I want Azureus, is because running > > 10 ~ 15 torrents on TF takes my server's load up to 10 even 15 > > sometimes, I had a headless Azureus on Gentoo (before I moved to > > FreeBSD) and running up to 20 Torrents keeps the load at 3 tops!!! > > I could perhaps use rTorrent but if I succeed into making rtorrent > > identifies as Azureus, Private trackers sucks!!! Speaking of this > > *cheat* I did modify libtorrent's configure script, replaced > > PEER_NAME's value with -az3050- but didn't work, did anyone change the > > PEER ID successfully?? I used the below sed command: > > -------- CUT > > sed -e 's@\(PEER_NAME\) .*@\1 "-az3050-"@g' \ > > -e 's@\(PEER_VERSION\) .*@\1 "az\\\\x30\\\\x50"@g' \ > > -i configure > > -------- CUT > > I also tried -ut1770- for latest utorrent still nothing :S > > [1]: http://tf-b4rt.berlios.de/ > > > On Fri, Mar 14, 2008 at 6:22 PM, Wael Nasreddine > > wrote: > > > > This One Time, at Band Camp, Wojciech Puchar < > > > > wojtek@wojtek.tensor.gdynia.pl> said, On Fri, Mar 14, 2008 at > > 06:11:28PM > > > > +0100: > > > > >> I have a server at home, I use it as a mail server, as well as P= 2P > > > > >> instead of running P2P on my Laptop, I run it on the server and I > > just > > > > >> use clients to control it... > > > > > isn't azureus a torrent program. > > > > Yes it is. > > > > > use rtorrent, it's text mode and is fast > > > > rtorrent is a fast text mode, but It has no WEB controller and no > > > > multiuser :S > > > > I require WEB Controler + Multiuser because my uncle uses my server= to > > > > download torrents as his ISP filter P2P packets... > > > > Thanks. > > > > -- > > > > Wael Nasreddine > > > > http://wael.nasreddine.com > > > > PGP: 1024D/C8DD18A2 06F6 1622 4BC8 4CEB D724 DE12 5565 3945 C8DD 1= 8A2 > > > > .: An infinite number of monkeys typing into GNU emacs, > > > > would never make a good program. (L. Torvalds 1995) :. > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to " > > freebsd-questions-unsubscribe@freebsd.org" > > -- > > Wael Nasreddine > > http://wael.nasreddine.com > > PGP: 1024D/C8DD18A2 06F6 1622 4BC8 4CEB D724 DE12 5565 3945 C8DD 18A2 > > .: An infinite number of monkeys typing into GNU emacs, > > would never make a good program. (L. Torvalds 1995) :. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" --=20 Wael Nasreddine http://wael.nasreddine.com PGP: 1024D/C8DD18A2 06F6 1622 4BC8 4CEB D724 DE12 5565 3945 C8DD 18A2 =2E: An infinite number of monkeys typing into GNU emacs, would never make a good program. (L. Torvalds 1995) :. --k1lZvvs/B4yU6o8G Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.7 (GNU/Linux) iD8DBQFH4BLUVWU5RcjdGKIRAuFoAJsHgiE5gTUUz5Iw9hOQk5qBIfyO/ACeKiqd eV7v5Y1wobubYiRpDvDV5Yo= =Qqw9 -----END PGP SIGNATURE----- --k1lZvvs/B4yU6o8G--