Skip to content

[Bug] - Creating background process causes repeated error messages #352

@routerino

Description

@routerino

Existing Resources

  • [ x] Please search the existing issues for related problems
  • [ x] Consult the product documentation : Docs
  • [ x] Consult the FAQ : FAQ
  • [ x] Consult the Troubleshooting Guide : Guide
  • [ x] Reviewed existing training videos: Youtube

Describe the bug
When adding a process that starts in the background (via the & directive) to custom_startup.sh, the docker image will repeatedly complain that it can't find a process via the kill command.

To Reproduce
Steps to reproduce the behavior:

  1. create a dockerfile that adds a custom_startup.sh file
  2. add a background process that starts with the & directive
  3. Check logs

Expected behavior
No error message

Screenshots
image

Workspaces Version
Version 1.12

Workspaces Installation Method
Standalone workspaces docker image

Client Browser (please complete the following information):
N/A

Workspace Server Information (please provide the output of the following commands):
Fedora 37 Docker Host

Additional context
Does not happen if not starting in background (however this in turn is blocking the watchdog loop that follows custom_startup.sh)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions