Remove "ata_piix.prefer_ms_hyperv=0" parameter

Bug #1978333 reported by Heather Lemon
16
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kdump-tools (Ubuntu)
Fix Released
Undecided
Heather Lemon
Bionic
Invalid
Undecided
Unassigned
Focal
Invalid
Undecided
Unassigned
Impish
Invalid
Undecided
Unassigned
Jammy
Fix Released
Undecided
Heather Lemon
Kinetic
Fix Released
Undecided
Heather Lemon
makedumpfile (Ubuntu)
Invalid
Undecided
Unassigned
Bionic
Fix Released
Undecided
Heather Lemon
Focal
Fix Released
Undecided
Heather Lemon
Impish
Invalid
Undecided
Unassigned
Jammy
Invalid
Undecided
Unassigned
Kinetic
Invalid
Undecided
Unassigned

Bug Description

[Impact]

Azure VM instances hit I/O error on boot causing kernel crash

[Test Plan]

Create Ubuntu Marketplace VM on Azure

```
ssh -i .ssh/id_rsa ubuntu@ipaddr<azureVM>
```

Install crash dump utilities (from guide: https://ubuntu.com/server/docs/kernel-crash-dump)

apt-get install kdump-tools

Say (y) to all questions during install

kdump-config show
*shows the vm is not yet ready to kdump

root@bionic3: kdump-config show
 * no crashkernel= parameter in the kernel cmdline
DUMP_MODE: kdump
USE_KDUMP: 1
KDUMP_SYSCTL: kernel.panic_on_oops=1
KDUMP_COREDIR: /var/crash
crashkernel addr:
   /var/lib/kdump/vmlinuz
kdump initrd:
   /var/lib/kdump/initrd.img
current state: Not ready to kdump

kexec command:
  no kexec command recorded

Reboot the VM

sudo su

As root on the VM after reboot:

kdump-config show

kdump-config show
DUMP_MODE: kdump
USE_KDUMP: 1
KDUMP_SYSCTL: kernel.panic_on_oops=1
KDUMP_COREDIR: /var/crash
crashkernel addr: 0x32000000
   /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinuz-5.4.0-1086-azure
kdump initrd:
   /var/lib/kdump/initrd.img: symbolic link to /var/lib/kdump/initrd.img-5.4.0-1086-azure
current state: ready to kdump

kexec command:
  /sbin/kexec -p --command-line="BOOT_IMAGE=/boot/vmlinuz-5.4.0-1086-azure root=UUID=143c811b-9b9c-48f3-b0c8-040f6e65f50a ro console=tty1 console=ttyS0 earlyprintk=ttyS0 reset_devices systemd.unit=kdump-tools-dump.service nr_cpus=1 irqpoll nousb ata_piix.prefer_ms_hyperv=0" --initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz

#verify kdump is on

cat /proc/cmdline
... crashkernel=512M-:192M

dmesg | grep -i crash
[ 0.071660] kexec: Reserving the low 1M of memory for crashkernel
[ 0.269823] Reserving 192MB of memory at 640MB for crashkernel (System RAM: 4095MB)

cat /proc/sys/kernel/sysrq
# make sure this value is greater than 0
#set it to 1
sudo sysctl -w kernel.sysrq=1

the directory of /var/crash should have no crashes yet as well.

Outcome with "ata_piix.prefer_ms_hyperv=0" in kexec command:
# perform crash
sudo su
echo c > /proc/sysrq-trigger

After a couple of minuties
Open new terminal and try to ssh to azure VM,
It does not succeed

Force a reboot of the VM through the portal or serial console
#kdump doesnt work and hangs indefinitely
#force reboot VM from Azure console

# verify package version of kdump-tool
# verify parameter is not listed in the kdump-config show output
kdump-config unload
kdump-config load
kdump-config show

kdump-config show
DUMP_MODE: kdump
USE_KDUMP: 1
KDUMP_SYSCTL: kernel.panic_on_oops=1
KDUMP_COREDIR: /var/crash
crashkernel addr: 0x32000000
   /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinuz-5.4.0-1086-azure
kdump initrd:
   /var/lib/kdump/initrd.img: symbolic link to /var/lib/kdump/initrd.img-5.4.0-1086-azure
current state: ready to kdump

kexec command:
  /sbin/kexec -p --command-line="BOOT_IMAGE=/boot/vmlinuz-5.4.0-1086-azure root=UUID=143c811b-9b9c-48f3-b0c8-040f6e65f50a ro console=tty1 console=ttyS0 earlyprintk=ttyS0 reset_devices systemd.unit=kdump-tools-dump.service nr_cpus=1 irqpoll nousb" --initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz

#trigger another crash
echo c > /proc/sysrq-trigger

# open new terminal and ssh back into vm

cd /var/crash

#verify a dump was created
linux-image-5.4.0-1086-azure-202208041658.crash

[Where Problems Could Occur]

This change modifies the debian/rules.
The package could fail to build properly if mistyped.

[Other]
Back-porting a fix from upstream to remove "ata_piix.prefer_ms_hyperv=0" parameter.

target series - Bionic, Focal, Jammy

upstream patch

https://salsa.debian.org/debian/kdump-tools/-/commit/b1bac9396ddbbce3817c34be3161630698e4a503

*Note: There are two source packages needed changes, kdump-tools for Impish -> Kinetic and makedumpfile for series Focal -> Bionic

Changed in kdump-tools (Ubuntu Bionic):
assignee: nobody → Heather Lemon (hypothetical-lemon)
Changed in kdump-tools (Ubuntu Focal):
assignee: nobody → Heather Lemon (hypothetical-lemon)
Changed in kdump-tools (Ubuntu Jammy):
assignee: nobody → Heather Lemon (hypothetical-lemon)
Changed in kdump-tools (Ubuntu Kinetic):
assignee: nobody → Heather Lemon (hypothetical-lemon)
Revision history for this message
Heather Lemon (hypothetical-lemon) wrote (last edit ):

Jammy debdiff *kdump-tools

Revision history for this message
Ubuntu Foundations Team Bug Bot (crichton) wrote :

The attachment "lp1978333_jammy.debdiff" seems to be a debdiff. The ubuntu-sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. If the attachment isn't a patch, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issue please contact him.]

tags: added: patch
Revision history for this message
Heather Lemon (hypothetical-lemon) wrote :

It looks like Kinetic has already been resolved

Changed in kdump-tools (Ubuntu Kinetic):
status: New → Fix Committed
no longer affects: kdump-tools (Ubuntu Focal)
no longer affects: kdump-tools (Ubuntu Bionic)
Changed in kdump-tools (Ubuntu Focal):
status: New → Invalid
Changed in kdump-tools (Ubuntu Bionic):
status: New → Invalid
Changed in makedumpfile (Ubuntu Kinetic):
status: New → Invalid
Revision history for this message
Heather Lemon (hypothetical-lemon) wrote (last edit ):

impish debdiff *kdump-tools

Changed in kdump-tools (Ubuntu Impish):
assignee: nobody → Heather Lemon (hypothetical-lemon)
Changed in makedumpfile (Ubuntu Bionic):
assignee: nobody → Heather Lemon (hypothetical-lemon)
Changed in makedumpfile (Ubuntu Focal):
assignee: nobody → Heather Lemon (hypothetical-lemon)
description: updated
Revision history for this message
Heather Lemon (hypothetical-lemon) wrote :

debdiff makedumpfile focal

Changed in makedumpfile (Ubuntu Kinetic):
status: Invalid → New
Changed in makedumpfile (Ubuntu Impish):
assignee: nobody → Heather Lemon (hypothetical-lemon)
Changed in makedumpfile (Ubuntu Jammy):
assignee: nobody → Heather Lemon (hypothetical-lemon)
tags: added: sts sts-sponsor-halves
Revision history for this message
Heather Lemon (hypothetical-lemon) wrote :

adds bionic makedumpfile patch

Changed in makedumpfile (Ubuntu Kinetic):
assignee: nobody → Heather Lemon (hypothetical-lemon)
Revision history for this message
Heather Lemon (hypothetical-lemon) wrote :

For I/J/K in makedumpfile, it seems the default rules used does not have the parameter
ata_piix.prefer_ms_hyperv=0
There is also a changelog entry about removing the parameter:
* ppc64el: Remove ata_piix.prefer_ms_hyperv=0 from crashkernel cmdline

(link to changelog)
https://salsa.debian.org/search?group_id=2&project_id=57654&repository_ref=master&scope=blobs&search=883899

I will mark these as invalid

Changed in makedumpfile (Ubuntu Kinetic):
status: New → Invalid
Changed in makedumpfile (Ubuntu Jammy):
status: New → Invalid
Changed in makedumpfile (Ubuntu Impish):
status: New → Invalid
Revision history for this message
Heather Lemon (hypothetical-lemon) wrote :

FYI to build the debian/rules I executed in makedumpfile (I/J/K)

debuild -us -uc -b -rfakeroot

tags: added: verification-needed-bionic verification-needed-focal verification-needed-impish verification-needed-jammy
description: updated
description: updated
description: updated
Changed in makedumpfile (Ubuntu Kinetic):
assignee: Heather Lemon (hypothetical-lemon) → nobody
Changed in makedumpfile (Ubuntu Jammy):
assignee: Heather Lemon (hypothetical-lemon) → nobody
Changed in makedumpfile (Ubuntu Impish):
assignee: Heather Lemon (hypothetical-lemon) → nobody
Revision history for this message
Steve Langasek (vorlon) wrote :

This SRU test case appears insufficient to me; you are testing in a lxd container software that only has any effect when the kernel crashes. The test case should demonstrate the buggy behavior and that the behavior is fixed by the SRU; a string grepped from kdump-config output is NOT proof of a bug or a fix.

Changed in kdump-tools (Ubuntu Jammy):
status: New → Incomplete
description: updated
description: updated
description: updated
Revision history for this message
Heather Lemon (hypothetical-lemon) wrote :

Hi Steve,

The test plan of the description has been updated.

I'm currently testing the Azure bionic vm and confirmed the bug.

The Impish series is EOL and I will remove the series tag.

Thank You,
Heather

Revision history for this message
Heather Lemon (hypothetical-lemon) wrote :

EOL

Changed in kdump-tools (Ubuntu Impish):
status: New → Invalid
assignee: Heather Lemon (hypothetical-lemon) → nobody
description: updated
Revision history for this message
Heather Lemon (hypothetical-lemon) wrote :

I have followed the steps outlined in the Test Plan for testing the bionic series with the fix from my ppa https://launchpad.net/~hypothetical-lemon/+archive/ubuntu/lp-1978333?field.series_filter=

verified the bug exists in Bionic and has been resolved with the removal of the parameter a crash dump was created and the vm was rebooted without manual intervention.

description: updated
tags: added: verification-done-bionic
removed: verification-needed-bionic
tags: removed: verification-needed-impish
Changed in kdump-tools (Ubuntu Jammy):
status: Incomplete → In Progress
Revision history for this message
Steve Langasek (vorlon) wrote : Please test proposed package

Hello Heather, or anyone else affected,

Accepted makedumpfile into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/makedumpfile/1:1.6.7-1ubuntu2.4 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-focal to verification-done-focal. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-focal. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Changed in makedumpfile (Ubuntu Focal):
status: New → Fix Committed
tags: added: verification-needed
Changed in makedumpfile (Ubuntu Bionic):
status: New → Fix Committed
tags: added: verification-needed-bionic
removed: verification-done-bionic
Revision history for this message
Steve Langasek (vorlon) wrote :

Hello Heather, or anyone else affected,

Accepted makedumpfile into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/makedumpfile/1:1.6.5-1ubuntu1~18.04.7 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-bionic to verification-done-bionic. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-bionic. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Revision history for this message
Ubuntu SRU Bot (ubuntu-sru-bot) wrote : Autopkgtest regression report (makedumpfile/1:1.6.5-1ubuntu1~18.04.7)

All autopkgtests for the newly accepted makedumpfile (1:1.6.5-1ubuntu1~18.04.7) for bionic have finished running.
The following regressions have been reported in tests triggered by the package:

makedumpfile/1:1.6.5-1ubuntu1~18.04.7 (i386)

Please visit the excuses page listed below and investigate the failures, proceeding afterwards as per the StableReleaseUpdates policy regarding autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-migration/bionic/update_excuses.html#makedumpfile

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

tags: added: se-sponsor-halves
removed: sts-sponsor-halves
Revision history for this message
Heitor Alves de Siqueira (halves) wrote :

Failed autopkgtest result for i386 seemed to be due to a flaky test, not an
actual regression. Test passed after another run, and no further autopkgtest
regressions have been reported.

Revision history for this message
Heather Lemon (hypothetical-lemon) wrote :

I've been testing the Focal/Jammy instances and no crash dump is being generated. I'm still investigating why this is happening.

Revision history for this message
Heather Lemon (hypothetical-lemon) wrote :

F/J kernel versions Linux focal-azure 5.15.0-1014-azure
Bionic version - 5.4.0-1086-azure

Revision history for this message
Heather Lemon (hypothetical-lemon) wrote :

Heitor advised that upping the kernel crashdump memory from 192MB to 512MB resolved Focal/Jammy not being able to report a crash dump. Thanks Heitor!

Revision history for this message
Heather Lemon (hypothetical-lemon) wrote :

# FOCAL - Proposed testing
----------

# enable proposed repo
cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe
EOF

sudo apt-get install kdump-tools

# ensure propose is selected
Get:1 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 kdump-tools amd64 1:1.6.7-1ubuntu2.4

Version tested
# dpkg -l | grep kdump
1:1.6.7-1ubuntu2.4

# say yes to all questions

# edit kernel crash params due to this LP[1]
vim /etc/default/grub.d/kdump-tools.cfg

change 192MB to 512MB

save & exit

update-grub

# reboot VM
sudo reboot

# kdump-config show has no ata param listed by default
ubuntu@focal-proposed:~$ sudo su
root@focal-proposed:/home/ubuntu# kdump-config show
DUMP_MODE: kdump
USE_KDUMP: 1
KDUMP_SYSCTL: kernel.panic_on_oops=1
KDUMP_COREDIR: /var/crash
crashkernel addr: 0x32000000
   /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinuz-5.15.0-1014-azure
kdump initrd:
   /var/lib/kdump/initrd.img: symbolic link to /var/lib/kdump/initrd.img-5.15.0-1014-azure
current state: ready to kdump

kexec command:
  /sbin/kexec -p --command-line="BOOT_IMAGE=/boot/vmlinuz-5.15.0-1014-azure root=PARTUUID=341f0b90-b764-4a16-a222-6380a3a474f1 ro console=tty1 console=ttyS0 earlyprintk=ttyS0 panic=-1 reset_devices systemd.unit=kdump-tools-dump.service nr_cpus=1 irqpoll nousb" --initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz

# show upped memory
cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.15.0-1014-azure root=PARTUUID=341f0b90-b764-4a16-a222-6380a3a474f1 ro console=tty1 console=ttyS0 earlyprintk=ttyS0 crashkernel=512M-:512M panic=-1

# make sure this value is greater than 0
#set it to 1
sudo sysctl -w kernel.sysrq=1

# perform crash
echo c > /proc/sysrq-trigger

kdump-config show
DUMP_MODE: kdump
USE_KDUMP: 1
KDUMP_SYSCTL: kernel.panic_on_oops=1
KDUMP_COREDIR: /var/crash
crashkernel addr: 0x1e000000
   /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinuz-5.15.0-1014-azure
kdump initrd:
   /var/lib/kdump/initrd.img: symbolic link to /var/lib/kdump/initrd.img-5.15.0-1014-azure
current state: ready to kdump

kexec command:
  /sbin/kexec -p --command-line="BOOT_IMAGE=/boot/vmlinuz-5.15.0-1014-azure root=PARTUUID=341f0b90-b764-4a16-a222-6380a3a474f1 ro console=tty1 console=ttyS0 earlyprintk=ttyS0 panic=-1 reset_devices systemd.unit=kdump-tools-dump.service nr_cpus=1 irqpoll nousb" --initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz

# crash dump file in /var/crash
-rw-r----- 1 root root 18772 Aug 9 18:05 linux-image-5.15.0-1014-azure-202208091804.crash

[1] https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/1918085

Revision history for this message
Heather Lemon (hypothetical-lemon) wrote :

# BIONIC - Proposed testing
----------

# enable proposed repo
cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe
EOF

sudo apt-get install kdump-tools

# ensure propose is selected
Get:8 http://archive.ubuntu.com/ubuntu bionic-proposed/main amd64 kdump-tools amd64 1:1.6.5-1ubuntu1~18.04.7 [23.6 kB]

Version tested
# dpkg -l | grep kdump
1:1.6.5-1ubuntu1~18.04.7

# say yes to all questions

# edit kernel crash params due to this LP[1]
vim /etc/default/grub.d/kdump-tools.cfg

change 192MB to 512MB

save & exit

update-grub

# reboot VM
sudo reboot

root@bionic-proposed:/home/ubuntu# ls
root@bionic-proposed:/home/ubuntu# kdump-config show
DUMP_MODE: kdump
USE_KDUMP: 1
KDUMP_SYSCTL: kernel.panic_on_oops=1
KDUMP_COREDIR: /var/crash
crashkernel addr: 0xd000000
   /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinuz-5.4.0-1086-azure
kdump initrd:
   /var/lib/kdump/initrd.img: symbolic link to /var/lib/kdump/initrd.img-5.4.0-1086-azure
current state: ready to kdump

kexec command:
  /sbin/kexec -p --command-line="BOOT_IMAGE=/boot/vmlinuz-5.4.0-1086-azure root=UUID=143c811b-9b9c-48f3-b0c8-040f6e65f50a ro console=tty1 console=ttyS0 earlyprintk=ttyS0 reset_devices systemd.unit=kdump-tools-dump.service nr_cpus=1 irqpoll nousb" --initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz

cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.4.0-1086-azure root=UUID=143c811b-9b9c-48f3-b0c8-040f6e65f50a ro console=tty1 console=ttyS0 earlyprintk=ttyS0 crashkernel=512M-:512M

sudo sysctl -w kernel.sysrq=1

# re-shell into into vm
cd /var/crash
rw-r----- 1 root root 17669 Aug 10 16:49 linux-image-5.4.0-1086-azure-202208101649.crash

Revision history for this message
Heather Lemon (hypothetical-lemon) wrote :

Is there any updates on the package making into jammy-proposed? Thanks.

Revision history for this message
Steve Langasek (vorlon) wrote : Please test proposed package

Hello Heather, or anyone else affected,

Accepted kdump-tools into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/kdump-tools/1:1.6.10ubuntu2 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-jammy to verification-done-jammy. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-jammy. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Changed in kdump-tools (Ubuntu Jammy):
status: In Progress → Fix Committed
Revision history for this message
Heather Lemon (hypothetical-lemon) wrote :

# JAMMY - proposed testing
------------

# enable proposed repo
cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe
EOF

sudo apt-get install kdump-tools

Version tested
dpkg -l | grep kdump
1:1.6.10ubuntu2

# edit kernel crash params due to this LP[1]
vim /etc/default/grub.d/kdump-tools.cfg

change 192MB to 512MB

save & exit

update-grub

# reboot VM
sudo reboot

kdump-config show
DUMP_MODE: kdump
USE_KDUMP: 1
KDUMP_COREDIR: /var/crash
crashkernel addr: 0x
   /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinuz-5.15.0-1014-azure
kdump initrd:
   /var/lib/kdump/initrd.img: symbolic link to /var/lib/kdump/initrd.img-5.15.0-1014-azure
current state: ready to kdump

kexec command:
  /sbin/kexec -p --command-line="BOOT_IMAGE=/boot/vmlinuz-5.15.0-1014-azure root=PARTUUID=fbfc827a-3738-445e-9fae-267258b78c1e ro console=tty1 console=ttyS0 earlyprintk=ttyS0 panic=-1 reset_devices systemd.unit=kdump-tools-dump.service nr_cpus=1 irqpoll nousb" --initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz

cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.15.0-1014-azure root=PARTUUID=fbfc827a-3738-445e-9fae-267258b78c1e ro console=tty1 console=ttyS0 earlyprintk=ttyS0 crashkernel=512M-:512M panic=-1

# set priority to 1
sudo sysctl -w kernel.sysrq=1

# perform crash
echo c > /proc/sysrq-trigger

cd /var/crash

-rw-r----- 1 root root 18552 Aug 22 13:32 linux-image-5.15.0-1014-azure-202208221332.crash

tags: added: verification-done-bionic verification-done-focal verification-done-jammy
removed: verification-needed-bionic verification-needed-focal verification-needed-jammy
tags: added: verification-done
removed: verification-needed
Revision history for this message
Brian Murray (brian-murray) wrote :

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

  [ Guilherme G. Piccoli ]
  * kdump-tools.service: Start kdump service a bit earlier in boot.

  [ Kellen Renshaw ]
  * rules: Remove "ata_piix.prefer_ms_hyperv=0" (Closes: #1011960).

 -- dann frazier <email address hidden> Thu, 09 Jun 2022 15:29:58 -0600

Changed in kdump-tools (Ubuntu Kinetic):
status: Fix Committed → Fix Released
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package kdump-tools - 1:1.6.10ubuntu2

---------------
kdump-tools (1:1.6.10ubuntu2) jammy; urgency=low

  * debian/rules: Remove "ata_piix.prefer_ms_hyperv=0" (LP: #1978333)

 -- Heather Lemon <email address hidden> Fri, 10 Jun 2022 16:26:37 +0000

Changed in kdump-tools (Ubuntu Jammy):
status: Fix Committed → Fix Released
Revision history for this message
Brian Murray (brian-murray) wrote : Update Released

The verification of the Stable Release Update for kdump-tools has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package makedumpfile - 1:1.6.7-1ubuntu2.4

---------------
makedumpfile (1:1.6.7-1ubuntu2.4) focal; urgency=low

  * debian/rules: Remove "ata_piix.prefer_ms_hyperv=0" (LP: #1978333)

 -- Heather Lemon <email address hidden> Mon, 13 Jun 2022 13:59:29 +0000

Changed in makedumpfile (Ubuntu Focal):
status: Fix Committed → Fix Released
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package makedumpfile - 1:1.6.5-1ubuntu1~18.04.7

---------------
makedumpfile (1:1.6.5-1ubuntu1~18.04.7) bionic; urgency=medium

  * debian/rules: Remove "ata_piix.prefer_ms_hyperv=0" (LP: #1978333)

 -- Heather Lemon <email address hidden> Mon, 13 Jun 2022 15:19:39 +0000

Changed in makedumpfile (Ubuntu Bionic):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.