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

Process Event Monitoring Doesn't Work Inside Containers #2

Closed
kcq opened this issue Sep 24, 2015 · 5 comments
Closed

Process Event Monitoring Doesn't Work Inside Containers #2

kcq opened this issue Sep 24, 2015 · 5 comments

Comments

@kcq
Copy link
Member

kcq commented Sep 24, 2015

No description provided.

@kcq
Copy link
Member Author

kcq commented Sep 25, 2015

Can be kernel related. Works on 3.x, but doesn't work with the custom 4.0 kernel in boot2docker/docker-machine.

@kcq
Copy link
Member Author

kcq commented Sep 26, 2015

Most likely it's boot2docker related... It looks like the kernel there is compiled without CONFIG_PROC_EVENTS enabled.

@kcq
Copy link
Member Author

kcq commented Sep 26, 2015

zcat /proc/config.gz | grep CONFIG_PROC_EVENTS
confirms it (nothing is there)

@kcq
Copy link
Member Author

kcq commented Oct 13, 2015

Need to detect when the kernel feature is available. When it's not available it should "fake" process notifications using polling...

@kcq
Copy link
Member Author

kcq commented Nov 21, 2015

DockerSlim now detects if the proc events kernel feature is available...

@kcq kcq closed this as completed Nov 21, 2015
kcq pushed a commit that referenced this issue Apr 20, 2020
…atcuk/doublestar-1.2.4

Bump github.com/bmatcuk/doublestar from 1.2.2 to 1.2.4
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

1 participant