Bug 103827
| Summary: | installation hang up after checking hard disk blocks | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <astier> |
| Component: | anaconda | Assignee: | Jeremy Katz <katzj> |
| Status: | CLOSED DUPLICATE | QA Contact: | Mike McLean <mikem> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | ||
| 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: | 2006-02-21 18:58:28 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
Need Real Name
2003-09-05 13:45:52 UTC
Reporter writes:
Raphael Astier wrote:
> Hello.
> This bug makes me lost 2 hours.
> I will appreciate if I could obtain some explanations about it.
>
> Thank you
>
> ------------------------------------------------------------------------
>
> Traceback (innermost last):
> File "/usr/bin/anaconda", line 633, in ?
> intf.run(id, dispatch, configFileData)
> File "/usr/lib/anaconda/gui.py", line 353, in run
> self.icw.run (self.runres, configFileData)
> File "/usr/lib/anaconda/gui.py", line 814, in run
> mainloop ()
> File "/usr/lib/python1.5/site-packages/gtk.py", line 2676, in mainloop
> _gtk.gtk_main()
> File "/usr/lib/anaconda/gui.py", line 529, in handleRenderCallback
> self.currentWindow.renderCallback()
> File "/usr/lib/anaconda/iw/progress_gui.py", line 135, in renderCallback
> self.intf.icw.nextClicked()
> File "/usr/lib/anaconda/gui.py", line 417, in nextClicked
> self.dispatch.gotoNext()
> File "/usr/lib/anaconda/dispatch.py", line 144, in gotoNext
> self.moveStep()
> File "/usr/lib/anaconda/dispatch.py", line 209, in moveStep
> rc = apply(func, self.bindArgs(args))
> File "/usr/lib/anaconda/packages.py", line 375, in turnOnFilesystems
> thefsset.checkBadblocks(instPath)
> File "/usr/lib/anaconda/fsset.py", line 1007, in checkBadblocks
> self.badblocksEntry(entry, chroot)
> File "/usr/lib/anaconda/fsset.py", line 984, in badblocksEntry
> entry.fsystem.badblocksDevice(entry, self.progressWindow, chroot)
> File "/usr/lib/anaconda/fsset.py", line 210, in badblocksDevice
> l = string.split(num, '/')
> TypeError: argument 1: expected read-only character buffer, int found
>
This is a well known problem that was fixed in later releases. If you insist on using 7.3 there is a simple workaround: don't ask anaconda to check for badblocks. The traceback you encountered only occurs when bad blocks are actually found, so you should consider that fact before continuing to use the drive. *** This bug has been marked as a duplicate of 66181 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |