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] echo: write error: No such process sed: couldn't flush stdout: Device or resource busy #64

Closed
1 task done
Greatz08 opened this issue Jul 29, 2024 · 2 comments
Closed
1 task done

Comments

@Greatz08
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

just showing this error in cli of container after succesfully starting with default docker compose given in documentation of linuxserver. i tried changing permissions removing some things like env variables and all but nothing worked :-((. I am talking about latest image i pulled today of kasm

echo: write error: No such process

sed: couldn't flush stdout: Device or resource busy

Expected Behavior

No response

Steps To Reproduce

  • OS:
  • How docker service was installed: using docker compose

services:
kasm:
image: lscr.io/linuxserver/kasm:latest
container_name: kasm
privileged: true
# environment:
- KASM_PORT=443
# - DOCKER_HUB_USERNAME=hue #optional
# - DOCKER_HUB_PASSWORD=huehue08 #optional
# - DOCKER_MTU=1500 #optional
# - UMASK=022
volumes:
- ./data:/opt
# ports:
# - 5909:3000
# - 5181:443
network_mode: container:gluetunn
restart: unless-stopped

i tried with optional volumes ones too and without privileged: true too and changed folder permissions too with chmod because i thought maybe it is not able to write.
i tried creating container with sudo too but nothing worked. I tried with ports too and with my other tunnel networking too. Telling here all this because i can paste each and every changed docker compose variants here.

Environment

OS : arch linux 
pulled docker through yay package manager and rest other containers are working fine

CPU architecture

x86-64

Docker creation

:-)

Container logs

echo: write error: No such process

sed: couldn't flush stdout: Device or resource busy
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@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.

@LinuxServer-CI LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants