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

Unable to remove tmp/contextBroker.pid #4587

Open
tzzed opened this issue Jun 19, 2024 · 1 comment
Open

Unable to remove tmp/contextBroker.pid #4587

tzzed opened this issue Jun 19, 2024 · 1 comment

Comments

@tzzed
Copy link
Contributor

tzzed commented Jun 19, 2024

Bug description
Since few day I have encounter the following error on differents plateforme.
rm: cannot remove '/tmp/contextBroker.pid': No such file or directory

  • Orion version: 3.10.1 (this can be got with GET /version in the API port or using contextBroker --version)
  • MongoDB version 6.0

How to reproduce it
1.Steps to reproduce the behavior (as an example)
when a I start orion with with the entrypoint in the docker-compose file
entrypoint: [ "sh", "-c", "rm /tmp/contextBroker.pid; /usr/bin/contextBroker -fg -multiservice -dbhost mongodb -logLevel ERROR" ]
docker-compose up --build orion
sh rm: cannot remove '/tmp/contextBroker.pid': No such file or directory

Expected behavior
orion should start

@tzzed tzzed added the bug label Jun 19, 2024
@fgalan fgalan removed the bug label Jun 25, 2024
@fgalan
Copy link
Member

fgalan commented Jun 25, 2024

This is expected behaviour. Have a look to the discussion at #3166 for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants