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

Docker starts and restarts #48

Open
JuniorGamingTime opened this issue Jul 29, 2022 · 10 comments
Open

Docker starts and restarts #48

JuniorGamingTime opened this issue Jul 29, 2022 · 10 comments

Comments

@JuniorGamingTime
Copy link

So im having an issue with the idrac docker boot looping. i get an error in the logs saying:
Failed to download avctKVM.jar, please check your settings

In the Web Gui the screen goes black and then just shuts off with the error "1006" just like in #34

docker compose:

version: '3.1'

services:
  idrac1:
    image: domistyle/idrac6
    restart: always
    ports:
      - 5800:5800
      - 5900:5900
    environment:
      - IDRAC_HOST=10.xx.xx.xx
      - IDRAC_USER=user
      - IDRAC_PASSWORD=12345678
    volumes:
      - /Automation/iDrac/app:/app
      - /Automation/iDrac/media:/vmedia
      - /Automation/iDrac/screenshots:/screenshots
@DomiStyle
Copy link
Owner

Can you post the full logs?

@JuniorGamingTime
Copy link
Author

idrac-6-juniorgamingtime.log
Sorry about that, here you go

@DomiStyle
Copy link
Owner

Can you try again with no volumes mounted in the container?

@JuniorGamingTime
Copy link
Author

Can you try again with no volumes mounted in the container?

Seems like that made it work. Could it be an issue with permissions in the volumes?

@DomiStyle
Copy link
Owner

Could it be an issue with permissions in the volumes?

Yes, it can't write the downloaded jar files to /app and it can't create the /app/lib folder.

@JuniorGamingTime
Copy link
Author

Ok ill look into that later on because I'm moving my dockers to a different server. But right now the logs are filled with:

couldn't flush user prefs
And
could not lock User prefs

I'm guessing that's do to no volumes?

@DomiStyle
Copy link
Owner

That's normal.

@WhiteNight121
Copy link

to fix this i just did a chmod 777 on each folder that it makes as a workaround for now.

@ssmoss
Copy link

ssmoss commented Sep 15, 2023

@WhiteNight121 does this solve your issue #47 ?

@WhiteNight121
Copy link

The chmod did not sure about the original poster

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

4 participants