File: control

package info (click to toggle)
netconsole 0.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: sh: 134; makefile: 33
file content (31 lines) | stat: -rw-r--r-- 1,282 bytes parent folder | download
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
26
27
28
29
30
31
Source: netconsole
Section: admin
Priority: optional
Maintainer: Benjamin Drung <bdrung@debian.org>
Build-Depends: debhelper-compat (= 13), pandoc, shellcheck
Standards-Version: 4.7.0
Homepage: https://github.com/ionos-cloud/netconsole
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/netconsole
Vcs-Git: https://salsa.debian.org/debian/netconsole.git

Package: netconsole
Architecture: all
Depends: iproute2,
         iputils-arping | arping,
         kmod,
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Dynamically configure Linux netconsole
 Netconsole is a Linux kernel module that sends all kernel log messages over
 the network to another computer. It was designed to be as instantaneous as
 possible, to enable the logging of even the most critical kernel bugs. It
 works from IRQ contexts as well, and does not enable interrupts while sending
 packets. Due to these unique needs, only IP networks, UDP packets and Ethernet
 devices are supported.
 .
 This package contains a netconsole service that dynamically configures
 netconsole by configuring one or more hosts by their names or IP addresses.
 .
 Documentation is available in the Linux kernel tree under
 https://www.kernel.org/doc/Documentation/networking/netconsole.txt