docker-idrac6 icon indicating copy to clipboard operation
docker-idrac6 copied to clipboard

Docker starts and restarts

Open JuniorGamingTime opened this issue 1 year ago • 10 comments

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

JuniorGamingTime avatar Jul 29 '22 17:07 JuniorGamingTime

Can you post the full logs?

DomiStyle avatar Jul 30 '22 11:07 DomiStyle

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

JuniorGamingTime avatar Jul 30 '22 14:07 JuniorGamingTime

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

DomiStyle avatar Aug 01 '22 09:08 DomiStyle

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?

JuniorGamingTime avatar Aug 01 '22 11:08 JuniorGamingTime

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.

DomiStyle avatar Aug 01 '22 11:08 DomiStyle

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?

JuniorGamingTime avatar Aug 01 '22 11:08 JuniorGamingTime

That's normal.

DomiStyle avatar Aug 02 '22 08:08 DomiStyle

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

WhiteNight121 avatar Oct 15 '22 21:10 WhiteNight121

@WhiteNight121 does this solve your issue https://github.com/DomiStyle/docker-idrac6/pull/47 ?

ssmoss avatar Sep 15 '23 05:09 ssmoss

The chmod did not sure about the original poster

WhiteNight121 avatar Sep 15 '23 10:09 WhiteNight121