Bug 46694
| Summary: | Kickstart crashes while attempting a network install. | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <yoda_mon> |
| Component: | anaconda | Assignee: | Brent Fox <bfox> |
| Status: | CLOSED NOTABUG | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-06-29 22:43:36 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: | |||
You have a misspelling in your kickstart file. The autofs package name has no dash in it. So, instead of saying 'auto-fs', you should say 'autofs'. |
From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT; IE5.01_ SP2_wOLE) Description of problem: While attempting a kickstart from a network share the boot crashed shortly after loading anaconda. How reproducible: Always Steps to Reproduce: 1. dd the bootnet.img to floppy. 2. cp ks.cfg to floppy. The ks file is mostly a copy of the sample on the cdrom. 3. at the boot prompt: linux ks=floppy 4. i also attempted to boot from cd and used the floppy for the ks file and it also failed. Actual Results: The system halted, reported a bug, and suggested that I report it here. Expected Results: Linux installed from a network share. Additional info: The first section of the dump file. Traceback (innermost last): File "/usr/bin/anaconda", line 520, in ? intf.run(todo, test = test) File "/var/tmp/anaconda-7.1//usr/lib/anaconda/text.py", line 1126, in run rc = apply (step[1](), args) File "/var/tmp/anaconda-7.1//usr/lib/anaconda/text.py", line 551, in __call__ if todo.doInstall (): File "/var/tmp/anaconda-7.1//usr/lib/anaconda/todo.py", line 1698, in doInstall self.getCompsList() File "/var/tmp/anaconda-7.1//usr/lib/anaconda/todo.py", line 770, in getCompsList self.updateInstClassComps () File "/var/tmp/anaconda-7.1//usr/lib/anaconda/todo.py", line 811, in updateInstClassComps self.selectPackage(n) File "/var/tmp/anaconda-7.1//usr/lib/anaconda/todo.py", line 826, in selectPackage raise ValueError, str ValueError: package auto-fs is not available Local variables in innermost frame: package: auto-fs str: package auto-fs is not available self: <todo.ToDo instance at 8233aa0>