-
Notifications
You must be signed in to change notification settings - Fork 5
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
figure out how to ensure crash is available for hotkdump #6
Comments
I suggest we snapify hotkdump and add crash there as a dependency. |
If we integrate pykdump with hotkdump so we can gather outputs like scsishow dmshow multipath -l etc, I think it comes with crash binary as well as the extensions pre-built. ( see https://sourceforge.net/projects/pykdump/files/ ) which mentions,
|
The pre-built
... so the downstream consumer would have to install libncurses and libtinfo in order to make |
The dockerfile describes a Docker image based on ubuntu:jammy and it installs all the dependencies needed by hotkdump. It also compiles crash 8.0.3 from source and installs to the image, so the hotkdump has everything it needs. Related-to: canonical#6 Signed-off-by: Mustafa Kemal Gilor <[email protected]>
so we can either make sure crash is installed or install if not, or keep a built master of crash in the hotkdump repo, or keep just the built crash binary in the repo (not sure if that would work), or other options .. but somehow we need to ensure whoever git clones hotkdump and tries to use it doesn't need to worry about crash setup..
The text was updated successfully, but these errors were encountered: