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

Stuggling to get this to work #65

Open
theglove44 opened this issue Nov 8, 2023 · 0 comments
Open

Stuggling to get this to work #65

theglove44 opened this issue Nov 8, 2023 · 0 comments

Comments

@theglove44
Copy link

Hi, hoping someone can help me with this. I'm really struggling to get this working at all. I'm running Docker on my Windows 10 machine and have pulled the idrac image.

My server is sat on an external network also. I can log into the drac gui via a web browser normally but I'm trying to do this docker method to be able to load the virtual console.

I'm using the CMD command docker run -d -p 5801:5800 -p 5901:5900 -e IDRAC_HOST=my server ip -e IDRAC_USER=my username -e IDRAC_PASSWORD=my server password domistyle/idrac6

The output from the log is below. But literally nothing happens.

2023-11-05 12:19:20 [s6-init] making user provided files available at /var/run/s6/etc...exited 0. 2023-11-05 12:19:20 [s6-init] ensuring user provided files have correct perms...exited 0. 2023-11-05 12:19:20 [fix-attrs.d] applying ownership & permissions fixes... 2023-11-05 12:19:20 [fix-attrs.d] done. 2023-11-05 12:19:20 [cont-init.d] executing container initialization scripts... 2023-11-05 12:19:20 [cont-init.d] 00-app-niceness.sh: executing... 2023-11-05 12:19:20 [cont-init.d] 00-app-niceness.sh: exited 0. 2023-11-05 12:19:20 [cont-init.d] 00-app-script.sh: executing... 2023-11-05 12:19:20 [cont-init.d] 00-app-script.sh: exited 0. 2023-11-05 12:19:20 [cont-init.d] 00-app-user-map.sh: executing... 2023-11-05 12:19:21 [cont-init.d] 00-app-user-map.sh: exited 0. 2023-11-05 12:19:21 [cont-init.d] 00-clean-logmonitor-states.sh: executing... 2023-11-05 12:19:21 [cont-init.d] 00-clean-logmonitor-states.sh: exited 0. 2023-11-05 12:19:21 [cont-init.d] 00-clean-tmp-dir.sh: executing... 2023-11-05 12:19:21 [cont-init.d] 00-clean-tmp-dir.sh: exited 0. 2023-11-05 12:19:21 [cont-init.d] 00-set-app-deps.sh: executing... 2023-11-05 12:19:21 [cont-init.d] 00-set-app-deps.sh: exited 0. 2023-11-05 12:19:21 [cont-init.d] 00-set-home.sh: executing... 2023-11-05 12:19:21 [cont-init.d] 00-set-home.sh: exited 0. 2023-11-05 12:19:21 [cont-init.d] 00-take-config-ownership.sh: executing... 2023-11-05 12:19:21 [cont-init.d] 00-take-config-ownership.sh: exited 0. 2023-11-05 12:19:21 [cont-init.d] 00-xdg-runtime-dir.sh: executing... 2023-11-05 12:19:21 [cont-init.d] 00-xdg-runtime-dir.sh: exited 0. 2023-11-05 12:19:21 [cont-init.d] 10-certs.sh: executing... 2023-11-05 12:19:21 [cont-init.d] 10-certs.sh: exited 0. 2023-11-05 12:19:21 [cont-init.d] 10-cjk-font.sh: executing... 2023-11-05 12:19:21 [cont-init.d] 10-cjk-font.sh: exited 0. 2023-11-05 12:19:21 [cont-init.d] 10-nginx.sh: executing... 2023-11-05 12:19:21 [cont-init.d] 10-nginx.sh: exited 0. 2023-11-05 12:19:21 [cont-init.d] 10-vnc-password.sh: executing... 2023-11-05 12:19:21 [cont-init.d] 10-vnc-password.sh: exited 0. 2023-11-05 12:19:21 [cont-init.d] 10-web-index.sh: executing... 2023-11-05 12:19:21 [cont-init.d] 10-web-index.sh: exited 0. 2023-11-05 12:19:21 [cont-init.d] done. 2023-11-05 12:19:21 [services.d] starting services 2023-11-05 12:19:21 [services.d] starting s6-fdholderd... 2023-11-05 12:19:21 [services.d] starting certsmonitor... 2023-11-05 12:19:21 [services.d] starting xvfb... 2023-11-05 12:19:21 [certsmonitor] disabling service: secure connection not enabled. 2023-11-05 12:19:21 [xvfb] starting... 2023-11-05 12:19:21 [services.d] starting openbox... 2023-11-05 12:19:21 [openbox] starting... 2023-11-05 12:19:21 Openbox-Message: 12:19:21.245: Unable to make directory '/config/xdg/cache/openbox': Permission denied 2023-11-05 12:19:21 Openbox-Message: Unable to make directory "/config/xdg/cache/openbox/sessions": Permission denied 2023-11-05 12:19:23 [services.d] starting nginx... 2023-11-05 12:19:23 [services.d] starting statusmonitor... 2023-11-05 12:19:21 ./run: 10: ps: not found 2023-11-05 12:19:23 [nginx] starting... 2023-11-05 12:19:23 [services.d] starting x11vnc... 2023-11-05 12:19:23 [statusmonitor] no file to monitor: disabling service... 2023-11-05 12:19:23 [services.d] starting logmonitor... 2023-11-05 12:19:23 [services.d] starting app... 2023-11-05 12:19:23 [logmonitor] no file to monitor: disabling service... 2023-11-05 12:19:23 [x11vnc] starting... 2023-11-05 12:19:23 05/11/2023 12:19:23 passing arg to libvncserver: -rfbport 2023-11-05 12:19:23 05/11/2023 12:19:23 passing arg to libvncserver: 5900 2023-11-05 12:19:23 05/11/2023 12:19:23 passing arg to libvncserver: -rfbportv6 2023-11-05 12:19:23 05/11/2023 12:19:23 passing arg to libvncserver: -1 2023-11-05 12:19:23 05/11/2023 12:19:23 passing arg to libvncserver: -httpportv6 2023-11-05 12:19:23 05/11/2023 12:19:23 passing arg to libvncserver: -1 2023-11-05 12:19:23 05/11/2023 12:19:23 passing arg to libvncserver: -desktop 2023-11-05 12:19:23 05/11/2023 12:19:23 passing arg to libvncserver: iDRAC 6 2023-11-05 12:19:23 05/11/2023 12:19:23 x11vnc version: 0.9.14 lastmod: 2015-11-14 pid: 808 2023-11-05 12:19:23 [app] starting iDRAC 6... 2023-11-05 12:19:23 05/11/2023 12:19:23 Using X display :0 2023-11-05 12:19:23 05/11/2023 12:19:23 rootwin: 0x50e reswin: 0x400001 dpy: 0x25b8ec00 2023-11-05 12:19:23 05/11/2023 12:19:23 2023-11-05 12:19:23 05/11/2023 12:19:23 ------------------ USEFUL INFORMATION ------------------ 2023-11-05 12:19:23 Starting 2023-11-05 12:19:23 Environment ok 2023-11-05 12:19:23 Creating library folder 2023-11-05 12:19:23 Downloading avctKVM 2023-11-05 12:19:23 [services.d] done. 2023-11-05 12:19:23 --2023-11-05 12:19:23-- https://my server ip/software/avctKVM.jar 2023-11-05 12:19:23 05/11/2023 12:19:23 X DAMAGE available on display, using it for polling hints. 2023-11-05 12:19:23 05/11/2023 12:19:23 To disable this behavior use: '-noxdamage' 2023-11-05 12:19:23 05/11/2023 12:19:23 2023-11-05 12:19:23 05/11/2023 12:19:23 Most compositing window managers like 'compiz' or 'beryl' 2023-11-05 12:19:23 05/11/2023 12:19:23 cause X DAMAGE to fail, and so you may not see any screen 2023-11-05 12:19:23 05/11/2023 12:19:23 updates via VNC. Either disable 'compiz' (recommended) or 2023-11-05 12:19:23 05/11/2023 12:19:23 supply the x11vnc '-noxdamage' command line option. 2023-11-05 12:19:23 05/11/2023 12:19:23 X COMPOSITE available on display, using it for window polling. 2023-11-05 12:19:23 05/11/2023 12:19:23 To disable this behavior use: '-noxcomposite' 2023-11-05 12:19:23 05/11/2023 12:19:23 2023-11-05 12:19:23 05/11/2023 12:19:23 Wireframing: -wireframe mode is in effect for window moves. 2023-11-05 12:19:23 05/11/2023 12:19:23 If this yields undesired behavior (poor response, painting 2023-11-05 12:19:23 05/11/2023 12:19:23 errors, etc) it may be disabled: 2023-11-05 12:19:23 05/11/2023 12:19:23 - use '-nowf' to disable wireframing completely. 2023-11-05 12:19:23 05/11/2023 12:19:23 - use '-nowcr' to disable the Copy Rectangle after the 2023-11-05 12:19:23 05/11/2023 12:19:23 moved window is released in the new position. 2023-11-05 12:19:23 05/11/2023 12:19:23 Also see the -help entry for tuning parameters. 2023-11-05 12:19:23 05/11/2023 12:19:23 You can press 3 Alt_L's (Left "Alt" key) in a row to 2023-11-05 12:19:23 05/11/2023 12:19:23 repaint the screen, also see the -fixscreen option for 2023-11-05 12:19:23 05/11/2023 12:19:23 periodic repaints. 2023-11-05 12:19:23 05/11/2023 12:19:23 GrabServer control via XTEST. 2023-11-05 12:19:23 Connecting to 212.23.5.219:443... connected. 2023-11-05 12:19:23 05/11/2023 12:19:23 2023-11-05 12:19:23 05/11/2023 12:19:23 Scroll Detection: -scrollcopyrect mode is in effect to 2023-11-05 12:19:23 05/11/2023 12:19:23 use RECORD extension to try to detect scrolling windows 2023-11-05 12:19:23 05/11/2023 12:19:23 (induced by either user keystroke or mouse input). 2023-11-05 12:19:23 05/11/2023 12:19:23 If this yields undesired behavior (poor response, painting 2023-11-05 12:19:23 05/11/2023 12:19:23 errors, etc) it may be disabled via: '-noscr' 2023-11-05 12:19:23 05/11/2023 12:19:23 Also see the -help entry for tuning parameters. 2023-11-05 12:19:23 05/11/2023 12:19:23 You can press 3 Alt_L's (Left "Alt" key) in a row to 2023-11-05 12:19:23 05/11/2023 12:19:23 repaint the screen, also see the -fixscreen option for 2023-11-05 12:19:23 05/11/2023 12:19:23 periodic repaints. 2023-11-05 12:19:23 05/11/2023 12:19:23 2023-11-05 12:19:23 05/11/2023 12:19:23 XKEYBOARD: number of keysyms per keycode 7 is greater 2023-11-05 12:19:23 05/11/2023 12:19:23 than 4 and 51 keysyms are mapped above 4. 2023-11-05 12:19:23 05/11/2023 12:19:23 Automatically switching to -xkb mode. 2023-11-05 12:19:23 05/11/2023 12:19:23 If this makes the key mapping worse you can 2023-11-05 12:19:23 05/11/2023 12:19:23 disable it with the "-noxkb" option. 2023-11-05 12:19:23 05/11/2023 12:19:23 Also, remember "-remap DEAD" for accenting characters. 2023-11-05 12:19:23 05/11/2023 12:19:23 2023-11-05 12:19:23 05/11/2023 12:19:23 X FBPM extension not supported. 2023-11-05 12:19:23 Xlib: extension "DPMS" missing on display ":0". 2023-11-05 12:19:23 05/11/2023 12:19:23 X display is not capable of DPMS. 2023-11-05 12:19:23 05/11/2023 12:19:23 -------------------------------------------------------- 2023-11-05 12:19:23 05/11/2023 12:19:23 2023-11-05 12:19:23 05/11/2023 12:19:23 Default visual ID: 0x21 2023-11-05 12:19:23 05/11/2023 12:19:23 Read initial data from X display into framebuffer. 2023-11-05 12:19:23 05/11/2023 12:19:23 initialize_screen: fb_depth/fb_bpp/fb_Bpl 24/32/3204 2023-11-05 12:19:23 05/11/2023 12:19:23 WARNING: Width (801) is not a multiple of 4. VncViewer has problems with that. 2023-11-05 12:19:23 05/11/2023 12:19:23 2023-11-05 12:19:23 05/11/2023 12:19:23 X display :0 is 32bpp depth=24 true color 2023-11-05 12:19:23 05/11/2023 12:19:23 2023-11-05 12:19:23 05/11/2023 12:19:23 Listening for VNC connections on TCP port 5900 2023-11-05 12:19:23 05/11/2023 12:19:23 2023-11-05 12:19:23 05/11/2023 12:19:23 Xinerama is present and active (e.g. multi-head). 2023-11-05 12:19:23 05/11/2023 12:19:23 Xinerama: number of sub-screens: 1 2023-11-05 12:19:23 05/11/2023 12:19:23 Xinerama: no blackouts needed (only one sub-screen) 2023-11-05 12:19:23 05/11/2023 12:19:23 2023-11-05 12:19:23 05/11/2023 12:19:23 fb read rate: 1646 MB/sec 2023-11-05 12:19:23 05/11/2023 12:19:23 fast read: reset -wait ms to: 10 2023-11-05 12:19:23 05/11/2023 12:19:23 fast read: reset -defer ms to: 10 2023-11-05 12:19:23 05/11/2023 12:19:23 The X server says there are 10 mouse buttons. 2023-11-05 12:19:23 05/11/2023 12:19:23 screen setup finished. 2023-11-05 12:19:23 05/11/2023 12:19:23 2023-11-05 12:19:23 2023-11-05 12:19:23 The VNC desktop is: b34e477c672c:0 2023-11-05 12:19:23 PORT=5900 2023-11-05 12:19:23 2023-11-05 12:19:23 ****************************************************************************** 2023-11-05 12:19:23 Have you tried the x11vnc '-ncache' VNC client-side pixel caching feature yet? 2023-11-05 12:19:23 2023-11-05 12:19:23 The scheme stores pixel data offscreen on the VNC viewer side for faster 2023-11-05 12:19:23 retrieval. It should work with any VNC viewer. Try it by running: 2023-11-05 12:19:23 2023-11-05 12:19:23 x11vnc -ncache 10 ... 2023-11-05 12:19:23 2023-11-05 12:19:23 One can also add -ncache_cr for smooth 'copyrect' window motion. 2023-11-05 12:19:23 More info: http://www.karlrunge.com/x11vnc/faq.html#faq-client-caching 2023-11-05 12:19:23 2023-11-05 12:19:24 WARNING: The certificate of 'my server ip' is not trusted. 2023-11-05 12:19:24 WARNING: The certificate of 'my server ip' doesn't have a known issuer. 2023-11-05 12:19:24 WARNING: The certificate of 'my server ip' has expired. 2023-11-05 12:19:24 The certificate has expired 2023-11-05 12:19:24 The certificate's owner does not match hostname 'my server ip' 2023-11-05 12:19:24 HTTP request sent, awaiting response... 200 OK 2023-11-05 12:19:24 Length: 1006156 (983K) [application/octet-stream] 2023-11-05 12:19:24 Saving to: 'avctKVM.jar' 2023-11-05 12:19:24 2023-11-05 12:19:24 0K .......... .......... .......... .......... .......... 5% 124K 8s 2023-11-05 12:19:24 50K .......... .......... .......... .......... .......... 10% 238K 5s 2023-11-05 12:19:24 100K .......... .......... .......... .......... .......... 15% 293K 4s 2023-11-05 12:19:25 150K .......... .......... .......... .......... .......... 20% 248K 4s 2023-11-05 12:19:25 200K .......... .......... .......... .......... .......... 25% 149K 4s 2023-11-05 12:19:25 250K .......... .......... .......... .......... .......... 30% 139K 4s 2023-11-05 12:19:26 300K .......... .......... .......... .......... .......... 35% 137K 4s 2023-11-05 12:19:26 350K .......... .......... .......... .......... .......... 40% 300K 3s 2023-11-05 12:19:26 400K .......... .......... .......... .......... .......... 45% 303K 3s 2023-11-05 12:19:26 450K .......... .......... .......... .......... .......... 50% 258K 2s 2023-11-05 12:19:26 500K .......... .......... .......... .......... .......... 55% 162K 2s 2023-11-05 12:19:27 550K .......... .......... .......... .......... .......... 61% 124K 2s 2023-11-05 12:19:28 600K .......... .......... .......... .......... .......... 66% 64.8K 2s 2023-11-05 12:19:28 650K .......... .......... .......... .......... .......... 71% 79.8K 2s 2023-11-05 12:19:29 700K .......... .......... .......... .......... .......... 76% 148K 2s 2023-11-05 12:19:29 750K .......... .......... .......... .......... .......... 81% 164K 1s 2023-11-05 12:19:29 800K .......... .......... .......... .......... .......... 86% 263K 1s 2023-11-05 12:19:29 850K .......... .......... .......... .......... .......... 91% 187K 1s 2023-11-05 12:19:30 900K .......... .......... .......... .......... .......... 96% 143K 0s 2023-11-05 12:19:30 950K .......... .......... .......... .. 100% 283K=6.2s 2023-11-05 12:19:30 2023-11-05 12:19:30 2023-11-05 12:19:30 (157 KB/s) - 'avctKVM.jar' saved [1006156/1006156] 2023-11-05 12:19:30 2023-11-05 12:19:30 Downloading avctKVMIOLinux64 2023-11-05 12:19:30 --2023-11-05 12:19:30-- https://my server ip/software/avctKVMIOLinux64.jar 2023-11-05 12:19:30 Connecting to my server ip:443... connected. 2023-11-05 12:19:30 WARNING: The certificate of 'my server ip' is not trusted. 2023-11-05 12:19:30 WARNING: The certificate of 'my server ip' doesn't have a known issuer. 2023-11-05 12:19:30 WARNING: The certificate of 'my server ip' has expired. 2023-11-05 12:19:30 The certificate has expired 2023-11-05 12:19:30 The certificate's owner does not match hostname 'my server ip' 2023-11-05 12:19:30 HTTP request sent, awaiting response... 200 OK 2023-11-05 12:19:30 Length: 983674 (961K) [application/octet-stream] 2023-11-05 12:19:30 Saving to: 'lib/avctKVMIOLinux64.jar' 2023-11-05 12:19:30 2023-11-05 12:19:30 0K .......... .......... .......... .......... .......... 5% 264K 3s 2023-11-05 12:19:31 50K .......... .......... .......... .......... .......... 10% 232K 3s 2023-11-05 12:19:31 100K .......... .......... .......... .......... .......... 15% 302K 3s 2023-11-05 12:19:31 150K .......... .......... .......... .......... .......... 20% 294K 3s 2023-11-05 12:19:31 200K .......... .......... .......... .......... .......... 26% 276K 3s 2023-11-05 12:19:31 250K .......... .......... .......... .......... .......... 31% 306K 2s 2023-11-05 12:19:32 300K .......... .......... .......... .......... .......... 36% 278K 2s 2023-11-05 12:19:32 350K .......... .......... .......... .......... .......... 41% 265K 2s 2023-11-05 12:19:32 400K .......... .......... .......... .......... .......... 46% 330K 2s 2023-11-05 12:19:32 450K .......... .......... .......... .......... .......... 52% 302K 2s 2023-11-05 12:19:32 500K .......... .......... .......... .......... .......... 57% 199K 2s 2023-11-05 12:19:33 550K .......... .......... .......... .......... .......... 62% 133K 1s 2023-11-05 12:19:33 600K .......... .......... .......... .......... .......... 67% 141K 1s05/11/2023 12:19:33 Got connection from client 127.0.0.1 2023-11-05 12:19:33 05/11/2023 12:19:33 other clients: 2023-11-05 12:19:33 05/11/2023 12:19:33 Got 'ws' WebSockets handshake 2023-11-05 12:19:33 05/11/2023 12:19:33 Got protocol: binary 2023-11-05 12:19:33 05/11/2023 12:19:33 - webSocketsHandshake: using binary/raw encoding 2023-11-05 12:19:33 05/11/2023 12:19:33 - WebSockets client version hybi-13 2023-11-05 12:19:33 05/11/2023 12:19:33 Disabled X server key autorepeat. 2023-11-05 12:19:33 05/11/2023 12:19:33 to force back on run: 'xset r on' (3 times) 2023-11-05 12:19:33 05/11/2023 12:19:33 incr accepted_client=1 for 127.0.0.1:53820 sock=10 2023-11-05 12:19:33 2023-11-05 12:19:33 650K ....05/11/2023 12:19:33 Client Protocol Version 3.8 2023-11-05 12:19:33 05/11/2023 12:19:33 Protocol version sent 3.8, using 3.8 2023-11-05 12:19:33 05/11/2023 12:19:33 rfbProcessClientSecurityType: executing handler for type 1 2023-11-05 12:19:33 05/11/2023 12:19:33 rfbProcessClientSecurityType: returning securityResult for client rfb version >= 3.8 2023-11-05 12:19:33 ..05/11/2023 12:19:33 Pixel format for client 127.0.0.1: 2023-11-05 12:19:33 05/11/2023 12:19:33 32 bpp, depth 24, little endian 2023-11-05 12:19:33 05/11/2023 12:19:33 true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0 2023-11-05 12:19:33 05/11/2023 12:19:33 no translation needed 2023-11-05 12:19:33 05/11/2023 12:19:33 Enabling NewFBSize protocol extension for client 127.0.0.1 2023-11-05 12:19:33 05/11/2023 12:19:33 Enabling full-color cursor updates for client 127.0.0.1 2023-11-05 12:19:33 05/11/2023 12:19:33 Using image quality level 6 for client 127.0.0.1 2023-11-05 12:19:33 05/11/2023 12:19:33 Using JPEG subsampling 0, Q79 for client 127.0.0.1 2023-11-05 12:19:33 05/11/2023 12:19:33 Using compression level 9 for client 127.0.0.1 2023-11-05 12:19:33 05/11/2023 12:19:33 Enabling LastRect protocol extension for client 127.0.0.1 2023-11-05 12:19:33 05/11/2023 12:19:33 rfbProcessClientNormalMessage: ignoring unsupported encoding type Enc(0xFFFFFECC) 2023-11-05 12:19:33 05/11/2023 12:19:33 Using tight encoding for client 127.0.0.1 2023-11-05 12:19:33 .... .......... .......... .......... .......... 72% 152K 1s 2023-11-05 12:19:34 700K .......... .......... .......... .......... .......... 78% 300K 1s 2023-11-05 12:19:34 750K .......... ........05/11/2023 12:19:34 client_set_net: 127.0.0.1 0.0003 2023-11-05 12:19:34 05/11/2023 12:19:34 created xdamage object: 0x40001e 2023-11-05 12:19:34 .. .......... .......... .......... 83% 259K 1s 2023-11-05 12:19:34 800K .......... .......... .......... .......... .......... 88% 230K 0s 2023-11-05 12:19:34 850K .......... .......... .......... .......... .......... 93% 148K 0s 2023-11-05 12:19:35 900K .......... .......... .......... .......... .......... 98% 137K 0s 2023-11-05 12:19:35 950K .......... 100% 136K=4.4s 2023-11-05 12:19:35 2023-11-05 12:19:35 2023-11-05 12:19:35 (216 KB/s) - 'lib/avctKVMIOLinux64.jar' saved [983674/983674] 2023-11-05 12:19:35 2023-11-05 12:19:35 Downloading avctVMLinux64 2023-11-05 12:19:35 --2023-11-05 12:19:35-- https://my server ip/software/avctVMLinux64.jar 2023-11-05 12:19:35 Connecting to my server ip:443... connected. 2023-11-05 12:19:35 WARNING: The certificate of 'my server ip' is not trusted. 2023-11-05 12:19:35 WARNING: The certificate of 'my server ip' doesn't have a known issuer. 2023-11-05 12:19:35 WARNING: The certificate of 'my server ip' has expired. 2023-11-05 12:19:35 The certificate has expired 2023-11-05 12:19:35 The certificate's owner does not match hostname 'my server ip' 2023-11-05 12:19:35 HTTP request sent, awaiting response... 200 OK 2023-11-05 12:19:35 Length: 135201 (132K) [application/octet-stream] 2023-11-05 12:19:35 Saving to: 'lib/avctVMLinux64.jar' 2023-11-05 12:19:35 2023-11-05 12:19:35 0K .......... .......... .......... .......... .......... 37% 253K 0s 2023-11-05 12:19:36 50K .......... .......... .......... .......... .......... 75% 189K 0s 2023-11-05 12:19:36 100K .......... .......... .......... .. 100% 151K=0.7s 2023-11-05 12:19:36 2023-11-05 12:19:36 2023-11-05 12:19:36 (196 KB/s) - 'lib/avctVMLinux64.jar' saved [135201/135201] 2023-11-05 12:19:36 2023-11-05 12:19:36 Extracting avctKVMIOLinux64 2023-11-05 12:19:36 Extracting avctVMLinux64 2023-11-05 12:19:36 Initialization complete, starting virtual console 2023-11-05 12:19:36 Nov 05, 2023 12:19:36 PM java.util.prefs.FileSystemPreferences$1 run 2023-11-05 12:19:36 WARNING: Couldn't create user preferences directory. User preferences are unusable. 2023-11-05 12:19:36 Nov 05, 2023 12:19:36 PM java.util.prefs.FileSystemPreferences$1 run 2023-11-05 12:19:36 WARNING: java.io.IOException: Not a directory 2023-11-05 12:19:36 11/05/2023 12:19:36:920: Starting client. 2023-11-05 12:19:42 ====setPowerMenuStatus: (##2) 2023-11-05 12:19:42 05/11/2023 12:19:42 copy_tiles: allocating first_line at size 27 2023-11-05 12:19:42 2023-11-05 12:19:42 ProtocolAPCP: Version [1.0] 2023-11-05 12:19:42 2023-11-05 12:19:42 NativeKeyboard.init() Native library loading [jawt] 2023-11-05 12:19:42 NativeKeyboard.init() Native library loading [avctKVMIO] 2023-11-05 12:19:42 NativeKeyboard.init() Native library loading complete. 2023-11-05 12:19:42 11/05/2023 12:19:42:895: NativeKVM: register(com.avocent.kvm.c.pb[windowedVideoPanel,0,0,820x620,layout=java.awt.FlowLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=java.awt.Dimension[width=820,height=620]]) 2023-11-05 12:19:42 11/05/2023 12:19:42:896: NativeKVM: register(com.avocent.kvm.c.pb[fullScreenVideoPanel,0,0,820x620,layout=java.awt.FlowLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=java.awt.Dimension[width=820,height=620]]) 2023-11-05 12:19:42 setPassthroughEnabled(true) 2023-11-05 12:19:42 setPassthroughEnabled(false) 2023-11-05 12:19:42 iDracViewerMainController.enableSingleCursorMenuItem() [true] 2023-11-05 12:19:42 DefaultMainMenu.setEnabledMenuItem() [Single Cursor] 2023-11-05 12:19:42 DefaultMainMenu.setEnabledMenuItem() [Single Cursor] 2023-11-05 12:19:42 DefaultMainMenu.setEnabledMenuItem() [Pass all keystrokes to server] 2023-11-05 12:19:42 DefaultMainMenu.setEnabledMenuItem() [Pass all keystrokes to server] 2023-11-05 12:19:43 05/11/2023 12:19:43 created selwin: 0x40001f 2023-11-05 12:19:43 05/11/2023 12:19:43 called initialize_xfixes() 2023-11-05 12:19:44 11/05/2023 12:19:44:043: User login response: 3 2023-11-05 12:19:46 java.net.SocketException: Broken pipe (Write failed) 2023-11-05 12:19:46 at java.net.SocketOutputStream.socketWrite0(Native Method) 2023-11-05 12:19:46 at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111) 2023-11-05 12:19:46 at java.net.SocketOutputStream.write(SocketOutputStream.java:155) 2023-11-05 12:19:46 at sun.security.ssl.SSLSocketOutputRecord.deliver(SSLSocketOutputRecord.java:319) 2023-11-05 12:19:46 at sun.security.ssl.SSLSocketImpl$AppOutputStream.write(SSLSocketImpl.java:1217) 2023-11-05 12:19:46 at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82) 2023-11-05 12:19:46 at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140) 2023-11-05 12:19:46 at java.io.DataOutputStream.flush(DataOutputStream.java:123) 2023-11-05 12:19:46 at com.avocent.kvm.c.d.g.b(Unknown Source) 2023-11-05 12:19:46 at com.avocent.kvm.c.d.i.run(Unknown Source) 2023-11-05 12:19:59 05/11/2023 12:19:59 Got connection from client 172.17.0.1 2023-11-05 12:19:59 05/11/2023 12:19:59 other clients: 2023-11-05 12:19:59 05/11/2023 12:19:59 127.0.0.1 2023-11-05 12:19:59 05/11/2023 12:19:59 Got 'ws' WebSockets handshake 2023-11-05 12:19:59 05/11/2023 12:19:59 webSocketsHandshake: incomplete client handshake 2023-11-05 12:19:59 05/11/2023 12:19:59 Client 172.17.0.1 gone 2023-11-05 12:19:59 05/11/2023 12:19:59 Statistics events Transmit/ RawEquiv ( saved) 2023-11-05 12:19:59 05/11/2023 12:19:59 TOTALS : 0 | 0/ 0 ( 0.0%) 2023-11-05 12:19:59 05/11/2023 12:19:59 Statistics events Received/ RawEquiv ( saved) 2023-11-05 12:19:59 05/11/2023 12:19:59 TOTALS : 0 | 0/ 0 ( 0.0%) 2023-11-05 12:20:00 05/11/2023 12:20:00 Got connection from client 172.17.0.1 2023-11-05 12:20:00 05/11/2023 12:20:00 other clients: 2023-11-05 12:20:00 05/11/2023 12:20:00 127.0.0.1 2023-11-05 12:20:00 05/11/2023 12:20:00 Got 'ws' WebSockets handshake 2023-11-05 12:20:00 05/11/2023 12:20:00 webSocketsHandshake: incomplete client handshake 2023-11-05 12:20:00 05/11/2023 12:20:00 Client 172.17.0.1 gone 2023-11-05 12:20:00 05/11/2023 12:20:00 Statistics events Transmit/ RawEquiv ( saved) 2023-11-05 12:20:00 05/11/2023 12:20:00 TOTALS : 0 | 0/ 0 ( 0.0%) 2023-11-05 12:20:00 05/11/2023 12:20:00 Statistics events Received/ RawEquiv ( saved) 2023-11-05 12:20:00 05/11/2023 12:20:00 TOTALS : 0 | 0/ 0 ( 0.0%) 2023-11-05 12:20:05 05/11/2023 12:20:05 Got connection from client 172.17.0.1 2023-11-05 12:20:05 05/11/2023 12:20:05 other clients: 2023-11-05 12:20:05 05/11/2023 12:20:05 127.0.0.1 2023-11-05 12:20:05 05/11/2023 12:20:05 Got 'ws' WebSockets handshake 2023-11-05 12:20:05 05/11/2023 12:20:05 webSocketsHandshake: incomplete client handshake 2023-11-05 12:20:05 05/11/2023 12:20:05 Client 172.17.0.1 gone 2023-11-05 12:20:05 05/11/2023 12:20:05 Statistics events Transmit/ RawEquiv ( saved) 2023-11-05 12:20:05 05/11/2023 12:20:05 TOTALS : 0 | 0/ 0 ( 0.0%) 2023-11-05 12:20:05 05/11/2023 12:20:05 Statistics events Received/ RawEquiv ( saved) 2023-11-05 12:20:05 05/11/2023 12:20:05 TOTALS : 0 | 0/ 0 ( 0.0%) 2023-11-05 12:20:08 Nov 05, 2023 12:20:08 PM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode 2023-11-05 12:20:08 WARNING: Could not lock User prefs. Unix error code 20. 2023-11-05 12:20:08 Nov 05, 2023 12:20:08 PM java.util.prefs.FileSystemPreferences syncWorld 2023-11-05 12:20:08 WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock. 2023-11-05 12:20:11 05/11/2023 12:20:11 Got connection from client 127.0.0.1 2023-11-05 12:20:11 05/11/2023 12:20:11 other clients: 2023-11-05 12:20:11 05/11/2023 12:20:11 127.0.0.1 2023-11-05 12:20:11 05/11/2023 12:20:11 Got 'ws' WebSockets handshake 2023-11-05 12:20:11 05/11/2023 12:20:11 Got protocol: binary 2023-11-05 12:20:11 05/11/2023 12:20:11 - webSocketsHandshake: using binary/raw encoding 2023-11-05 12:20:11 05/11/2023 12:20:11 - WebSockets client version hybi-13 2023-11-05 12:20:11 05/11/2023 12:20:11 incr accepted_client=2 for 127.0.0.1:33068 sock=11 2023-11-05 12:20:11 05/11/2023 12:20:11 Client Protocol Version 3.8 2023-11-05 12:20:11 05/11/2023 12:20:11 Protocol version sent 3.8, using 3.8 2023-11-05 12:20:11 05/11/2023 12:20:11 rfbProcessClientSecurityType: executing handler for type 1 2023-11-05 12:20:11 05/11/2023 12:20:11 rfbProcessClientSecurityType: returning securityResult for client rfb version >= 3.8 2023-11-05 12:20:11 05/11/2023 12:20:11 Pixel format for client 127.0.0.1: 2023-11-05 12:20:11 05/11/2023 12:20:11 32 bpp, depth 24, little endian 2023-11-05 12:20:11 05/11/2023 12:20:11 true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0 2023-11-05 12:20:11 05/11/2023 12:20:11 no translation needed 2023-11-05 12:20:11 05/11/2023 12:20:11 Enabling NewFBSize protocol extension for client 127.0.0.1 2023-11-05 12:20:11 05/11/2023 12:20:11 Enabling full-color cursor updates for client 127.0.0.1 2023-11-05 12:20:11 05/11/2023 12:20:11 Using image quality level 6 for client 127.0.0.1 2023-11-05 12:20:11 05/11/2023 12:20:11 Using JPEG subsampling 0, Q79 for client 127.0.0.1 2023-11-05 12:20:11 05/11/2023 12:20:11 Using compression level 9 for client 127.0.0.1 2023-11-05 12:20:11 05/11/2023 12:20:11 Enabling LastRect protocol extension for client 127.0.0.1 2023-11-05 12:20:11 05/11/2023 12:20:11 rfbProcessClientNormalMessage: ignoring unsupported encoding type Enc(0xFFFFFECC) 2023-11-05 12:20:11 05/11/2023 12:20:11 Using tight encoding for client 127.0.0.1 2023-11-05 12:20:11 05/11/2023 12:20:11 client 2 network rate 1323.6 KB/sec (240704.0 eff KB/sec) 2023-11-05 12:20:11 05/11/2023 12:20:11 client 2 latency: 1.9 ms 2023-11-05 12:20:11 05/11/2023 12:20:11 dt1: 0.0018, dt2: 0.0075 dt3: 0.0019 bytes: 10950 2023-11-05 12:20:11 05/11/2023 12:20:11 link_rate: LR_LAN - 1 ms, 1323 KB/s 2023-11-05 12:20:12 05/11/2023 12:20:12 client_set_net: 127.0.0.1 0.0000 2023-11-05 12:20:22 Nov 05, 2023 12:20:22 PM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode 2023-11-05 12:20:22 WARNING: Could not lock User prefs. Unix error code 20. 2023-11-05 12:20:22 Nov 05, 2023 12:20:22 PM java.util.prefs.FileSystemPreferences syncWorld 2023-11-05 12:20:22 WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock. 2023-11-05 12:20:23 [services.d] stopping services 2023-11-05 12:20:23 [services.d] stopping app... 2023-11-05 12:20:23 [services.d] stopping logmonitor... 2023-11-05 12:20:23 [services.d] stopping x11vnc... 2023-11-05 12:20:23 caught signal: 15 2023-11-05 12:20:23 05/11/2023 12:20:23 deleted 26 tile_row polling images. 2023-11-05 12:20:23 05/11/2023 12:20:23 Restored X server key autorepeat to: 1 2023-11-05 12:20:23 [services.d] stopping statusmonitor... 2023-11-05 12:20:23 [services.d] stopping nginx... 2023-11-05 12:20:23 [services.d] stopping openbox... 2023-11-05 12:20:23 [services.d] stopping xvfb... 2023-11-05 12:20:23 [services.d] stopping certsmonitor... 2023-11-05 12:20:23 [services.d] stopping s6-fdholderd... 2023-11-05 12:20:23 [cont-finish.d] executing container finish scripts... 2023-11-05 12:20:23 [cont-finish.d] done. 2023-11-05 12:20:23 [s6-finish] syncing disks. 2023-11-05 12:20:23 [s6-finish] sending all processes the TERM signal. 2023-11-05 12:20:26 [s6-finish] sending all processes the KILL signal and exiting. 2023-11-08 10:44:37 [s6-init] making user provided files available at /var/run/s6/etc...exited 0. 2023-11-08 10:44:37 [s6-init] ensuring user provided files have correct perms...exited 0. 2023-11-08 10:44:37 [fix-attrs.d] applying ownership & permissions fixes... 2023-11-08 10:44:37 [fix-attrs.d] done. 2023-11-08 10:44:37 [cont-init.d] executing container initialization scripts... 2023-11-08 10:44:37 [cont-init.d] 00-app-niceness.sh: executing... 2023-11-08 10:44:37 [cont-init.d] 00-app-niceness.sh: exited 0. 2023-11-08 10:44:37 [cont-init.d] 00-app-script.sh: executing... 2023-11-08 10:44:37 [cont-init.d] 00-app-script.sh: exited 0. 2023-11-08 10:44:37 [cont-init.d] 00-app-user-map.sh: executing... 2023-11-08 10:44:37 [cont-init.d] 00-app-user-map.sh: exited 0. 2023-11-08 10:44:37 [cont-init.d] 00-clean-logmonitor-states.sh: executing... 2023-11-08 10:44:37 [cont-init.d] 00-clean-logmonitor-states.sh: exited 0. 2023-11-08 10:44:37 [cont-init.d] 00-clean-tmp-dir.sh: executing... 2023-11-08 10:44:37 [cont-init.d] 00-clean-tmp-dir.sh: exited 0. 2023-11-08 10:44:37 [cont-init.d] 00-set-app-deps.sh: executing... 2023-11-08 10:44:37 [cont-init.d] 00-set-app-deps.sh: exited 0. 2023-11-08 10:44:37 [cont-init.d] 00-set-home.sh: executing... 2023-11-08 10:44:37 [cont-init.d] 00-set-home.sh: exited 0. 2023-11-08 10:44:37 [cont-init.d] 00-take-config-ownership.sh: executing... 2023-11-08 10:44:37 [cont-init.d] 00-take-config-ownership.sh: exited 0. 2023-11-08 10:44:37 [cont-init.d] 00-xdg-runtime-dir.sh: executing... 2023-11-08 10:44:37 [cont-init.d] 00-xdg-runtime-dir.sh: exited 0. 2023-11-08 10:44:37 [cont-init.d] 10-certs.sh: executing... 2023-11-08 10:44:37 [cont-init.d] 10-certs.sh: exited 0. 2023-11-08 10:44:37 [cont-init.d] 10-cjk-font.sh: executing... 2023-11-08 10:44:37 [cont-init.d] 10-cjk-font.sh: exited 0. 2023-11-08 10:44:37 [cont-init.d] 10-nginx.sh: executing... 2023-11-08 10:44:37 [cont-init.d] 10-nginx.sh: exited 0. 2023-11-08 10:44:37 [cont-init.d] 10-vnc-password.sh: executing... 2023-11-08 10:44:37 [cont-init.d] 10-vnc-password.sh: exited 0. 2023-11-08 10:44:37 [cont-init.d] 10-web-index.sh: executing... 2023-11-08 10:44:37 [cont-init.d] 10-web-index.sh: exited 0. 2023-11-08 10:44:37 [cont-init.d] done. 2023-11-08 10:44:37 [services.d] starting services 2023-11-08 10:44:37 [services.d] starting s6-fdholderd... 2023-11-08 10:44:37 [services.d] starting certsmonitor... 2023-11-08 10:44:37 [services.d] starting xvfb... 2023-11-08 10:44:37 [certsmonitor] disabling service: secure connection not enabled. 2023-11-08 10:44:37 [xvfb] starting... 2023-11-08 10:44:37 [services.d] starting openbox... 2023-11-08 10:44:37 [openbox] starting... 2023-11-08 10:44:39 [services.d] starting nginx... 2023-11-08 10:44:39 [services.d] starting statusmonitor... 2023-11-08 10:44:39 [nginx] starting... 2023-11-08 10:44:39 [services.d] starting x11vnc... 2023-11-08 10:44:39 [statusmonitor] no file to monitor: disabling service... 2023-11-08 10:44:39 [services.d] starting logmonitor... 2023-11-08 10:44:39 [x11vnc] starting... 2023-11-08 10:44:39 [services.d] starting app... 2023-11-08 10:44:39 [logmonitor] no file to monitor: disabling service... 2023-11-08 10:44:39 08/11/2023 10:44:39 passing arg to libvncserver: -rfbport 2023-11-08 10:44:39 08/11/2023 10:44:39 passing arg to libvncserver: 5900 2023-11-08 10:44:39 08/11/2023 10:44:39 passing arg to libvncserver: -rfbportv6 2023-11-08 10:44:39 08/11/2023 10:44:39 passing arg to libvncserver: -1 2023-11-08 10:44:39 08/11/2023 10:44:39 passing arg to libvncserver: -httpportv6 2023-11-08 10:44:39 08/11/2023 10:44:39 passing arg to libvncserver: -1 2023-11-08 10:44:39 08/11/2023 10:44:39 passing arg to libvncserver: -desktop 2023-11-08 10:44:39 08/11/2023 10:44:39 passing arg to libvncserver: iDRAC 6 2023-11-08 10:44:39 08/11/2023 10:44:39 x11vnc version: 0.9.14 lastmod: 2015-11-14 pid: 810 2023-11-08 10:44:39 08/11/2023 10:44:39 Using X display :0 2023-11-08 10:44:39 08/11/2023 10:44:39 rootwin: 0x50e reswin: 0x400001 dpy: 0xaa75ec00 2023-11-08 10:44:39 08/11/2023 10:44:39 2023-11-08 10:44:39 08/11/2023 10:44:39 ------------------ USEFUL INFORMATION ------------------ 2023-11-08 10:44:39 [app] starting iDRAC 6... 2023-11-08 10:44:39 Starting 2023-11-08 10:44:39 Environment ok 2023-11-08 10:44:39 Extracting avctKVMIOLinux64 2023-11-08 10:44:39 [services.d] done. 2023-11-08 10:44:39 08/11/2023 10:44:39 X DAMAGE available on display, using it for polling hints. 2023-11-08 10:44:39 08/11/2023 10:44:39 To disable this behavior use: '-noxdamage' 2023-11-08 10:44:39 08/11/2023 10:44:39 2023-11-08 10:44:39 08/11/2023 10:44:39 Most compositing window managers like 'compiz' or 'beryl' 2023-11-08 10:44:39 08/11/2023 10:44:39 cause X DAMAGE to fail, and so you may not see any screen 2023-11-08 10:44:39 08/11/2023 10:44:39 updates via VNC. Either disable 'compiz' (recommended) or 2023-11-08 10:44:39 08/11/2023 10:44:39 supply the x11vnc '-noxdamage' command line option. 2023-11-08 10:44:39 08/11/2023 10:44:39 X COMPOSITE available on display, using it for window polling. 2023-11-08 10:44:39 08/11/2023 10:44:39 To disable this behavior use: '-noxcomposite' 2023-11-08 10:44:39 08/11/2023 10:44:39 2023-11-08 10:44:39 08/11/2023 10:44:39 Wireframing: -wireframe mode is in effect for window moves. 2023-11-08 10:44:39 08/11/2023 10:44:39 If this yields undesired behavior (poor response, painting 2023-11-08 10:44:39 08/11/2023 10:44:39 errors, etc) it may be disabled: 2023-11-08 10:44:39 08/11/2023 10:44:39 - use '-nowf' to disable wireframing completely. 2023-11-08 10:44:39 08/11/2023 10:44:39 - use '-nowcr' to disable the Copy Rectangle after the 2023-11-08 10:44:39 08/11/2023 10:44:39 moved window is released in the new position. 2023-11-08 10:44:39 08/11/2023 10:44:39 Also see the -help entry for tuning parameters. 2023-11-08 10:44:39 08/11/2023 10:44:39 You can press 3 Alt_L's (Left "Alt" key) in a row to 2023-11-08 10:44:39 08/11/2023 10:44:39 repaint the screen, also see the -fixscreen option for 2023-11-08 10:44:39 08/11/2023 10:44:39 periodic repaints. 2023-11-08 10:44:39 08/11/2023 10:44:39 GrabServer control via XTEST. 2023-11-08 10:44:39 08/11/2023 10:44:39 2023-11-08 10:44:39 08/11/2023 10:44:39 Scroll Detection: -scrollcopyrect mode is in effect to 2023-11-08 10:44:39 08/11/2023 10:44:39 use RECORD extension to try to detect scrolling windows 2023-11-08 10:44:39 08/11/2023 10:44:39 (induced by either user keystroke or mouse input). 2023-11-08 10:44:39 08/11/2023 10:44:39 If this yields undesired behavior (poor response, painting 2023-11-08 10:44:39 08/11/2023 10:44:39 errors, etc) it may be disabled via: '-noscr' 2023-11-08 10:44:39 08/11/2023 10:44:39 Also see the -help entry for tuning parameters. 2023-11-08 10:44:39 08/11/2023 10:44:39 You can press 3 Alt_L's (Left "Alt" key) in a row to 2023-11-08 10:44:39 08/11/2023 10:44:39 repaint the screen, also see the -fixscreen option for 2023-11-08 10:44:39 08/11/2023 10:44:39 periodic repaints. 2023-11-08 10:44:39 08/11/2023 10:44:39 2023-11-08 10:44:39 08/11/2023 10:44:39 XKEYBOARD: number of keysyms per keycode 7 is greater 2023-11-08 10:44:39 08/11/2023 10:44:39 than 4 and 51 keysyms are mapped above 4. 2023-11-08 10:44:39 08/11/2023 10:44:39 Automatically switching to -xkb mode. 2023-11-08 10:44:39 08/11/2023 10:44:39 If this makes the key mapping worse you can 2023-11-08 10:44:39 08/11/2023 10:44:39 disable it with the "-noxkb" option. 2023-11-08 10:44:39 08/11/2023 10:44:39 Also, remember "-remap DEAD" for accenting characters. 2023-11-08 10:44:39 08/11/2023 10:44:39 2023-11-08 10:44:39 08/11/2023 10:44:39 X FBPM extension not supported. 2023-11-08 10:44:39 Xlib: extension "DPMS" missing on display ":0". 2023-11-08 10:44:39 08/11/2023 10:44:39 X display is not capable of DPMS. 2023-11-08 10:44:39 08/11/2023 10:44:39 -------------------------------------------------------- 2023-11-08 10:44:39 08/11/2023 10:44:39 2023-11-08 10:44:39 08/11/2023 10:44:39 Default visual ID: 0x21 2023-11-08 10:44:39 08/11/2023 10:44:39 Read initial data from X display into framebuffer. 2023-11-08 10:44:39 08/11/2023 10:44:39 initialize_screen: fb_depth/fb_bpp/fb_Bpl 24/32/3204 2023-11-08 10:44:39 08/11/2023 10:44:39 WARNING: Width (801) is not a multiple of 4. VncViewer has problems with that. 2023-11-08 10:44:39 08/11/2023 10:44:39 2023-11-08 10:44:39 08/11/2023 10:44:39 X display :0 is 32bpp depth=24 true color 2023-11-08 10:44:39 08/11/2023 10:44:39 2023-11-08 10:44:39 08/11/2023 10:44:39 Listening for VNC connections on TCP port 5900 2023-11-08 10:44:39 08/11/2023 10:44:39 2023-11-08 10:44:37 ./run: 10: ps: not found 2023-11-08 10:44:39 08/11/2023 10:44:39 Xinerama is present and active (e.g. multi-head). 2023-11-08 10:44:39 08/11/2023 10:44:39 Xinerama: number of sub-screens: 1 2023-11-08 10:44:39 08/11/2023 10:44:39 Xinerama: no blackouts needed (only one sub-screen) 2023-11-08 10:44:39 08/11/2023 10:44:39 2023-11-08 10:44:39 08/11/2023 10:44:39 fb read rate: 1419 MB/sec 2023-11-08 10:44:39 08/11/2023 10:44:39 fast read: reset -wait ms to: 10 2023-11-08 10:44:39 08/11/2023 10:44:39 fast read: reset -defer ms to: 10 2023-11-08 10:44:39 08/11/2023 10:44:39 The X server says there are 10 mouse buttons. 2023-11-08 10:44:39 08/11/2023 10:44:39 screen setup finished. 2023-11-08 10:44:39 08/11/2023 10:44:39 2023-11-08 10:44:39 2023-11-08 10:44:39 The VNC desktop is: b34e477c672c:0 2023-11-08 10:44:39 PORT=5900 2023-11-08 10:44:39 2023-11-08 10:44:39 ****************************************************************************** 2023-11-08 10:44:39 Have you tried the x11vnc '-ncache' VNC client-side pixel caching feature yet? 2023-11-08 10:44:39 2023-11-08 10:44:39 The scheme stores pixel data offscreen on the VNC viewer side for faster 2023-11-08 10:44:39 retrieval. It should work with any VNC viewer. Try it by running: 2023-11-08 10:44:39 2023-11-08 10:44:39 x11vnc -ncache 10 ... 2023-11-08 10:44:39 2023-11-08 10:44:39 One can also add -ncache_cr for smooth 'copyrect' window motion. 2023-11-08 10:44:39 More info: http://www.karlrunge.com/x11vnc/faq.html#faq-client-caching 2023-11-08 10:44:39 2023-11-08 10:44:40 Extracting avctVMLinux64 2023-11-08 10:44:40 Initialization complete, starting virtual console 2023-11-08 10:44:40 Nov 08, 2023 10:44:40 AM java.util.prefs.FileSystemPreferences$1 run 2023-11-08 10:44:40 WARNING: Couldn't create user preferences directory. User preferences are unusable. 2023-11-08 10:44:40 Nov 08, 2023 10:44:40 AM java.util.prefs.FileSystemPreferences$1 run 2023-11-08 10:44:40 WARNING: java.io.IOException: Not a directory 2023-11-08 10:44:40 11/08/2023 10:44:40:669: Starting client. 2023-11-08 10:44:45 ====setPowerMenuStatus: (##2) 2023-11-08 10:44:46 2023-11-08 10:44:46 ProtocolAPCP: Version [1.0] 2023-11-08 10:44:46 2023-11-08 10:44:46 NativeKeyboard.init() Native library loading [jawt] 2023-11-08 10:44:46 NativeKeyboard.init() Native library loading [avctKVMIO] 2023-11-08 10:44:46 NativeKeyboard.init() Native library loading complete. 2023-11-08 10:44:46 11/08/2023 10:44:46:647: NativeKVM: register(com.avocent.kvm.c.pb[windowedVideoPanel,0,0,820x620,layout=java.awt.FlowLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=java.awt.Dimension[width=820,height=620]]) 2023-11-08 10:44:46 11/08/2023 10:44:46:649: NativeKVM: register(com.avocent.kvm.c.pb[fullScreenVideoPanel,0,0,820x620,layout=java.awt.FlowLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=java.awt.Dimension[width=820,height=620]]) 2023-11-08 10:44:46 setPassthroughEnabled(true) 2023-11-08 10:44:46 setPassthroughEnabled(false) 2023-11-08 10:44:46 iDracViewerMainController.enableSingleCursorMenuItem() [true] 2023-11-08 10:44:46 DefaultMainMenu.setEnabledMenuItem() [Single Cursor] 2023-11-08 10:44:46 DefaultMainMenu.setEnabledMenuItem() [Single Cursor] 2023-11-08 10:44:46 DefaultMainMenu.setEnabledMenuItem() [Pass all keystrokes to server] 2023-11-08 10:44:46 DefaultMainMenu.setEnabledMenuItem() [Pass all keystrokes to server] 2023-11-08 10:44:47 11/08/2023 10:44:47:907: User login response: 3 2023-11-08 10:44:49 java.net.SocketException: Broken pipe (Write failed) 2023-11-08 10:44:49 at java.net.SocketOutputStream.socketWrite0(Native Method) 2023-11-08 10:44:49 at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111) 2023-11-08 10:44:49 at java.net.SocketOutputStream.write(SocketOutputStream.java:155) 2023-11-08 10:44:49 at sun.security.ssl.SSLSocketOutputRecord.deliver(SSLSocketOutputRecord.java:319) 2023-11-08 10:44:49 at sun.security.ssl.SSLSocketImpl$AppOutputStream.write(SSLSocketImpl.java:1217) 2023-11-08 10:44:49 at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82) 2023-11-08 10:44:49 at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140) 2023-11-08 10:44:49 at java.io.DataOutputStream.flush(DataOutputStream.java:123) 2023-11-08 10:44:49 at com.avocent.kvm.c.d.g.b(Unknown Source) 2023-11-08 10:44:49 at com.avocent.kvm.c.d.i.run(Unknown Source) 2023-11-08 10:45:12 Nov 08, 2023 10:45:12 AM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode 2023-11-08 10:45:12 WARNING: Could not lock User prefs. Unix error code 20. 2023-11-08 10:45:12 Nov 08, 2023 10:45:12 AM java.util.prefs.FileSystemPreferences syncWorld 2023-11-08 10:45:12 WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock. 2023-11-08 10:45:42 Nov 08, 2023 10:45:42 AM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode 2023-11-08 10:45:42 WARNING: Could not lock User prefs. Unix error code 20. 2023-11-08 10:45:42 Nov 08, 2023 10:45:42 AM java.util.prefs.FileSystemPreferences syncWorld 2023-11-08 10:45:42 WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock. 2023-11-08 10:46:12 Nov 08, 2023 10:46:12 AM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode 2023-11-08 10:46:12 WARNING: Could not lock User prefs. Unix error code 20. 2023-11-08 10:46:12 Nov 08, 2023 10:46:12 AM java.util.prefs.FileSystemPreferences syncWorld 2023-11-08 10:46:12 WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock. 2023-11-08 10:46:42 Nov 08, 2023 10:46:42 AM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode 2023-11-08 10:46:42 WARNING: Could not lock User prefs. Unix error code 20.

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

1 participant