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

issues with processes without parent pids #14

Open
xrmx opened this issue Nov 4, 2010 · 1 comment
Open

issues with processes without parent pids #14

xrmx opened this issue Nov 4, 2010 · 1 comment

Comments

@xrmx
Copy link
Owner

xrmx commented Nov 4, 2010

Micheal,
pybootchargui reported this:
Missing CONFIG_PROC_EVENTS: no parent for pid '1001' ('bootchartd') with ppid '0'
Missing CONFIG_PROC_EVENTS: no parent for pid '1002' ('init') with ppid '0'
Missing CONFIG_PROC_EVENTS: no parent for pid '2882001' ('redis-server') with ppid '0'

First the simple stuff:

  • pid 1 and 2 should not be accounted
  • the error message is misleading, i have CONFIG_PROC_EVENTS and it is working fine
    I can fix myself these issues but i'd like a second opinion :)

Then the very strange pid of redis-server. Any hint?

Some of the stuff you can find in the logs:

  • pid 2882 is used two times, one by startpar the other by redis-server initd script, that's plausible but i think in cases like this we can reuse the parent pid of the first one and the name of the second?

Logs available here:
http://people.freedesktop.org/~rm/bootchart-redis-pid/

@xrmx
Copy link
Owner Author

xrmx commented Jul 6, 2011

Note to self, most of the changes discussed there have been applied and only "no parent for pid '2882001' ('redis-server') with ppid '0'" message will be shown with a recent bootchart2.

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