Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zulu update broke Dell R210 iDRAC6 #59

Open
philfry opened this issue Apr 4, 2023 · 6 comments
Open

zulu update broke Dell R210 iDRAC6 #59

philfry opened this issue Apr 4, 2023 · 6 comments

Comments

@philfry
Copy link

philfry commented Apr 4, 2023

Hi all,

first, thanks for your work, Dominik!

With 0.9, i.e. since the zulu update, I cannot connect to my Dell R210 iDRAC6 anymore:

Initialization complete, starting virtual console
Apr 04, 2023 1:40:30 PM java.util.prefs.FileSystemPreferences$1 run
WARNING: Couldn't create user preferences directory. User preferences are unusable.
Apr 04, 2023 1:40:30 PM java.util.prefs.FileSystemPreferences$1 run
WARNING: java.io.IOException: Not a directory
04/04/2023 01:40:30:742: Starting client.
====setPowerMenuStatus: (##2)

ProtocolAPCP: Version [1.0]

04/04/2023 01:40:36:137:  Connection failed.
@DomiStyle
Copy link
Owner

Can you try with 0.8? Image is still up on Docker Hub.

@philfry
Copy link
Author

philfry commented Apr 4, 2023

Yes, 0.8 works fine.

@DomiStyle
Copy link
Owner

Thanks, I'm gonna have to spin up my R210 to take a look but should probably get to it over the weekend.

@ssmoss
Copy link

ssmoss commented Sep 15, 2023

@philfry does this solve your issue #47 ?

@philfry
Copy link
Author

philfry commented Sep 15, 2023

Not really. Since the PR #47 is not in sync, I only changed the following in master:

--- i/Dockerfile
+++ w/Dockerfile
@@ -12,8 +12,8 @@ RUN APP_ICON_URL=https://raw.githubusercontent.com/DomiStyle/docker-idrac6/maste
 
 RUN apt-get update && \
     apt-get install -y wget software-properties-common libx11-dev gcc xdotool && \
-    wget -nc https://cdn.azul.com/zulu/bin/zulu8.68.0.21-ca-jdk8.0.362-linux_amd64.deb && \
-    apt-get install -y ./zulu8.68.0.21-ca-jdk8.0.362-linux_amd64.deb && \
+    wget -nc https://corretto.aws/downloads/latest/amazon-corretto-8-x64-linux-jdk.deb && \
+    apt-get install -y ./amazon-corretto-8-x64-linux-jdk.deb && \
     gcc -o /keycode-hack.so /keycode-hack.c -shared -s -ldl -fPIC && \
     apt-get remove -y gcc software-properties-common && \
     apt-get autoremove -y && \
@@ -23,7 +23,7 @@ RUN apt-get update && \
 RUN mkdir /app && \
     chown ${USER_ID}:${GROUP_ID} /app
 
-RUN rm /usr/lib/jvm/zulu-8-amd64/jre/lib/security/java.security
+RUN rm /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/security/java.security
 
 COPY startapp.sh /startapp.sh
 COPY mountiso.sh /mountiso.sh

still get the same error:

Extracting avctVMLinux64
Initialization complete, starting virtual console
Sep 15, 2023 7:43:18 AM java.util.prefs.FileSystemPreferences$1 run
WARNING: Couldn't create user preferences directory. User preferences are unusable.
Sep 15, 2023 7:43:18 AM java.util.prefs.FileSystemPreferences$1 run
WARNING: java.io.IOException: Not a directory
09/15/2023 07:43:18:346: Starting client.
====setPowerMenuStatus: (##2)

ProtocolAPCP: Version [1.0]

09/15/2023 07:43:23:979:  Connection failed.

@ssmoss
Copy link

ssmoss commented Sep 15, 2023

What is the docker run command you use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants