LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to run Azureus from Command Line (Not Xwindows)? (https://www.linuxquestions.org/questions/linux-software-2/how-to-run-azureus-from-command-line-not-xwindows-320395/)

abcampa 05-05-2005 10:38 AM

How to run Azureus from Command Line (Not Xwindows)?
 
I have my torrent machine and when it boots up I want it to go to command line and then I want to SSH into it and manually start azureus.

what is the command to do this? without having the gui popup?

I wonder if this is even possible? I also would like to have it start up on boot as well if anyone has that solution quick like.

Thanks...

I try ./azureus but i get this:
Code:

Starting Azureus...
Java exec not found in PATH, starting auto-search...
Java exec found in  /usr/java/jre1.5.0_03/bin/
Suitable java version found  [/usr/java/jre1.5.0_03/bin/java = 1.5.0_03]
Configuring environment...
Loading Azureus:
/usr/java/jre1.5.0_03/bin/java -Xms16m -Xmx128m -cp "/home/abcampa/Desktop/azureus/azplugins_0.8.8.jar:/home/abcampa/Desktop/azureus/azplugins_1.1.jar:/home/abcampa/Desktop/azureus/azupdaterpatcher_1.6.3.jar:/home/abcampa/Desktop/azureus/Azureus2.jar:/home/abcampa/Desktop/azureus/swt.jar:/home/abcampa/Desktop/azureus/swt-mozilla.jar:/home/abcampa/Desktop/azureus/swt-pi.jar:/home/abcampa/Desktop/azureus/Updater.jar" -Djava.library.path="/home/abcampa/Desktop/azureus" -Dazureus.install.path="/home/abcampa/Desktop/azureus" org.gudy.azureus2.ui.swt.Main ''
Exception in thread "main" org.eclipse.swt.SWTError: No more handles
        at org.eclipse.swt.SWT.error(SWT.java:2717)
        at org.eclipse.swt.SWT.error(SWT.java:2616)
        at org.eclipse.swt.SWT.error(SWT.java:2587)
        at org.eclipse.swt.widgets.Display.createDisplay(Display.java:716)
        at org.eclipse.swt.widgets.Display.create(Display.java:701)
        at org.eclipse.swt.graphics.Device.<init>(Device.java:113)
        at org.eclipse.swt.widgets.Display.<init>(Display.java:409)
        at org.eclipse.swt.widgets.Display.<init>(Display.java:405)
        at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:77)
        at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:58)
        at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:107)
        at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:71)
        at org.gudy.azureus2.ui.swt.Main.main(Main.java:98)
Azureus TERMINATED.

Is this even possible?

acid_kewpie 05-05-2005 10:41 AM

well Azureus IS a gui app.... no other parts to it AFAIK.

Crashed_Again 05-05-2005 11:57 AM

You would want something like BitTornado for this. Then you can just do:

# btdownloadcurses.py something.torrent

g33sp0t 07-12-2006 03:46 AM

hit this page
it will get you going.
Works great with the webui backend plugins ectra.
http://www.azureuswiki.com/index.php/ConsoleUI
http://azureus.sourceforge.net/index_CVS.php

r0b0 07-12-2006 09:21 AM

Or install XVFB (X virtual frame buffer) and you can run X-window applications in command line like this:

xvfb-run azureus

Slothburger 07-24-2006 05:17 AM

maybe this
 
I know I'm a nub but this is what i do in command line.

~/azureus

zcold 03-24-2009 09:09 AM

g33sp0t has it right. Also if X is installed and you dont want it starting what ever linux GUI is installed you can stop it by not running kdm, gdm, or xdm at boot. Depends on the flavour, debian and ubuntu use gdm, you can stop it by

mv /etc/rc2.d/S99gdm /etc/rc2.d/K99gdm

look up stopping gdm or kdm or xdm (whatever you are running) at boot.

and if you want to start azureus at boot, look up writing an init script to place in /etc/init.d

jvaldivia 10-01-2009 12:15 PM

Azureus headless
 
Its old but I hope this information works for someone else.

I wrote a blog entry on how to configure azureus using both X running and without X running.

http://soad1982.blogspot.com/search/label/Azureus

Jose


All times are GMT -5. The time now is 09:32 AM.