Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Executable names corrupted on Linux #52

Open
mcandre opened this issue Apr 10, 2021 · 1 comment
Open

Executable names corrupted on Linux #52

mcandre opened this issue Apr 10, 2021 · 1 comment

Comments

@mcandre
Copy link

mcandre commented Apr 10, 2021

Executable names are wonky. For example, /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal is truncated to unattended-upgr.

unattended-upgr is not the real executable name. It's not even a filename. It's an incomplete part of the directory name supplied as a command line argument.

@1-u-1
Copy link

1-u-1 commented Feb 29, 2024

Hello! This is an old one but this is because go-ps reads from /proc/pid/stat, which returns the same minor information as /proc/pid/comm. I opened an issue to have it read os.Readlink of the /proc/pid/exe to get the real path. In the mean time, you can write your own basic function to take the pid, build the /proc/pid/exe path and use os.Readlink to read it out. Hope this helps!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants