openSUSE / kdump

kernel dump helpers
GNU General Public License v2.0
21 stars 24 forks source link

Run kdump.service only after kdump-early.service is done (boo#1196335) #37

Closed Vogtinator closed 1 year ago

Vogtinator commented 1 year ago

kdump needs to run after kdump-early, not before and not simultaneously. In the latter case, one of the kexec_load calls would fail with EBUSY.

jiribohac commented 1 year ago

Thanks for finding this!