dmesg
Description:
return kernel messages
This returns the kernel messages (dmesg
output) from the guest kernel. This is sometimes useful for extended debugging of
problems.
Another way to get the same information is to enable verbose messages with set_verbose or by setting the environment variable "LIBGUESTFS_DEBUG=1" before running the program.
Parameters:
this |
A GuestfsSession object |
Returns:
the returned string, or NULL on error |