-
Notifications
You must be signed in to change notification settings - Fork 24
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
tracer invocation fails with uid not found: 93 #33
Comments
Hello Michel, Please, what version of |
python-psutil-1.2.1-5.fc21.x86_64 ... could I possibly need the new 2.1.x release that's in F22? |
Current git version of tracer needs 2.1.x, but the version you have installed requires 1.2.x. The traceback comes from strange place. For assurance, please what output you get from command
(replace 6024 with pid of some of your process) |
Also |
If I am reading the code correctly then self.uids is the owner of the process. Therefore if you start process under user foo, then you uninstall the package and remove user foo (bad practice, but some people do that). psutil have that id, but pwd is unable to match with getent database. |
Thank you @xsuchy. Good point. |
Plus, isn't 93 a system uid, not one that normal users would get? |
AFAIK 93 is reserved for exim. |
Odd... |
This issue is simply reproducable as @xsuchy said. Thank you.
I will fix it soon. |
@michel-slm, can you please try it now, but from git?
|
Will try tonight on the affected machine, thanks! |
@FrostyX seems to work
|
Great, Thank you |
Alright, should I wait until there's a build in Koji and then close this? Thanks! |
Please wait a while. I will try to release it as soon as possible and let you know :-) |
It should be safe to close this issue, right? I'm getting another issue with 0.5.8:
|
Thank you @michel-slm , If yes, do you still using Please, does the new package work? |
@FrostyX I got automatically migrated to dnf-plugins-extras-tracer, so yes, that's the one I was using (dnf-plugins-extras-{common,tracer}-0.0.4-1.fc21) Running "sudo tracer" does seem to work
|
@michel-slm Sorry for little delay I had to got to my desktop computer. I am confirming the issue and going to solve it. |
Well, the issue was already fixed in rpm-software-management/dnf-plugins-extras@379b051 and it works fine on F22 and F23. Build for F21 failed for some reason. Please wait for an arbitrary update of the |
Aha, yes, works on my Fedora 22 test VM. Let's close this and I'll see if I can help debug the F21 build problem tonight. |
I get the same traceback from Tracer when its invoked from the command line as well as using the DNF plugin:
The text was updated successfully, but these errors were encountered: