I'm actually not able to reproduce it myself anymore either. I changed other settings too, so that might be related.
On Fri, Jun 10, 2016, 04:00 Louis Bouchard <louis.bouch...@ubuntu.com> wrote: > Hello, > > Le 09/06/2016 21:55, Arnout Boelens a écrit : > > Package: kdump-tools > > Version: 1:1.5.9-7 > > Severity: normal > > > > I found that with the default line is kdump-tools.default > > > > GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT > crashkernel=384-:128M" > > > > running > > > > dmesg | grep -i crash > > > > does not give anything back, suggesting no memory is reserved. Changing > the line to > > > > GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT > crashkernel=384M-2G:64M,2G-:128M" > > > > While I am not able to reproduce your situation, I agree that the unit > should be > present. > > Are you sure that you rebooted after installation of kdump-tools ? > > Here is what I have : > > > > root@sid-kdumptools:~# uname -a > > Linux sid-kdumptools 4.5.0-1-amd64 #1 SMP Debian 4.5.1-1 (2016-04-14) > x86_64 GNU/Linux > > root@sid-kdumptools:~# dmesg | grep -i crash > > [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.5.0-1-amd64 > root=UUID=1fdf5f82-607f-439a-93f8-f4aa41c37c5a ro console=ttyS0,115200 > crashkernel=384-:128M > > [ 0.000000] Reserving 128MB of memory at 736MB for crashkernel > (System RAM: 1023MB) > > [ 0.000000] Kernel command line: > BOOT_IMAGE=/boot/vmlinuz-4.5.0-1-amd64 > root=UUID=1fdf5f82-607f-439a-93f8-f4aa41c37c5a ro console=ttyS0,115200 > crashkernel=384-:128M > > root@sid-kdumptools:~# kdump-config show > > DUMP_MODE: kdump > > USE_KDUMP: 1 > > KDUMP_SYSCTL: kernel.panic_on_oops=1 > > KDUMP_COREDIR: /var/crash > > crashkernel addr: 0x2e000000 > > /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinuz-4.5.0-1-amd64 > > kdump initrd: > > /var/lib/kdump/initrd.img: symbolic link to > /var/lib/kdump/initrd.img-4.5.0-1-amd64 > > current state: ready to kdump > > > > kexec command: > > /sbin/kexec -p --command-line="BOOT_IMAGE=/boot/vmlinuz-4.5.0-1-amd64 > root=UUID=1fdf5f82-607f-439a-93f8-f4aa41c37c5a ro console=ttyS0,115200 > irqpoll maxcpus=1 nousb systemd.unit=kdump-tools.service" > --initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz > > Anyway, I'm preparing a new release of makedumpfile following upstream's > new > release to I will take your suggestion in account. > > Kind regards, > > ...Louis > -- > Louis Bouchard > Software engineer, > Ubuntu Developer / Debian Maintainer > GPG : 429D 7A3B DD05 B6F8 AF63 B9C4 8B3D 867C 823E 7A61 > >