itzg/docker-minecraft-bedrock-server

Send-command is broken

Aperta

#652 aperta il 26 giu 2026

 (6 commenti) (0 reazioni) (0 assegnatari)Shell (295 fork)github user discovery
help wanted

Metriche repository

Star
 (1793 stelle)
Metriche merge PR
 (Merge medio 5h 13m) (10 PR mergiate in 30 g)

Descrizione

Image: itzg/minecraft-bedrock-server (latest) Host: Ubuntu 24.04 x86_64 Docker: official package (not Snap)

Problem: send-command always fails with:

find: '/proc//exe': Permission denied ERROR: failed to search for bedrock server process

Observations:

  • docker attach works normally
  • bedrock_server is running
  • /proc//exe cannot be resolved even from inside the container
  • writing to /proc//fd/0 also fails with Permission denied
  • send-command relies on scanning /proc/*/exe

Guida contributor