-
Notifications
You must be signed in to change notification settings - Fork 27
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
New builded packages do not show up with their name as command with ps/pgrep/pkill , /proc #73
Comments
still shows /usr/bin/zkrsync in there |
@JensTimmerman |
same on osd009
|
@JensTimmerman try |
@stdweird I know the procname is different, that is indeed changed, just trying to give some alternatives here. If you consider this a bug, we could have the wrapper set the correct procname (linux only) with
but this seems a bit hacky |
@JensTimmerman oh, i don't consider it a bug 😄 |
It happens because we now always call python, via maybe we should exec it instead? |
@JensTimmerman ah, we wrote that. what happens if you use |
This changed now to 'python' , which makes using those commands less easier.
[root@osd010 ~]# cat /proc/2302819/comm
zkrsync
[root@osd009 ~]# cat /proc/2278866/comm
python
The text was updated successfully, but these errors were encountered: