Git Product home page Git Product logo

Comments (2)

pconwell avatar pconwell commented on May 28, 2024 1

You can disregard. After trying every possible thing I could think of - I did a factory reset of the idrac and it is working now.

I'm still not really sure what the issue was because I double and triple checked all the settings and everything appeared to be correct. But after pulling my hair out for the past week, I don't care. It's working now, that's all that matters.

Thanks!


EDIT: For anyone who comes across this in the future (or myself when I forget what I did 2 years from now)... First, you must have the idrac enterprise module installed. Next, to reset the idrac to factory settings, you will need to press ctrl + e at the appropriate time during the POST process (I believe it says something like "remote access" or something - but you will see it). Then go to "reset to default". If you need to update your firmware (specifically for the R710, but should work for any of the 11G servers?), look at this thread on reddit: https://www.reddit.com/r/homelab/comments/clmmki/updating_r710_biosfirmware/

from docker-idrac6.

pconwell avatar pconwell commented on May 28, 2024

And for good measure, I tried docker compose and I tried a different docker host:

version: '3.6'
services:
    idrac:
        container_name: idrac
        restart: always
        ports:
            - '5850:5800'
            - '5950:5900'
        environment:
            - IDRAC_HOST=192.168.1.29
            - IDRAC_USER=root
            - IDRAC_PASSWORD=calvin
        image: domistyle/idrac6

Exact same error. I just get the following error over and over

Initialization complete, starting virtual console
11/08/2019 02:45:13 created selwin: 0x40002d
11/08/2019 02:45:13 called initialize_xfixes()
Aug 11, 2019 2:45:13 AM java.util.prefs.FileSystemPreferences$1 run
WARNING: Couldn't create user preferences directory. User preferences are unusable.
Aug 11, 2019 2:45:13 AM java.util.prefs.FileSystemPreferences$1 run
WARNING: java.io.IOException: Not a directory
08/11/2019 02:45:13:226: Starting client.
====setPowerMenuStatus: (##2)
11/08/2019 02:45:13 copy_tiles: allocating first_line at size 41

ProtocolAPCP: Version [1.0]

08/11/2019 02:45:14:662:  Connection failed.
Aug 11, 2019 2:45:44 AM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode
WARNING: Could not lock User prefs.  Unix error code 20.
Aug 11, 2019 2:45:44 AM java.util.prefs.FileSystemPreferences syncWorld
WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.
Aug 11, 2019 2:46:14 AM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode
WARNING: Could not lock User prefs.  Unix error code 20.
Aug 11, 2019 2:46:14 AM java.util.prefs.FileSystemPreferences syncWorld
WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.
Aug 11, 2019 2:46:44 AM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode
WARNING: Could not lock User prefs.  Unix error code 20.

Until I click "Connection Failed" -> "OK" inside the docker 'website', then I get:

[services.d] stopping services
[services.d] stopping app...
[services.d] stopping logmonitor...
[services.d] stopping openbox...
[services.d] stopping x11vnc...
caught signal: 15
11/08/2019 02:50:03 deleted 40 tile_row polling images.
11/08/2019 02:50:03 Restored X server key autorepeat to: 1
[services.d] stopping statusmonitor...
[services.d] stopping xvfb...
[services.d] stopping certsmonitor...
[services.d] stopping nginx...
[services.d] stopping s6-fdholderd...
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

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.