netconsole 0.3.1-3 source package in Ubuntu

Changelog

netconsole (0.3.1-3) unstable; urgency=medium

  * Drop lsb-base dependency
  * Install systemd service in /usr/lib/systemd/system (Closes: #1073711)
  * Update year in copyright
  * Bump Standards-Version to 4.7.0

 -- Benjamin Drung <email address hidden>  Sat, 22 Jun 2024 00:56:28 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
netconsole_0.3.1-3.dsc 2.1 KiB 0d7af98373f918f3407dec5834bb54b45ce1b4ba49be732c1e25a8052486bb88
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-3.debian.tar.xz 8.7 KiB d99edf24c41b7eb315ec48aef44f0809bae8688a036545b1825e90ed75a1a444

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