Git Product home page Git Product logo

Comments (6)

DomiStyle avatar DomiStyle commented on May 29, 2024

Can you post your Docker command or docker-compose.yml?

from docker-idrac6.

PLAY3R2130 avatar PLAY3R2130 commented on May 29, 2024

Sorry, how do i do that, few commands i found did not work, I am running on UnRaid if that helps at all

from docker-idrac6.

DomiStyle avatar DomiStyle commented on May 29, 2024

I don't really know anything about Unraid but a Docker command should look like this:

docker run -d -p 5800:5800 -p 5900:5900 -e IDRAC_HOST=idrac1.example.org -e IDRAC_USER=root -e IDRAC_PASSWORD=1234 domistyle/idrac6

A docker-compose looks like this:

https://github.com/DomiStyle/docker-idrac6/blob/master/docker-compose.yml

It's the place where you set your username, host and password.

from docker-idrac6.

PLAY3R2130 avatar PLAY3R2130 commented on May 29, 2024

I have searched everywhere on UnRaid, even the AppData folder were idrac6 is located doesn't have a .yml file nor are any of the commands working to view it, the AppData folder does have a few .jar , .SO , .RSA .SF and a .MF file, but i cannot locate a .YML file. My other other dockers show that they have .YML files in there AppData folder so i do not know were to go from here, im going to keep looking

from docker-idrac6.

got2liv4him avatar got2liv4him commented on May 29, 2024

I'm using unraid and have the same problem. The docker command would be docker create --name='idrac6' --net='bridge' -e TZ="America/Chicago" -e HOST_OS="Unraid" -e 'IDRAC_HOST'='192.168.1.57' -e 'IDRAC_USER'='root' -e 'IDRAC_PASSWORD'='mypaswd' -e 'IDRAC_PORT;'='443' -e 'IDRAC_KEYCODE_HACK'='false' -e 'USER_ID'='99' -e 'GROUP_ID'='100' -p '5800:5800/tcp' -v '/mnt/user/appdata/idrac/vmedia':'/vmedia':'rw' -v '/mnt/user/appdata/idrac/app':'/app':'rw' -v '/mnt/user/appdata/idrac/screenshots':'/screenshots':'rw' 'domistyle/idrac6'

from docker-idrac6.

scubadave1122 avatar scubadave1122 commented on May 29, 2024

I am having the same issue

docker run -d
-p 5800:5800
-p 5900:5900
-e IDRAC_HOST=192.168.2.158
-e IDRAC_USER=root
-e IDRAC_PASSWORD=calvin
domistyle/idrac6

05/04/2022 18:33:20 created selwin: 0x20001f

05/04/2022 18:33:20 called initialize_xfixes()

Apr 05, 2022 6:33:46 PM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode

WARNING: Could not lock User prefs. Unix error code 20.

Apr 05, 2022 6:33:46 PM java.util.prefs.FileSystemPreferences syncWorld

WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.

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.