summaryrefslogtreecommitdiff
path: root/pkg/dmesg
Commit message (Collapse)AuthorAgeFilesLines
* Use Klogctl from x/sys/unix to read Linux kernel logTobias Klauser2019-08-221-5/+3
| | | | Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
* Add canonical import commentDaniel Nephin2018-02-052-2/+2
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Remove redundant build-tagsSebastiaan van Stijn2017-12-181-2/+0
| | | | | | | | Files that are suffixed with `_linux.go` or `_windows.go` are already only built on Linux / Windows, so these build-tags were redundant. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* devmapper: show dmesg if mount failsKir Kolyshkin2017-09-172-0/+29
If mount fails, the reason might be right there in the kernel log ring buffer. Let's include it in the error message, it might be of great help. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>