Bug 733875
Summary: | RuntimeError: Returning partitions to state prior to edit failed | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Xiaoqing Wei <xwei> | ||||
Component: | anaconda | Assignee: | David Lehman <dlehman> | ||||
Status: | CLOSED NOTABUG | QA Contact: | Release Test Team <release-test-team-automation> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 6.2 | CC: | akong, juzhang, michen, shuang | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Unspecified | ||||||
Whiteboard: | abrt_hash:a3d63d67bdcbd154ec78f232280dcaa5e585ce31db489ad3cdefbd1cbc537a71 | ||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-10-17 19:31:25 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | 519526 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Xiaoqing Wei
2011-08-28 04:32:16 UTC
Please attach files matching /tmp/anaconda-tb-* to this report as plain text attachments, Thanks. (In reply to comment #3) > Please attach files matching /tmp/anaconda-tb-* to this report as plain text > attachments, Thanks. Hi David, I will try to reproduce it and attach the file you asked, Thanks and Best Regards, Xiaoqing. Created attachment 520940 [details]
/tmp/anaconda-tb*
Hi, This bug is reported automatically by anaconda, Let me describe the detail steps : 1st, I boot my host into rescue mode by pxe, with tree RHEL6.2-20110823.1 . 2nd, then I type anaconda to install os. 3rd, in partitioning screen,I click return to previous screen(or sth like that). 4th, just login my bz account and anaconda report this bug. Thanks and Best Regards, Xiaoqing Wei First of all, the traceback you attached does not match the one that caused this bug to be reported. Second, here's what happened to lead to the traceback you did attach: it looks like you selected to do an upgrade, then you went and started anacron inside the mounted system (/mnt/sysimage), and then tried to back up and do an install instead of an upgrade. You cannot go and start applications/daemons inside the mounted system and then expect anaconda to be able to unmount it afterwards. This is an unsupported scenario. If you would like to attach the crash report from your original bug, please do so. (In reply to comment #7) > the mounted system (/mnt/sysimage), and then tried to back up and do an install aha, I boot my host into rescue mode for data recovery, #chroot /mnt/sysimage after backed up my data , I exit from chroot and decide run anaconda to reinstall my host, then the anaconda crashes at partitioning. So,that should be my mis-operation . Thanks and Best Regards, Xiaoqing Wei This bug involves running anaconda from the command line inside the mounted system in rescue mode, which is not supported. |