Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175522 - install using liveCD Exception received: 'loop'
Summary: install using liveCD Exception received: 'loop'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Installer (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux Installer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-22 05:20 UTC by Ben
Modified: 2007-11-17 18:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben 2007-04-22 05:20:37 UTC
I am using the liveCD to install gentoo, and I receive a 'loop' exception everytime it goes into partitioning. I saw bug #152164 but I don't have any usb storage plugged in.

Reproducible: Always

Steps to Reproduce:
1.setup installprofile with partitioning (special or recomended)
2.install


Actual Results:  
GLI: April 22 2007 05:09:51 - Gentoo Linux Installer version 0.4.1
GLI: April 22 2007 05:09:51 - Setting root password.
GLI: April 22 2007 05:09:51 - Portmap started.
GLI: April 22 2007 05:09:51 - Completed pre_install steps
GLI: April 22 2007 05:10:35 - This is a bad thing. An exception occured outside of the normal install errors. The error was: ''loop''
GLI: April 22 2007 05:10:35 - Traceback (most recent call last):
GLI: April 22 2007 05:10:35 - File "/opt/installer/GLIClientController.py", line 197, in run
    self._install_steps[self._install_step]['function']()
GLI: April 22 2007 05:10:35 - File "/opt/installer/templates/x86ArchitectureTemplate.py", line 379, in partition
    parts_old[device] = GLIStorageDevice.Device(device, arch=self._client_configuration.get_architecture_template())
GLI: April 22 2007 05:10:35 - File "/opt/installer/GLIStorageDevice.py", line 79, in __init__
    self._labelinfo = labelinfo[self._disklabel]
GLI: April 22 2007 05:10:35 - KeyError: 'loop'
Comment 1 Andrew Gaffney (RETIRED) gentoo-dev 2007-11-17 18:44:21 UTC
The code that this error happened in doesn't even exist anymore.