-
-
Notifications
You must be signed in to change notification settings - Fork 81
Closed as not planned
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
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
- modify kasmvnc.yaml.lsio
- check inside th erunnign container if the ocnfig applied correctly
- nothing happens
Environment
- OS: ubuntu server 22.04
- How docker service was installed: using apt from download.docker.comDocker 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
EOTContainer 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::websocketReactions are currently unavailable
Metadata
Metadata
Assignees
Type
Projects
Status
Done