Closed luc-vocab closed 3 days ago
Hi, is there any other information that I can provide here which could help lead to a resolution ?
I am still experiencing the error after upgrading to 1.16.1, though it doesn't seem to systematically happen on all images
FIXED. I looked at the kasm_api
container logs:
2024-11-23 02:18:59,750 [INFO] cherrypy.access.125139293186064: 172.18.0.11 - - [23/Nov/2024:02:18:59] "GET /api/admin/get_file_mapping_contents?token=eyJhbGciOiJSUzI1NiI sInR5cCI6IkpXVCJ9.eyJmaWxlX21hcF9pZCI6IjgzYjM2YTVjLWYyNjAtNGQzYi05ZjNkLTQ2ZmVjYWZlZGMxYSIsImV4cCI6MTczMjMyODYzOSwiYXV0aG9yaXphdGlvbnMiOls2MF19.daVo1zxfbEKUkdAcG5mpGRlB-65 J85VVd1c5Gp4UdBipu01isiWGnLsMvsLicR8zRnJXELIFNlYapHEcwzgQQlW8dyjHQKkLlIQWNqwu_Ij8L9-sIqlOq5YA6GyDJO9IG5IKocetOV-7LlMn5qVsFIizwN0QyeYmNQU8gTtokKMSaKCfSJ11WyIARmBiWTAUWy$ Ob4UIMr7yQDPIcExZQVHP8M1V5zJx2lTL7-Ao0Wthtk8kY1LZXliqmOr8cYjp1iAE5cgIkKLY7X1xTiNJOHeMo9sdGdivKBQVM7BqJqOM4pZAVHkOAyiBn9eUr2y9-fA24s1d_hYSKtxS9H2_DgrhRo_C-b4SMeKSP1F4WpeVq teEBUOq5CNcDWcsyYPbs123x5La88bSXYpC-av36EOOrSp78OJgr56yDDVnADfkurd-8-SIy9MvnSr_UA8V5Ec3Wcd-IsIO_ZHfvT5cjEt0c8TjuEeZOpnCjItnFT1z3r5JJID40MNSx0hFVrMkorPhm4ZHtrO3zq6sSQ2Jmyc 20i18PV7H9NOtevCNIu5EphsY9TyyI0KPJXrCmwEOX8wo2WBuNhEYDhH3bqFcBtIVl9sjo1l4umdwbbrEzLs1yrKOU9zEnUuQw7aang4Sg1m07T7Ncn6WHnRVAE-XyEjc58YniIo_QjlTlNEww HTTP/1.1" 200 170 "" "p ython-requests/2.31.0"
and it became clear to me it had to do with file mappings. I went to my user setup and removed the file mapping. Now, containers start again. I'll re-attempt my file mapping later.
We can confirm the Fedora 40 image () seems to be working on a Ubuntu 24.04 host on a clean install of Workspace 1.16.1
Looks like you have pinpointed part of the issue is with the file mapping.
This KB may help you troubleshoot what specifically is going wrong. https://kasmweb.atlassian.net/servicedesk/customer/portal/3/article/30048276
Regarding file mapping , pay special attention to the guide when wanting to write files to the users profile: https://kasmweb.com/docs/latest/guide/file_mappings.html#user-home-profile
Also if you are overwriting scripts that are part of the entry point workflow make sure you are marking them as executable in the file mapping config
Existing Resources
Describe the bug After upgrading to Kasm Workspaces 1.16, some containers such as Fedora 40 are not starting up. Here are logs from the docker daemon:
Seeing the following error in the Kasm Workspaces logging page in the web interface:
To Reproduce Start Fedora 40 container.
Expected behavior I expect the container to start up.
Workspaces Version 1.126
Workspaces Installation Method Single Server
Client Browser (please complete the following information):
Workspace Server Information (please provide the output of the following commands):
uname -a
:Linux workspaces 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
cat /etc/os-release
sudo docker info
sudo docker ps | grep kasm
Additional context Add any other context about the problem here.