Bug 856308

Summary: F18 Alpha RC2 kickstart failed with: NoSuchGroup: Base
Product: [Fedora] Fedora Reporter: Scott Poore <spoore>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: anaconda-maint-list, dcantrell, g.kaviyarasu, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:d4524f51bea16b8a90fa6a8a64d7ade2e77878b13ba77df23675adc42c11f318
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-12 14:38:19 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:
Attachments:
Description Flags
File: ifcfg.log
none
File: anaconda-tb
none
File: environ
none
File: type
none
File: storage.log
none
File: version
none
File: program.log
none
File: product
none
File: syslog
none
File: hashmarkername
none
File: packaging.log
none
File: anaconda.log
none
File: ks.cfg
none
File: release
none
File: description none

Description Scott Poore 2012-09-11 17:57:51 UTC
Version-Release number of selected component:
anaconda-18.6.7

Additional info:
libreport version: 2.0.12
cmdline:         ks=file:/f18rc2.ks 
kernel:         3.6.0-0.rc2.git2.1.fc18.x86_64

Comment 1 Scott Poore 2012-09-11 17:57:54 UTC
Created attachment 611868 [details]
File: ifcfg.log

Comment 2 Scott Poore 2012-09-11 17:57:56 UTC
Created attachment 611869 [details]
File: anaconda-tb

Comment 3 Scott Poore 2012-09-11 17:57:58 UTC
Created attachment 611870 [details]
File: environ

Comment 4 Scott Poore 2012-09-11 17:57:59 UTC
Created attachment 611871 [details]
File: type

Comment 5 Scott Poore 2012-09-11 17:58:01 UTC
Created attachment 611872 [details]
File: storage.log

Comment 6 Scott Poore 2012-09-11 17:58:04 UTC
Created attachment 611873 [details]
File: version

Comment 7 Scott Poore 2012-09-11 17:58:06 UTC
Created attachment 611874 [details]
File: program.log

Comment 8 Scott Poore 2012-09-11 17:58:08 UTC
Created attachment 611875 [details]
File: product

Comment 9 Scott Poore 2012-09-11 17:58:10 UTC
Created attachment 611876 [details]
File: syslog

Comment 10 Scott Poore 2012-09-11 17:58:13 UTC
Created attachment 611877 [details]
File: hashmarkername

Comment 11 Scott Poore 2012-09-11 17:58:15 UTC
Created attachment 611878 [details]
File: packaging.log

Comment 12 Scott Poore 2012-09-11 17:58:17 UTC
Created attachment 611879 [details]
File: anaconda.log

Comment 13 Scott Poore 2012-09-11 17:58:19 UTC
Created attachment 611880 [details]
File: ks.cfg

Comment 14 Scott Poore 2012-09-11 17:58:20 UTC
Created attachment 611881 [details]
File: release

Comment 15 Scott Poore 2012-09-11 17:58:22 UTC
Created attachment 611882 [details]
File: description

Comment 16 Scott Poore 2012-09-11 18:01:22 UTC
Hey, automatic bugzilla reporting in F18 seems to work :-) ! 

Do I have something in ks.cfg wrong now for F18?  I didn't select @Base there so I'm guessing that's something automatically selected?

Comment 17 Chris Lumens 2012-09-11 18:19:08 UTC
There's a couple things going on here:

(1) It got renamed to "Standard", not "Base".  That's fixed post-alpha.

(2) "Base" was always added to the set unless you used --nobase.  However with a patch from notting that is no longer the case and if you want the Standard group, you will need to include it.  It looks like from your kickstart file that your intention is probably to not get it, though I don't really know.

(3) You've never needed to specify the "Core" group.  You get that whether you want it or not.  But, specifying it doesn't hurt anything either.

Comment 18 Chris Lumens 2012-09-12 14:38:19 UTC
I have added a release note for this, since I think it's going to catch a lot of people by surprise:

https://fedoraproject.org/wiki/Documentation_Installer_Beat

Comment 19 Scott Poore 2012-09-12 15:17:32 UTC
(In reply to comment #17)
> There's a couple things going on here:
> 
> (1) It got renamed to "Standard", not "Base".  That's fixed post-alpha.

So if I wanted Standard, it won't be available until after alpha is released?

> 
> (2) "Base" was always added to the set unless you used --nobase.  However
> with a patch from notting that is no longer the case and if you want the
> Standard group, you will need to include it.  It looks like from your
> kickstart file that your intention is probably to not get it, though I don't
> really know.

I didn't want Base in my test.  But it was apparently still referenced somewhere.  So, taking from your comment in (1) above, is that reference to Base removed in a version that will be supplied post-alpha?

> 
> (3) You've never needed to specify the "Core" group.  You get that whether
> you want it or not.  But, specifying it doesn't hurt anything either.

Yeah, I forget that most of the time.

Comment 20 Jesse Keating 2012-09-12 21:43:13 UTC
If you want standard, specify @standard in your kickstart.  That group exists now in the metadata.

If you don't want base now, use %packages --nobase.  After the alpha, this will no longer be necessary, nor will it do anything.