Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 149287 Details for
Bug 191096
Unable to install Fedora in Turkish language, anaconda crashes
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
rawhide traceback
anacdump.txt (text/plain), 71.36 KB, created by
David Cantrell
on 2007-03-05 20:21:08 UTC
(
hide
)
Description:
rawhide traceback
Filename:
MIME Type:
Creator:
David Cantrell
Created:
2007-03-05 20:21:08 UTC
Size:
71.36 KB
patch
obsolete
>Traceback (most recent call first): > File "/usr/lib/python2.5/site-packages/sqlitecachec.py", line 16, in <module> > import sqlite3 as sqlite > File "/usr/lib/python2.5/site-packages/yum/storagefactory.py", line 54, in __init__ > import sqlitecachec > File "/usr/lib/python2.5/site-packages/yum/storagefactory.py", line 76, in GetStorage > storage = StorageSqliteC() > File "/usr/lib/python2.5/site-packages/yum/yumRepo.py", line 238, in __init__ > self.storage = storagefactory.GetStorage() > File "/usr/lib/anaconda/yuminstall.py", line 174, in __init__ > YumRepository.__init__(self, repoid) > File "/usr/lib/anaconda/yuminstall.py", line 508, in doConfigSetup > root = root, method=self.method) > File "/usr/lib/anaconda/yuminstall.py", line 472, in __init__ > self.doConfigSetup(root=anaconda.rootPath) > File "/usr/lib/anaconda/yuminstall.py", line 795, in doInitialSetup > self.ayum = AnacondaYum(anaconda) > File "/usr/lib/anaconda/backend.py", line 161, in doRepoSetup > anaconda.backend.doInitialSetup(anaconda) > File "/usr/lib/anaconda/dispatch.py", line 203, in moveStep > rc = stepFunc(self.anaconda) > File "/usr/lib/anaconda/dispatch.py", line 126, in gotoNext > self.moveStep() > File "/usr/lib/anaconda/gui.py", line 1037, in nextClicked > self.anaconda.dispatch.gotoNext() > File "/usr/lib/python2.5/sqlite3/__init__.py", line 1 >SyntaxError: encoding problem: with BOM (__init__.py, line 1) > >Local variables in innermost frame: >__builtins__: {'IndexError': <type 'exceptions.IndexError'>, 'all': <built-in function all>, 'help': Type help() for interactive help, or help(object) for help about object., 'vars': <built-in function vars>, 'SyntaxError': <type 'exceptions.SyntaxError'>, 'unicode': <type 'unicode'>, 'UnicodeDecodeError': <type 'exceptions.UnicodeDecodeError'>, 'isinstance': <built-in function isinstance>, 'copyright': Copyright (c) 2001-2006 Python Software Foundation. >All Rights Reserved. > >Copyright (c) 2000 BeOpen.com. >All Rights Reserved. > >Copyright (c) 1995-2001 Corporation for National Research Initiatives. >All Rights Reserved. > >Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam. >All Rights Reserved., 'NameError': <type 'exceptions.NameError'>, 'dict': <type 'dict'>, 'input': <built-in function input>, 'oct': <built-in function oct>, 'SystemExit': <type 'exceptions.SystemExit'>, 'StandardError': <type 'exceptions.StandardError'>, 'repr': <built-in function repr>, 'sorted': <built-in function sorted>, 'False': False, 'RuntimeWarning': <type 'exceptions.RuntimeWarning'>, 'list': <type 'list'>, 'iter': <built-in function iter>, 'reload': <built-in function reload>, 'Warning': <type 'exceptions.Warning'>, 'round': <built-in function round>, 'dir': <built-in function dir>, 'cmp': <built-in function cmp>, 'set': <type 'set'>, 'reduce': <built-in function reduce>, 'intern': <built-in function intern>, 'issubclass': <built-in function issubclass>, 'Ellipsis': Ellipsis, 'EOFError': <type 'exceptions.EOFError'>, 'locals': <built-in function locals>, 'slice': <type 'slice'>, 'FloatingPointError': <type 'exceptions.FloatingPointError'>, 'sum': <built-in function sum>, 'getattr': <built-in function getattr>, 'abs': <built-in function abs>, 'exit': Use exit() or Ctrl-D (i.e. EOF) to exit, 'True': True, 'FutureWarning': <type 'exceptions.FutureWarning'>, 'ImportWarning': <type 'exceptions.ImportWarning'>, 'None': None, 'hash': <built-in function hash>, 'len': <built-in function len>, 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands > for supporting Python development. See www.python.org for more information., 'frozenset': <type 'frozenset'>, '__name__': '__builtin__', 'ord': <built-in function ord>, 'super': <type 'super'>, 'TypeError': <type 'exceptions.TypeError'>, 'license': See http://www.python.org/2.5/license.html, 'KeyboardInterrupt': <type 'exceptions.KeyboardInterrupt'>, 'UserWarning': <type 'exceptions.UserWarning'>, 'filter': <built-in function filter>, 'range': <built-in function range>, 'staticmethod': <type 'staticmethod'>, 'SystemError': <type 'exceptions.SystemError'>, 'BaseException': <type 'exceptions.BaseException'>, 'pow': <built-in function pow>, 'RuntimeError': <type 'exceptions.RuntimeError'>, 'float': <type 'float'>, 'MemoryError': <type 'exceptions.MemoryError'>, 'StopIteration': <type 'exceptions.StopIteration'>, 'globals': <built-in function globals>, 'divmod': <built-in function divmod>, 'enumerate': <type 'enumerate'>, 'apply': <built-in function apply>, 'LookupError': <type 'exceptions.LookupError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-D (i.e. EOF) to exit, 'basestring': <type 'basestring'>, 'UnicodeError': <type 'exceptions.UnicodeError'>, 'zip': <built-in function zip>, 'hex': <built-in function hex>, 'long': <type 'long'>, 'ReferenceError': <type 'exceptions.ReferenceError'>, 'ImportError': <type 'exceptions.ImportError'>, 'chr': <built-in function chr>, 'xrange': <type 'xrange'>, 'type': <type 'type'>, '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", 'Exception': <type 'exceptions.Exception'>, 'tuple': <type 'tuple'>, 'UnicodeTranslateError': <type 'exceptions.UnicodeTranslateError'>, 'reversed': <type 'reversed'>, 'UnicodeEncodeError': <type 'exceptions.UnicodeEncodeError'>, 'IOError': <type 'exceptions.IOError'>, 'hasattr': <built-in function hasattr>, 'delattr': <built-in function delattr>, 'setattr': <built-in function setattr>, 'raw_input': <built-in function raw_input>, 'SyntaxWarning': <type 'exceptions.SyntaxWarning'>, 'compile': <built-in function compile>, 'ArithmeticError': <type 'exceptions.ArithmeticError'>, 'str': <type 'str'>, 'property': <type 'property'>, 'GeneratorExit': <type 'exceptions.GeneratorExit'>, 'int': <type 'int'>, '__import__': <built-in function __import__>, 'KeyError': <type 'exceptions.KeyError'>, 'coerce': <built-in function coerce>, 'PendingDeprecationWarning': <type 'exceptions.PendingDeprecationWarning'>, 'file': <type 'file'>, 'EnvironmentError': <type 'exceptions.EnvironmentError'>, 'unichr': <built-in function unichr>, 'any': <built-in function any>, 'OSError': <type 'exceptions.OSError'>, 'DeprecationWarning': <type 'exceptions.DeprecationWarning'>, 'min': <built-in function min>, 'UnicodeWarning': <type 'exceptions.UnicodeWarning'>, 'execfile': <built-in function execfile>, 'id': <built-in function id>, 'complex': <type 'complex'>, 'bool': <type 'bool'>, 'ValueError': <type 'exceptions.ValueError'>, 'NotImplemented': NotImplemented, 'map': <built-in function map>, 'buffer': <type 'buffer'>, 'max': <built-in function max>, 'object': <type 'object'>, 'TabError': <type 'exceptions.TabError'>, 'callable': <built-in function callable>, 'ZeroDivisionError': <type 'exceptions.ZeroDivisionError'>, 'eval': <built-in function eval>, '__debug__': True, 'IndentationError': <type 'exceptions.IndentationError'>, 'AssertionError': <type 'exceptions.AssertionError'>, 'classmethod': <type 'classmethod'>, 'UnboundLocalError': <type 'exceptions.UnboundLocalError'>, 'NotImplementedError': <type 'exceptions.NotImplementedError'>, 'AttributeError': <type 'exceptions.AttributeError'>, 'OverflowError': <type 'exceptions.OverflowError'>} >__name__: None >__file__: None >__doc__: None > > >Anaconda instance, containing members: >rootPath: /mnt/sysimage >rescue_mount: True >intf: InstallInterface instance, containing members: > intf.icw: InstallControlWindow instance, containing members: > intf.icw.handle: 219 > intf.icw.mainxml: <glade.XML object (PyGladeXML) at 0x8fdc054> > intf.icw.reloadRcQueued: 0 > intf.icw.currentWindow: AccountWindow instance, containing members: > intf.icw.currentWindow.intf: Already dumped > intf.icw.currentWindow.pw: <gtk.Entry object (GtkEntry) at 0x9609324> > intf.icw.currentWindow.confirm: <gtk.Entry object (GtkEntry) at 0x9609374> > intf.icw.currentWindow.forward: <function <lambda> at 0x8e06dbc> > intf.icw.currentWindow.passwords: {} > intf.icw.currentWindow.rootStatus: <gtk.Label object (GtkLabel) at 0x9609414> > intf.icw.currentWindow.ics: InstallControlState instance, containing members: > intf.icw.currentWindow.ics.prevEnabled: True > intf.icw.currentWindow.ics.cw: Already dumped > intf.icw.currentWindow.ics.nextEnabled: True > intf.icw.currentWindow.ics.grabNext: True > intf.icw.currentWindow.ics.title: Root Parolasının Belirlenmesi > intf.icw.window: <gtk.Window object (GtkWindow) at 0x8bdbedc> > intf.icw.installFrame: <gtk.Frame object (GtkFrame) at 0x917e284> > intf.icw.anaconda: Already dumped > intf.icw.rnv: ReleaseNotesViewer instance, containing members: > intf.icw.rnv.textWin: <gtk.Window object (GtkWindow) at 0x8fdc374> > intf.icw.rnv.vue: <gtkhtml2.View object (HtmlView) at 0x8fdc5cc> > intf.icw.rnv.currentURI: None > intf.icw.rnv.topDir: None > intf.icw.rnv.doc: <gtkhtml2.Document object (HtmlDocument) at 0x8aca1bc> > intf.icw.rnv.height: 600 > intf.icw.rnv.width: 800 > intf.icw.rnv.opener: FancyURLopener instance, containing members: > intf.icw.rnv.opener._URLopener__unlink: <built-in function unlink> > intf.icw.rnv.opener._URLopener__tempfiles: [] > intf.icw.rnv.opener.cert_file: None > intf.icw.rnv.opener.addheaders: [('User-Agent', 'Python-urllib/1.17')] > intf.icw.rnv.opener.tries: 0 > intf.icw.rnv.opener.ftpcache: {} > intf.icw.rnv.opener.tempcache: None > intf.icw.rnv.opener.auth_cache: {} > intf.icw.rnv.opener.key_file: None > intf.icw.rnv.opener.proxies: {} > intf.icw.rnv.opener.maxtries: 10 > intf.icw.rnv.anaconda: Already dumped > intf.icw.rnv.htmlheader: <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body bgcolor="white"><pre> > intf.icw.rnv.htmlfooter: </pre></body></html> > intf.icw.rnv.is_showing: False > intf.runres: 800x600 > intf.anaconda: Already dumped >rescue: False >updateSrc: None >methodstr: nfs://mnt/source/. >dispatch: Dispatcher instance, containing members: > dispatch.step: 26 > dispatch.skipSteps: {'upgradecontinue': 1, 'bootloader': 1, 'group-selection': 1, 'findinstall': 1, 'upgrademigfind': 1, 'upgradeswapsuggestion': 1, 'confirmupgrade': 1, 'partition': 1, 'bootloaderadvanced': 1, 'upgrademount': 1, 'upgbootloader': 1, 'addswap': 1, 'upgrademigratefs': 1, 'regkey': 1} > dispatch.firstStep: 0 > dispatch.method: NfsInstallMethod instance, containing members: > dispatch.method.splitmethod: False > dispatch.method.intf: Already dumped > dispatch.method.isoPath: /mnt/source/. > dispatch.method.tree: /mnt/source/. > dispatch.method.rootPath: /mnt/sysimage > dispatch.method.currentMedia: [] > dispatch.anaconda: Already dumped >method: Already dumped >isKickstart: False >id: InstallData instance, containing members: > id.firewall: Firewall instance, containing members: > id.firewall.portlist: [22:tcp] > id.firewall.trustdevs: [] > id.firewall.enabled: 1 > id.rootParts: [] > id.upgradeRoot: [] > id.xsetup: XSetup instance, containing members: > id.xsetup.skipx: 0 > id.xsetup.xserver: XServer instance, containing members: > id.xsetup.xserver.videohw: primary: 0 >vidCards: [<rhpxl.videocard.VideoCard instance at 0x8ebdecc>, <rhpxl.videocard.VideoCard instance at 0x8ebddec>] >Primary Video Card Info: >device: None >driver : i810 >descr : Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller >vidRam: None > > id.xsetup.xserver.serverflags: [vt6, -config, /tmp/XConfig.test, -extension, Composite, -s, 1440, -dpms, -v, -ac, -nolisten, tcp, -screen, Anaconda, -dpi, 96] > id.xsetup.xserver.resolution: 800x600 > id.xsetup.xserver.root: / > id.xsetup.xserver.hwstate: XF86HardwareState instance, containing members: > id.xsetup.xserver.hwstate.videocard_PCIFn: None > id.xsetup.xserver.hwstate.monitor: monName: None >monID: Unprobed Monitor >monHoriz: None >monVert: None >physicalWidth: 0 >physicalHeight: 0 > > id.xsetup.xserver.hwstate.config_resolutions: [] > id.xsetup.xserver.hwstate.videocard_name: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller > id.xsetup.xserver.hwstate.monitor_name: Unknown monitor > id.xsetup.xserver.hwstate.video_ram: 0 > id.xsetup.xserver.hwstate.videocard: Already dumped > id.xsetup.xserver.hwstate.videocard_driver: i810 > id.xsetup.xserver.hwstate.videocard_options: [] > id.xsetup.xserver.hwstate.all_resolutions: [640x480, 800x480, 800x512, 800x600, 1024x600, 1024x768, 1152x768, 1152x864, 1280x800, 1280x960, 1280x1024, 1400x1050, 1440x900, 1600x1024, 1600x1200, 1680x1050, 1900x1200, 1920x1200, 1920x1440, 2048x1536] > id.xsetup.xserver.hwstate.hsync: 31.5-37.9 > id.xsetup.xserver.hwstate.vsync: 50-70 > id.xsetup.xserver.hwstate.probed_video_ram: 0 > id.xsetup.xserver.hwstate.videocard_PCIBus: None > id.xsetup.xserver.hwstate.colordepth: 24 > id.xsetup.xserver.hwstate.videocard_PCIDev: None > id.xsetup.xserver.hwstate.resolution: 800x600 > id.xsetup.xserver.hwstate.dri_enabled: 0 > id.xsetup.xserver.hwstate.xconfig: None > id.xsetup.xserver.monitorhw: Already dumped > id.xsetup.xserver.keyboard: Keyboard instance, containing members: > id.xsetup.xserver.keyboard.info: {'KEYBOARDTYPE': pc, 'KEYTABLE': trq} > id.xsetup.xserver.keyboard.type: PC > id.xsetup.xserver.keyboard.beenset: 1 > id.xsetup.xserver.keyboard._mods: KeyboardModels instance, containing members: > id.xsetup.xserver.mousehw: FULLNAME="Generic - 3 Button Mouse (PS/2)" >MOUSETYPE="imps2" >XEMU3="no" >XMOUSETYPE="IMPS/2" > > id.xsetup.xserver.defaultdepth: 24 > id.xsetup.xserver.logfile: /tmp/ramfs/X.log > id.xsetup.xserver.config: <XF86Config object at 0xb7fbd390> > id.xsetup.xserver.display: :1 > id.xsetup.anaconda: Already dumped > id.keyboard: Already dumped > id.timezone: Timezone instance, containing members: > id.timezone.utc: True > id.timezone.arc: 0 > id.timezone.tz: Europe/Istanbul > id.mouse: Already dumped > id.zfcp: ZFCP instance, containing members: > id.zfcp.hasReadConfig: True > id.zfcp.fcpdevs: [] > id.upgrade: None > id.monitor: Already dumped > id.iscsi: <iscsi.iscsi object at 0x8fdbccc> > id.methodstr: nfs://mnt/source/. > id.fsset: FileSystemSet instance, containing members: > id.fsset.messageWindow: <bound method InstallInterface.messageWindow of <gui.InstallInterface instance at 0x8fc648c>> > id.fsset.volumesCreated: 0 > id.fsset.progressWindow: <bound method InstallInterface.progressWindow of <gui.InstallInterface instance at 0x8fc648c>> > id.fsset.migratedfs: 0 > id.fsset.waitWindow: <bound method InstallInterface.waitWindow of <gui.InstallInterface instance at 0x8fc648c>> > id.fsset.entries: [fsentry -- device: VolGroup00/LogVol00 mountpoint: / > fsystem: ext3 format: 1 > ismounted: 0 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: sda1 mountpoint: /boot > fsystem: ext3 format: 1 > ismounted: 0 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: shm mountpoint: /dev/shm > fsystem: tmpfs format: 0 > ismounted: 0 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: devpts mountpoint: /dev/pts > fsystem: devpts format: 0 > ismounted: 0 options: 'gid=5,mode=620' > bytesPerInode: 4096 label: None > >, fsentry -- device: sys mountpoint: /sys > fsystem: sysfs format: 0 > ismounted: 0 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: proc mountpoint: /proc > fsystem: proc format: 0 > ismounted: 0 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: VolGroup00/LogVol01 mountpoint: swap > fsystem: swap format: 1 > ismounted: 0 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: VolGroup00 mountpoint: None > fsystem: volume group (LVM) format: 1 > ismounted: 0 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: sda2 mountpoint: None > fsystem: physical volume (LVM) format: 1 > ismounted: 0 options: 'defaults' > bytesPerInode: 4096 label: None > >] > id.fsset.mountcount: 0 > id.desktop: Desktop instance, containing members: > id.desktop.info: {} > id.desktop.runlevel: 3 > id.x_already_set: 0 > id.backend: YumBackend instance, containing members: > id.backend.prevmedia: None > id.backend.modeText: > id.backend.instPath: /mnt/sysimage > id.backend.supportsPackageSelection: True > id.backend.instLog: None > id.backend.supportsUpgrades: True > id.backend.method: Already dumped > id.firstboot: 0 > id.diskset: DiskSet instance, containing members: > id.diskset.disks: {'sda': <PedDisk object at 0xb7ea3ba8>} > id.diskset.anaconda: Already dumped > id.diskset.onlyPrimary: None > id.users: None > id.displayMode: g > id.auth: --enableshadow --enablemd5 > id.ksdata: None > id.bootloader: x86BootloaderInfo instance, containing members: > id.bootloader.doUpgradeOnly: 0 > id.bootloader.above1024: 0 > id.bootloader.defaultDevice: mbr > id.bootloader.pure: None > id.bootloader.args: KernelArguments instance, containing members: > id.bootloader.args.args: > id.bootloader.kernelLocation: /boot/ > id.bootloader.device: sda > id.bootloader.configfile: /etc/lilo.conf > id.bootloader.kickstart: 0 > id.bootloader.serialOptions: None > id.bootloader.useGrubVal: 1 > id.bootloader.serialDevice: None > id.bootloader.images: BootImages instance, containing members: > id.bootloader.images.default: VolGroup00/LogVol00 > id.bootloader.images.images: {'VolGroup00/LogVol00': ('linux', 'Fedora Core', 'ext3')} > id.bootloader.drivelist: [sda] > id.bootloader.serial: 0 > id.bootloader.password: None > id.bootloader.forceLBA32: 0 > id.extraModules: [] > id.network: Network instance, containing members: > id.network.hostname: localhost.localdomain > id.network.overrideDHCPhostname: 0 > id.network.netdevices: {'eth0': DEVICE=eth0 >BOOTPROTO=dhcp >HWADDR=00:0E:0C:72:BB:A7 >IPV6_AUTOCONF=yes >ONBOOT=yes > >} > id.network.primaryNS: None > id.network.firstnetdevice: eth0 > id.network.isConfigured: 1 > id.network.domains: [install.boston.redhat.com boston.redhat.com redhat.com] > id.network.secondaryNS: None > id.network.gateway: None > id.instClass: InstallClass instance, containing members: > id.floppyDevice: fd0 > id.partitions: Partitions instance, containing members: > id.partitions.useFdisk: 0 > id.partitions.useAutopartitioning: 1 > id.partitions.autoClearPartType: 1 > id.partitions.nextUniqueID: 11 > id.partitions.reinitializeDisks: 0 > id.partitions.autoClearPartDrives: [sda] > id.partitions.zeroMbr: 0 > id.partitions.isKickstart: 0 > id.partitions.requests: [New Part Request -- mountpoint: /boot uniqueID: 9 > type: ext3 format: 1 badblocks: None > device: sda1 drive: ['sda'] primary: None > size: 100 grow: 0 maxsize: None > start: None end: None migrate: None fslabel: None origfstype: None > bytesPerInode: 4096 options: 'None' >, LV Request -- mountpoint: None uniqueID: 10 > type: swap format: 1 badblocks: None > size: 1984 lvname: LogVol01 volgroup: 7 > bytesPerInode: 4096 options: 'None' >, VG Request -- name: VolGroup00 uniqueID: 7 > format: 1 pesize: 32768 > physvols: [6] >, LV Request -- mountpoint: / uniqueID: 8 > type: ext3 format: 1 badblocks: None > size: 74176 lvname: LogVol00 volgroup: 7 > bytesPerInode: 4096 options: 'None' >, New Part Request -- mountpoint: None uniqueID: 6 > type: physical volume (LVM) format: 1 badblocks: None > device: sda2 drive: ['sda'] primary: None > size: 0 grow: 1 maxsize: None > start: None end: None migrate: None fslabel: None origfstype: None > bytesPerInode: 4096 options: 'None' >] > id.partitions.autoPartitionRequests: [New Part Request -- mountpoint: None uniqueID: None > type: physical volume (LVM) format: 1 badblocks: None > device: None drive: None primary: None > size: 0 grow: 1 maxsize: None > start: None end: None migrate: None fslabel: None origfstype: None > bytesPerInode: 4096 options: 'None' >, VG Request -- name: lvm uniqueID: None > format: 1 pesize: 32768 > physvols: [] >, LV Request -- mountpoint: / uniqueID: None > type: ext3 format: 1 badblocks: None > size: 1024 lvname: LogVol00 volgroup: lvm > bytesPerInode: 4096 options: 'None' >, New Part Request -- mountpoint: /boot uniqueID: None > type: ext3 format: 1 badblocks: None > device: None drive: None primary: None > size: 100 grow: 0 maxsize: None > start: None end: None migrate: None fslabel: None origfstype: None > bytesPerInode: 4096 options: 'None' >, LV Request -- mountpoint: None uniqueID: None > type: swap format: 1 badblocks: None > size: 1000 lvname: LogVol01 volgroup: lvm > bytesPerInode: 4096 options: 'None' >] > id.partitions.deletes: [vgname: VolGroup00 >, drive: sda start: 208845 end: 156296384 >, lvname: LogVol00 vgname: VolGroup00 >, lvname: LogVol01 vgname: VolGroup00 >, drive: sda start: 63 end: 208844 >] > id.isHeadless: 0 > id.videocard: Already dumped > id.instLanguage: Language instance, containing members: > id.instLanguage.targetLang: None > id.instLanguage.default: tr_TR.UTF-8 > id.instLanguage.displayMode: g > id.instLanguage.current: tr_TR.UTF-8 > id.security: Security instance, containing members: > id.security.selinux: 1 > id.upgradeSwapInfo: None >dir: 1 >backend: Already dumped > > >/tmp/syslog: ><5>Linux version 2.6.20-1.2953.fc7 (brewbuilder@hs20-bc2-4.build.redhat.com) (gcc version 4.1.2 20070222 (Red Hat 4.1.2-3)) #1 SMP Mon Feb 26 21:12:56 EST 2007 ><6>BIOS-provided physical RAM map: ><4>sanitize start ><4>sanitize end ><4>copy_e820_map() start: 0000000000000000 size: 000000000009f400 end: 000000000009f400 type: 1 ><4>copy_e820_map() type is E820_RAM ><4>copy_e820_map() start: 000000000009f400 size: 0000000000000c00 end: 00000000000a0000 type: 2 ><4>copy_e820_map() start: 00000000000e0000 size: 0000000000020000 end: 0000000000100000 type: 2 ><4>copy_e820_map() start: 0000000000100000 size: 000000003f580000 end: 000000003f680000 type: 1 ><4>copy_e820_map() type is E820_RAM ><4>copy_e820_map() start: 000000003f680000 size: 0000000000080000 end: 000000003f700000 type: 4 ><4>copy_e820_map() start: 000000003f700000 size: 0000000000900000 end: 0000000040000000 type: 2 ><4>copy_e820_map() start: 00000000e0000000 size: 0000000010000000 end: 00000000f0000000 type: 2 ><4>copy_e820_map() start: 00000000fec00000 size: 0000000000010000 end: 00000000fec10000 type: 2 ><4>copy_e820_map() start: 00000000fed00000 size: 0000000000000400 end: 00000000fed00400 type: 2 ><4>copy_e820_map() start: 00000000fed14000 size: 0000000000006000 end: 00000000fed1a000 type: 2 ><4>copy_e820_map() start: 00000000fed1c000 size: 0000000000074000 end: 00000000fed90000 type: 2 ><4>copy_e820_map() start: 00000000fee00000 size: 0000000000001000 end: 00000000fee01000 type: 2 ><4>copy_e820_map() start: 00000000ff000000 size: 0000000001000000 end: 0000000100000000 type: 2 ><4> BIOS-e820: 0000000000000000 - 000000000009f400 (usable) ><4> BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved) ><4> BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) ><4> BIOS-e820: 0000000000100000 - 000000003f680000 (usable) ><4> BIOS-e820: 000000003f680000 - 000000003f700000 (ACPI NVS) ><4> BIOS-e820: 000000003f700000 - 0000000040000000 (reserved) ><4> BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved) ><4> BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved) ><4> BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved) ><4> BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved) ><4> BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved) ><4> BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) ><4> BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved) ><5>118MB HIGHMEM available. ><5>896MB LOWMEM available. ><6>found SMP MP-table at 000f5e80 ><4>Using x86 segment limits to approximate NX protection ><7>Entering add_active_range(0, 0, 259712) 0 entries of 256 used ><4>Zone PFN ranges: ><4> DMA 0 -> 4096 ><4> Normal 4096 -> 229376 ><4> HighMem 229376 -> 259712 ><4>early_node_map[1] active PFN ranges ><4> 0: 0 -> 259712 ><7>On node 0 totalpages: 259712 ><7> DMA zone: 52 pages used for memmap ><7> DMA zone: 0 pages reserved ><7> DMA zone: 4044 pages, LIFO batch:0 ><7> Normal zone: 2860 pages used for memmap ><7> Normal zone: 222420 pages, LIFO batch:31 ><7> HighMem zone: 385 pages used for memmap ><7> HighMem zone: 29951 pages, LIFO batch:7 ><6>DMI present. ><6>Using APIC driver default ><4>ACPI: RSDP 000F5DF0, 0014 (r0 PTLTD ) ><4>ACPI: RSDT 3F685BFB, 0050 (r1 PTLTD Capell00 6040000 LTP 0) ><4>ACPI: FACP 3F68DDF3, 0074 (r1 INTEL CALISTGA 6040000 LOHR 5A) ><4>ACPI: DSDT 3F687352, 6AA1 (r1 INTEL CALISTGA 6040000 INTL 20050624) ><4>ACPI: FACS 3F68EFC0, 0040 ><4>ACPI: APIC 3F68DE67, 0068 (r1 INTEL CALISTGA 6040000 LOHR 5A) ><4>ACPI: HPET 3F68DECF, 0038 (r1 INTEL CALISTGA 6040000 LOHR 5A) ><4>ACPI: MCFG 3F68DF07, 003C (r1 INTEL CALISTGA 6040000 LOHR 5A) ><4>ACPI: ASF! 3F68DF9D, 0063 (r16 CETP CETP 6040000 PTL 1) ><4>ACPI: BOOT 3F68DF75, 0028 (r1 PTLTD $SBFTBL$ 6040000 LTP 1) ><4>ACPI: SSDT 3F686CFF, 064F (r1 SataRe SataPri 1000 INTL 20050624) ><4>ACPI: SSDT 3F686663, 069C (r1 SataRe SataSec 1000 INTL 20050624) ><4>ACPI: SSDT 3F686409, 025A (r1 PmRef Cpu0Ist 3000 INTL 20050624) ><4>ACPI: SSDT 3F68622D, 01DC (r1 PmRef Cpu0Cst 3001 INTL 20050624) ><4>ACPI: SSDT 3F685C4B, 05E2 (r1 PmRef CpuPm 3000 INTL 20050624) ><6>ACPI: PM-Timer IO Port: 0x1008 ><7>ACPI: Local APIC address 0xfee00000 ><6>ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) ><4>Processor #0 6:15 APIC version 20 ><6>ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled) ><6>ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) ><6>ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) ><6>ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) ><4>IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23 ><6>ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) ><6>ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) ><7>ACPI: IRQ0 used by override. ><7>ACPI: IRQ2 used by override. ><7>ACPI: IRQ9 used by override. ><4>Enabling APIC mode: Flat. Using 1 I/O APICs ><6>ACPI: HPET id: 0x8086a201 base: 0xfed00000 ><6>Using ACPI (MADT) for SMP configuration information ><4>Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000) ><4>Detected 2000.078 MHz processor. ><4>Built 1 zonelists. Total pages: 256415 ><5>Kernel command line: initrd=dcantrel/i386.rawhide/initrd.img loglevel=debug method=nfs:bigpapi:/vol/engineering/redhat/devel/dcantrel/i386.rawhide BOOT_IMAGE=dcantrel/i386.rawhide/vmlinuz nopass ><7>mapped APIC to ffffd000 (fee00000) ><7>mapped IOAPIC to ffffc000 (fec00000) ><6>Enabling fast FPU save and restore... done. ><6>Enabling unmasked SIMD FPU exception support... done. ><6>Initializing CPU#0 ><4>CPU 0 irqstacks, hard=c078e000 soft=c076e000 ><4>PID hash table entries: 4096 (order: 12, 16384 bytes) ><4>Console: colour VGA+ 80x25 ><4>Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar ><4>... MAX_LOCKDEP_SUBCLASSES: 8 ><4>... MAX_LOCK_DEPTH: 30 ><4>... MAX_LOCKDEP_KEYS: 2048 ><4>... CLASSHASH_SIZE: 1024 ><4>... MAX_LOCKDEP_ENTRIES: 8192 ><4>... MAX_LOCKDEP_CHAINS: 16384 ><4>... CHAINHASH_SIZE: 8192 ><4> memory used by lock dependency info: 1096 kB ><4> per task-struct memory footprint: 1200 bytes ><4>Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) ><4>Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) ><6>Memory: 1012044k/1038848k available (2117k kernel code, 26092k reserved, 1113k data, 244k init, 121344k highmem) ><4>virtual kernel memory layout: ><4> fixmap : 0xffc55000 - 0xfffff000 (3752 kB) ><4> pkmap : 0xff800000 - 0xffc00000 (4096 kB) ><4> vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB) ><4> lowmem : 0xc0000000 - 0xf8000000 ( 896 MB) ><4> .init : 0xc072c000 - 0xc0769000 ( 244 kB) ><4> .data : 0xc061176f - 0xc0727c94 (1113 kB) ><4> .text : 0xc0400000 - 0xc061176f (2117 kB) ><4>Checking if this processor honours the WP bit even in supervisor mode... Ok. ><6>hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 ><6>hpet0: 3 64-bit timers, 14318180 Hz ><4>Calibrating delay using timer specific routine.. 4004.00 BogoMIPS (lpj=2002004) ><6>Security Framework v1.0.0 initialized ><6>SELinux: Initializing. ><6>SELinux: Starting in permissive mode ><6>selinux_register_security: Registering secondary module capability ><6>Capability LSM initialized as secondary ><4>Mount-cache hash table entries: 512 ><7>CPU: After generic identify, caps: afebfbff 20100000 00000000 00000000 0000e3bd 00000000 00000001 ><4>monitor/mwait feature present. ><4>using mwait in idle threads. ><6>CPU: L1 I cache: 32K, L1 D cache: 32K ><6>CPU: L2 cache: 4096K ><7>CPU: After all inits, caps: afebf3ff 20100000 00000000 00003940 0000e3bd 00000000 00000001 ><6>Intel machine check architecture supported. ><6>Intel machine check reporting enabled on CPU#0. ><6>Checking 'hlt' instruction... OK. ><6>SMP alternatives: switching to UP code ><6>Freeing SMP alternatives: 11k freed ><6>ACPI: Core revision 20070126 ><4>CPU0: Intel(R) Pentium(R) M CPU 000 @ 2.00GHz stepping 01 ><6>Total of 1 processors activated (4004.00 BogoMIPS). ><4>ENABLING IO-APIC IRQs ><6>..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1 ><6>Brought up 1 CPUs ><7>sizeof(vma)=84 bytes ><7>sizeof(page)=52 bytes ><7>sizeof(inode)=564 bytes ><7>sizeof(dentry)=156 bytes ><7>sizeof(ext3inode)=800 bytes ><7>sizeof(buffer_head)=56 bytes ><7>sizeof(skbuff)=176 bytes ><7>sizeof(task_struct)=2704 bytes ><6>checking if image is initramfs... it is ><6>Freeing initrd memory: 5531k freed ><6>NET: Registered protocol family 16 ><6>ACPI: bus type pci registered ><6>PCI: Using MMCONFIG ><4>Setting up standard PCI resources ><6>ACPI: Interpreter enabled ><6>ACPI: (supports S0 S3 S4 S5) ><6>ACPI: Using IOAPIC for interrupt routing ><6>ACPI: PCI Root Bridge [PCI0] (0000:00) ><7>PCI: Probing PCI hardware (bus 00) ><7>Boot video device is 0000:00:02.0 ><4>PCI quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO ><4>PCI quirk: region 1180-11bf claimed by ICH6 GPIO ><6>PCI: Transparent bridge - 0000:00:1e.0 ><7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ><7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT] ><7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT] ><7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT] ><4>ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 *7 10 12 14 15) ><4>ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10 ><4>ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 *5 6 7 10 12 14 15) ><4>ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10 ><4>ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled. ><4>ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. ><4>ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled. ><4>ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15) ><6>ACPI: Power Resource [FN00] (off) ><6>Linux Plug and Play Support v0.97 (c) Adam Belay ><6>pnp: PnP ACPI init ><6>pnp: PnP ACPI: found 12 devices ><6>usbcore: registered new interface driver usbfs ><6>usbcore: registered new interface driver hub ><6>usbcore: registered new device driver usb ><6>PCI: Using ACPI for IRQ routing ><6>PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report ><6>NetLabel: Initializing ><6>NetLabel: domain hash size = 128 ><6>NetLabel: protocols = UNLABELED CIPSOv4 ><6>NetLabel: unlabeled traffic allowed by default ><6>pnp: 00:01: iomem range 0xe0000000-0xefffffff has been reserved ><6>pnp: 00:01: iomem range 0xfed14000-0xfed17fff has been reserved ><6>pnp: 00:01: iomem range 0xfed18000-0xfed18fff has been reserved ><6>pnp: 00:01: iomem range 0xfed19000-0xfed19fff has been reserved ><6>pnp: 00:04: iomem range 0xfed00000-0xfed003ff has been reserved ><6>pnp: 00:07: ioport range 0x6a0-0x6af has been reserved ><6>pnp: 00:07: ioport range 0x6b0-0x6ff has been reserved ><4>PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0 ><6>PCI: Bridge: 0000:00:1c.0 ><6> IO window: 2000-2fff ><6> MEM window: d0000000-d01fffff ><6> PREFETCH window: disabled. ><6>PCI: Bridge: 0000:00:1c.3 ><6> IO window: disabled. ><6> MEM window: d0200000-d02fffff ><6> PREFETCH window: disabled. ><6>PCI: Bridge: 0000:00:1e.0 ><6> IO window: disabled. ><6> MEM window: disabled. ><6> PREFETCH window: disabled. ><6>ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 16 ><7>PCI: Setting latency timer of device 0000:00:1c.0 to 64 ><6>ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 17 ><7>PCI: Setting latency timer of device 0000:00:1c.3 to 64 ><7>PCI: Setting latency timer of device 0000:00:1e.0 to 64 ><6>NET: Registered protocol family 2 ><4>IP route cache hash table entries: 32768 (order: 5, 131072 bytes) ><4>TCP established hash table entries: 65536 (order: 9, 2359296 bytes) ><4>TCP bind hash table entries: 65536 (order: 9, 2097152 bytes) ><6>TCP: Hash tables configured (established 65536 bind 65536) ><6>TCP reno registered ><6>Simple Boot Flag at 0x36 set to 0x1 ><6>apm: BIOS not found. ><6>audit: initializing netlink socket (disabled) ><5>audit(1173125061.604:1): initialized ><4>highmem bounce pool size: 64 pages ><4>Total HugeTLB memory allocated, 0 ><5>VFS: Disk quotas dquot_6.5.1 ><4>Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) ><6>SELinux: Registering netfilter hooks ><4>ksign: Installing public key data ><4>Loading keyring ><4>- Added public key D7578DED2A2E029 ><4>- User ID: Red Hat, Inc. (Kernel Module GPG key) ><6>io scheduler noop registered ><6>io scheduler anticipatory registered ><6>io scheduler deadline registered ><6>io scheduler cfq registered (default) ><7>PCI: Setting latency timer of device 0000:00:1c.0 to 64 ><4>assign_interrupt_mode Found MSI capability ><7>Allocate Port Service[0000:00:1c.0:pcie00] ><7>Allocate Port Service[0000:00:1c.0:pcie02] ><7>Allocate Port Service[0000:00:1c.0:pcie03] ><7>PCI: Setting latency timer of device 0000:00:1c.3 to 64 ><4>assign_interrupt_mode Found MSI capability ><7>Allocate Port Service[0000:00:1c.3:pcie00] ><7>Allocate Port Service[0000:00:1c.3:pcie02] ><7>Allocate Port Service[0000:00:1c.3:pcie03] ><4>ACPI: Transitioning device [FAN0] to D3 ><4>ACPI: Transitioning device [FAN0] to D3 ><6>ACPI: Fan [FAN0] (off) ><6>ACPI: CPU0 (power states: C1[C1] C2[C2]) ><6>ACPI: Processor [CPU0] (supports 8 throttling states) ><4>ACPI Exception (processor_core-0783): AE_NOT_FOUND, Processor Device is not present [20070126] ><6>ACPI: Thermal Zone [TZ00] (41 C) ><6>ACPI: Thermal Zone [TZ01] (40 C) ><6>isapnp: Scanning for PnP cards... ><6>isapnp: No Plug & Play device found ><6>Real Time Clock Driver v1.12ac ><7>hpet_resources: 0xfed00000 is busy ><6>Non-volatile memory driver v1.2 ><6>Linux agpgart interface v0.102 (c) Dave Jones ><6>agpgart: Detected an Intel 945GM Chipset. ><6>agpgart: Detected 7932K stolen memory. ><6>agpgart: AGP aperture is 256M @ 0xc0000000 ><6>Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled ><6>serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A ><6>00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A ><6>ACPI: PCI Interrupt 0000:02:00.3[C] -> GSI 18 (level, low) -> IRQ 18 ><6>0000:02:00.3: ttyS1 at I/O 0x2048 (irq = 18) is a 16550A ><4>RAMDISK driver initialized: 16 RAM disks of 16384K size 4096 blocksize ><6>input: Macintosh mouse button emulation as /class/input/input0 ><6>usbcore: registered new interface driver libusual ><6>usbcore: registered new interface driver hiddev ><6>usbcore: registered new interface driver usbhid ><6>drivers/usb/input/hid-core.c: v2.6:USB HID core driver ><6>PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 ><6>serio: i8042 KBD port at 0x60,0x64 irq 1 ><6>serio: i8042 AUX port at 0x60,0x64 irq 12 ><6>mice: PS/2 mouse device common for all mice ><6>input: AT Translated Set 2 keyboard as /class/input/input1 ><6>TCP bic registered ><6>Initializing XFRM netlink socket ><6>NET: Registered protocol family 1 ><6>NET: Registered protocol family 17 ><4>Using IPI No-Shortcut mode ><6>Freeing unused kernel memory: 244k freed ><4>Write protecting the kernel read-only data: 818k ><6>Time: hpet clocksource has been installed. ><6>Switched to high resolution mode on CPU 0 ><4>logips2pp: Detected unknown logitech mouse model 1 ><6>NET: Registered protocol family 10 ><6>lo: Disabled Privacy Extensions ><6>Mobile IPv6 ><6>loop: loaded (max 8 devices) ><6>input: PS/2 Logitech Mouse as /class/input/input2 ><4>floppy0: no floppy controllers found ><6>BIOS EDD facility v0.16 2004-Jun-25, 1 devices found ><6>input: PC Speaker as /class/input/input3 ><6>squashfs: version 3.2-alpha (2006/12/12) Phillip Lougher ><5>SCSI subsystem initialized ><6>Loading iSCSI transport class v2.0-724. ><5>iscsi: registered transport (tcp) ><6>ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 19 ><7>PCI: Setting latency timer of device 0000:00:1d.7 to 64 ><6>ehci_hcd 0000:00:1d.7: EHCI Host Controller ><6>ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1 ><6>ehci_hcd 0000:00:1d.7: debug port 1 ><7>PCI: cache line size of 32 is not supported by device 0000:00:1d.7 ><6>ehci_hcd 0000:00:1d.7: irq 19, io mem 0xd0640000 ><6>ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 ><6>usb usb1: configuration #1 chosen from 1 choice ><6>hub 1-0:1.0: USB hub found ><6>hub 1-0:1.0: 8 ports detected ><6>USB Universal Host Controller Interface driver v3.0 ><6>ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 19 ><7>PCI: Setting latency timer of device 0000:00:1d.0 to 64 ><6>uhci_hcd 0000:00:1d.0: UHCI Host Controller ><6>uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 ><6>uhci_hcd 0000:00:1d.0: irq 19, io base 0x00001820 ><6>usb usb2: configuration #1 chosen from 1 choice ><6>hub 2-0:1.0: USB hub found ><6>hub 2-0:1.0: 2 ports detected ><6>ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 17 ><7>PCI: Setting latency timer of device 0000:00:1d.1 to 64 ><6>uhci_hcd 0000:00:1d.1: UHCI Host Controller ><6>uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 ><6>uhci_hcd 0000:00:1d.1: irq 17, io base 0x00001840 ><6>usb usb3: configuration #1 chosen from 1 choice ><6>hub 3-0:1.0: USB hub found ><6>hub 3-0:1.0: 2 ports detected ><6>ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18 ><7>PCI: Setting latency timer of device 0000:00:1d.2 to 64 ><6>uhci_hcd 0000:00:1d.2: UHCI Host Controller ><6>uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 ><6>uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860 ><6>usb usb4: configuration #1 chosen from 1 choice ><6>hub 4-0:1.0: USB hub found ><6>hub 4-0:1.0: 2 ports detected ><6>ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 20 ><7>PCI: Setting latency timer of device 0000:00:1d.3 to 64 ><6>uhci_hcd 0000:00:1d.3: UHCI Host Controller ><6>uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5 ><6>uhci_hcd 0000:00:1d.3: irq 20, io base 0x00001880 ><6>usb usb5: configuration #1 chosen from 1 choice ><6>hub 5-0:1.0: USB hub found ><6>hub 5-0:1.0: 2 ports detected ><6>Intel(R) PRO/1000 Network Driver - version 7.3.20-k2-NAPI ><6>Copyright (c) 1999-2006 Intel Corporation. ><6>ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 16 (level, low) -> IRQ 20 ><7>PCI: Setting latency timer of device 0000:02:00.0 to 64 ><6>e1000: 0000:02:00.0: e1000_probe: (PCI Express:2.5Gb/s:Width x1) 00:0e:0c:72:bb:a7 ><6>e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection ><7>libata version 2.10 loaded. ><7>ata_piix 0000:00:1f.2: version 2.00ac7 ><6>ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ] ><6>ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 17 ><7>PCI: Setting latency timer of device 0000:00:1f.2 to 64 ><6>ata1: SATA max UDMA/133 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x000118b0 irq 14 ><6>ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x000118b8 irq 15 ><6>scsi0 : ata_piix ><6>ata1.00: ATA-7: FUJITSU MHT2080BH, 0000104A, max UDMA/100 ><6>ata1.00: 156301488 sectors, multi 16: LBA48 NCQ (depth 0/32) ><6>ata1.00: configured for UDMA/100 ><6>scsi1 : ata_piix ><6>ata2.01: ATAPI, max UDMA/33 ><6>ata2.01: configured for UDMA/33 ><5>scsi 0:0:0:0: Direct-Access ATA FUJITSU MHT2080B 0000 PQ: 0 ANSI: 5 ><5>SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) ><5>sda: Write Protect is off ><7>sda: Mode Sense: 00 3a 00 00 ><5>SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA ><5>SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) ><5>sda: Write Protect is off ><7>sda: Mode Sense: 00 3a 00 00 ><5>SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA ><6> sda: sda1 sda2 ><5>sd 0:0:0:0: Attached scsi disk sda ><5>scsi 1:0:1:0: CD-ROM TEAC DW-224E-C 1.8B PQ: 0 ANSI: 5 ><4>sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray ><6>Uniform CD-ROM driver Revision: 3.20 ><7>sr 1:0:1:0: Attached scsi CD-ROM sr0 ><6>e1000: eth0: e1000_watchdog: NIC Link is Up 10 Mbps Half Duplex, Flow Control: None ><6>e1000: eth0: e1000_watchdog: 10/100 speed: disabling TSO ><4>Unable to identify CD-ROM format. ><6>security: 3 users, 6 roles, 1673 types, 210 bools, 1 sens, 1024 cats ><6>security: 60 classes, 59279 rules ><6>SELinux: Completing initialization. ><6>SELinux: Setting up existing superblocks. ><6>SELinux: initialized (dev loop0, type squashfs), not configured for labeling ><6>SELinux: initialized (dev 0:15, type nfs), uses genfs_contexts ><6>SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts ><6>SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts ><6>SELinux: initialized (dev ramfs, type ramfs), uses genfs_contexts ><6>SELinux: initialized (dev ramfs, type ramfs), uses genfs_contexts ><6>SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs ><6>SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts ><6>SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts ><6>SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs ><6>SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses genfs_contexts ><6>SELinux: initialized (dev devpts, type devpts), uses transition SIDs ><6>SELinux: initialized (dev eventpollfs, type eventpollfs), uses task SIDs ><6>SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts ><6>SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs ><6>SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts ><6>SELinux: initialized (dev pipefs, type pipefs), uses task SIDs ><6>SELinux: initialized (dev sockfs, type sockfs), uses task SIDs ><6>SELinux: initialized (dev cpuset, type cpuset), not configured for labeling ><6>SELinux: initialized (dev proc, type proc), uses genfs_contexts ><6>SELinux: initialized (dev bdev, type bdev), uses genfs_contexts ><6>SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts ><6>SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts ><5>audit(1173125090.465:2): policy loaded auid=4294967295 ><6>md: raid0 personality registered for level 0 ><6>md: raid1 personality registered for level 1 ><6>raid5: automatically using best checksumming function: pIII_sse ><4> pIII_sse : 7104.000 MB/sec ><4>raid5: using function: pIII_sse (7104.000 MB/sec) ><4>raid6: int32x1 703 MB/s ><4>raid6: int32x2 648 MB/s ><4>raid6: int32x4 710 MB/s ><4>raid6: int32x8 644 MB/s ><4>raid6: mmxx1 2488 MB/s ><4>raid6: mmxx2 2515 MB/s ><4>raid6: sse1x1 1406 MB/s ><4>raid6: sse1x2 1933 MB/s ><4>raid6: sse2x1 1878 MB/s ><4>raid6: sse2x2 2750 MB/s ><4>raid6: using algorithm sse2x2 (2750 MB/s) ><6>md: raid6 personality registered for level 6 ><6>md: raid5 personality registered for level 5 ><6>md: raid4 personality registered for level 4 ><4>GFS2 (built Feb 26 2007 21:14:52) installed ><6>Lock_Nolock (built Feb 26 2007 21:15:08) installed ><6>JFS: nTxBlock = 7954, nTxLock = 63634 ><6>SGI XFS with ACLs, security attributes, large block numbers, no debug enabled ><6>SGI XFS Quota Management subsystem ><6>device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel@redhat.com ><6>device-mapper: multipath: version 1.0.5 loaded ><6>device-mapper: multipath round-robin: version 1.0.0 loaded ><6>device-mapper: multipath emc: version 0.0.3 loaded ><5>audit(1173125106.384:3): audit_pid=674 old=0 by auid=4294967295 subj=system_u:system_r:anaconda_t:s0 ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3-fs: mounted filesystem with ordered data mode. ><6>SELinux: initialized (dev dm-0, type ext3), uses xattr ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3 FS on sda1, internal journal ><6>EXT3-fs: mounted filesystem with ordered data mode. ><6>SELinux: initialized (dev sda1, type ext3), uses xattr > > >/tmp/anaconda.log: >20:04:23 INFO : 1018156 kB are available >20:04:23 INFO : modules to insert cramfs fat vfat ipv6 sunrpc lockd nfs_acl nfs loop isofs floppy edd pcspkr squashfs jbd mbcache ext3 >20:04:23 DEBUG : getModuleLocation: 2.6.20-1.2953.fc7/i586 >20:04:23 INFO : loaded cramfs from /modules/modules.cgz >20:04:23 INFO : loaded fat from /modules/modules.cgz >20:04:23 INFO : loaded vfat from /modules/modules.cgz >20:04:23 INFO : loaded ipv6 from /modules/modules.cgz >20:04:23 INFO : loaded sunrpc from /modules/modules.cgz >20:04:23 INFO : loaded lockd from /modules/modules.cgz >20:04:23 INFO : loaded nfs_acl from /modules/modules.cgz >20:04:23 INFO : loaded nfs from /modules/modules.cgz >20:04:23 INFO : loaded loop from /modules/modules.cgz >20:04:23 INFO : loaded floppy from /modules/modules.cgz >20:04:23 INFO : loaded edd from /modules/modules.cgz >20:04:23 INFO : loaded pcspkr from /modules/modules.cgz >20:04:23 INFO : loaded squashfs from /modules/modules.cgz >20:04:23 INFO : loaded jbd from /modules/modules.cgz >20:04:23 INFO : loaded mbcache from /modules/modules.cgz >20:04:23 INFO : loaded ext3 from /modules/modules.cgz >20:04:23 DEBUG : module(s) isofs not found >20:04:23 INFO : inserted /tmp/cramfs.ko >20:04:23 INFO : inserted /tmp/fat.ko >20:04:23 INFO : inserted /tmp/vfat.ko >20:04:23 INFO : inserted /tmp/ipv6.ko >20:04:23 INFO : inserted /tmp/sunrpc.ko >20:04:23 INFO : inserted /tmp/lockd.ko >20:04:23 INFO : inserted /tmp/nfs_acl.ko >20:04:23 INFO : inserted /tmp/nfs.ko >20:04:23 INFO : inserted /tmp/loop.ko >20:04:26 WARNING : failed to insert module (19) >20:04:26 ERROR : failed to insert /tmp/floppy.ko >20:04:26 INFO : inserted /tmp/edd.ko >20:04:26 INFO : inserted /tmp/pcspkr.ko >20:04:26 INFO : inserted /tmp/squashfs.ko >20:04:26 INFO : inserted /tmp/jbd.ko >20:04:26 INFO : inserted /tmp/mbcache.ko >20:04:26 INFO : inserted /tmp/ext3.ko >20:04:26 INFO : load module set done >20:04:26 INFO : modules to insert >20:04:26 DEBUG : getModuleLocation: 2.6.20-1.2953.fc7/i586 >20:04:26 INFO : load module set done >20:04:26 INFO : modules to insert cdrom ide-cd >20:04:26 DEBUG : getModuleLocation: 2.6.20-1.2953.fc7/i586 >20:04:26 INFO : loaded cdrom from /modules/modules.cgz >20:04:26 DEBUG : module(s) ide-cd not found >20:04:26 INFO : inserted /tmp/cdrom.ko >20:04:26 INFO : load module set done >20:04:26 INFO : modules to insert scsi_mod sd_mod sr_mod >20:04:26 DEBUG : getModuleLocation: 2.6.20-1.2953.fc7/i586 >20:04:26 INFO : loaded scsi_mod from /modules/modules.cgz >20:04:26 INFO : loaded sd_mod from /modules/modules.cgz >20:04:26 INFO : loaded sr_mod from /modules/modules.cgz >20:04:26 INFO : inserted /tmp/scsi_mod.ko >20:04:26 INFO : inserted /tmp/sd_mod.ko >20:04:26 INFO : inserted /tmp/sr_mod.ko >20:04:26 INFO : load module set done >20:04:26 INFO : modules to insert scsi_transport_iscsi libiscsi iscsi_tcp >20:04:26 DEBUG : getModuleLocation: 2.6.20-1.2953.fc7/i586 >20:04:26 INFO : loaded scsi_transport_iscsi from /modules/modules.cgz >20:04:26 INFO : loaded libiscsi from /modules/modules.cgz >20:04:26 INFO : loaded iscsi_tcp from /modules/modules.cgz >20:04:26 INFO : inserted /tmp/scsi_transport_iscsi.ko >20:04:26 INFO : inserted /tmp/libiscsi.ko >20:04:26 INFO : inserted /tmp/iscsi_tcp.ko >20:04:26 INFO : load module set done >20:04:26 INFO : looking for usb controllers >20:04:26 INFO : found USB controller ehci-hcd >20:04:26 INFO : modules to insert ehci-hcd >20:04:26 DEBUG : getModuleLocation: 2.6.20-1.2953.fc7/i586 >20:04:26 INFO : loaded ehci-hcd from /modules/modules.cgz >20:04:27 INFO : inserted /tmp/ehci-hcd.ko >20:04:27 INFO : load module set done >20:04:27 INFO : found USB controller uhci-hcd >20:04:27 INFO : modules to insert uhci-hcd >20:04:27 DEBUG : getModuleLocation: 2.6.20-1.2953.fc7/i586 >20:04:27 INFO : loaded uhci-hcd from /modules/modules.cgz >20:04:27 INFO : inserted /tmp/uhci-hcd.ko >20:04:27 INFO : load module set done >20:04:27 INFO : found USB controller uhci-hcd >20:04:27 INFO : modules to insert >20:04:27 DEBUG : getModuleLocation: 2.6.20-1.2953.fc7/i586 >20:04:27 INFO : load module set done >20:04:27 INFO : found USB controller uhci-hcd >20:04:27 INFO : modules to insert >20:04:27 DEBUG : getModuleLocation: 2.6.20-1.2953.fc7/i586 >20:04:27 INFO : load module set done >20:04:27 INFO : found USB controller uhci-hcd >20:04:27 INFO : modules to insert >20:04:27 DEBUG : getModuleLocation: 2.6.20-1.2953.fc7/i586 >20:04:27 INFO : load module set done >20:04:27 DEBUG : waiting for usb to become stable... >20:04:29 DEBUG : 2 seconds. >20:04:29 INFO : modules to insert hid keybdev >20:04:29 DEBUG : getModuleLocation: 2.6.20-1.2953.fc7/i586 >20:04:29 DEBUG : module(s) hid keybdev not found >20:04:29 INFO : load module set done >20:04:30 INFO : no firewire controller found >20:04:30 DEBUG : no pcic controller found >20:04:30 DEBUG : probing buses >20:04:30 DEBUG : finished bus probing >20:04:30 DEBUG : ignoring driverless device Intel Corporation Unknown device 108e >20:04:30 DEBUG : ignoring driverless device Intel Corporation Unknown device 27da >20:04:30 DEBUG : ignoring driverless device Intel Corporation Unknown device 27bd >20:04:30 DEBUG : ignoring driverless device Intel Corporation Unknown device 2448 >20:04:30 DEBUG : ignoring driverless device Intel Corporation Unknown device 27d6 >20:04:30 DEBUG : ignoring driverless device Intel Corporation Unknown device 27d0 >20:04:30 DEBUG : ignoring driverless device Intel Corporation Unknown device 27a0 >20:04:30 DEBUG : ignoring driverless device Intel Corporation Unknown device 4222 >20:04:30 DEBUG : ignoring driverless device Intel Corporation Unknown device 108f >20:04:30 DEBUG : ignoring driverless device Intel Corporation Unknown device 27a6 >20:04:30 DEBUG : ignoring driverless device Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller >20:04:30 DEBUG : ignoring driverless device Intel Corporation Unknown device 108d >20:04:30 INFO : modules to insert e1000 libata ata_piix >20:04:30 DEBUG : getModuleLocation: 2.6.20-1.2953.fc7/i586 >20:04:30 INFO : loaded e1000 from /modules/modules.cgz >20:04:30 INFO : loaded libata from /modules/modules.cgz >20:04:30 INFO : loaded ata_piix from /modules/modules.cgz >20:04:30 INFO : inserted /tmp/e1000.ko >20:04:30 INFO : inserted /tmp/libata.ko >20:04:32 INFO : inserted /tmp/ata_piix.ko >20:04:32 INFO : load module set done >20:04:39 DEBUG : going to set language to tr_TR.UTF-8 >20:04:39 INFO : setting language to tr_TR.UTF-8 >20:04:39 INFO : 53 keymaps are available >20:04:41 INFO : need to set up networking >20:04:41 INFO : going to pick interface >20:04:41 INFO : only have one network device: eth0 >20:04:41 INFO : going to do getNetConfig >20:04:41 INFO : eth0 is not a wireless adapter >20:04:43 DEBUG : waiting for link eth0... >20:04:43 DEBUG : 0 seconds. >20:04:43 DEBUG : sending anaconda-Linux 2.6.20-1.2953.fc7 i686 as dhcp vendor-class >20:04:43 DEBUG : looking for name eth0 > >20:04:43 DEBUG : found index 1 > >20:04:43 DEBUG : got name: lo >20:04:43 DEBUG : lo > >20:04:43 DEBUG : found index 2 > >20:04:43 DEBUG : got name: eth0 >20:04:43 DEBUG : eth0 > >20:04:43 INFO : DHCP eth0 - bringing link UP - 11043 65 >20:04:43 DEBUG : DHCPv4 eth0 - state: DHC4_PREINIT >20:04:43 INFO : Listening on LPF/eth0/00:0e:0c:72:bb:a7 >20:04:43 INFO : Sending on LPF/eth0/00:0e:0c:72:bb:a7 >20:04:43 INFO : Sending on Socket/fallback >20:04:43 INFO : DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 >20:04:43 INFO : DHCPOFFER from 10.13.0.16 >20:04:43 INFO : DHCPREQUEST on eth0 to 255.255.255.255 port 67 >20:04:43 INFO : DHCPACK from 10.13.0.16 >20:04:43 DEBUG : DHCPv4 eth0 - state: DHC4_BOUND >20:04:43 DEBUG : DHCPv4 eth0 - BOUND: 0x80b9180 >20:04:43 INFO : bound to 10.13.0.30 -- renewal in 8422 seconds. >20:04:43 INFO : DHCPv6: NIC: 0x98fa788 eth0 0x98cc1f0 >20:04:43 DEBUG : found an interface eth0 harware 00:0e:0c:72:bb:a7 >20:04:43 DEBUG : generated a new DUID: 00:01:00:01:0d:7f:34:5b:00:0e:0c:72:bb:a7 >20:04:43 DEBUG : link local addr is fe80::20e:cff:fe72:bba7 >20:04:43 DEBUG : res addr is fe80::20e:cff:fe72:bba7%eth0/28 >20:04:44 DEBUG : found an interface eth0 harware 00:0e:0c:72:bb:a7 >20:04:44 DEBUG : create iaid 1913392640 for interface eth0 >20:04:44 DEBUG : found an interface eth0 harware 00:0e:0c:72:bb:a7 >20:04:44 DEBUG : create iaid 1913392640 for interface eth0 >20:04:44 DEBUG : found an interface eth0 harware 00:0e:0c:72:bb:a7 >20:04:44 DEBUG : create iaid 1913392640 for interface eth0 >20:04:44 DEBUG : found an interface eth0 harware 00:0e:0c:72:bb:a7 >20:04:44 DEBUG : found interface eth0 iaid 1913392640 >20:04:44 DEBUG : interface eth0 iaid is 1913392640 >20:04:44 DEBUG : open_netlink_socket called >20:04:44 DEBUG : netlink_send_rtmsg called >20:04:44 DEBUG : netlink_recv_rtgenmsg called >20:04:44 DEBUG : netlink_send_rtgenmsg called >20:04:44 DEBUG : netlink_recv_rtgenmsg called >20:04:44 DEBUG : create an event 0x98fa7c0 xid 0 for state 0 >20:04:44 DEBUG : reset a timer on eth0, state=INIT, timeo=0, retrans=816 >20:04:45 DEBUG : ifp 0x98e3760 event 0x98fa7c0 a new XID (21eff5) is generated >20:04:45 DEBUG : set client ID >20:04:45 DEBUG : set opt_8 >20:04:45 DEBUG : set opt_28 >20:04:45 DEBUG : set IA_NA iaidinfo: iaid 1913392640 renewtime 0 rebindtime 0 >20:04:45 DEBUG : set opt_3 >20:04:45 DEBUG : send dst if eth0 addr is ff02::1:2%eth0 scope id is 2 >20:04:45 DEBUG : send solicit to ff02::1:2%eth0 >20:04:45 DEBUG : DUID is 00:01:00:01:0d:7f:34:5b:00:0e:0c:72:bb:a7, DUID_LEN is 14 >20:04:45 DEBUG : removing ID (ID: 00:01:00:01:0d:7f:34:5b:00:0e:0c:72:bb:a7) >20:04:45 DEBUG : DUID is , DUID_LEN is 0 >20:04:45 DEBUG : reset a timer on eth0, state=SOLICIT, timeo=0, retrans=1074 >20:04:45 ERROR : getnameinfo return error >20:04:45 DEBUG : receive packet info ifname eth0, addr is scope id is 2 >20:04:45 ERROR : getnameinfo return error >20:04:45 DEBUG : receive advertise from scope id 2 eth0 >20:04:45 DEBUG : get DHCP option client ID, len 14 >20:04:45 DEBUG : DUID: 00:01:00:01:0d:7f:34:5b:00:0e:0c:72:bb:a7 >20:04:45 DEBUG : get DHCP option server ID, len 14 >20:04:45 DEBUG : DUID: 00:01:00:01:0b:ac:91:05:00:50:04:17:f3:0a >20:04:45 DEBUG : get DHCP option opt_3, len 46 >20:04:45 DEBUG : get option iaid is 1913392640, renewtime 60, rebindtime 90 >20:04:45 DEBUG : IA address option: opt_5, len 30 >20:04:45 ERROR : getnameinfo return error >20:04:45 DEBUG : get IAADR address information: preferlifetime 130 validlifetime 200 >20:04:45 INFO : status code for this address is: success >20:04:45 DEBUG : get DHCP option preference, len 1 >20:04:45 DEBUG : get option preferrence is ff >20:04:45 DEBUG : get DHCP option status code, len 2 >20:04:45 DEBUG : this message status code: success >20:04:45 DEBUG : ifp 0x98e3760 event 0x98fa7c0 id is 21eff5 >20:04:45 DEBUG : server ID: 00:01:00:01:0b:ac:91:05:00:50:04:17:f3:0a, pref=ff >20:04:45 INFO : status code: success >20:04:45 DEBUG : new server DUID 00:01:00:01:0b:ac:91:05:00:50:04:17:f3:0a, len 14 >20:04:45 DEBUG : reset a timer on eth0, state=REQUEST, timeo=0, retrans=1031 >20:04:45 DEBUG : ifp 0x98e3760 event 0x98fa7c0 a new XID (ce2e8a) is generated >20:04:45 DEBUG : current server ID 00:01:00:01:0b:ac:91:05:00:50:04:17:f3:0a >20:04:45 DEBUG : IAID is 1913392640 >20:04:45 DEBUG : set client ID >20:04:45 DEBUG : set server ID >20:04:45 DEBUG : set opt_8 >20:04:45 DEBUG : set opt_28 >20:04:45 DEBUG : set IA_NA iaidinfo: iaid 1913392640 renewtime 0 rebindtime 0 >20:04:45 DEBUG : set opt_3 >20:04:45 DEBUG : send dst if eth0 addr is ff02::1:2%eth0 scope id is 2 >20:04:45 DEBUG : send request to ff02::1:2%eth0 >20:04:45 DEBUG : DUID is 00:01:00:01:0d:7f:34:5b:00:0e:0c:72:bb:a7, DUID_LEN is 14 >20:04:45 DEBUG : removing ID (ID: 00:01:00:01:0d:7f:34:5b:00:0e:0c:72:bb:a7) >20:04:45 DEBUG : DUID is 00:01:00:01:0b:ac:91:05:00:50:04:17:f3:0a, DUID_LEN is 14 >20:04:45 DEBUG : removing ID (ID: 00:01:00:01:0b:ac:91:05:00:50:04:17:f3:0a) >20:04:45 DEBUG : DUID is 00:01:00:01:0d:7f:34:5b:00:0e:0c:72:bb:a7, DUID_LEN is 14 >20:04:45 DEBUG : removing ID (ID: 00:01:00:01:0d:7f:34:5b:00:0e:0c:72:bb:a7) >20:04:45 DEBUG : DUID is 00:01:00:01:0b:ac:91:05:00:50:04:17:f3:0a, DUID_LEN is 14 >20:04:45 DEBUG : removing ID (ID: 00:01:00:01:0b:ac:91:05:00:50:04:17:f3:0a) >20:04:45 ERROR : getnameinfo return error >20:04:45 DEBUG : receive packet info ifname eth0, addr is scope id is 2 >20:04:45 ERROR : getnameinfo return error >20:04:45 DEBUG : receive reply from scope id 2 eth0 >20:04:45 DEBUG : get DHCP option client ID, len 14 >20:04:45 DEBUG : DUID: 00:01:00:01:0d:7f:34:5b:00:0e:0c:72:bb:a7 >20:04:45 DEBUG : get DHCP option server ID, len 14 >20:04:45 DEBUG : DUID: 00:01:00:01:0b:ac:91:05:00:50:04:17:f3:0a >20:04:45 DEBUG : get DHCP option opt_3, len 46 >20:04:45 DEBUG : get option iaid is 1913392640, renewtime 60, rebindtime 90 >20:04:45 DEBUG : IA address option: opt_5, len 30 >20:04:45 ERROR : getnameinfo return error >20:04:45 DEBUG : get IAADR address information: preferlifetime 130 validlifetime 200 >20:04:45 INFO : status code for this address is: success >20:04:45 DEBUG : get DHCP option preference, len 1 >20:04:45 DEBUG : get option preferrence is ff >20:04:45 DEBUG : get DHCP option status code, len 2 >20:04:45 DEBUG : this message status code: success >20:04:45 DEBUG : reply message XID is (ce2e8a) >20:04:45 DEBUG : ifp 0x98e3760 event 0x98fa7c0 id is ce2e8a >20:04:45 DEBUG : serverID is 00:01:00:01:0b:ac:91:05:00:50:04:17:f3:0a len is 14 >20:04:45 INFO : status code: success >20:04:45 DEBUG : open_netlink_socket called >20:04:45 DEBUG : netlink_send_rtmsg called >20:04:45 DEBUG : netlink_recv_rtgenmsg called >20:04:45 DEBUG : netlink_send_rtgenmsg called >20:04:45 DEBUG : netlink_recv_rtgenmsg called >20:04:45 ERROR : getnameinfo return error >20:04:45 INFO : assigned address prefix len is not in any RAs prefix length using 64 bit instead >20:04:45 ERROR : getnameinfo return error >20:04:45 DEBUG : try to add address >20:04:45 INFO : renew time 60, rebind time 90 >20:04:45 DEBUG : set timer for checking link ... >20:04:45 DEBUG : set timer for checking DAD ... >20:04:45 DEBUG : set timer for syncing file ... >20:04:45 INFO : DHCPv6 eth0 - state: DHC6_BOUND >20:04:45 INFO : DHCPv6 eth0 - BOUND >20:04:45 DEBUG : removing an event 0x98fa7c0 on eth0, state=3, xid=ce2e8a >20:04:45 DEBUG : got an expected reply, sleeping. >20:04:45 DEBUG : DUID is 00:01:00:01:0d:7f:34:5b:00:0e:0c:72:bb:a7, DUID_LEN is 14 >20:04:45 DEBUG : removing ID (ID: 00:01:00:01:0d:7f:34:5b:00:0e:0c:72:bb:a7) >20:04:45 DEBUG : DUID is 00:01:00:01:0b:ac:91:05:00:50:04:17:f3:0a, DUID_LEN is 14 >20:04:45 DEBUG : removing ID (ID: 00:01:00:01:0b:ac:91:05:00:50:04:17:f3:0a) >20:04:46 INFO : DHCPv4 eth0 - obtained lease 10.13.0.30 >20:04:46 INFO : DHCPv4 eth0 - option subnet-mask: 255.255.255.0 >20:04:46 INFO : DHCPv4 eth0 - option subnet-mask - prefix_len: 24 broadcast: 10.13.0.255 >20:04:46 INFO : DHCPv4 eth0 - option routers: >20:04:46 DEBUG : DHCPv4 eth0 - option routers default gateway 0: 10.13.0.254 >20:04:46 DEBUG : DHCPv4 eth0 - option domain-name-servers: >20:04:46 DEBUG : DHCPv4 eth0 - domain-name-server 0: 172.16.76.10 >20:04:46 DEBUG : DHCPv4 eth0 - domain-name-server 1: 172.16.52.28 >20:04:46 DEBUG : DHCPv4 eth0 - option domain-name: install.boston.redhat.com boston.redhat.com redhat.com >20:04:46 INFO : DHCPv6 eth0 - lease address: fec0:acdc:1::1708/64 >20:04:46 DEBUG : device = eth0 >20:04:46 DEBUG : broadcast = 10.13.0.255 >20:04:46 DEBUG : netmask = 255.255.255.0 >20:04:46 DEBUG : network = 10.13.0.0 >20:04:46 DEBUG : ipv6 = fec0:acdc:1::1708 >20:04:46 DEBUG : ipv6_prefixlen = 64 >20:04:46 DEBUG : gateway = 10.13.0.254 >20:04:46 DEBUG : dns[0] = 172.16.76.10 >20:04:46 DEBUG : dns[1] = 172.16.52.28 >20:04:46 DEBUG : nic_addr_send: add IFA_ADDRESS: 2 10.13.0.30/24 > >20:04:46 DEBUG : nic_addr_send: add IFA_LOCAL: 2 10.13.0.30 > >20:04:46 DEBUG : nic_addr_send: add address: 2 broadcast: 10.13.0.255 > >20:04:46 INFO : DHCPv4 interface configuration succeeded. >20:04:46 INFO : DHCPv6 interface configuration succeeded. >20:04:46 DEBUG : waiting for link eth0... >20:04:46 DEBUG : 0 seconds. >20:04:46 INFO : reverse name lookup worked >20:04:46 INFO : starting to STEP_URL >20:04:46 INFO : going to do nfsGetSetup >20:04:46 INFO : host is bigpapi, dir is /vol/engineering/redhat/devel/dcantrel/i386.rawhide, opts are '(null)' >20:04:46 INFO : mounting nfs path bigpapi:/vol/engineering/redhat/devel/dcantrel/i386.rawhide >20:04:46 INFO : can access /mnt/source/images/stage2.img >20:04:46 INFO : mntloop loop0 on /mnt/runtime as /mnt/source/images/stage2.img fd is 11 >20:04:47 DEBUG : after mountStage2, rc is 0 >20:04:47 INFO : got url nfs://mnt/source/. >20:04:47 INFO : Loading SELinux policy >20:04:50 INFO : getting ready to spawn shell now >20:04:50 INFO : modules to insert ide-cd >20:04:50 DEBUG : getModuleLocation: 2.6.20-1.2953.fc7/i586 >20:04:50 DEBUG : module(s) ide-cd not found >20:04:50 INFO : load module set done >20:04:50 INFO : modules to insert >20:04:50 DEBUG : getModuleLocation: 2.6.20-1.2953.fc7/i586 >20:04:50 INFO : load module set done >20:04:50 INFO : modules to insert >20:04:50 DEBUG : getModuleLocation: 2.6.20-1.2953.fc7/i586 >20:04:50 INFO : load module set done >20:04:50 DEBUG : probing buses >20:04:51 DEBUG : finished bus probing >20:04:51 DEBUG : ignoring driverless device Intel Corporation 82573E KCS (Active Management) >20:04:51 DEBUG : ignoring driverless device Intel Corporation 82801G (ICH7 Family) SMBus Controller >20:04:51 DEBUG : ignoring driverless device Intel Corporation 82801GHM (ICH7-M DH) LPC Interface Bridge >20:04:51 DEBUG : ignoring driverless device Intel Corporation 82801 Mobile PCI Bridge >20:04:51 DEBUG : ignoring driverless device Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 >20:04:51 DEBUG : ignoring driverless device Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 >20:04:51 DEBUG : ignoring driverless device Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub >20:04:51 DEBUG : ignoring driverless device Intel Corporation PRO/Wireless 3945ABG Network Connection >20:04:51 DEBUG : ignoring driverless device Intel Corporation Active Management Technology - SOL >20:04:51 DEBUG : ignoring driverless device Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller >20:04:51 DEBUG : ignoring driverless device Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller >20:04:51 DEBUG : ignoring driverless device Intel Corporation Unknown device 108d >20:04:51 INFO : modules to insert >20:04:51 DEBUG : getModuleLocation: 2.6.20-1.2953.fc7/i586 >20:04:51 INFO : load module set done >20:04:51 INFO : modules to insert md raid0 raid1 raid5 raid6 xor raid456 msdos gfs2 lock_nolock reiserfs jfs xfs dm-mod dm-zero dm-mirror dm-snapshot dm-multipath dm-round-robin dm-emc >20:04:51 DEBUG : getModuleLocation: 2.6.20-1.2953.fc7/i586 >20:04:51 INFO : loaded raid0 from /modules/modules.cgz >20:04:51 INFO : loaded raid1 from /modules/modules.cgz >20:04:51 INFO : loaded xor from /modules/modules.cgz >20:04:51 INFO : loaded raid456 from /modules/modules.cgz >20:04:51 INFO : loaded msdos from /modules/modules.cgz >20:04:51 INFO : loaded gfs2 from /modules/modules.cgz >20:04:51 INFO : loaded lock_nolock from /modules/modules.cgz >20:04:51 INFO : loaded reiserfs from /modules/modules.cgz >20:04:51 INFO : loaded jfs from /modules/modules.cgz >20:04:51 INFO : loaded xfs from /modules/modules.cgz >20:04:51 INFO : loaded dm-mod from /modules/modules.cgz >20:04:51 INFO : loaded dm-zero from /modules/modules.cgz >20:04:51 INFO : loaded dm-mirror from /modules/modules.cgz >20:04:51 INFO : loaded dm-snapshot from /modules/modules.cgz >20:04:51 INFO : loaded dm-multipath from /modules/modules.cgz >20:04:51 INFO : loaded dm-round-robin from /modules/modules.cgz >20:04:51 INFO : loaded dm-emc from /modules/modules.cgz >20:04:51 DEBUG : module(s) md raid5 raid6 not found >20:04:51 INFO : inserted /tmp/raid0.ko >20:04:51 INFO : inserted /tmp/raid1.ko >20:04:51 INFO : inserted /tmp/xor.ko >20:04:52 INFO : inserted /tmp/raid456.ko >20:04:52 INFO : inserted /tmp/msdos.ko >20:04:52 INFO : inserted /tmp/gfs2.ko >20:04:52 INFO : inserted /tmp/lock_nolock.ko >20:04:52 INFO : inserted /tmp/reiserfs.ko >20:04:52 INFO : inserted /tmp/jfs.ko >20:04:52 INFO : inserted /tmp/xfs.ko >20:04:52 INFO : inserted /tmp/dm-mod.ko >20:04:52 INFO : inserted /tmp/dm-zero.ko >20:04:52 INFO : inserted /tmp/dm-mirror.ko >20:04:52 INFO : inserted /tmp/dm-snapshot.ko >20:04:52 INFO : inserted /tmp/dm-multipath.ko >20:04:52 INFO : inserted /tmp/dm-round-robin.ko >20:04:52 INFO : inserted /tmp/dm-emc.ko >20:04:52 INFO : load module set done >20:04:52 INFO : looking for USB mouse... >20:04:52 INFO : NFS install method detected, will use RHupdates/ >20:04:52 INFO : Running anaconda script /usr/bin/anaconda >20:05:06 INFO : using only installclass _Fedora >20:05:06 INFO : _Fedora is only installclass, using it >20:05:07 INFO : Display mode = g >20:05:07 INFO : Method = nfs://mnt/source/. >20:05:15 WARNING : no floppy devices found but we'll try fd0 anyway >20:05:33 INFO : Started mini-wm >20:05:34 INFO : Grafik kurulum baÅlatılıyor... >20:05:35 INFO : Detected 1008M of memory >20:05:35 INFO : Swap attempt of 1000M to 2000M >20:05:35 WARNING : step installtype does not exist >20:05:35 WARNING : step complete does not exist >20:05:36 INFO : moving (1) to step welcome >20:05:36 WARNING : /usr/lib/anaconda/gui.py:1209: GtkWarning: Error loading theme icon for stock: Resim dosyası '/usr/share/icons/Echo/48x48/actions/gtk-new.png' hiç bilgi içermiyor. > domain="anaconda") > >20:05:56 WARNING : /usr/lib/anaconda/gui.py:1209: GtkWarning: Error loading theme icon for stock: Resim dosyası '/usr/share/icons/Echo/24x24/actions/gtk-go-back-ltr.png' hiç bilgi içermiyor. > domain="anaconda") > >20:05:56 WARNING : /usr/lib/anaconda/gui.py:1209: GtkWarning: Error loading theme icon for stock: Resim dosyası '/usr/share/icons/Echo/24x24/actions/gtk-go-forward-ltr.png' hiç bilgi içermiyor. > domain="anaconda") > >20:05:57 WARNING : /usr/lib/anaconda/gui.py:1231: GtkWarning: Error loading theme icon for stock: Resim dosyası '/usr/share/icons/Echo/48x48/actions/gtk-new.png' hiç bilgi içermiyor. > gtk.main() > >20:05:57 WARNING : /usr/lib/anaconda/gui.py:1231: GtkWarning: Error loading theme icon for stock: Resim dosyası '/usr/share/icons/Echo/24x24/actions/gtk-go-back-ltr.png' hiç bilgi içermiyor. > gtk.main() > >20:05:57 WARNING : /usr/lib/anaconda/gui.py:1231: GtkWarning: Error loading theme icon for stock: Resim dosyası '/usr/share/icons/Echo/24x24/actions/gtk-go-forward-ltr.png' hiç bilgi içermiyor. > gtk.main() > >20:05:59 INFO : moving (1) to step betanag >20:05:59 WARNING : /usr/lib/anaconda/gui.py:807: GtkWarning: Error loading theme icon for stock: Resim dosyası '/usr/share/icons/Echo/48x48/status/gtk-dialog-warning.png' hiç bilgi içermiyor. > self.dialog.show_all () > >20:06:00 INFO : moving (1) to step language >20:06:01 WARNING : /usr/lib/anaconda/iw/language_gui.py:52: GtkWarning: Error loading theme icon for stock: Resim dosyası '/usr/share/icons/Echo/24x24/actions/gtk-go-back-ltr.png' hiç bilgi içermiyor. > self.listView.scroll_to_cell(path, col, True, 0.5, 0.5) > >20:06:04 INFO : moving (1) to step keyboard >20:06:06 INFO : moving (1) to step findrootparts >20:06:06 DEBUG : starting mpaths >20:06:06 DEBUG : self.driveList(): ['sda'] >20:06:06 DEBUG : DiskSet.skippedDisks: [] >20:06:06 DEBUG : DiskSet.skippedDisks: [] >20:06:06 DEBUG : starting all mpaths on drives ['sda'] >20:06:06 DEBUG : scanning for multipath on drives ['sda'] >20:06:06 ERROR : error scanning mpaths, disabling: (2, 'B\xc3\xb6yle bir dosya ya da dizin yok') >20:06:06 ERROR : error scanning mpaths, disabling: (2, 'B\xc3\xb6yle bir dosya ya da dizin yok') >20:06:06 DEBUG : done starting mpaths. Drivelist: ['sda'] >20:06:06 DEBUG : starting dmraids >20:06:06 DEBUG : self.driveList(): ['sda'] >20:06:06 DEBUG : DiskSet.skippedDisks: [] >20:06:06 DEBUG : DiskSet.skippedDisks: [] >20:06:06 DEBUG : starting all dmraids on drives ['sda'] >20:06:06 DEBUG : scanning for dmraid on drives ['sda'] >20:06:07 DEBUG : done starting dmraids. Drivelist: ['sda'] >20:06:10 INFO : lv is VolGroup00/LogVol00, size of 74208 >20:06:10 INFO : lv is VolGroup00/LogVol01, size of 1984 >20:06:10 DEBUG : isys.py:mount()- going to mount /dev/VolGroup00/LogVol00 on /mnt/sysimage >20:06:10 DEBUG : isys.py:mount()- going to mount /tmp/sda1 on /mnt/sysimage >20:06:11 WARNING : step complete does not exist >20:06:11 INFO : moving (1) to step partitionobjinit >20:06:11 INFO : no initiator set >20:06:11 INFO : no /tmp/fcpconfig; not configuring zfcp >20:06:12 INFO : lv is VolGroup00/LogVol00, size of 74208 >20:06:12 INFO : lv is VolGroup00/LogVol01, size of 1984 >20:06:13 INFO : pv is /dev/sda2 in vg VolGroup00, size is 76214 >20:06:13 INFO : vg VolGroup00, size is 76192, pesize is 32768 >20:06:13 INFO : lv is VolGroup00/LogVol00, size of 74208 >20:06:13 INFO : lv is VolGroup00/LogVol01, size of 1984 >20:06:13 INFO : moving (1) to step parttype >20:06:13 WARNING : /usr/lib/anaconda/gui.py:1231: GtkWarning: Error loading theme icon for stock: Resim dosyası '/usr/share/icons/Echo/24x24/actions/gtk-add.png' hiç bilgi içermiyor. > gtk.main() > >20:06:20 INFO : moving (1) to step autopartitionexecute >20:06:20 DEBUG : used space is 2024 >20:06:20 DEBUG : actual space is 76160 >20:06:20 DEBUG : used space is 3008 >20:06:20 DEBUG : actual space is 76160 >20:06:20 DEBUG : used space is 76160 >20:06:20 DEBUG : actual space is 76160 >20:06:20 DEBUG : used space is 76160 >20:06:20 DEBUG : actual space is 76160 >20:06:20 INFO : moving (1) to step partitiondone >20:06:20 INFO : moving (1) to step bootloadersetup >20:06:20 INFO : moving (1) to step networkdevicecheck >20:06:20 INFO : moving (1) to step network >20:06:23 INFO : moving (1) to step timezone >20:06:25 INFO : moving (-1) to step network >20:06:26 WARNING : /mnt/source/RHupdates/network_gui.py:555: GtkWarning: Error loading theme icon for stock: Resim dosyası '/usr/share/icons/Echo/24x24/actions/gtk-cancel.png' hiç bilgi içermiyor. > self.xml = gtk.glade.XML(gui.findGladeFile('netpostconfig.glade')) > >20:06:26 WARNING : /mnt/source/RHupdates/network_gui.py:619: GtkWarning: Error loading theme icon for stock: Resim dosyası '/usr/share/icons/Echo/24x24/actions/gtk-cancel.png' hiç bilgi içermiyor. > self.toplevel.run() > >20:06:36 INFO : moving (1) to step timezone >20:06:38 INFO : moving (1) to step accounts >20:06:42 INFO : moving (1) to step reposetup > > >/tmp/netinfo: >DEVICE=eth0 >ONBOOT=yes >BOOTPROTO=dhcp >IPV6_AUTOCONF=yes >HOSTNAME=dhcp30.install.boston.redhat.com >DOMAIN=install.boston.redhat.com boston.redhat.com redhat.com > > >/tmp/lvmout: > 0 logical volume(s) in volume group "VolGroup00" now active >up00" > Found volume group "VolGroup00" > Removing VolGroup00-LogVol00 (238:0) > Found volume group "VolGroup00" > Found volume group "VolGroup00" > Removing VolGroup00-LogVol01 (238:1) > Found volume group "VolGroup00" > Deactivated logical volumes in volume group "VolGroup00"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 191096
:
128766
| 149287 |
242911