Bug 209860

Summary: anaconda failed after configuration screens with an exception error line 1173.
Product: Red Hat Enterprise Linux 4 Reporter: glendee kittman <glendee>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 4.0   
Target Milestone: ---   
Target Release: ---   
Hardware: powerpc   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-10-09 15:12:41 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:

Description glendee kittman 2006-10-06 23:47:01 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)

Description of problem:
During install on an LPAR via the HMC vterm console, when using the netboot.img via tftpboot to install from an nfs server, the install crashes after i go through the configuration process and get all the way to where I set the root password.  When I click OK on the root password screen, I get this error:  File "/usr/bin/anaconda", line 1173, in ? intf.run(id, dispatch, configFileData) File"/usr/src/build/500929-ppc/install//usr/lib/anaconda/text.py", line 510, in run

Version-Release number of selected component (if applicable):


How reproducible:
Always


Steps to Reproduce:
1. on new host lpar via hmc vterm, boot to sms menu
2. set static ip address
3. boot via bootp to tftp/nfs server.
4. select nfs installation
5. go though anaconda windows to select language, TZ,... thru set root password
6. click OK and get exception error.

Actual Results:
An unhandled exception has occurred.  This is
  most likely a bug.  Please copy the full text
  of this exception and file a detailed bug
  report against anaconda at
  http://bugzilla.redhat.com/bugzilla/
 
  Traceback (most recent call last):
   File "/usr/bin/anaconda", line 1173, in ?
     intf.run(id, dispatch, configFileData)
   File
  "/usr/src/build/500929-ppc/install//usr/lib/anac
  onda/text.py", line 510, in run
 
 
 
Traceback (most recent call last):
  File "/usr/bin/anaconda", line 1173, in ?
    intf.run(id, dispatch, configFileData)
  File "/usr/src/build/500929-ppc/install//usr/lib/anaconda/text.py", line 510,
in run
    dispatch.gotoNext()
  File "/usr/src/build/500929-ppc/install//usr/lib/anaconda/dispatch.py", line 1
71, in gotoNext
    self.moveStep()
  File "/usr/src/build/500929-ppc/install//usr/lib/anaconda/dispatch.py", line 2
39, in moveStep
    rc = apply(func, self.bindArgs(args))
  File "/usr/src/build/500929-ppc/install//usr/lib/anaconda/packages.py", line 2
05, in readPackages
    id.instClass.setGroupSelection(grpset, intf)
  File "/tmp/product/installclasses/rhel.py", line 31, in setGroupSelection
    grpset.selectGroup("server", asMeta = 1)
  File "/usr/lib/anaconda/hdrlist.py", line 834, in selectGroup
    raise KeyError, "No such group %s" %(group,)
KeyError: 'No such group server'
 
> /usr/lib/anaconda/hdrlist.py(834)selectGroup()
-> raise KeyError, "No such group %s" %(group,)
(Pdb)

Expected Results:
the disk should have been partitioned, formatted and installation from nfs would have begun.

Additional info:
how do i interact with the hmc vterm at nfs boot to possibly turn of usb probe?  nousb might be the problem but I can't see how to set this with nfs install.

Comment 1 glendee kittman 2006-10-07 00:28:46 UTC
the issue might be a cp issue.  cd1 needed the ~/base directry copied to the 
AIX NFS server with the cp -hpR switches and it was only copied with the pR 
switches.  Re-copied and install is running.

i also reexported the nfs directory as root=servername, that could have fixed 
it too.

possible links were broken.