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

[BUG] kasmvnc.yaml.lsio is not getting applied #88

Open
1 task done
ne0YT opened this issue Nov 8, 2024 · 2 comments
Open
1 task done

[BUG] kasmvnc.yaml.lsio is not getting applied #88

ne0YT opened this issue Nov 8, 2024 · 2 comments

Comments

@ne0YT
Copy link

ne0YT commented Nov 8, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

kasmvnc.yaml.lsio

this file is replacing the kasmvnc.yaml - file, but configuration set there is not getting applied.

Expected Behavior

stuff i configure inside this file needs to be applied.

Steps To Reproduce

  1. modify kasmvnc.yaml.lsio
  2. check inside th erunnign container if the ocnfig applied correctly
  3. nothing happens

Environment

- OS: ubuntu server 22.04
- How docker service was installed: using apt from download.docker.com

Docker creation

# KASM Configuration
RUN cp /usr/local/etc/kasmvnc/kasmvnc.yaml.lsio /usr/local/etc/kasmvnc/kasmvnc.yaml.lsio.backup && \
    cat >> /usr/local/etc/kasmvnc/kasmvnc.yaml.lsio <<'EOT'
user_session:
  session_type: exclusive
  new_session_disconnects_existing_exclusive_session: true

encoding:
  max_frame_rate: 60
  full_frame_updates: none
  rect_encoding_mode:
    min_quality: 7
    max_quality: 8
    consider_lossless_quality: 10
    rectangle_compress_threads: auto

  video_encoding_mode:
    jpeg_quality: -1
    webp_quality: -1
    max_resolution:
      width: 1920
      height: 1080
    enter_video_encoding_mode:
      time_threshold: 5
      area_threshold: 45%
    exit_video_encoding_mode:
      time_threshold: 3
    logging:
      level: off
    scaling_algorithm: progressive_bilinear
EOT

Container logs

migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────
  _____ __ __ _____ _____ _____ _____ 
 |     |  |  |   __|_   _|     |     |
 |   --|  |  |__   | | | |  |  | | | |
 |_____|_____|_____| |_| |_____|_|_|_|
       _____ __ __ _ __    ____  
      | __  |  |  | |  |  |    \ 
      | __ -|  |  | |  |__|  |  |
      |_____|_____|_|_____|____/ 

  Based on images from linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    911
User GID:    911
───────────────────────────────────────

.....+..+.+.....+....+.....+...+...+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*..+...+.+.....+..........+...+......+..+...+.......+....................+...+.+...............+........+.+...........+...+.+..+...+....+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*....+...............+..+.+...+..+.......+..+...+..........+......+.........+.....+......................+........+.+..........................+.+...+............+.....+.......+......+.....+.+...+...+.....+...+.+...+...........+..........+..+...+....+.....+.......+.........+..............+.+..+....+...............+...............+......+..+.......+......+.....+............+.......+...+..+.+.....+.........+........................+.......+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
.+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*..+...+............+...+...+....+...+...+............+..+......+.......+..+....+.....+.......+.....+...+..........+.....+.+.....+.+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*.......+...+.........+.+............+.....+.......+.....+...+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-----
[custom-init] No custom files found, skipping...
_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.

Xvnc KasmVNC 1.3.3 - built Nov  2 2024 19:03:27
Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)
See http://kasmweb.com for information on KasmVNC.
Underlying X server release 12014000, The X.Org Foundation

[ls.io-init] done.
19
Obt-Message: Xinerama extension is not present on the server
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
 2024-11-08 00:49:59,256 [INFO] websocket 0: got client connection from 127.0.0.1
 2024-11-08 00:49:59,268 [PRIO] Connections: accepted: @myipishere_1731023399.257008::websocket
 2024-11-08 00:56:19,968 [PRIO] Connections: closed: @myipishere_1731023399.257008::websocket (Clean disconnection)
 2024-11-08 01:02:46,909 [INFO] websocket 1: got client connection from 127.0.0.1
 2024-11-08 01:02:46,920 [PRIO] Connections: accepted: @myipishere_1731024166.910261::websocket
@LinuxServer-CI
Copy link
Collaborator

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

@ne0YT
Copy link
Author

ne0YT commented Dec 8, 2024

keeping it from closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

2 participants