Closed pconwell closed 5 years ago
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.
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/
This is a very similar issue to #5, but I have idrac enterprise on it's own NIC/port and I'm not doing any weird port forwarding. It's all on a local network.
The container seems to work fine, the avctKVM jar files seem to download correctly and the container will 'start' but as soon as I try to access it, it gives a 'connection failed' error and force closes once you click "ok".
Running docker on Mint 19. Server is an R710 with idrac6 enterprise version 2.90. I'm accessing the container using chromium.
And just to confirm, I can sign in to idrac both through the web server and through ssh.
Here's the log from docker: