Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old February 13th, 2006   #1
newuser111
Way Too Much Ubuntu
 
Join Date: Nov 2005
Beans: 297
HOW TO: Fix Azureus issues

if you have been having issues with Azureus try this, I had azureus installed from the repositories, from one of the ones in the Ubuntu sources generator

but I've had constant problems with it, updates not installing, torrent files not downloading, etc. When running as root even then the updates didnt apply properly

Heres what to do, uninstall Azureus completely then reinstall the latest from the azureus website it to a folder with user permissions, Azureus doesn't work well if set with root permissions, and it can auto update, so updates from repos are not needed


step 1. Uninstall azureus from repos or delete wherever you installed it if not as a deb file

step 2. Download latest azureus from website http://azureus.sourceforge.net/
download the file Azureus_2.4.0.0_linux.tar.bz2 to a location of your chosing

step 3. Copy Azureus. sudo cp Azureus_2.4.0.0_linux.tar.bz2 /opt/ or your location of chosing, this can be in your /home/user directory if you like, but this may be a problem if you have multiple users


step 3. change to /opt/ with cd /opt/


step 4. Unpack azureus. sudo tar -xvjf Azureus_2.4.0.0_linux.tar.bz2 it will create a folder called azureus

step 5. Change permissions of folder to user. sudo chown -R user:user /opt/azureus user must be substituted for your user name

step 6. the launch location for azureus is /opt/azureus/azureus, you can run it from the /opt/azureus directory from terminal by typing ./azureus its a good idea to update your menus to add the location for azureus, use smeg/alacarte for gnome

Last edited by newuser111; February 13th, 2006 at 11:41 PM..
newuser111 is offline   Reply With Quote
Old February 17th, 2006   #2
siorai
Gee! These Aren't Roasted!
 
siorai's Avatar
 
Join Date: Nov 2005
Location: Vancouver, BC Canada
Beans: 121
Ubuntu 6.06
Re: HOW TO: Fix Azureus issues

Thank you. This worked perfectly.
siorai is offline   Reply With Quote
Old February 17th, 2006   #3
no1wantdthisname
A Carafe of Ubuntu
 
Join Date: Oct 2005
Beans: 103
Re: HOW TO: Fix Azureus issues

Yeah I've had the torrents not downloading problem. It has to do with torrents with spaces in the filename. Azureus requires the full file path to the file as well.
I wanted azureus to work for any user and leave it root owned though. Here's how I fixed it.

Get from http://azureus.sourceforge.net/ and unpack into /opt/
I wouldn't use azureus deb files. They seem to install the free java version, and those cause all kinds of problems with azureus. It's better to just use the sun version.
Then:

Code:
sudo gedit /usr/local/bin/azureus
and then paste the following:
Code:
#!/bin/sh

if [ "$1" != "" ]
 then
        /opt/azureus/azureus "$1"
 else
        /opt/azureus/azureus
fi
Code:
sudo chmod +x /usr/local/bin/azureus
Auto-update still doesn't work, so I just rm /opt/azureus and replace it with any new version when they come out.

Last edited by no1wantdthisname; February 17th, 2006 at 04:24 PM..
no1wantdthisname is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:19 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry