1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: dumputils
Section: admin
Priority: extra
Maintainer: Troy Heber <troyh@debian.org>
Uploaders: Micah Anderson <micah@debian.org>
Build-Depends: debhelper (>= 4), dpatch
Standards-Version: 3.6.2.1
Package: dumputils
Architecture: any
Depends: ${shlibs:Depends}
Suggests: kernel-patch-lkcd, lcrash, crash
Conflicts:
Description: simple configuration and dump recovery utilities for LKCD
Facilitates the integration of LKCD (Linux Kernel Crash Dump) into the
operating system by providing user space utilities that:
.
1. Configure and enable crash dumps by managing the LKCD kernel component
2. Retrieving dumps from the LKCD dump partition, and saves them to the local
file system or a ftp server.
.
For complete LKCD crash dump support you will need the LKCD kernel
patch ("kernel-patch-lkcd"), "dumputils" (this package), and a
debugger that can be used to analyze the crash such as the "lcrash"
or "crash" packages.
|