dmesg


Description:

[ Version ( since = "1.0.18" ) ]
public string dmesg () throws Error

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