LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-29-2003, 02:46 AM   #1
arunshivanandan
Member
 
Registered: May 2003
Location: Kerala,India
Distribution: RedHat,Mandrake,Debian
Posts: 643

Rep: Reputation: 30
bittorrent without python.(azureus??)


I want to install bittorrent in my linux box(RedHat 7.3).I dont want to install wxpython and all.(if possible).I have heard there are bittorrents available without python.(like azureus.)But I could not find any read me file on this(installing azureus,that too without root privilage).Please help.
Also,is there any other similar tool??
Thanks in advance.
arun
 
Old 10-29-2003, 03:11 AM   #2
arunshivanandan
Member
 
Registered: May 2003
Location: Kerala,India
Distribution: RedHat,Mandrake,Debian
Posts: 643

Original Poster
Rep: Reputation: 30
or atleast tell me how to run this azureus.there are a number of .java files,which all files to run??
 
Old 10-30-2003, 01:35 AM   #3
arunshivanandan
Member
 
Registered: May 2003
Location: Kerala,India
Distribution: RedHat,Mandrake,Debian
Posts: 643

Original Poster
Rep: Reputation: 30
bump!!!!!!!!!!!!
 
Old 10-30-2003, 03:22 AM   #4
codec
Member
 
Registered: Sep 2003
Location: mad.es.eu
Distribution: ubuntu 5.04 knoppix Slack91/10 freebsd51 vector4 redhat9
Posts: 304

Rep: Reputation: 30
use source code command line, I think it's better this way. If you extract official bt 3.3 to /usr/src/bt. You just run and it would work

/usr/src/bt/btdownloadheadless.py --url [the torrent file]

If you changed the filename and want to resume/seeding, use --saveas [local file]

(If you use Konsole with 1000 line history, it may slow down the system. Use a text mode console or somehing lite with little history)
 
Old 10-30-2003, 12:13 PM   #5
evil_Tak
Member
 
Registered: Oct 2003
Distribution: Debian/unstable
Posts: 85

Rep: Reputation: 15
Did you check out http://azureus.sourceforge.net/howto_linux.php ?

If you have a java runtime installed, you should be able to get Azureus2.0.3.2.jar from http://sourceforge.net/project/showf...group_id=84122 , and run `java -jar Azureus2.0.3.2.jar`

If you don't have java installed, check out http://java.sun.com/j2se/1.4.2/download.html
 
Old 10-31-2003, 03:08 AM   #6
arunshivanandan
Member
 
Registered: May 2003
Location: Kerala,India
Distribution: RedHat,Mandrake,Debian
Posts: 643

Original Poster
Rep: Reputation: 30
Thanks
-------------------------------
sh-2.05$ ls
azureus libswt-gnome-gtk-2135.so Licence.txt swt-pi.jar
azureus.jar libswt-gtk-2135.so README-Linux systray4j.jar
cpl-v10.html libswt-pi-gtk-2135.so swt.jar
sh-2.05$ pwd
/reccal/users/btech/mey2066/azureus
sh-2.05$ echo $HOME
/reccal/users/btech/mey2066
sh-2.05$ ls
azureus libswt-gnome-gtk-2135.so Licence.txt swt-pi.jar
azureus.jar libswt-gtk-2135.so README-Linux systray4j.jar
cpl-v10.html libswt-pi-gtk-2135.so swt.jar
sh-2.05$ ./azureus
java.lang.ClassNotFoundException: /reccal/users/btech/mey2066/azureus/azureus/jar:/reccal/users/btech/mey2066/azureus/swt/jar:/reccal/users/btech/mey2066/azureus/swt-pi/jar
at java.lang.Class.forName(Class.java:native)
at java.lang.Class.forName(Class.java:52)
sh-2.05$
----------------------------------------------
This is what i got when i used http://devurandom.net/azureus/files/...0-gtk.tar.bz2.
-----------------------------------------------------------
Then i tried http://cesnet.dl.sourceforge.net/sou...us-2.0.3.0.jar
-i got
------------
sh-2.05$ java -jar Azureus-2.0.3.0.jar
Warning: Major version number mismatch.
Warning: Minor version number mismatch.
Warning: Major version number mismatch.
Warning: Minor version number mismatch.
Warning: Major version number mismatch.
Warning: Minor version number mismatch.
Warning: Major version number mismatch.
Warning: Minor version number mismatch.
Warning: Major version number mismatch.
Warning: Minor version number mismatch.
Warning: Major version number mismatch.
Warning: Minor version number mismatch.
Warning: Major version number mismatch.
Warning: Minor version number mismatch.
Warning: Major version number mismatch.
Warning: Minor version number mismatch.
Warning: Major version number mismatch.
Warning: Minor version number mismatch.
Warning: Major version number mismatch.
Warning: Minor version number mismatch.
Warning: Major version number mismatch.
Warning: Minor version number mismatch.
Warning: Major version number mismatch.
Warning: Minor version number mismatch.
Warning: Major version number mismatch.
Warning: Minor version number mismatch.
java.lang.ExceptionInInitializerError: [exception was java.lang.NoClassDefFoundError: [Ljava/nio/charset/CharsetDecoder;]
at org.gudy.azureus2.ui.swt.Main.main(Main.java:102)
at java.lang.reflect.Method.invoke(Method.java:native)
at kaffe.jar.ExecJarName.main(ExecJarName.java:70)
at kaffe.jar.ExecJar.main(ExecJar.java:59)
sh-2.05$
----------------------
i then tried azureus-2.0.1.0.tar.bz2
i got:
---------
sh-2.05$ tar -xvjf azureus-2.0.1.0.tar.bz2

bzip2: Compressed file ends unexpectedly;
perhaps it is corrupted? *Possible* reason follows.
bzip2: Inappropriate ioctl for device
Input file = (stdin), output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to *attempt* to recover
data from undamaged sections of corrupted files.

tar: Child returned status 2
tar: Error exit delayed from previous errors
sh-2.05$
----------------------
what should i do??please help.
Thanks in advance
arun
 
Old 10-31-2003, 08:51 AM   #7
arunshivanandan
Member
 
Registered: May 2003
Location: Kerala,India
Distribution: RedHat,Mandrake,Debian
Posts: 643

Original Poster
Rep: Reputation: 30
also,i tried bzip2recover etc,and that too showed some errors.
 
Old 11-01-2003, 11:05 AM   #8
arunshivanandan
Member
 
Registered: May 2003
Location: Kerala,India
Distribution: RedHat,Mandrake,Debian
Posts: 643

Original Poster
Rep: Reputation: 30
bump
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Network problems with bittorrent / azureus pim42 Linux - Networking 5 03-17-2005 05:16 PM
Installing Azureus/Bittorrent jc_firestorm Linux - Software 1 03-13-2005 11:02 AM
Azureus / Squid Proxy / BitTorrent saavik Linux - Networking 0 12-08-2004 08:13 AM
Gnome freezes when using BitTorrent or Azureus!?! Ronin408 Linux - Software 6 08-31-2004 05:43 PM
azureus bittorrent client won't start, help plz! santasballz Linux - Software 5 05-31-2004 07:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration