Results 1 to 17 of 17

Thread: DDOL in linux

  1. #1
    Xtreme Member
    Join Date
    Dec 2002
    Location
    Chicago (for college), Alaska (home)
    Posts
    162

    DDOL in linux

    Has anybody successfully gotten this installed on a linux machine? I am having a bit of trouble here getting it set up on my linux box.

    Thanks

  2. #2
    Xtreme Enthusiast
    Join Date
    Sep 2004
    Location
    austria
    Posts
    535

  3. #3
    Registered User
    Join Date
    Dec 2004
    Location
    Maryland USA
    Posts
    54
    So far the easiest linux distro to use and set up DDOL has been Suse 9.2 for me...It has java support already loaded when you do the initial install so you don't have to mess with anything. I just downloaded the linux installer and have 4 instances running on my DX box ......



    A64 3400 NC 270X10 Patriot XBL 2x512 2.5 3 3 7
    DFI UT NF3 250gb WD 76 gb Raptor
    OCZ Powerstream 470 Gigabyte X800 XT-PE

  4. #4
    Xtreme Cruncher
    Join Date
    Nov 2002
    Location
    Denver
    Posts
    789
    I have D2OL running on 2 Gentoo Linux boxes. On one I used the complete install available here. On the other I did the expert (java yourself) version. No difference in speed.

    Both are running GUI-less BASH prompt only. I start them by:
    Code:
    cd /home/paladin/d2ol/D2OL
    ./D2OL controller:cli
    IIRC I had to edit the config files to reflect my paths.
    DeXter::2xXeon2.4@3200, GF6800, PC-DL, 1gb Centon, IWT+panaflo air, Win7
    Quad::Q6600(g0)@3400(1.30V), GTX275, 965P-DS3, 4gb HyperX, Asus SilentSquare (air), Win7_64U
    NuQuad::Q9400@3300(1.24V), 8800GT, G31M-ES2L, 2gb Patriot, stock air (bigger Q6600 one), WinXP64
    Crunch::E4300@2400, onboard, GF7100PVT-M3, 2gb Patriot CL5, stock air, Vista64U

  5. #5
    XS D2OL & RAM News
    Join Date
    Aug 2004
    Location
    Somewhere, USA
    Posts
    3,589
    I use SuSE Linux 9.0 and just downloaded the GUI installer with Java. All I did was just follow what the webpage said and away I went. Its now crunching at 2.17ghz...I need to up the volts some more

    I would guess, try and get Java downloaded and installed before using D2OL. Maybe that will solve the issue?

    jjcom

  6. #6
    Stats-a-holic
    Join Date
    Oct 2004
    Location
    Wake Forest,NC
    Posts
    106
    It's a lot easier to just use the installer with it's own jvm. I've had it running on most linux distros. I'd recommend altering the D2OL/res/general.prp to set LaunchMain=false, that way it's not really using java anyway.

    then as mentioned earlier in the thread, start it with ./D2OL controller:cli

    currently it's on all of my gentoo systems, an opteron running Suse 9.1 and a few redhat systems.

    Bok
    Free-DC!!

    Stats here

  7. #7
    Xtreme Member
    Join Date
    Dec 2002
    Location
    Chicago (for college), Alaska (home)
    Posts
    162
    Hey Bok, thanks for the information. could you maybe give me a few more details on customizing it to run how you specified, i am pretty unfamiliar with DDOL.

    Thanks

  8. #8
    XSDCMF
    Join Date
    Nov 2002
    Location
    Las Vegas Nevada
    Posts
    5,473
    Quote Originally Posted by jaawood
    Hey Bok, thanks for the information. could you maybe give me a few more details on customizing it to run how you specified, i am pretty unfamiliar with DDOL.

    Thanks
    OT, but I never saw you come in the door...

    Welcome to XS/D2OL team, jaawood!

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Hi there Bok, how did it all go with your NCCH-DL?
    Crunching to Crush Cancer
    Somebody, Stop Me!



  9. #9
    Xtreme Member
    Join Date
    Dec 2002
    Location
    Chicago (for college), Alaska (home)
    Posts
    162
    Haha, thanks!!!

  10. #10
    Xtreme Member
    Join Date
    Dec 2002
    Location
    Chicago (for college), Alaska (home)
    Posts
    162
    Alright, success!! I just tryed the non gui install, and it worked like a charm, even though it says for experts only, and I am by no means and expert!

    Edit1: Unfortuantely, java is eating like 50% of my cpu even after i exit the fancy interface, but i am going to work on getting rid of that now.

    Edit2: Now it works without using any java after i set it to not launch the fancy interface dealie, and restarted it, so all it well.
    Last edited by jaawood; 04-07-2005 at 10:16 PM.

  11. #11
    Xtreme Member
    Join Date
    Dec 2002
    Location
    Chicago (for college), Alaska (home)
    Posts
    162
    Well I let it run all night, and when I got up this morning, I found out that java is now hogging about 70% of my cpu, so basically not much is getting used for D2OL. Does anybody know how to fix this? It is really annoying, and also actually makes my system quite qlitchy.

  12. #12
    Xtreme Gentoo User
    Join Date
    Mar 2004
    Location
    England
    Posts
    2,468
    I just downloaded the Linux client (gui installer) and I get loads of Java errors:
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...

    Launching installer...

    Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

    Stack Trace:
    java.lang.NoClassDefFoundError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:140)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvir onment(GraphicsEnvironment.java:62)
    at java.awt.Window.init(Window.java:224)
    at java.awt.Window.<init>(Window.java:268)
    at java.awt.Frame.<init>(Frame.java:398)
    at java.awt.Frame.<init>(Frame.java:363)
    at com.zerog.ia.installer.Main.c(Unknown Source)
    at com.zerog.ia.installer.Main.main(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.zerog.lax.LAX.launch(Unknown Source)
    at com.zerog.lax.LAX.main(Unknown Source)
    GUI-

  13. #13
    XS_THE_MACHINE
    Join Date
    Mar 2005
    Location
    Victoria BC Canada
    Posts
    243
    Just a note from my past experience:
    Linux doesnt take to oc as well as ms os
    just my opinion
    point: Tried to turn the fsb on my xeons to just 115 and got kernel panic crash
    FX-8320
    Asus M5A97 r2.0
    8 Gb Gskill
    Radeon 7870 Tahiti LE
    Corsair 750 watt

  14. #14
    Xtreme Gentoo User
    Join Date
    Mar 2004
    Location
    England
    Posts
    2,468
    Very true. Sometimes I can get Windows to boot fine, but at the same speed, the kernel will throw out a few memory stacks and reboot. Although, it is kind of a memory stability test in itself

  15. #15
    Xtreme Cruncher
    Join Date
    Mar 2005
    Location
    Lancaster, PA
    Posts
    3,814
    m0p, did you find out how to get D2OL to install when you got that error?
    A wolf in wolves clothing.

  16. #16
    Xtreme Gentoo User
    Join Date
    Mar 2004
    Location
    England
    Posts
    2,468
    Yeah I installed the JRE'less version and ran it in my system's JRE.

  17. #17
    Xtreme Cruncher
    Join Date
    Mar 2005
    Location
    Lancaster, PA
    Posts
    3,814
    ok, thanks. I'll give that a try
    A wolf in wolves clothing.

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •