Bug 124454

Summary: Generating bad kickstart files
Product: [Fedora] Fedora Reporter: Kyrre Ness Sjøbæk <kyrsjo>
Component: system-config-kickstartAssignee: Chris Lumens <clumens>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-29 21:18:50 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
One of the kickstarters
none
File created with system-config-kickstart can't be reread none

Description Kyrre Ness Sjøbæk 2004-05-26 17:54:10 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686) Opera 
7.50  [en]

Description of problem:
The kickstart files generated by the utility is simply not working! 
There are several reasons:

- The package-group-selection is malformed (me, having Norwegian as 
the standard libary, got norwegian texts in the ks.cfg (like the ones 
printed on-screen during install), which obiviously didn't work.
- During kickstart installs, anaconda first deletes every partition 
on disk, and then asks how to partition. I set that it should delete 
every linux partition, and not touch the others
- Norwegian nynorsk should probably be named no_NN, not se_NN...

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


How reproducible:
Always

Steps to Reproduce:
1.Make a kickstart-file using system-config-kickstart
2.boot the system of the boot-cd or cd1, set linux ks=floppy in 
syslinux
3.
    

Additional info:

Multiple bugs. Some pretty severe...

Comment 1 Kyrre Ness Sjøbæk 2004-05-26 17:58:14 UTC
Created attachment 100600 [details]
One of the kickstarters

Only thing that is different about this one and the one used, is that the one
used was set to automatically start X, and I removed the script as it did not
work.

Comment 2 Kyrre Ness Sjøbæk 2004-05-26 18:01:01 UTC
Hmmm... One thing I forgot - anaconda somhow forgot to detect the 
monitor in all instalations. So the res got set to 800x600 (had to 
set monitor by hand after install)

Comment 3 Brent Fox 2004-06-15 20:07:11 UTC
Here's my response to your three issues:

1) This should be fixed with system-config-kickstart-2.5.11-2 in Rawhide.

2) Do you have non-ext3 partitions on the disk?

3) As far as I can tell, Norwegian Nynorsk should be nn_NO.  That's
what system-config-kickstart is writing out for me.  Norwegian Norsk
should write out no_NO.


Comment 4 Kyrre Ness Sjøbæk 2004-06-17 07:32:20 UTC
1) Good! When will it be in stable? The version included with FC2 is
somwhat... Non-working

2) Both yes and no: I one case, i was testing if the
kickstart-installer worked (on my personal workstation. A bit risky it
may seem...), but setting it to "use free space" and also to ask every
question. But it seemed that the install just deleted everything on
the disk, and then asked about partitioning, even if told what to do.
In another case, where we where upgrading a buch of FC1/XP machines to
FC2/XP, (ext3+NTFS), it just killed everything on the disk, and again
asked for partitioning (giving the "which auto" and then the manual
screen as during a normal Anaconda install...) (it was set to "remove
all Linux partitions")

I don't know if this is related to Anaconda or Kickstart, but it is
sertainly a bug...

3) Hmmm... will you please test after setting your system language to
Norwegian?

But what about the screen detection? Think that is somwhat f'ed up...
This works great during a normal anaconda install.

BTW do you care to remove those two passwords in the attachment? I
didn't see it before now...

Anther thing about kickstart-editor: The dropdown where you choose
architecture is somwhat un-userfriendly if you are installing on
dead-standard x86... Maybee add an entry for it, even if it does not
do anything but add an comment, but still...

Comment 5 Nigel Horne 2004-08-05 10:56:48 UTC
Created attachment 102442 [details]
File created with system-config-kickstart can't be reread

I created the attached file with system-config-kickstart, but when I try to
reload it later I get this message:

Traceback (most recent call last):
  File "/usr/share/system-config-kickstart/kickstartGui.py", line 270, in
on_activate_open
    self.fillData()
  File "/usr/share/system-config-kickstart/kickstartGui.py", line 307, in
fillData
    self.firewall_class.fillData()
  File "/usr/share/system-config-kickstart/firewall.py", line 221, in fillData
    self.firewallCustomizeRadio.set_active(gtk.TRUE)
AttributeError: 'NoneType' object has no attribute 'set_active'

Comment 6 Brent Fox 2004-08-05 14:24:45 UTC
Nigel: the problem that you are seeing is unrelated to this bug
report.  You should look at
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=124342 for more
information on that particular problem.

Comment 7 Paul Nasrat 2004-08-11 12:31:53 UTC
Please retest with fc3t1 and feed back which issues are still
remaining for you please.


Comment 8 Chris Lumens 2005-03-29 21:18:50 UTC
Closing due to inactivity.  Feel free to repoen or file a new bug if you are
still seeing problems.