Author Topic: Head meets desk  (Read 1274 times)

Duo Maxwell

  • VIP
  • Member
  • ***
  • Posts: 98
  • Kudos: 232
    • http://www.homepage.mac.com/duo_maxwell1/
Head meets desk
« on: 9 March 2006, 22:04 »
Ok, so I've got Ubuntu 5.10 installed, figured out most of my issues with AV and got it themed but now to get Azureus installed, say what you want about Java apps being slow, I Azureus does things the way I like them.

Heres the problem tho, so I go to the azureus site, it says what it always does, instal the latest version of Java, so I grab thatbut the .bin file it's downloaded in doeesn't know what app to open it in, I tried the ones I've got installed (Archive manager and Ark neither did shit) so I checked the Ubuntu wiki, and they have a page on how to install Azureus and the required Java files. But guess what? The files they link you to don't exist anymore!

I've tried activatin the other repository pages for Synaptic, and downloaded everything that looks like it's part of the JRE install but none of it is up to date, thus neither of the recent versions of Azureus will install, they both say that the Java version is too old to run it.

Yes, in linux, I still have little idea what exactly I'm doing and yes, I've been wantonly installing things like I only have access to a highspeed connection for 2 days then I get nothing but dialup for the rest of time but I don't think I've broken anything yet.:macos::tux:

H_TeXMeX_H

  • Member
  • **
  • Posts: 1,988
  • Kudos: 494
    • http://draconishinobi.50webs.com/
Re: Head meets desk
« Reply #1 on: 9 March 2006, 22:21 »
Download java here:

http://java.com/en/download/linux_manual.jsp

Instructions on installing java are here: (you must install java ...) (note which version you downloaded the RPM.bin or just the bin) (Files with the .bin ending are executable ...)

http://java.com/en/download/help/5000010500.xml#selfextracting

Then install Azureus ... you may need to open some ports for it to work ... for IPtables the commands are

# /sbin/iptables -I INPUT -p tcp --destination-port 6881:6999 -j ACCEPT
# /sbin/iptables-save > /etc/sysconfig/iptables

as root

piratePenguin

  • VIP
  • Member
  • ***
  • Posts: 3,027
  • Kudos: 775
    • http://piratepenguin.is-a-geek.com/~declan/
Re: Head meets desk
« Reply #2 on: 9 March 2006, 22:25 »
It might be an executable program. If it doesn't have the execute bit set, set it with your file manager or with 'chmod +x blah.bin'.
IIRC NVIDIA's drivers come in executable .bin files.
"What you share with the world is what it keeps of you."
 - Noah And The Whale: Give a little love



a poem by my computer, Macintosh Vigilante
Macintosh amends a damned around the requested typewriter. Macintosh urges a scarce design. Macintosh postulates an autobiography. Macintosh tolls the solo variant. Why does a winter audience delay macintosh? The maker tosses macintosh. Beneath female suffers a double scum. How will a rat cube the heavier cricket? Macintosh calls a method. Can macintosh nest opposite the headache? Macintosh ties the wrong fairy. When can macintosh stem the land gang? Female aborts underneath macintosh. Inside macintosh waffles female. Next to macintosh worries a well.

Lead Head

  • Global Moderator
  • Member
  • ***
  • Posts: 1,508
  • Kudos: 534
Re: Head meets desk
« Reply #3 on: 9 March 2006, 22:58 »
Quote from: piratePenguin
It might be an executable program. If it doesn't have the execute bit set, set it with your file manager or with 'chmod +x blah.bin'.
IIRC NVIDIA's drivers come in executable .bin files.


Yup, When i downloaded the UT2004 demo for FC4, i had to right click on the .bin and change a setting to allow it to execute
sig.

Pathos

  • Member
  • **
  • Posts: 518
  • Kudos: 416
Re: Head meets desk
« Reply #4 on: 10 March 2006, 07:01 »
always a pain in the ass that as most editors reset the execution bit on bash scripts.

lovefist233

  • Newbie
  • *
  • Posts: 7
  • Kudos: 0
Re: Head meets desk
« Reply #5 on: 15 March 2006, 01:00 »
i had a java issue with fedora core 4, it said not to install the sun JRE cause it conflicted with other RPMs with the same name or someshit and no matter wahat i did i could not get java to run on my pc
The Mac, electronic equivalent of a kid with downs syndrome who also happens to be blind deaf and dumb

Aloone_Jonez

  • Administrator
  • Member
  • ***
  • Posts: 4,090
  • Kudos: 954
Re: Head meets desk
« Reply #6 on: 15 March 2006, 10:19 »
Have you tried any other distros than FC4?
This is not a Windows help forum, however please do feel free to sign up and agree or disagree with our views on Microsoft.

Oh and FUCKMicrosoft! :fu:

H_TeXMeX_H

  • Member
  • **
  • Posts: 1,988
  • Kudos: 494
    • http://draconishinobi.50webs.com/
Re: Head meets desk
« Reply #7 on: 20 March 2006, 04:12 »
Quote from: lovefist233
i had a java issue with fedora core 4, it said not to install the sun JRE cause it conflicted with other RPMs with the same name or someshit and no matter wahat i did i could not get java to run on my pc

not possible ... I installed it and there was no such conflict ... did you remove jre or java ... to remove it and then manually install a newer version type:

yum remove jre

as root, and it will work without conflict ... the only conflict occurs if you try to remove java ... a bad idea