mattermost / mattermost/docker

exec user process caused

Open
#105 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
533
Forks
284
PR merge metrics
No merged PRs in 30d

Description

Following the production deployment guide for docker without nginx I executed the following commands

git clone https://github.com/mattermost/docker
cd docker
cp env.example .env
mkdir -p ./volumes/app/mattermost/{config,data,logs,plugins,client/plugins,bleve-indexes}
sudo chown -R 2000:2000 ./volumes/app/mattermost
sudo docker-compose -f docker-compose.yml -f docker-compose.without-nginx.yml up -d

and found the docker image restarting because of this error (using the docker logs command)

standard_init_linux.go:228: exec user process caused: operation not permitted
standard_init_linux.go:228: exec user process caused: operation not permitted
standard_init_linux.go:228: exec user process caused: operation not permitted
standard_init_linux.go:228: exec user process caused: operation not permitted
standard_init_linux.go:228: exec user process caused: operation not permitted
standard_init_linux.go:228: exec user process caused: operation not permitted
standard_init_linux.go:228: exec user process caused: operation not permitted
standard_init_linux.go:228: exec user process caused: operation not permitted
standard_init_linux.go:228: exec user process caused: operation not permitted

a quick search online says this might be related to an error with an init script for the pod?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the production deployment guide and the docker-compose.yml and docker-compose.without-nginx.yml files used in the report. Reproduce the deployment and inspect the container logs and the image's init script entry point to determine why the process cannot be executed. Done means identifying the cause and documenting or fixing the deployment so the image starts successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, shell
Domain
devops, infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.