This bug was fixed in the package kdump-tools - 1:1.6.8.3ubuntu1

---------------
kdump-tools (1:1.6.8.3ubuntu1) hirsute; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - debian/control/tests: sleep while waiting for systemd service.
    - Bump amd64 crashkernel from 384M-:128M to 512M-:192M.
    - Add a systemd-resolved service dependency in order kdump-tools is able
      to resolve DNS when in kdump boot.

kdump-tools (1:1.6.8.3) unstable; urgency=medium

  * kdump-config: Fix storage of local/NFS dump files
    (Closes: #985716) (LP: #1920759).

 -- dann frazier <da...@ubuntu.com>  Tue, 23 Mar 2021 08:49:04 -0600

** Changed in: kdump-tools (Ubuntu Hirsute)
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to kdump-tools in Ubuntu.
Matching subscriptions: Maintainer
https://bugs.launchpad.net/bugs/1920759

Title:
  kdump-tools passes wrong arguments to makedumpfile

Status in kdump-tools package in Ubuntu:
  Fix Released
Status in kdump-tools source package in Hirsute:
  Fix Released
Status in kdump-tools package in Debian:
  Fix Released

Bug description:
  Commit 38fe0c8f41fd (Support compressing the dumpfile) [1] 
  changes the call to makedumpfile : 
  - makedumpfile $MAKEDUMP_ARGS $vmcore_file "$KDUMP_CORETEMP"
  + makedumpfile $MAKEDUMP_ARGS $vmcore_file | compress > "$KDUMP_CORETEMP"

  This introduces a regression because makedumpfile is called with the wrong 
  arguments and as a result instead of creating a real dumpfile it creates
  a file which contains an error message : 

  # cat /var/crash/202103181853/dump.202103181853 
  makedumpfile: version 1.6.8++ (released on 16 Nov 2020)
  command line: makedumpfile -c -d 31 -D /proc/vmcore 

  Commandline parameter is invalid.
  Try `makedumpfile --help' for more information.

  makedumpfile Failed.

  
  [1] 
https://salsa.debian.org/debian/kdump-tools/-/commit/38fe0c8f41fd0deeafa3719ab5e82d8b536d8b17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdump-tools/+bug/1920759/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to