Git Product home page Git Product logo

Comments (8)

DomiStyle avatar DomiStyle commented on May 28, 2024

It's quite possible that it's just not supported anymore.

I will test iDRAC with the newer Java versions and see if it works, otherwise I have to find a new source for OpenJDK 7. Will probably have some time to do this next week.

from docker-idrac6.

DomiStyle avatar DomiStyle commented on May 28, 2024

I looked into it now and it seems like OpenJDK 7 is gone from all the repos for modern OS (obviously). There are some for older OS but I don't have a baseimage for them.

Looks like the only way around is downloading the JDK from Oracle, which I probably am not allowed to bundle with this image, or building Java by myself.

from docker-idrac6.

koocotte avatar koocotte commented on May 28, 2024

I run the Alpine Linux version using the repo from pull request #9 and it looks like Java is found and working.

My french keyboard is not working as expected (mapping does not correspond neither to english nor french, maybe a double decode of mapping), but it's another problem. I see you have patchs about keyboard in the last release. I must check if I can merge both.

from docker-idrac6.

DomiStyle avatar DomiStyle commented on May 28, 2024

Interesting. You're right, Alpine still has openjdk7 packages: https://pkgs.alpinelinux.org/packages?name=openjdk7*&branch=edge

I will check if I can get the keycode hack to compile on Alpine.

from docker-idrac6.

DomiStyle avatar DomiStyle commented on May 28, 2024

It looks like Alpine still has the same issues for which I didn't accept the pull request in the first place:

  • Native libraries can't be loaded because of issues with libmawt.so
  • Opening Virtual media crashes container

from docker-idrac6.

kusold avatar kusold commented on May 28, 2024

Zulu Java is the only openjdk distribution that is still packaging Java 7: https://www.azul.com/downloads/?package=jdk

I had a branch where I tried switching to it, but the build fails because you also need to install the libx11-dev in order to compile the keycode-hack. Once I got past that, I still ran in to issue #17 so I gave up on that branch.

Supposedly, you can get iDrac 6 working with Java 8 by modifying the allowed tls algorithms.

from docker-idrac6.

DomiStyle avatar DomiStyle commented on May 28, 2024

@kusol Thanks, I will check if I can get things working with Java 8 in Ubuntu and switch to the Zulu Java builds if that doesn't work.

from docker-idrac6.

ssmoss avatar ssmoss commented on May 28, 2024

@kusold does this solve your issue #47 ?

from docker-idrac6.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.