Bug 85032 - Installer Crashes while trying to upgrade from 7.2 to 8.0
Summary: Installer Crashes while trying to upgrade from 7.2 to 8.0
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: installer
Version: 8.0
Hardware: i686
OS: Linux
high
high
Target Milestone: ---
Assignee: Michael Fulbright
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-02-24 23:40 UTC by Joseph A Nagy Jr
Modified: 2005-10-31 22:00 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-03-12 17:27:53 UTC
Embargoed:


Attachments (Terms of Use)
the requested fstab file (459 bytes, text/plain)
2003-02-25 23:18 UTC, Joseph A Nagy Jr
no flags Details
anaconda installer dump (44.98 KB, text/plain)
2003-03-07 18:52 UTC, Joseph A Nagy Jr
no flags Details

Description Joseph A Nagy Jr 2003-02-24 23:40:23 UTC
Description of problem:
Traceback (most recent call last):
  File "/usr/lib/anaconda/gui.py", line 632, in nextClicked
    self.dispatch.gotoNext()
  File "/usr/lib/anaconda/dispatch.py", line 150, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/dispatch.py", line 215, in moveStep
    rc = apply(func, self.bindArgs(args))
  File "/usr/lib/anaconda/upgrade.py", line 224, in upgradeMountFilesystems
    allowDirty = 0)
  File "/usr/lib/anaconda/upgrade.py", line 106, in mountRootPartition
    oldfsset.mountFilesystems(instPath, readOnly = readOnly)
  File "/usr/lib/anaconda/fsset.py", line 1235, in mountFilesystems
    if isinstance(root.device, LogicalVolumeDevice):
AttributeError: 'NoneType' object has no attribute 'device'

Local variables in innermost frame:
readOnly: 0
instPath: /mnt/sysimage
entry: fsentry -- device: hda2   mountpoint: swap
           fsystem: swap format: 0

self: <fsset.FileSystemSet instance at 0x830a96c>
root: None
raiseErrors: 0


Dispatcher instance, containing members:
method: CdromInstallMethod instance, containing members:
  messageWindow: <bound method InstallInterface.messageWindow of
<gui.InstallInterface instance at 0x868b524>>
  loopbackFile: None
  progressWindow: <bound method InstallInterface.progressWindow of
<gui.InstallInterface instance at 0x868b524>>
  device: hdd
  tree: /mnt/source
  rootPath: /mnt/sysimage
  currentDisc: [1]
step: 16
intf: InstallInterface instance, containing members:
  icw: InstallControlWindow instance, containing members:
    displayHelp: 0
    stockButtons: (('gtk-go-back', 'prevButtonStock', '_Back', <bound method
InstallControlWindow.prevClicked of <gui.InstallControlWindow instance at
0x8683bc4>>), ('gtk-go-forward', 'nextButtonStock', '_Next', <bound method
InstallControlWindow.nextClicked of <gui.InstallControlWindow instance at
0x8683bc4>>), ('gtk-new', 'releaseButton', '_Release Notes', <bound method
InstallControlWindow.releaseClicked of <gui.InstallControlWindow instance at
0x8683bc4>>), ('gtk-help', 'showHelpButton', 'Show _Help', <bound method
InstallControlWindow.helpClicked of <gui.InstallControlWindow instance at
0x8683bc4>>), ('gtk-help', 'hideHelpButton', 'Hide _Help', <bound method
InstallControlWindow.helpClicked of <gui.InstallControlWindow instance at
0x8683bc4>>), ('gtk-execute', 'debugButton', '_Debug', <bound method
InstallControlWindow.debugClicked of <gui.InstallControlWindow instance at
0x8683bc4>>))
    handle: 105
    help: <TextViewBrowser object (GtkTextView) at 0x83cc484>
    buttonBox: <gtk.HButtonBox object (GtkHButtonBox) at 0x8691a8c>
    hideHelpButton: <gtk.Button object (GtkButton) at 0x83c99e4>
    nextButtonStock: <gtk.Button object (GtkButton) at 0x84c493c>
    help_sw: <gtk.ScrolledWindow object (GtkScrolledWindow) at 0x8309a44>
    dir: 1
    dispatch: Already dumped
    reloadRcQueued: 0
    ii: Already dumped
    currentWindow: UpgradeExamineWindow instance, containing members:
      individualPackages: <gtk.CheckButton object (GtkCheckButton) at 0x86f62c4>
      parts: [('hda1', 'ext3')]
      dispatch: Already dumped
      ics: InstallControlState instance, containing members:
        nextButtonLabel: None
        helpButtonEnabled: 1
        searchPath: [./, /usr/share/anaconda/, ./]
        prevButtonLabel: None
        grabNext: 0
        title: Upgrade Examine
        nextButtonInfo: None
        prevEnabled: 1
        html: 
        helpEnabled: 3
        nextEnabled: 1
        htmlFile: upgrade
        prevButton: gtk-prev
        cw: Already dumped
        nextButton: gtk-next
      root: ('hda1', 'ext3')
      chroot: /mnt/sysimage
      intf: Already dumped
      id: InstallData instance, containing members:
        compspkg: None
        dbpath: None
        firewall: Firewall instance, containing members:
          ftp: 0
          http: 0
          portlist: 
          enabled: -1
          telnet: 0
          custom: 1
          ssh: 0
          policy: 1
          dhcp: 0
          smtp: 0
          trustdevs: []
          ports: []
        upgradeSwapInfo: None
        firstboot: 0
        hdList: None
        auth: Authentication instance, containing members:
          hesiodLhs: 
          useKrb5: 0
          nisuseBroadcast: 1
          useShadow: 1
          sambaServer: 
          krb5Realm: 
          nisDomain: 
          sambaWorkgroup: 
          ldapTLS: 
          useMD5: 1
          useSamba: 0
          ldapBasedn: 
          krb5Admin: 
          enableCache: 0
          useLdapauth: 0
          hesiodRhs: 
          ldapServer: 
          useHesiod: 0
          krb5Kdc: 
          useLdap: 0
          nisServer: 
          useNIS: 0
        upgradeRoot: [('hda1', 'ext3')]
        comps: None
        dependencies: []
        accounts: None
        fsset: FileSystemSet instance, containing members:
          messageWindow: <bound method InstallInterface.messageWindow of
<gui.InstallInterface instance at 0x868b524>>
          waitWindow: <bound method InstallInterface.waitWindow of
<gui.InstallInterface instance at 0x868b524>>
          mountcount: 3
          entries: [fsentry -- device: none   mountpoint: /dev/pts
           fsystem: devpts format: 0

, fsentry -- device: none   mountpoint: /dev/shm
           fsystem: tmpfs format: 0

, fsentry -- device: none   mountpoint: /proc
           fsystem: proc format: 0

, fsentry -- device: hdb1   mountpoint: /www
           fsystem: ext3 format: 0

, fsentry -- device: hda2   mountpoint: swap
           fsystem: swap format: 0

]
          progressWindow: <bound method InstallInterface.progressWindow of
<gui.InstallInterface instance at 0x868b524>>
          migratedfs: 0
        keyboard: Keyboard instance, containing members:
          info: {'KEYBOARDTYPE': pc, 'KEYTABLE': us}
          modelDict: {'gr': ['Greek', 'el', 'pc102', ''], 'speakup': ['Speakup',
'us', 'pc105', ''], 'ru-cp1251': ['Russian (cp1251)', 'ru', 'pc102', ''],
'speakup-lt': ['Speakup (laptop)', 'us', 'pc105', ''], 'cf': ['French Canadian',
'ca_enhanced', 'pc102', ''], 'se-latin1': ['Swedish', 'se', 'pc102', ''],
'fr_CH-latin1': ['Swiss French (latin1)', 'fr_CH', 'pc102', ''], 'fr-pc':
['French (pc)', 'fr', 'pc102', ''], 'ru-ms': ['Russian (Microsoft)', 'ru',
'pc102', ''], 'sk-qwerty': ['Slovakian', 'sk_qwerty', 'pc102', ''], 'ru2':
['Russian (ru2)', 'ru', 'pc102', ''], 'et': ['Estonian', 'ee', 'pc102', ''],
'ru1': ['Russian (ru1)', 'ru', 'pc102', ''], 'es': ['Spanish', 'es', 'pc102',
''], 'it-ibm': ['Italian (IBM)', 'it', 'pc102', ''], 'ru': ['Russian', 'ru',
'pc102', ''], 'fr-latin1': ['French (latin1)', 'fr', 'pc102', ''], 'no':
['Norwegian', 'no', 'pc102', ''], 'de-latin1-nodeadkeys': ['German (latin1 w/ no
deadkeys)', 'de', 'pc102', 'nodeadkeys'], 'ru_win': ['Russian (win)', 'ru',
'pc105', ''], 'ua': ['Ukrainian', 'ua', 'pc102', ''], 'pt-latin1':
['Portuguese', 'pt', 'pc102', ''], 'it': ['Italian', 'it', 'pc102', ''],
'de-latin1': ['German (latin1)', 'de', 'pc102', ''], 'fr': ['French', 'fr',
'pc102', ''], 'pl': ['Polish', 'pl', 'pc102', ''], 'cz-lat2':
['Czechoslovakian', 'cz', 'pc102', ''], 'dk-latin1': ['Denmark (latin1)', 'dk',
'pc102', ''], 'bg': ['Bulgarian', 'bg', 'pc102', ''], 'dk': ['Denmark', 'dk',
'pc102', ''], 'be-latin1': ['Belgian (be-latin1)', 'be', 'pc102', ''],
'sg-latin1': ['Swiss German (latin1)', 'de_CH', 'pc102', ''], 'fr-latin0':
['French (latin0)', 'fr', 'pc102', ''], 'de': ['German', 'de', 'pc102', ''],
'hu': ['Hungarian', 'hu', 'pc102', ''], 'jp106': ['Japanese', 'jp', 'jp106',
''], 'us-acentos': ['U.S. International', 'us_intl', 'pc105', ''], 'fr_CH':
['Swiss French', 'fr_CH', 'pc102', ''], 'fi': ['Finnish', 'fi', 'pc102', ''],
'dvorak': ['Dvorak', 'dvorak', 'pc105', ''], 'it2': ['Italian (it2)', 'it',
'pc102', ''], 'fi-latin1': ['Finnish (latin1)', 'fi', 'pc102', ''], 'ro_win':
['Romanian', 'ro', 'pc102', ''], 'hu101': ['Hungarian (101 key)', 'hu', 'pc102',
''], 'slovene': ['Slovenian', 'si', 'pc102', ''], 'br-abnt2': ['Brazilian
(ABNT2)', 'br', 'abnt2', ''], 'us': ['U.S. English', 'us', 'pc105', ''],
'no-latin1': ['Norwegian (latin1)', 'no', 'pc102', ''], 'is-latin1': ['Iceland',
'is', 'pc102', ''], 'cz-us-qwertz': ['Czechoslovakian (qwertz)', 'cz', 'pc102',
''], 'uk': ['United Kingdom', 'gb', 'pc101', ''], 'trq': ['Turkish', 'tr',
'pc102', ''], 'sg': ['Swiss German', 'de_CH', 'pc102', '']}
          type: PC
          beenset: 1
        timezone: Timezone instance, containing members:
          utc: 0
          utcOffset: 0
          arc: 0
          tz: None
          dst: 0
        bootloader: x86BootloaderInfo instance, containing members:
          kickstart: 0
          doUpgradeOnly: 0
          useLinear: 1
          defaultDevice: None
          useGrubVal: 1
          args: KernelArguments instance, containing members:
            args: hdd=ide-scsi
          kernelLocation: /boot/
          images: BootImages instance, containing members:
            default: None
            images: {}
          configfile: /etc/lilo.conf
          above1024: 0
          serialOptions: None
          pure: None
          serialDevice: None
          device: None
          drivelist: [hda, hdb]
          serial: 0
          password: None
          forceLBA32: 0
        mouse: FULLNAME="Generic - 3 Button Mouse (USB)"
MOUSETYPE="imps2"
XEMU3="no"
XMOUSETYPE="IMPS/2"

        extraModules: []
        network: Network instance, containing members:
          domains: []
          isConfigured: 0
          overrideDHCPhostname: 0
          netdevices: {}
          primaryNS: 
          hostname: localhost.localdomain
          secondaryNS: 
          gateway: 
          ternaryNS: 
        instClass: InstallClass instance, containing members:
        upgrade: Boolean instance, containing members:
          val: 1
        monitor: monName: None
monID: Unprobed Monitor
fbmonSect: 
monHoriz: 31.5-48.5
monVert: 50-70
physicalWidth: 0
physicalHeight: 0

        xconfig: XF86Config instance, containing members:
          files: 
# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath	"/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

    FontPath   "unix/:7100"

          fallbackModes: {'16': ['800x600']}
          monitor: Already dumped
          forcedDPI: None
          res: 800x600
          keyboard: Already dumped
          videocard: device: None
descr : ATI|Rage 128 RL/VR AGP
server: XFree86
cardManf: None
vidRam: 32768
carddata: {'CHIPSET': 'ati', 'SEE': 'ATI Rage 128 (generic)', 'DRIVER': 'r128',
'NAME': 'ATI Rage 128', 'NOCLOCKPROBE': ''}
devID: ATI Rage 128
fbmodes: None
fbbpp: None

          manualModes: {}
          skipx: 0
          skip: 0
          device: None
          monids: {}
          mouse: Already dumped
          monlist: {}
          modes: {'16': ['800x600']}
        floppyDevice: fd0
        methodstr: cdrom://hdd/mnt/source
        videocard: primary: 0
vidCards: [<rhpl.videocard.VideoCard instance at 0x855141c>]
Primary Video Card Info:
device: None
descr : ATI|Rage 128 RL/VR AGP
server: XFree86
cardManf: None
vidRam: 32768
carddata: {'CHIPSET': 'ati', 'SEE': 'ATI Rage 128 (generic)', 'DRIVER': 'r128',
'NAME': 'ATI Rage 128', 'NOCLOCKPROBE': ''}
devID: ATI Rage 128
fbmodes: None
fbbpp: None

        desktop: Desktop instance, containing members:
          info: {}
          runlevel: 3
        instLanguage: InstallTimeLanguage instance, containing members:
          current: en_US
          map: {'Swedish': iso15, 'Danish': iso15, 'Icelandic': iso15,
'Chinese(Simplified)': None, 'Norwegian': iso15, 'German': iso09, 'Dutch':
iso15, 'Slovenian': iso02, 'Japanese': None, 'French': iso15, 'Czech': iso02,
'Portuguese': iso15, 'Ukrainian': koi8-u, 'Spanish': iso15, 'English': iso01,
'Russian': koi8-r, 'Korean': None, 'Chinese(Traditional)': None, 'Italian': iso15}
          tempDefault: 
          nativeLangNames: {'Swedish': Svenska, 'Danish': Dansk, 'Icelandic':
ÃÂslenska, 'Chinese(Simplified)': 中æââ¡(ç®â¬Ã¤Â½â), 'Norwegian': Norsk, 'German':
Deutsch, 'English': English, 'Slovenian': slovenáÃÂina, 'Japanese': æâ¥æŬ語,
'French': Français, 'Czech': ÃÅeátina, 'Portuguese': Português, 'Ukrainian':
Ukrainian, 'Spanish': Español, 'Dutch': Nederlands, 'Russian': à ÃÆÃÂÃÂúøù,
'Korean': íâ¢Åêµ­ìâ´, 'Chinese(Traditional)': ç¹Âé«â中æââ¡, 'Italian': Italiano}
          langList: [Chinese(Simplified), Chinese(Traditional), Czech, Danish,
Dutch, English, French, German, Icelandic, Italian, Japanese, Korean, Norwegian,
Portuguese, Russian, Slovenian, Spanish, Swedish, Ukrainian]
          langNicks: {'Swedish': sv_SE, 'Danish': da_DK, 'Icelandic': is_IS,
'Chinese(Simplified)': zh_CN.GB18030, 'Norwegian': no_NO, 'German': de_DE,
'Dutch': nl_NL, 'Slovenian': sl_SI, 'Japanese': ja_JP.eucJP, 'French': fr_FR,
'Czech': cs_CZ, 'Portuguese': pt_PT@euro, 'Ukrainian': uk_UA, 'Spanish': es_ES,
'English': en_US, 'Russian': ru_RU.koi8r, 'Korean': ko_KR.eucKR,
'Chinese(Traditional)': zh_TW.Big5, 'Italian': it_IT}
          font: {'Swedish': lat0-sun16, 'Danish': lat0-sun16, 'Icelandic':
lat0-sun16, 'Chinese(Simplified)': None, 'Norwegian': lat0-sun16, 'German':
lat0-16, 'Dutch': lat0-sun16, 'Slovenian': lat2-sun16, 'Japanese': Kon,
'French': lat0-sun16, 'Czech': lat2-sun16, 'Portuguese': lat0-sun16,
'Ukrainian': cyr-sun16, 'Spanish': lat0-sun16, 'English': default8x16,
'Russian': cyr-sun16, 'Korean': None, 'Chinese(Traditional)': None, 'Italian':
lat0-sun16}
          kbd: {'Swedish': se-latin1, 'Danish': us, 'Icelandic': is-latin1,
'Chinese(Simplified)': us, 'Norwegian': no-latin1, 'German':
de-latin1-nodeadkeys, 'Dutch': nl, 'Slovenian': slovene, 'Japanese': jp106,
'French': fr-latin1, 'Czech': cz-lat2, 'Portuguese': pt-latin1, 'Ukrainian': ua,
'Spanish': es, 'English': us, 'Russian': ru, 'Korean': us,
'Chinese(Traditional)': us, 'Italian': it}
          tz: {'Swedish': Europe/Stockholm, 'Danish': Europe/Copenhagen,
'Icelandic': Atlantic/Reykjavik, 'Chinese(Simplified)': Asia/Shanghai,
'Norwegian': Europe/Oslo, 'German': Europe/Berlin, 'Dutch': Europe/Amsterdam,
'Slovenian': Europe/Ljubljana, 'Japanese': Asia/Tokyo, 'French': Europe/Paris,
'Czech': Europe/Prague, 'Portuguese': Europe/Lisbon, 'Ukrainian': Europe/Kiev,
'Spanish': Europe/Madrid, 'English': America/New_York, 'Russian': Europe/Moscow,
'Korean': Asia/Seoul, 'Chinese(Traditional)': Asia/Taipei, 'Italian': Europe/Rome}
        tmpData: {'TitleBar': pixmaps/anaconda_header.png, 'Title': Red Hat
Linux Beta, 'Splashscreen': pixmaps/first.png, 'WelcomeScreen': pixmaps/splash.png}
        diskset: DiskSet instance, containing members:
          disks: {'hdb': <PedDisk object at 0x886b818>, 'hda': <PedDisk object
at 0x845e660>}
        rootPassword: None
        handleDeps: 0
        langSupport: Language instance, containing members:
          info: {'SUPPORTED': None}
          langInfoByName: {'Manx Gaelic (Britain)': ('gv_GB.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Icelandic': ('is_IS.UTF-8', 'utf8', 'latarcyrheb-sun16'),
'Arabic (Sudan)': ('ar_SD.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Estonian':
('et_EE.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Turkish': ('tr_TR.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Catalan (Spain)': ('ca_ES.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'English (Australia)': ('en_AU.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'English (Hong Kong)': ('en_HK.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'German (Switzerland)': ('de_CH.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Spanish (Nicaragua)': ('es_NI.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Spanish (Uruguay)': ('es_UY.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Slovenian (Slovenia)': ('sl_SI.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'German (Germany)': ('de_DE.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'English (Canada)': ('en_CA.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'French (Canada)': ('fr_CA.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Spanish (Dominican Republic)': ('es_DO.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Arabic (Saudi Arabia)': ('ar_SA.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Swedish (Finland)': ('sv_FI.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'French (Luxemburg)': ('fr_LU.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Tagalog (Philipines)': ('tl_PH', 'iso15', 'lat0-sun16'),
'Dutch (Netherlands)': ('nl_NL.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Uzbek
(Uzbekistan)': ('uz_UZ', 'iso15', 'lat0-sun16'), 'English (Ireland)':
('en_IE.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Arabic (Egypt)': ('ar_EG.UTF-8',
'utf8', 'latarcyrheb-sun16'), 'Hungarian': ('hu_HU.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Basque (Spain)': ('eu_ES.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Chinese (Hong Kong)': ('zh_HK.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Arabic (Yemen)': ('ar_YE.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Lithuanian': ('lt_LT.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Arabic (Bahrein)': ('ar_BH.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Breton (France)': ('br_FR', 'iso15', 'lat0-sun16'),
'English (Zimbabwe)': ('en_ZW.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Ukrainian':
('uk_UA.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Norwegian, Nynorsk (Norway)':
('nn_NO.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Russian': ('ru_RU.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Serbian (Yugoslavia)': ('sr_YU.UTF-8@cyrillic', 'utf8',
'latarcyrheb-sun16'), 'English (Botswana)': ('en_BW.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Spanish (Venezuela)': ('es_VE.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Spanish (Chile)': ('es_CL.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Dutch (Belgium)': ('nl_BE.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Arabic (Iraq)': ('ar_IQ.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Swedish (Sweden)': ('sv_SE.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Russian (Ukraine)': ('ru_UA.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Finnish': ('fi_FI.UTF-8', 'utf8', 'latarcyrheb-sun16'),
'Occitan (France)': ('oc_FR', 'iso15', 'lat0-sun16'), 'Albanian':
('sq_AL.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'German (Luxemburg)':
('de_LU.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'German (Belgium)':
('de_BE.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Spanish (USA)': ('es_US.UTF-8',
'utf8', 'latarcyrheb-sun16'), 'Italian (Switzerland)': ('it_CH.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Arabic (Jordan)': ('ar_JO.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Urdu (Pakistan)': ('ur_PK', 'utf8', 'latarcyrheb-sun16'),
'Irish': ('ga_IE.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'English (Singapore)':
('en_SG.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'English (Great Britain)':
('en_GB.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Arabic (Syrian Arab Republic)':
('ar_SY.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Chinese (P.R. of China)':
('zh_CN.GB18030', 'iso15', 'lat0-sun16'), 'Belarusian': ('be_BY.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Spanish (Spain)': ('es_ES.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Macedonian': ('mk_MK.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Slovak': ('sk_SK.UTF-8', 'utf8', 'latarcyrheb-sun16'),
'Polish': ('pl_PL.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Portuguese (Brasil)':
('pt_BR.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Spanish (Panama)':
('es_PA.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Spanish (Puerto Rico)':
('es_PR.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'English (USA)': ('en_US.UTF-8',
'utf8', 'latarcyrheb-sun16'), 'Hebrew (Israel)': ('he_IL.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Hindi (India)': ('hi_IN', 'utf8', 'latarcyrheb-sun16'),
'Romanian': ('ro_RO.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'English (Denmark)':
('en_DK.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Telgu (India)': ('te_IN', 'utf8',
'latarcyrheb-sun16'), 'Arabic (United Arab Emirates)': ('ar_AE.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Cornish (Britain)': ('kw_GB.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Spanish (Bolivia)': ('es_BO.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'English (New Zealand)': ('en_NZ.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Galician (Spain)': ('gl_ES.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Latvian (Latvia)': ('lv_LV.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Czech': ('cs_CZ.UTF-8', 'utf8', 'latarcyrheb-sun16'),
'Danish': ('da_DK.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Indonesian':
('id_ID.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Arabic (Algeria)':
('ar_DZ.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'English (Philippines)':
('en_PH.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Arabic (India)': ('ar_IN',
'utf8', 'latarcyrheb-sun16'), 'Persian (Iran)': ('fa_IR', 'utf8',
'latarcyrheb-sun16'), 'Arabic (Morocco)': ('ar_MA.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Norwegian': ('no_NO.UTF-8', 'utf8', 'latarcyrheb-sun16'),
'Afrikaans (South Africa)': ('af_ZA', 'iso15', 'lat0-sun16'), 'Spanish
(Paraguay)': ('es_PY.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Faroese (Faroe
Islands)': ('fo_FO.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Bosnian (Bosnia and
Herzegowina)': ('bs_BA', 'iso02', 'lat2-sun16'), 'Arabic (Lebanon)':
('ar_LB.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Thai': ('th_TH.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Spanish (Costa Rica)': ('es_CR.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Arabic (Tunisia)': ('ar_TN.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Northern Saami (Norway)': ('se_NO', 'utf8',
'latarcyrheb-sun16'), 'English (India)': ('en_IN', 'utf8', 'latarcyrheb-sun16'),
'Chinese (Taiwan)': ('zh_TW.Big5', 'iso15', 'lat0-sun16'), 'Spanish (Honduras)':
('es_HN.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Spanish (Ecuador)':
('es_EC.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Spanish (El Salvador)':
('es_SV.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Greek': ('el_GR.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Spanish (Mexico)': ('es_MX.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Tamil (India)': ('ta_IN', 'utf8', 'latarcyrheb-sun16'),
'Spanish (Peru)': ('es_PE.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Korean
(Republic of Korea)': ('ko_KR.eucKR', 'iso15', 'lat0-sun16'), 'French
(Belgium)': ('fr_BE.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Greenlandic
(Greenland)': ('kl_GL.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'French (France)':
('fr_FR.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Croatian': ('hr_HR.UTF-8',
'utf8', 'latarcyrheb-sun16'), 'Marathi (India)': ('mr_IN', 'utf8',
'latarcyrheb-sun16'), 'French (Switzerland)': ('fr_CH.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Arabic (Qatar)': ('ar_QA.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'English (South Africa)': ('en_ZA.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Arabic (Kuwait)': ('ar_KW.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Maltese (malta)': ('mt_MT.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Portuguese (Portugal)': ('pt_PT.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Japanese': ('ja_JP.eucJP', 'iso15', 'lat0-sun16'),
'Arabic (Oman)': ('ar_OM.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Arabic (Libyan
Arab Jamahiriya)': ('ar_LY.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Malay
(Malaysia)': ('ms_MY.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Spanish
(Guatemala)': ('es_GT.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'German (Austria)':
('de_AT.UTF-8', 'utf8', 'latarcyrheb-sun16'), 'Italian (Italy)': ('it_IT.UTF-8',
'utf8', 'latarcyrheb-sun16'), 'Spanish (Colombia)': ('es_CO.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Spanish (Argentina)': ('es_AR.UTF-8', 'utf8',
'latarcyrheb-sun16'), 'Walloon (Belgium)': ('wa_BE@euro', 'iso15', 'lat0-sun16')}
          langList: None
          default: None
          langNicks: None
          supported: []
          allSupportedLangs: None
        partitions: Partitions instance, containing members:
          useFdisk: 0
          useAutopartitioning: 1
          autoClearPartType: 3
          nextUniqueID: 4
          reinitializeDisks: 0
          autoClearPartDrives: None
          zeroMbr: 0
          isKickstart: 0
          requests: [PreexistingPartitionSpec instance, containing members:
            currentDrive: None
            badblocks: None
            format: None
            migrate: None
            origfstype: ext3FileSystem instance, containing members:
              partedPartitionFlags: []
              checked: 1
              name: ext3
              migratetofs: None
              deviceArguments: {}
              supported: -1
              partedFileSystemType: <PedFileSystemType object at 0x8408478>
              defaultOptions: defaults
              maxSizeMB: 2097152
              extraFormatArgs: [-j]
              formattable: 1
              linuxnativefs: 1
              maxLabelChars: 16
            primary: None
            fstype: Already dumped
            preexist: 1
            dev: None
            uniqueID: 1
            device: hda1
            mountpoint: None
            requestSize: 94395.6254883
            maxSizeMB: None
            size: 94395.6254883
            end: 193322303
            drive: hda
            fslabel: /
            grow: 0
            start: 63
            protected: 0
            ignoreBootConstraints: 0
            type: 1
, PreexistingPartitionSpec instance, containing members:
            currentDrive: None
            badblocks: None
            format: 1
            migrate: None
            origfstype: swapFileSystem instance, containing members:
              partedPartitionFlags: []
              checked: 0
              name: swap
              migratetofs: None
              deviceArguments: {}
              supported: 1
              partedFileSystemType: <PedFileSystemType object at 0x8435d18>
              defaultOptions: defaults
              maxSizeMB: 2097152
              extraFormatArgs: []
              formattable: 1
              linuxnativefs: 1
              maxLabelChars: 16
            primary: None
            fstype: Already dumped
            preexist: 1
            dev: None
            uniqueID: 2
            device: hda2
            mountpoint: None
            requestSize: 1000.6171875
            maxSizeMB: None
            size: 1000.6171875
            end: 195371567
            drive: hda
            fslabel: None
            grow: 0
            start: 193322304
            protected: 0
            ignoreBootConstraints: 0
            type: 1
, PreexistingPartitionSpec instance, containing members:
            currentDrive: None
            badblocks: None
            format: None
            migrate: None
            origfstype: Already dumped
            primary: None
            fstype: Already dumped
            preexist: 1
            dev: None
            uniqueID: 3
            device: hdb1
            mountpoint: None
            requestSize: 4110.35009766
            maxSizeMB: None
            size: 4110.35009766
            end: 8418059
            drive: hdb
            fslabel: /linux
            grow: 0
            start: 63
            protected: 0
            ignoreBootConstraints: 0
            type: 1
]
          autoPartitionRequests: []
          deletes: []
        upgradeDeps: 
        configFileData: {'TitleBar': pixmaps/anaconda_header.png, 'Title': Red
Hat Linux Beta, 'Splashscreen': pixmaps/first.png, 'WelcomeScreen':
pixmaps/splash.png}
        x_already_set: 0
    installFrame: <gtk.Frame object (GtkFrame) at 0x832777c>
    debugButton: <gtk.Button object (GtkButton) at 0x82ba1ac>
    table: <gtk.Table object (GtkTable) at 0x84b392c>
    releaseButton: <gtk.Button object (GtkButton) at 0x83c966c>
    hbox: <gtk.HBox object (GtkHBox) at 0x850ba0c>
    box: <gtk.VBox object (GtkVBox) at 0x830938c>
    helpFrame: <gtk.Frame object (GtkFrame) at 0x868a92c>
    windowList: []
    window: <gtk.Window object (GtkWindow) at 0x84b4414>
    langSearchPath: [en_US, en, C]
    showHelpButton: <gtk.Button object (GtkButton) at 0x83c994c>
    helpState: 1
    releaseNotesBuffer: <gtk.TextBuffer object (GtkTextBuffer) at 0x82ba1fc>
    bin: <gtk.Frame object (GtkFrame) at 0x82398e4>
    prevButtonStock: <gtk.Button object (GtkButton) at 0x8693bf4>
    configFileData: {'TitleBar': pixmaps/anaconda_header.png, 'Title': Red Hat
Linux Beta, 'Splashscreen': pixmaps/first.png, 'WelcomeScreen': pixmaps/splash.png}
    buff: None
  runres: 800x600
  dispatch: Already dumped
flags: Flags instance, containing members:
  flags: {'test': 0, 'setupFilesystems': 1, 'serial': 0, 'expert': 0, 'autostep': 0}
dispatch: Already dumped
instPath: /mnt/sysimage
firstStep: 0
id: Already dumped
dir: 1
skipSteps: {'writeconfig': 1, 'xcustom': 1, 'firewall': 1, 'languagesupport': 1,
'firstboot': 1, 'desktopchoice': 1, 'bootloaderadvanced': 1, 'betanag': 1,
'partitionmethodsetup': 1, 'writexconfig': 1, 'networkdevicecheck': 1,
'bootloadersetup': 1, 'accounts': 1, 'makebootdisk': 1, 'partitiondone': 1,
'timezone': 1, 'indivpackage': 1, 'bootloader': 1, 'autopartition': 1,
'selectlangpackages': 1, 'confirminstall': 1, 'enablefilesystems': 1, 'network':
1, 'partitionmethod': 1, 'writeksconfig': 1, 'partition': 1, 'handleX11pkgs': 1,
'monitor': 1, 'videocard': 1, 'fdasd': 1, 'package-selection': 1,
'authentication': 1, 'autopartitionexecute': 1, 'fdisk': 1}


/tmp/syslog:
<4>Linux version 2.4.18-14BOOT (bhcompile.redhat.com) (gcc version
3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 11:55:51 EDT 2002
<6>BIOS-provided physical RAM map:
<4> BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
<4> BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
<4> BIOS-e820: 0000000000100000 - 0000000008000000 (usable)
<4> BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
<5>128MB LOWMEM available.
<4>On node 0 totalpages: 32768
<4>zone(0): 4096 pages.
<4>zone(1): 28672 pages.
<4>zone(2): 0 pages.
<4>Kernel command line: initrd=initrd.img lang= devfs=nomount ramdisk_size=9216
BOOT_IMAGE=vmlinuz 
<4>Local APIC disabled by BIOS -- reenabling.
<4>Found and enabled local APIC!
<6>Initializing CPU#0
<4>Detected 300.004 MHz processor.
<4>Speakup v-1.00 CVS: Tue Jun 11 14:22:53 EDT 2002 : initialized
<4>Console: colour VGA+ 80x25
<4>Calibrating delay loop... 598.01 BogoMIPS
<6>Memory: 123292k/131072k available (1162k kernel code, 6372k reserved, 359k
data, 176k init, 0k highmem)
<6>Dentry cache hash table entries: 16384 (order: 5, 131072 bytes)
<6>Inode cache hash table entries: 8192 (order: 4, 65536 bytes)
<6>Mount cache hash table entries: 2048 (order: 2, 16384 bytes)
<7>ramfs: mounted with options: <defaults>
<7>ramfs: max_pages=15539 max_file_pages=0 max_inodes=0 max_dentries=15539
<6>Buffer cache hash table entries: 8192 (order: 3, 32768 bytes)
<4>Page-cache hash table entries: 32768 (order: 5, 131072 bytes)
<7>CPU: Before vendor init, caps: 0080fbff 00000000 00000000, vendor = 0
<6>CPU: L1 I cache: 16K, L1 D cache: 16K
<6>CPU: L2 cache: 512K
<7>CPU: After vendor init, caps: 0080fbff 00000000 00000000 00000000
<6>Intel machine check architecture supported.
<6>Intel machine check reporting enabled on CPU#0.
<7>CPU:     After generic, caps: 0080fbff 00000000 00000000 00000000
<7>CPU:             Common caps: 0080fbff 00000000 00000000 00000000
<4>CPU: Intel Pentium II (Klamath) stepping 04
<6>Checking 'hlt' instruction... OK.
<6>Checking for popad bug... OK.
<4>POSIX conformance testing by UNIFIX
<4>enabled ExtINT on CPU#0
<4>ESR value before enabling vector: 00000000
<4>ESR value after enabling vector: 00000000
<4>Using local APIC timer interrupts.
<4>calibrating APIC timer ...
<4>..... CPU clock speed is 300.0026 MHz.
<4>..... host bus clock speed is 75.0004 MHz.
<4>cpu: 0, clocks: 750004, slice: 375002
<4>CPU0<T0:750000,T1:374992,D:6,S:375002,C:750004>
<4>mtrr: v1.40 (20010327) Richard Gooch (rgooch.au)
<4>mtrr: detected mtrr type: Intel
<6>PCI: PCI BIOS revision 2.10 entry at 0xfb120, last bus=1
<6>PCI: Using configuration type 1
<6>PCI: Probing PCI hardware
<6>PCI: Using IRQ router PIIX [8086/7110] at 00:07.0
<6>Limiting direct PCI/PCI transfers.
<4>speakup:  initialized device: /dev/synth, node (MAJOR 10, MINOR 25)
<6>Linux NET4.0 for Linux 2.4
<6>Based upon Swansea University Computer Society NET3.039
<4>Initializing RT netlink socket
<4>Starting kswapd
<6>Detected PS/2 Mouse Port.
<4>pty: 256 Unix98 ptys configured
<6>Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI
enabled
<6>ttyS0 at 0x03f8 (irq = 4) is a 16550A
<6>ttyS1 at 0x02f8 (irq = 3) is a 16550A
<4>block: 224 slots per queue, batch=56
<6>Uniform Multi-Platform E-IDE driver Revision: 6.31
<4>ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
<4>PIIX4: IDE controller on PCI bus 00 dev 39
<4>PIIX4: chipset revision 1
<4>PIIX4: not 100% native mode: will probe irqs later
<4>    ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:pio, hdb:pio
<4>    ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:pio, hdd:pio
<4>hdb: C/H/S=0/0/0 from BIOS ignored
<4>hda: WDC WD1000BB-32CAA0, ATA DISK drive
<4>hdb: FUJITSU MPC3043AT, ATA DISK drive
<4>hdd: PHILIPS CDRW2412A, ATAPI CD/DVD-ROM drive
<4>ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
<4>ide1 at 0x170-0x177,0x376 on irq 15
<4>blk: queue c02e7ce4, I/O limit 4095Mb (mask 0xffffffff)
<4>blk: queue c02e7ce4, I/O limit 4095Mb (mask 0xffffffff)
<6>hda: 195371568 sectors (100030 MB) w/2048KiB Cache, CHS=193821/16/63, UDMA(33)
<4>blk: queue c02e7e20, I/O limit 4095Mb (mask 0xffffffff)
<4>blk: queue c02e7e20, I/O limit 4095Mb (mask 0xffffffff)
<6>hdb: 8421840 sectors (4312 MB), CHS=8912/15/63, UDMA(33)
<4>hdd: ATAPI 40X CD-ROM CD-R/RW drive, 8192kB Cache
<6>Uniform CD-ROM driver Revision: 3.12
<4>ide-floppy driver 0.99.newide
<6>Partition check:
<6> hda: hda1 hda2
<6> hdb: [PTBL] [524/255/63] hdb1
<6>Floppy drive(s): fd0 is 1.44M
<6>FDC 0 is a post-1991 82077
<6>NET4: Frame Diverter 0.46
<4>RAMDISK driver initialized: 16 RAM disks of 9216K size 1024 blocksize
<6>loop: loaded (max 8 devices)
<4>ide-floppy driver 0.99.newide
<6>usb.c: registered new driver usbdevfs
<6>usb.c: registered new driver hub
<6>usb-uhci.c: $Revision: 1.275 $ time 11:57:03 Sep  4 2002
<6>usb-uhci.c: High bandwidth mode enabled
<6>usb-uhci.c: USB UHCI at I/O 0x6400, IRQ 11
<4>usb-uhci.c: Detected 2 ports
<6>usb.c: new USB bus registered, assigned bus number 1
<6>hub.c: USB hub found
<6>hub.c: 2 ports detected
<6>usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
<6>usb.c: registered new driver hiddev
<6>usb.c: registered new driver hid
<6>hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech>
<6>hid-core.c: USB HID support drivers
<6>mice: PS/2 mouse device common for all mice
<6>md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
<6>md: Autodetecting RAID arrays.
<6>md: autorun ...
<6>md: ... autorun DONE.
<6>NET4: Linux TCP/IP 1.0 for NET4.0
<6>IP Protocols: ICMP, UDP, TCP
<6>IP: routing cache hash table of 1024 buckets, 8Kbytes
<6>TCP: Hash tables configured (established 8192 bind 16384)
<6>NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
<5>RAMDISK: Compressed image found at block 0
<6>hub.c: USB new device connect on bus1/1, assigned device number 2
<6>Freeing initrd memory: 2648k freed
<4>VFS: Mounted root (ext2 filesystem).
<6>input0: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb1:2.0
<6>input1: USB HID v1.10 Pointer [Logitech USB Receiver] on usb1:2.1
<6>hub.c: USB new device connect on bus1/2, assigned device number 3
<6>SCSI subsystem driver Revision: 1.00
<4>usb_control/bulk_msg: timeout
<6>input2: USB HID v1.00 Mouse [Logitech Inc. iFeel Mouse   ] on usb1:3.0
<6>Initializing USB Mass Storage driver...
<6>usb.c: registered new driver usb-storage
<6>USB Mass Storage support registered.
<6>Linux Tulip driver version 0.9.15-pre11 (May 11, 2002)
<6>PCI: Found IRQ 10 for device 00:09.0
<7>divert: allocating divert_blk for eth0
<6>eth0: ADMtek Comet rev 17 at 0xc8871000, 00:04:5A:00:06:A7, IRQ 10.
<7>ISO 9660 Extensions: RRIP_1991A
<4>Unable to identify CD-ROM format.
<4>VFS: Can't find ext2 filesystem on dev loop(7,0).
<6>Linux agpgart interface v0.99 (c) Jeff Hartmann
<6>agpgart: Maximum main memory to use for agp memory: 96M
<7>agpgart: unsupported bridge
<7>agpgart: no supported devices found.
<6>md: raid0 personality registered as nr 2
<6>md: raid1 personality registered as nr 3
<6>raid5: measuring checksumming speed
<4>   8regs     :   496.400 MB/sec
<4>   32regs    :   298.400 MB/sec
<4>   pII_mmx   :   680.000 MB/sec
<4>   p5_mmx    :   703.600 MB/sec
<4>raid5: using function: p5_mmx (703.600 MB/sec)
<6>md: raid5 personality registered as nr 4
<6>Journalled Block Device driver loaded
<6>LVM version 1.0.3(19/02/2002) module loaded
<6>parport0: PC-style at 0x378 [PCSPP(,...)]
<6>kjournald starting.  Commit interval 5 seconds
<6>EXT3 FS 2.4-0.9.18, 14 May 2002 on ide0(3,1), internal journal
<6>EXT3-fs: mounted filesystem with ordered data mode.
<6>kjournald starting.  Commit interval 5 seconds
<6>EXT3 FS 2.4-0.9.18, 14 May 2002 on ide0(3,65), internal journal
<6>EXT3-fs: recovery complete.
<6>EXT3-fs: mounted filesystem with ordered data mode.
<6>kjournald starting.  Commit interval 5 seconds
<6>EXT3 FS 2.4-0.9.18, 14 May 2002 on ide0(3,1), internal journal
<6>EXT3-fs: mounted filesystem with ordered data mode.
<6>kjournald starting.  Commit interval 5 seconds
<6>EXT3 FS 2.4-0.9.18, 14 May 2002 on ide0(3,65), internal journal
<6>EXT3-fs: mounted filesystem with ordered data mode.


/tmp/anaconda.log:
* 126968 kB are available
* modules to insert cramfs vfat sunrpc lockd nfs
* module(s) cramfs vfat not found
* inserted /tmp/sunrpc.o
* inserted /tmp/lockd.o
* inserted /tmp/nfs.o
* load module set done
* modules to insert ide-cd
* module(s) ide-cd not found
* load module set done
* modules to insert scsi_mod sd_mod sr_mod
* inserted /tmp/scsi_mod.o
* inserted /tmp/sd_mod.o
* inserted /tmp/sr_mod.o
* load module set done
* looking for usb controllers
* found USB controller usb-uhci
* modules to insert usb-uhci
* module(s) usb-uhci not found
* load module set done
* failed to insert usb module
* modules to insert hid keybdev usb-storage
* module(s) hid keybdev not found
* inserted /tmp/usb-storage.o
* load module set done
* no firewire controller found
* probing for floppy devices
* first non-detached floppy is fd0
* system floppy device is fd0
* in startPcmcia()
* pcmcia probe returned: |PCI bridge probe: not found.
Intel PCIC probe: not found.
Databook TCIC-2 probe: not found.
|
* no pcic controller found
* probing buses
* finished bus probing
* modules to insert tulip usb-uhci
* module(s) usb-uhci not found
* inserted /tmp/tulip.o
* load module set done
* trying to mount device hdd
* mntloop loop0 on /mnt/runtime as /mnt/source/RedHat/base/stage2.img fd is 10
* MD5SUM -> 3218284f8826bf95ccd6f248ad9229f0
* skipsectors = 15
* isostatus = 0
* getting ready to spawn shell now
* modules to insert ide-cd
* module(s) ide-cd not found
* load module set done
* modules to insert
* load module set done
* probing buses
* finished bus probing
* modules to insert agpgart usb-uhci
* module(s) usb-uhci not found
* failed to insert /tmp/agpgart.o
* load module set done
* looking for video cards requiring agpgart module
* found video card controller unknown
* modules to insert raid0 raid1 xor raid5 msdos jbd ext3 reiserfs jfs xfs lvm-mod
* module(s) jfs xfs not found
* inserted /tmp/raid0.o
* inserted /tmp/raid1.o
* inserted /tmp/xor.o
* inserted /tmp/raid5.o
* inserted /tmp/msdos.o
* inserted /tmp/jbd.o
* inserted /tmp/ext3.o
* inserted /tmp/reiserfs.o
* inserted /tmp/lvm-mod.o
* load module set done
* loading parallel port drivers...
* modules to insert parport parport_pc
* inserted /tmp/parport.o
* inserted /tmp/parport_pc.o
* load module set done
* looking for USB mouse...
* USB mouse found, loading mousedev module
* modules to insert mousedev
* module(s) mousedev not found
* load module set done
* failed to loading mousedev module
* Running anaconda script /usr/bin/anaconda
* Probing for video card:   ATI Rage 128
* ddcprobe returned bogus values:
ID:   PEI1570
Name: None
HorizSync: -268377405--268374161
VertSync:  -268374161--268370092

* Probing for monitor type: Unable to probe
* Probing for mouse type:   Generic - 3 Button Mouse (USB)
* forcing dpi = 96 for mode 800x600, heightxwidth = 211.666666667mm by 158.75mm
* Started mini-wm
* anaconda floppy device fd0
* going to mount hda1 on /mnt/sysimage as ext3



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


How reproducible:
First, you need to crap up the filesystem of a RedHat Linux 7.2 system so that
/dev/hda1 is only mountable as ro, then try to upgrade to 8.0

Steps to Reproduce:
1.
2.
3.
    
Actual results:


Expected results:


Additional info:

Comment 1 Michael Fulbright 2003-02-25 19:48:24 UTC
Could you please attach the /etc/fstab file from the 7.2 box?

Comment 2 Joseph A Nagy Jr 2003-02-25 23:18:06 UTC
Created attachment 90366 [details]
the requested fstab file

As you can see, /dev/hda1 is not listed.

Also, I added the .txt extension due to some problems I was having earlier.

Comment 3 Joseph A Nagy Jr 2003-03-07 18:52:32 UTC
Created attachment 90519 [details]
anaconda installer dump

This file represents the culmination of a PEBKAC error while attempting to fix
my fs using the fsck tools (specifically, I ran e2fsck -n -S, then paniced and
ctrl-c'd out of it). I went to install 7.2, but the installer hung on
installing one file in particular. I rebooted and tried to go through the
process again. No luck, so I figured I'd try and instal RH8.0. No luck there
either. The attached file is the result of an anaconda dump that accored after
I selected I wanted to customize the packages to be installed. The hardware:

/dev/hda1 = 100GB WDC (root)
/dev/hda2 = 1GB generic (swap)
/dev/hdb1 = approx 4 GB generic (www)
PII 300MHz w/MMX
ATI Rage 128
Keyboard
Mouse
SoundCard
Monitor

Comment 4 Joseph A Nagy Jr 2003-03-08 00:45:05 UTC
How much more info do you guys need?

Comment 5 Michael Fulbright 2003-03-12 17:27:53 UTC
Your second error above was due to a bad CD, there are lots of read errors in
the log file.

You need to have all your filesystems listed in the /etc/fstab in order for an
upgrade to work. I do not know why they would not be there.

Comment 6 Joseph A Nagy Jr 2003-03-12 20:43:40 UTC
1) The CD's are in good condition, I used them when I first tried RH 8.0.
2) The filesystem on the HDD was toast. It would ONLY mount as read only.

That's okay though. I've fixed the problem and now have complete use of my
computer again.


Note You need to log in before you can comment on or make changes to this bug.