-
Notifications
You must be signed in to change notification settings - Fork 60
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
libvmi process-list error #63
Comments
Hi, the libvmi documentation about KVM should not be used, as it reference the legacy kvm driver. your |
@Wenzel I tried to execute as follows with reference to the person who raised the problem before, but I am getting an error like the image. I don't know what the cause is. |
I don't know either. |
Also, I would like to see the error content with debugging enabled, but it does not display properly because of the bad way. |
Toggle the debug output by rebuilding libvmi: |
@Wenzel After that, I did vmi-process-list, but it seems that the debug result is not displayed like the image. Please let me know if you still have something to do. |
You don't need to run cmake as sudo. Did you rebuild and reinstall libvmi ? |
Mayne you enabled the ENV_DEBUG option, and the debugging will only be triggered by exposing LUBVMI_DEBUG=1 |
I was able to successfully run the kvm-vmi test program. Therefore, I tried to run vmi-process-list by introducing libvmi at the end of the sentence. But I can't start it.
I have completed the process exactly as shown in the image.
Probably go to the rest of the LibVMI docs, but this might be an error because you're doing something different from what the author thought.
Enable GDB access to your KVM VM.This is done by adding'-s' to the VM creation line or, by modifying the VM XML definition used by libvirt as follows:
Change:
to: Add:qemu:commandline
<qemu:arg value='-s'/>
</qemu:commandline>
under the level of the XML.
I believe this is what I do, but if not, please let me know. Thank you.
The text was updated successfully, but these errors were encountered: