Bug 1010494 - create root partition (/) with out size values
Summary: create root partition (/) with out size values
Keywords:
Status: CLOSED DUPLICATE of bug 1004903
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-20 21:32 UTC by orti1980
Modified: 2013-09-23 13:40 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-23 13:40:18 UTC
Type: Bug


Attachments (Terms of Use)

Description orti1980 2013-09-20 21:32:52 UTC
anaconda 20.10-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/blivet/size.py", line 80, in _parseSpec
    raise ValueError("invalid size specification", spec)
  File "/usr/lib/python2.7/site-packages/blivet/size.py", line 138, in __new__
    self = Decimal.__new__(cls, value=_parseSpec(spec))
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 156, in size_from_entry
    size = Size(spec=size_text)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 282, in on_add_confirm_clicked
    self.size = size_from_entry(self.builder.get_object("addSizeEntry"))
ValueError: ('invalid size specification', 'MB')

Local variables in innermost frame:
m: None
spec: MB


Anaconda instance, containing members:
_instClass: DefaultInstall instance, containing members:
_intf: GraphicalUserInterface instance, containing members:
  _intf.instclass: Already dumped (DefaultInstall instance)
  _intf._mehInterface: GraphicalExceptionHandlingIface instance, containing members:
    _intf._mehInterface._lightbox_func: <bound method GraphicalUserInterface.lightbox_over_current_action of <pyanaconda.ui.gui.GraphicalUserInterface object at 0x2f5f810>>
  _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'>
  _intf.data: #version=DEVEL
# System authorization information
auth --enableshadow --passalgo=sha512

# Use hard drive installation media
harddrive --dir=None --partition=/dev/mapper/live-osimg-min
# Run the Setup Agent on first boot
firstboot --enable
ignoredisk --only-use=sda
# Keyboard layouts
keyboard --xlayouts='us','de (nodeadkeys)' --switch='grp:alt_shift_toggle'
# System language
lang de_DE.UTF-8

# Network information
network  --bootproto=dhcp --device=em1 --onboot=off --ipv6=auto
network  --bootproto=dhcp --device=em2 --onboot=off --ipv6=auto
network  --hostname=localhost.localdomain
# System timezone
timezone Europe/Berlin --isUtc
# System bootloader configuration

Comment 1 orti1980 2013-09-20 21:51:41 UTC
after click on Report Bug freeze the system(OS)

Comment 2 David Shea 2013-09-23 13:40:18 UTC

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


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