netconsole 0.3.1-1 source package in Ubuntu

Changelog

netconsole (0.3.1-1) unstable; urgency=medium

  * New upstream release.
    - netconsole.init: Silence quotation complaint by shellcheck 0.7.1
      (Closes: #959603)
  * Bump Standards-Version to 4.5.0 (no changes required)

 -- Benjamin Drung <email address hidden>  Mon, 11 May 2020 14:09:49 +0200

Upload details

Uploaded by:
Benjamin Drung
Uploaded to:
Sid
Original maintainer:
Benjamin Drung
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
netconsole_0.3.1-1.dsc 2.1 KiB c42a295dffee49d654e17279bd1b92b2280176ab5003b30bd9a1d4302cd793c1
netconsole_0.3.1.orig.tar.xz 5.1 KiB 4c0f4b9795ab98c06dd209109fc8b9ffc712e0982ac6dd2e6771c90947a12bbf
netconsole_0.3.1.orig.tar.xz.asc 833 bytes 562a67bb0692fd58660035bef8ce884636edd8e5b40e0bafeb51ce37f251ac14
netconsole_0.3.1-1.debian.tar.xz 8.5 KiB 7e94ae33ea2af2a32ade12397bb5081f35dc9b83bad66c62002ad6a6c93ae07f

Available diffs

No changes file available.

Binary packages built by this source

netconsole: 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