Bug 1264942

Summary: systemd error 'FreezingExecution' on reboot with dnf-system-upgrade
Product: [Fedora] Fedora Reporter: Satish Balay <balay>
Component: dnf-plugin-system-upgradeAssignee: Will Woods <wwoods>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: wwoods
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-21 18:25:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Satish Balay 2015-09-21 17:14:16 UTC
Description of problem:

Reboot after dnf-system-upgrade gives systemd error 'FreezingExecution'
Version-Release number of selected component (if applicable):

This is on a Thinkpad T430 laptop.

How reproducible:

I've seen this error before with 'fedup' a couple of days ago [before it was obseleted by dnf-system-upgrade aswell]. But I was able to reboot back to F22 kernel [and do "fedup --resetbootloader"]


Steps to Reproduce:
[from F22] 
1. fedup --network 23
2. dnf system-upgrade reboot
3.

Actual results:

[transcribing message manually from screen]

systemd[1]: [/etc/systemd/system/system-upgrade-shell.service:8] couldn't unescape assignment, ignoring: TERM=linux ps1=system-upgrade:\w\$\x20
systemd[1]: caught <ABRT dumped core as pid200.
systemd[1]: FreezingExecution

Expected results:

Continue of upgrade process.

Additional info:

Current F23 beta snapshot is: 23_Beta_RC1/Workstation

Comment 1 Will Woods 2015-09-21 18:25:05 UTC
system-upgrade-shell.service only exists in the (now obsolete) upgrade.img that the old fedup uses. So you're still booting the old upgrade boot entry, which we know is broken and useless.

You should delete that boot entry:

  new-kernel-pkg --remove fedup

*** This bug has been marked as a duplicate of bug 1245838 ***