Hide Forgot
Created attachment 827732 [details] configuration for kdump Description of problem: unable to start it via: systemctl start abrt-vmcore.service Version-Release number of selected component (if applicable): abrt-addon-vmcore-2.1.9-1.fc19.x86_64 How reproducible: every time Steps to Reproduce: run /usr/sbin/abrt-harvest-vmcore or systemctl start abrt-vmcore.service Actual results: Path '/var/crash' cannot be an absolute path when mounting a dump partition. Expected results: no error
Thank you for filing a bug report! It seems you are trying to append an absolute path to another absolute path. Please try changing the path in the kdump configuration to something that is relative, eg. var/crash.
Thanks, that was it. I think it was because of the LVM configuration. path var/crash ext4 /dev/mapper/VG_YYY-LV_YYYYY. So I think I can close it, as not an bug.