Closed RiffyDivine closed 8 months ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
What kind of filesystem is /home/riffy/docker/kasm-workspaces/data
it needs to be a sane linux filesystem as you are bind mounting in for DinD to function.
Also did you install docker from here ? https://docs.docker.com/engine/install/ubuntu/
What kind of filesystem is
/home/riffy/docker/kasm-workspaces/data
it needs to be a sane linux filesystem as you are bind mounting in for DinD to function.Also did you install docker from here ? https://docs.docker.com/engine/install/ubuntu/
Yes, I did install it from docker's directions and the mounted folder is a sane address so not sure what you mean by that.
A sane Linux filesystem would be like ext4, btrfs,etc. Is this fuse based in any way ? Or on a remote network share.
A sane Linux filesystem would be like ext4, btrfs,etc. Is this fuse based in any way ? Or on a remote network share.
No, it's not a file system it's the folder I keep my docker compose files under.
Post output on the host of mount
The chtime error usually indicates the filesystem is full, has privilege issues, or is fuse based, which is why I asked.
Post output on the host of
mount
The chtime error usually indicates the filesystem is full, has privilege issues, or is fuse based, which is why I asked.
I am an idiot is the problem. I just now noticed when looking at it, I was still having it point to a nfs mount and not the hard drive. Changed the docker compose file correctly this time and it's loading. I bet I can guess the issue now looking at it from a step back., it's permissions between the nfs share and the container. Moved all -v from the nfs share to the drive and it works fine.
I am now getting a /dev/dri/renderD129 error but that likely is my own fault again with how I got the nvidia container toolkit working. I will need to mull that one over tonight or just disable the video card in setup of the container so it doesn't use it.
Is there an existing issue for this?
Current Behavior
Well I am trying to load just ubuntu during the installation and get this error "11d974fc9638 Verifying Checksum 11d974fc9638 Download complete failed to register layer: chtimes /bin: operation not permitted"
Does anyone know what this error means/how to address it?
This is my compose file. services: kasm: image: lscr.io/linuxserver/kasm:latest container_name: kasm privileged: true environment:
Expected Behavior
For it to install properly and allow access to the kasm server.
Steps To Reproduce
Run the compose file and go to the https://:3000 and during the run of the installer I get the error above and it seems to stop at that point.
Environment
CPU architecture
x86-64
Docker creation
Container logs