Bug 751229 - problem using preupgrade on dualboot system
Summary: problem using preupgrade on dualboot system
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 16
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-03 23:46 UTC by Wolfgang Bremer
Modified: 2011-11-04 00:19 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-11-04 00:19:19 UTC
Type: ---


Attachments (Terms of Use)
Anaconda Traceback as requested (473.67 KB, text/plain)
2011-11-03 23:46 UTC, Wolfgang Bremer
no flags Details

Description Wolfgang Bremer 2011-11-03 23:46:58 UTC
Created attachment 531673 [details]
Anaconda Traceback as requested

Description of problem:
After reboot ananconda comes up and scans the file systems.
Looks like a known bug with python.

Bugzilla told me there is already a known bug #743647 but I am not using any btrfs partitions.

How reproducible:
Upgrade from F15 to F16 using preupgrade on dualboot system.
  
Actual results:
python crashes with "'NoneType' object has no attribute 'path'"


Expected results:
working upgrade to F16

Additional info:
talked to #fedora-qa on irc and was told to open a new bug

Comment 1 David Lehman 2011-11-04 00:19:19 UTC
The problem is because the same device (vg_virus-lv_root) appears three times in your /etc/fstab:

/dev/mapper/vg_virus-lv_root	/	ext4	defaults	1	1
/dev/mapper/vg_virus-lv_root	/tmp_	ext4	defaults,relatime,barrier=1,data=ordered	0	0
/dev/mapper/vg_virus-lv_root	/var/tmp__	ext4	defaults,relatime,barrier=1,data=ordered	0	0


Remove, or comment out, the last two of those entries if you want to finish your upgrade.


Note You need to log in before you can comment on or make changes to this bug.