Noob Warning!
I'm new to the Kasm Community and am trying out container streaming for a project I'm currently involved. Unfortunately I've been unable to successfully install a single server for some "experience" testing to see if this is something that will work for my project.
Rather than simply giving up and moving on, I figured I'd try to open my first issue on git for an inconvenience with a project I'd really like to give a try.
- All I was doing was following the documentation for installing a single server with the following commands:
cd /tmp
curl -O https://kasm-static-content.s3.amazonaws.com/kasm_release_1.18.1.tar.gz
tar -xf kasm_release_1.18.1.tar.gz
sudo bash kasm_release/install.sh
-
I'm currently installing into a VM running RHEL 9.7 with the following specs:
| ROLE | CPU | RAM | HDD |
| :--- | :---: | :---: | :---: |
| WebApp | 4 | 4 | 70 |
| Database | 4 | 4 | 50 |
| Agent | 2 | 4 | 120 |
| Recording | 8 | 4 | 80 |
| Total | 18 | 16 | 320 | <-- Current Config
-
Journal Log Output (edited for brevity)
Database Initialization Complete
Not seeding default Workspaces Images.
Setting Seed file as /opt/kasm/1.18.1/conf/database/seed_data/default_agents.yaml
Mar 03 15:54:54 kasm.jfklabs.com bash[84560]: 73937cf3b07f Downloading 14.68MB
Mar 03 15:54:54 kasm.jfklabs.com bash[84560]: 645b85541537 Downloading 1.049MB
.
.
Mar 03 15:54:55 kasm.jfklabs.com bash[84560]: 73937cf3b07f Downloading 17.83MB
Mar 03 15:54:55 kasm.jfklabs.com bash[84560]: 1dfa9fdb99b4 Downloading 1.049MB
Mar 03 15:54:55 kasm.jfklabs.com bash[84560]: failed to copy: httpReadSeeker: failed open: failed to do request: Get "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/7e/7e49dc6156b0b532730614d83a65ae5e7ce61e966b0498703d333b4d03505e4f/data?expires=1772577884&signature=TECvv9cSblnnjqBYFtRT7drOSfE%3D&version=3": net/http: TLS handshake timeout
Mar 03 15:54:55 kasm.jfklabs.com systemd[1]: kasm.service: Main process exited, code=exited, status=1/FAILURE
- I'm not certain if this collection of information I've provided is of any value so if anything else is needed, please let me know and I'd be happy to do my best!
Thank you all!!!
JFK
Noob Warning!
I'm new to the Kasm Community and am trying out container streaming for a project I'm currently involved. Unfortunately I've been unable to successfully install a single server for some "experience" testing to see if this is something that will work for my project.
Rather than simply giving up and moving on, I figured I'd try to open my first issue on git for an inconvenience with a project I'd really like to give a try.
I'm currently installing into a VM running RHEL 9.7 with the following specs:
| ROLE | CPU | RAM | HDD |
| :--- | :---: | :---: | :---: |
| WebApp | 4 | 4 | 70 |
| Database | 4 | 4 | 50 |
| Agent | 2 | 4 | 120 |
| Recording | 8 | 4 | 80 |
| Total | 18 | 16 | 320 | <-- Current Config
Journal Log Output (edited for brevity)
Thank you all!!!
JFK