[ Version ( since = "1.0.18" ) ]
public string dmesg () throws Error
return kernel messages
This returns the kernel messages (dmesg(1) 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.
| this |
A GuestfsSession object |
|
the returned string, or NULL on error |