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 156866 Details for
Bug 244016
Anaconda craches when you try to install in Turkish language
[?]
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.
Dump of anaconda bug log
anacdump.txt (text/plain), 51.22 KB, created by
Baris Cicek
on 2007-06-13 12:25:00 UTC
(
hide
)
Description:
Dump of anaconda bug log
Filename:
MIME Type:
Creator:
Baris Cicek
Created:
2007-06-13 12:25:00 UTC
Size:
51.22 KB
patch
obsolete
>Traceback (most recent call first): > File "/usr/lib64/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 247, in __init__ > self.storage = storagefactory.GetStorage() > File "/usr/lib/anaconda/yuminstall.py", line 220, in __init__ > YumRepository.__init__(self, repoid) > File "/usr/lib/anaconda/yuminstall.py", line 446, in doConfigSetup > root = root, method=self.method) > File "/usr/lib/anaconda/yuminstall.py", line 407, in __init__ > self.doConfigSetup(root=anaconda.rootPath) > File "/usr/lib/anaconda/yuminstall.py", line 716, in doInitialSetup > self.ayum = AnacondaYum(anaconda) > File "/usr/lib/anaconda/backend.py", line 220, 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 1041, in nextClicked > self.anaconda.dispatch.gotoNext() > File "/usr/lib64/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: 168 > intf.icw.mainxml: <glade.XML object (PyGladeXML) at 0x1fe3230> > 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 0x1e9bd70> > intf.icw.currentWindow.confirm: <gtk.Entry object (GtkEntry) at 0x1e9bdc0> > intf.icw.currentWindow.passwords: {} > intf.icw.currentWindow.rootStatus: <gtk.Label object (GtkLabel) at 0x1e9be60> > 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.currentWindow.capsLabel: <gtk.Label object (GtkLabel) at 0x1e9ba50> > intf.icw.window: <gtk.Window object (GtkWindow) at 0x1fe0f00> > intf.icw.installFrame: <gtk.Frame object (GtkFrame) at 0x1fe3960> > intf.icw.anaconda: Already dumped > intf.icw.rnv: ReleaseNotesViewer instance, containing members: > intf.icw.rnv.textWin: <gtk.Window object (GtkWindow) at 0x1806050> > intf.icw.rnv.vue: <gtkhtml2.View object (HtmlView) at 0x1fcc190> > intf.icw.rnv.currentURI: None > intf.icw.rnv.topDir: /mnt/source > intf.icw.rnv.doc: <gtkhtml2.Document object (HtmlDocument) at 0x1fcc140> > 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.type: file > 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: cdrom://scd0:/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, 'betanag': 2, 'upgrademount': 1, 'upgbootloader': 1, 'addswap': 1, 'upgrademigratefs': 1, 'regkey': 1} > dispatch.firstStep: 0 > dispatch.method: CdromInstallMethod instance, containing members: > dispatch.method.messageWindow: <bound method InstallInterface.messageWindow of <gui.InstallInterface instance at 0x17a6fc8>> > dispatch.method.splitmethod: True > dispatch.method.intf: Already dumped > dispatch.method.isoPath: /mnt/source > dispatch.method.timestamp: 1180278169.239747 > dispatch.method.tree: /mnt/source > dispatch.method.rootPath: /mnt/sysimage > dispatch.method.waitWindow: <bound method InstallInterface.waitWindow of <gui.InstallInterface instance at 0x17a6fc8>> > dispatch.method.loopbackFile: None > dispatch.method.progressWindow: <bound method InstallInterface.progressWindow of <gui.InstallInterface instance at 0x17a6fc8>> > dispatch.method.device: scd0 > dispatch.method.currentMedia: [1] > 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 0x170e518>] >Primary Video Card Info: >device: None >driver : vmware >descr : VMware Inc [VMware SVGA II] PCI Display Adapter >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: VMware Inc [VMware SVGA II] PCI Display Adapter > 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: vmware > id.xsetup.xserver.hwstate.videocard_options: [] > id.xsetup.xserver.hwstate.all_resolutions: [640x480, 800x480, 800x512, 800x600, 848x480, 854x480, 1024x600, 1024x768, 1152x768, 1152x864, 1200x900, 1280x720, 1280x800, 1280x854, 1280x960, 1280x1024, 1360x768, 1400x900, 1400x1050, 1440x900, 1600x1024, 1600x1200, 1680x1050, 1900x1200, 1920x1080, 1920x1200, 1920x1440, 2048x1536, 2560x1600] > 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="VMWare - VMWare Mouse" >MOUSETYPE="vmmouse" >XEMU3="yes" >XMOUSETYPE="vmmouse" > > id.xsetup.xserver.defaultdepth: 24 > id.xsetup.xserver.logfile: /tmp/ramfs/X.log > id.xsetup.xserver.config: <XF86Config object at 0x2aaaabc48258> > 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: America/New_York > 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 0x1fcd850> > id.methodstr: cdrom://scd0:/mnt/source > id.fsset: FileSystemSet instance, containing members: > id.fsset.messageWindow: <bound method InstallInterface.messageWindow of <gui.InstallInterface instance at 0x17a6fc8>> > id.fsset.volumesCreated: 1 > id.fsset.progressWindow: <bound method InstallInterface.progressWindow of <gui.InstallInterface instance at 0x17a6fc8>> > id.fsset.migratedfs: 0 > id.fsset.waitWindow: <bound method InstallInterface.waitWindow of <gui.InstallInterface instance at 0x17a6fc8>> > 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: sda2 mountpoint: None > fsystem: physical volume (LVM) format: 1 > ismounted: 0 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: VolGroup00/LogVol01 mountpoint: swap > fsystem: swap format: 1 > ismounted: 1 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 > >] > id.fsset.mountcount: 1 > 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.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 0x2aaaabc49590>} > 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.serialDevice: 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._drivelist: [sda] > id.bootloader.images: BootImages instance, containing members: > id.bootloader.images.default: VolGroup00/LogVol00 > id.bootloader.images.images: {'VolGroup00/LogVol00': ('linux', 'Fedora', 'ext3')} > 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:0C:29:D5:7A:B2 >ONBOOT=yes > >} > id.network.primaryNS: None > id.network.firstnetdevice: eth0 > id.network.isConfigured: 0 > id.network.domains: [] > id.network.secondaryNS: None > id.network.gateway: None > id.instClass: DefaultInstall instance, containing members: > id.floppyDevice: fd0 > id.partitions: Partitions instance, containing members: > id.partitions.useFdisk: 0 > id.partitions.useAutopartitioning: 1 > id.partitions.autoClearPartType: 0 > id.partitions.nextUniqueID: 7 > 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: 5 > 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' >, PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: None > primary: None > dev: None > uniqueID: 1 > mountpoint: None > requestSize: 1024.0 > size: 1024.0 > end: 2097151 > grow: 0 > start: 0 > ignoreBootConstraints: 0 > type: 1 > badblocks: None > format: None > fsopts: None > fstype: None > preexist: 1 > device: sda-1 > maxSizeMB: None > bytesPerInode: 4096 > drive: sda > fslabel: None > protected: 0 > multidrive: None >, LV Request -- mountpoint: / uniqueID: 4 > type: ext3 format: 1 badblocks: None > size: 672 lvname: LogVol00 volgroup: 3 > bytesPerInode: 4096 options: 'None' >, New Part Request -- mountpoint: None uniqueID: 2 > 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' >, LV Request -- mountpoint: None uniqueID: 6 > type: swap format: 1 badblocks: None > size: 192 lvname: LogVol01 volgroup: 3 > bytesPerInode: 4096 options: 'None' >, VG Request -- name: VolGroup00 uniqueID: 3 > format: 1 pesize: 32768 > physvols: [2] >] > 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: 256 lvname: LogVol01 volgroup: lvm > bytesPerInode: 4096 options: 'None' >] > id.partitions.deletes: [] > 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.21-1.3194.fc7 (kojibuilder@hammer2.fedora.redhat.com) (gcc version 4.1.2 20070502 (Red Hat 4.1.2-12)) #1 SMP Wed May 23 22:47:07 EDT 2007 ><6>Command line: initrd=initrd.img BOOT_IMAGE=vmlinuz ><6>BIOS-provided physical RAM map: ><4> BIOS-e820: 0000000000000000 - 000000000009f800 (usable) ><4> BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved) ><4> BIOS-e820: 00000000000ca000 - 00000000000cc000 (reserved) ><4> BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved) ><4> BIOS-e820: 0000000000100000 - 000000000fef0000 (usable) ><4> BIOS-e820: 000000000fef0000 - 000000000feff000 (ACPI data) ><4> BIOS-e820: 000000000feff000 - 000000000ff00000 (ACPI NVS) ><4> BIOS-e820: 000000000ff00000 - 0000000010000000 (usable) ><4> BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved) ><4> BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) ><4> BIOS-e820: 00000000fffe0000 - 0000000100000000 (reserved) ><7>Entering add_active_range(0, 0, 159) 0 entries of 3200 used ><7>Entering add_active_range(0, 256, 65264) 1 entries of 3200 used ><7>Entering add_active_range(0, 65280, 65536) 2 entries of 3200 used ><4>end_pfn_map = 1048576 ><6>DMI present. ><4>ACPI: RSDP 000F6C20, 0014 (r0 PTLTD ) ><4>ACPI: RSDT 0FEFAB68, 0030 (r1 PTLTD RSDT 6040000 LTP 0) ><4>ACPI: FACP 0FEFEF14, 0074 (r1 INTEL 440BX 6040000 PTL F4240) ><4>ACPI: DSDT 0FEFAB98, 437C (r1 PTLTD Custom 6040000 MSFT 100000D) ><4>ACPI: FACS 0FEFFFC0, 0040 ><4>ACPI: APIC 0FEFEF88, 0050 (r1 PTLTD APIC 6040000 LTP 0) ><4>ACPI: BOOT 0FEFEFD8, 0028 (r1 PTLTD $SBFTBL$ 6040000 LTP 1) ><6>No NUMA configuration found ><6>Faking a node at 0000000000000000-0000000010000000 ><7>Entering add_active_range(0, 0, 159) 0 entries of 3200 used ><7>Entering add_active_range(0, 256, 65264) 1 entries of 3200 used ><7>Entering add_active_range(0, 65280, 65536) 2 entries of 3200 used ><6>Bootmem setup node 0 0000000000000000-0000000010000000 ><4>Zone PFN ranges: ><4> DMA 0 -> 4096 ><4> DMA32 4096 -> 1048576 ><4> Normal 1048576 -> 1048576 ><4>early_node_map[3] active PFN ranges ><4> 0: 0 -> 159 ><4> 0: 256 -> 65264 ><4> 0: 65280 -> 65536 ><7>On node 0 totalpages: 65423 ><7> DMA zone: 56 pages used for memmap ><7> DMA zone: 1278 pages reserved ><7> DMA zone: 2665 pages, LIFO batch:0 ><7> DMA32 zone: 840 pages used for memmap ><7> DMA32 zone: 60584 pages, LIFO batch:15 ><7> Normal zone: 0 pages used for memmap ><6>ACPI: PM-Timer IO Port: 0x1008 ><7>ACPI: Local APIC address 0xfee00000 ><6>ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) ><6>Processor #0 (Bootup-CPU) ><6>ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) ><6>ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) ><6>IOAPIC[0]: apic_id 1, address 0xfec00000, GSI 0-23 ><6>ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge) ><7>ACPI: IRQ0 used by override. ><7>ACPI: IRQ2 used by override. ><7>ACPI: IRQ9 used by override. ><6>Setting APIC routing to physical flat ><6>Using ACPI (MADT) for SMP configuration information ><4>Nosave address range: 000000000009f000 - 00000000000a0000 ><4>Nosave address range: 00000000000a0000 - 00000000000ca000 ><4>Nosave address range: 00000000000ca000 - 00000000000cc000 ><4>Nosave address range: 00000000000cc000 - 00000000000dc000 ><4>Nosave address range: 00000000000dc000 - 0000000000100000 ><4>Nosave address range: 000000000fef0000 - 000000000feff000 ><4>Nosave address range: 000000000feff000 - 000000000ff00000 ><6>Allocating PCI resources starting at 20000000 (gap: 10000000:eec00000) ><6>SMP: Allowing 1 CPUs, 0 hotplug CPUs ><6>PERCPU: Allocating 43648 bytes of per cpu data ><4>Built 1 zonelists. Total pages: 63249 ><5>Kernel command line: initrd=initrd.img BOOT_IMAGE=vmlinuz ><4>Initializing CPU#0 ><4>PID hash table entries: 1024 (order: 10, 8192 bytes) ><6>time.c: Detected 14333.504 MHz processor. ><4>Console: colour VGA+ 80x25 ><4>Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) ><4>Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) ><4>Checking aperture... ><7>Calgary: detecting Calgary via BIOS EBDA area ><7>Calgary: Unable to locate Rio Grande table in EBDA - bailing! ><4>Memory: 246892k/262144k available (2319k kernel code, 14800k reserved, 1375k data, 316k init) ><4>Calibrating delay using timer specific routine.. 28671.59 BogoMIPS (lpj=14335799) ><6>Security Framework v1.0.0 initialized ><6>SELinux: Initializing. ><7>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: 256 ><6>CPU: L1 I cache: 32K, L1 D cache: 32K ><6>CPU: L2 cache: 4096K ><6>CPU 0/0 -> Node 0 ><6>SMP alternatives: switching to UP code ><6>Freeing SMP alternatives: 32k freed ><6>ACPI: Core revision 20070126 ><6>Using local APIC timer interrupts. ><4>result 4124735 ><6>Detected 4.124 MHz APIC timer. ><6>Brought up 1 CPUs ><7>sizeof(vma)=176 bytes ><7>sizeof(page)=56 bytes ><7>sizeof(inode)=560 bytes ><7>sizeof(dentry)=208 bytes ><7>sizeof(ext3inode)=760 bytes ><7>sizeof(buffer_head)=104 bytes ><7>sizeof(skbuff)=248 bytes ><7>sizeof(task_struct)=1888 bytes ><6>NET: Registered protocol family 16 ><6>ACPI: bus type pci registered ><6>PCI: Using configuration type 1 ><6>ACPI: Interpreter enabled ><6>ACPI: (supports S0 S1 S4 S5) ><6>ACPI: Using IOAPIC for interrupt routing ><6>ACPI: PCI Root Bridge [PCI0] (0000:00) ><7>PCI: Probing PCI hardware (bus 00) ><4>PCI quirk: region 1000-103f claimed by PIIX4 ACPI ><4>PCI quirk: region 1040-104f claimed by PIIX4 SMB ><7>Boot video device is 0000:00:0f.0 ><7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ><4>ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 9 10 11 14 15) ><4>ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 14 15) ><4>ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 14 15) ><4>ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *9 10 11 14 15) ><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>PCI-GART: No AMD northbridge found. ><6>PCI: Bridge: 0000:00:01.0 ><6> IO window: disabled. ><6> MEM window: disabled. ><6> PREFETCH window: disabled. ><6>PCI: Bridge: 0000:00:11.0 ><6> IO window: 2000-2fff ><6> MEM window: e8900000-e89fffff ><6> PREFETCH window: 20000000-200fffff ><7>PCI: Setting latency timer of device 0000:00:01.0 to 64 ><6>ACPI: PCI Interrupt 0000:00:11.0[A] -> GSI 18 (level, low) -> IRQ 18 ><6>NET: Registered protocol family 2 ><6>Time: tsc clocksource has been installed. ><4>IP route cache hash table entries: 2048 (order: 2, 16384 bytes) ><4>TCP established hash table entries: 8192 (order: 5, 196608 bytes) ><4>TCP bind hash table entries: 8192 (order: 5, 131072 bytes) ><6>TCP: Hash tables configured (established 8192 bind 8192) ><6>TCP reno registered ><6>checking if image is initramfs... it is ><6>Freeing initrd memory: 5563k freed ><6>Simple Boot Flag at 0x36 set to 0x80 ><6>audit: initializing netlink socket (disabled) ><5>audit(1181747405.118:1): initialized ><4>Total HugeTLB memory allocated, 0 ><5>VFS: Disk quotas dquot_6.5.1 ><4>Dquot-cache hash table entries: 512 (order 0, 4096 bytes) ><7>SELinux: Registering netfilter hooks ><4>ksign: Installing public key data ><4>Loading keyring ><4>- Added public key F2580AE679027173 ><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) ><6>Limiting direct PCI/PCI transfers. ><6>pci_hotplug: PCI Hot Plug PCI Core version: 0.5 ><6>ACPI: Processor [CPU0] (supports 8 throttling states) ><4>ACPI Exception (processor_core-0783): AE_NOT_FOUND, Processor Device is not present [20070126] ><4>ACPI Exception (processor_core-0783): AE_NOT_FOUND, Processor Device is not present [20070126] ><4>ACPI Exception (processor_core-0783): AE_NOT_FOUND, Processor Device is not present [20070126] ><6>Real Time Clock Driver v1.12ac ><6>Non-volatile memory driver v1.2 ><6>Linux agpgart interface v0.102 (c) Dave Jones ><6>agpgart: Detected an Intel 440BX Chipset. ><6>agpgart: AGP aperture is 256M @ 0x0 ><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>serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A ><6>00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A ><6>00:0a: ttyS1 at I/O 0x2f8 (irq = 3) 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:KBC,PNP0f13:MOUS] 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>drivers/rtc/hctosys.c: unable to open rtc device (rtc0) ><6>Freeing unused kernel memory: 316k freed ><4>Write protecting the kernel read-only data: 1032k ><6>loop: loaded (max 8 devices) ><6>Floppy drive(s): fd0 is 1.44M ><6>FDC 0 is a post-1991 82077 ><6>BIOS EDD facility v0.16 2004-Jun-25, 1 devices found ><6>input: PC Speaker as /class/input/input2 ><6>input: ImPS/2 Generic Wheel Mouse as /class/input/input3 ><6>squashfs: version 3.2-r2 (2007/01/15) Phillip Lougher ><6>NET: Registered protocol family 10 ><6>lo: Disabled Privacy Extensions ><6>Mobile IPv6 ><5>SCSI subsystem initialized ><6>Loading iSCSI transport class v2.0-724. ><5>iscsi: registered transport (tcp) ><6>ACPI: PCI Interrupt 0000:02:02.0[A] -> GSI 16 (level, low) -> IRQ 16 ><6>ehci_hcd 0000:02:02.0: EHCI Host Controller ><6>ehci_hcd 0000:02:02.0: new USB bus registered, assigned bus number 1 ><7>PCI: cache line size of 32 is not supported by device 0000:02:02.0 ><6>ehci_hcd 0000:02:02.0: irq 16, io mem 0xe8900000 ><6>ehci_hcd 0000:02:02.0: 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: 6 ports detected ><6>USB Universal Host Controller Interface driver v3.0 ><6>ACPI: PCI Interrupt 0000:00:07.2[D] -> GSI 19 (level, low) -> IRQ 19 ><6>uhci_hcd 0000:00:07.2: UHCI Host Controller ><6>uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 2 ><6>uhci_hcd 0000:00:07.2: irq 19, io base 0x00001060 ><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>pcnet32.c:v1.33-NAPI 27.Jun.2006 tsbogend@alpha.franken.de ><6>ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 18 (level, low) -> IRQ 18 ><6>pcnet32: PCnet/PCI II 79C970A at 0x2000, 00 0c 29 d5 7a b2 assigned IRQ 18. ><6>eth0: registered as PCnet/PCI II 79C970A ><6>pcnet32: 1 cards_found. ><6>ACPI: PCI Interrupt 0000:00:10.0[A] -> GSI 17 (level, low) -> IRQ 17 ><5>scsi: ***** BusLogic SCSI Driver Version 2.1.16 of 18 July 2002 ***** ><5>scsi: Copyright 1995-1998 by Leonard N. Zubkoff <lnz@dandelion.com> ><5>scsi0: Configuring BusLogic Model BT-958 PCI Wide Ultra SCSI Host Adapter ><5>scsi0: Firmware Version: 5.07B, I/O Address: 0x1080, IRQ Channel: 17/Level ><5>scsi0: PCI Bus: 0, Device: 16, Address: 0xE8801000, Host Adapter SCSI ID: 7 ><5>scsi0: Parity Checking: Enabled, Extended Translation: Enabled ><5>scsi0: Synchronous Negotiation: Ultra, Wide Negotiation: Enabled ><5>scsi0: Disconnect/Reconnect: Enabled, Tagged Queuing: Enabled ><5>scsi0: Scatter/Gather Limit: 128 of 8192 segments, Mailboxes: 211 ><5>scsi0: Driver Queue Depth: 211, Host Adapter Queue Depth: 192 ><5>scsi0: Tagged Queue Depth: Automatic, Untagged Queue Depth: 3 ><5>scsi0: *** BusLogic BT-958 Initialized Successfully *** ><6>scsi0 : BusLogic BT-958 ><5>scsi 0:0:0:0: Direct-Access VMware, VMware Virtual S 1.0 PQ: 0 ANSI: 2 ><5>SCSI device sda: 2097152 512-byte hdwr sectors (1074 MB) ><5>sda: Write Protect is off ><7>sda: Mode Sense: 5d 00 00 00 ><5>sda: cache data unavailable ><3>sda: assuming drive cache: write through ><5>SCSI device sda: 2097152 512-byte hdwr sectors (1074 MB) ><5>sda: Write Protect is off ><7>sda: Mode Sense: 5d 00 00 00 ><5>sda: cache data unavailable ><3>sda: assuming drive cache: write through ><6> sda: unknown partition table ><5>sd 0:0:0:0: Attached scsi disk sda ><7>libata version 2.20 loaded. ><7>ata_piix 0000:00:07.1: version 2.10ac1 ><6>ata1: PATA max UDMA/33 cmd 0x00000000000101f0 ctl 0x00000000000103f6 bmdma 0x0000000000011050 irq 14 ><6>ata2: PATA max UDMA/33 cmd 0x0000000000010170 ctl 0x0000000000010376 bmdma 0x0000000000011058 irq 15 ><6>scsi1 : ata_piix ><7>ata1: port disabled. ignoring. ><6>scsi2 : ata_piix ><6>ata2.00: ATAPI, max UDMA/33 ><6>ata2.00: configured for UDMA/33 ><5>scsi 2:0:0:0: CD-ROM NECVMWar VMware IDE CDR10 1.00 PQ: 0 ANSI: 5 ><4>sr0: scsi3-mmc drive: 1x/1x xa/form2 cdda tray ><6>Uniform CD-ROM driver Revision: 3.20 ><7>sr 2:0:0:0: Attached scsi CD-ROM sr0 ><7>ISO 9660 Extensions: Microsoft Joliet Level 3 ><4>Unable to load NLS charset utf8 ><4>Unable to load NLS charset utf8 ><7>ISO 9660 Extensions: RRIP_1991A ><4>Unable to identify CD-ROM format. ><4>VFS: Can't find an ext2 filesystem on dev loop0. ><7>security: 3 users, 6 roles, 1816 types, 78 bools, 1 sens, 1024 cats ><7>security: 60 classes, 65638 rules ><7>SELinux: Completing initialization. ><7>SELinux: Setting up existing superblocks. ><7>SELinux: initialized (dev loop0, type squashfs), not configured for labeling ><7>SELinux: initialized (dev sr0, type iso9660), uses genfs_contexts ><7>SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts ><7>SELinux: initialized (dev ramfs, type ramfs), uses genfs_contexts ><7>SELinux: initialized (dev ramfs, type ramfs), uses genfs_contexts ><7>SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs ><7>SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts ><7>SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts ><7>SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs ><7>SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses genfs_contexts ><7>SELinux: initialized (dev devpts, type devpts), uses transition SIDs ><7>SELinux: initialized (dev eventpollfs, type eventpollfs), uses task SIDs ><7>SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts ><7>SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs ><7>SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts ><7>SELinux: initialized (dev pipefs, type pipefs), uses task SIDs ><7>SELinux: initialized (dev sockfs, type sockfs), uses task SIDs ><7>SELinux: initialized (dev cpuset, type cpuset), uses genfs_contexts ><7>SELinux: initialized (dev proc, type proc), uses genfs_contexts ><7>SELinux: initialized (dev bdev, type bdev), uses genfs_contexts ><7>SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts ><7>SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts ><5>audit(1181747418.796: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: generic_sse ><4> generic_sse: 17392.000 MB/sec ><4>raid5: using function: generic_sse (17392.000 MB/sec) ><4>raid6: int64x1 4125 MB/s ><4>raid6: int64x2 5593 MB/s ><4>raid6: int64x4 4753 MB/s ><4>raid6: int64x8 3781 MB/s ><4>raid6: sse2x1 7769 MB/s ><4>raid6: sse2x2 9332 MB/s ><4>raid6: sse2x4 14964 MB/s ><4>raid6: using algorithm sse2x4 (14964 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 ><6>md: raid10 personality registered for level 10 ><4>GFS2 (built May 23 2007 22:49:52) installed ><6>Lock_Nolock (built May 23 2007 22:50:10) installed ><6>JFS: nTxBlock = 1975, nTxLock = 15800 ><6>SGI XFS with ACLs, security attributes, large block/inode 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(1181747420.542:3): audit_pid=597 old=0 by auid=4294967295 subj=system_u:system_r:anaconda_t:s0 ><5>scsi0: Tagged Queuing now active for Target 0 ><6>Adding 196600k swap on /dev/VolGroup00/LogVol01. Priority:-1 extents:1 across:196600k > > >/tmp/anaconda.log: >15:10:06 INFO : kernel command line: initrd=initrd.img BOOT_IMAGE=vmlinuz > >15:10:06 INFO : 252804 kB are available >15:10:06 INFO : modules to insert cramfs fat vfat sunrpc lockd nfs_acl nfs loop isofs floppy edd pcspkr squashfs jbd mbcache ext3 ext2 >15:10:06 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/x86_64 >15:10:06 INFO : loaded cramfs from /modules/modules.cgz >15:10:06 INFO : loaded fat from /modules/modules.cgz >15:10:06 INFO : loaded vfat from /modules/modules.cgz >15:10:06 INFO : loaded sunrpc from /modules/modules.cgz >15:10:06 INFO : loaded lockd from /modules/modules.cgz >15:10:06 INFO : loaded nfs_acl from /modules/modules.cgz >15:10:06 INFO : loaded nfs from /modules/modules.cgz >15:10:06 INFO : loaded loop from /modules/modules.cgz >15:10:06 INFO : loaded floppy from /modules/modules.cgz >15:10:06 INFO : loaded edd from /modules/modules.cgz >15:10:06 INFO : loaded pcspkr from /modules/modules.cgz >15:10:06 INFO : loaded squashfs from /modules/modules.cgz >15:10:06 INFO : loaded jbd from /modules/modules.cgz >15:10:06 INFO : loaded mbcache from /modules/modules.cgz >15:10:06 INFO : loaded ext3 from /modules/modules.cgz >15:10:06 INFO : loaded ext2 from /modules/modules.cgz >15:10:06 DEBUG : module(s) isofs not found >15:10:06 INFO : inserted /tmp/cramfs.ko >15:10:06 INFO : inserted /tmp/fat.ko >15:10:06 INFO : inserted /tmp/vfat.ko >15:10:06 INFO : inserted /tmp/sunrpc.ko >15:10:06 INFO : inserted /tmp/lockd.ko >15:10:06 INFO : inserted /tmp/nfs_acl.ko >15:10:06 INFO : inserted /tmp/nfs.ko >15:10:06 INFO : inserted /tmp/loop.ko >15:10:06 INFO : inserted /tmp/floppy.ko >15:10:06 INFO : inserted /tmp/edd.ko >15:10:06 INFO : inserted /tmp/pcspkr.ko >15:10:06 INFO : inserted /tmp/squashfs.ko >15:10:06 INFO : inserted /tmp/jbd.ko >15:10:06 INFO : inserted /tmp/mbcache.ko >15:10:06 INFO : inserted /tmp/ext3.ko >15:10:06 INFO : inserted /tmp/ext2.ko >15:10:06 INFO : load module set done >15:10:06 INFO : modules to insert ipv6 >15:10:06 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/x86_64 >15:10:06 INFO : loaded ipv6 from /modules/modules.cgz >15:10:06 INFO : inserted /tmp/ipv6.ko >15:10:06 INFO : load module set done >15:10:06 INFO : modules to insert cdrom ide-cd >15:10:06 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/x86_64 >15:10:06 INFO : loaded cdrom from /modules/modules.cgz >15:10:06 DEBUG : module(s) ide-cd not found >15:10:06 INFO : inserted /tmp/cdrom.ko >15:10:06 INFO : load module set done >15:10:06 INFO : modules to insert scsi_mod sd_mod sr_mod >15:10:06 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/x86_64 >15:10:06 INFO : loaded scsi_mod from /modules/modules.cgz >15:10:06 INFO : loaded sd_mod from /modules/modules.cgz >15:10:06 INFO : loaded sr_mod from /modules/modules.cgz >15:10:06 INFO : inserted /tmp/scsi_mod.ko >15:10:06 INFO : inserted /tmp/sd_mod.ko >15:10:06 INFO : inserted /tmp/sr_mod.ko >15:10:06 INFO : load module set done >15:10:06 INFO : modules to insert scsi_transport_iscsi libiscsi iscsi_tcp >15:10:06 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/x86_64 >15:10:06 INFO : loaded scsi_transport_iscsi from /modules/modules.cgz >15:10:06 INFO : loaded libiscsi from /modules/modules.cgz >15:10:06 INFO : loaded iscsi_tcp from /modules/modules.cgz >15:10:06 INFO : inserted /tmp/scsi_transport_iscsi.ko >15:10:06 INFO : inserted /tmp/libiscsi.ko >15:10:06 INFO : inserted /tmp/iscsi_tcp.ko >15:10:06 INFO : load module set done >15:10:06 INFO : looking for usb controllers >15:10:06 INFO : found USB controller ehci-hcd >15:10:06 INFO : modules to insert ehci-hcd >15:10:06 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/x86_64 >15:10:06 INFO : loaded ehci-hcd from /modules/modules.cgz >15:10:06 INFO : inserted /tmp/ehci-hcd.ko >15:10:06 INFO : load module set done >15:10:06 INFO : found USB controller uhci-hcd >15:10:06 INFO : modules to insert uhci-hcd >15:10:06 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/x86_64 >15:10:06 INFO : loaded uhci-hcd from /modules/modules.cgz >15:10:06 INFO : inserted /tmp/uhci-hcd.ko >15:10:06 INFO : load module set done >15:10:06 DEBUG : waiting for usb to become stable... >15:10:08 DEBUG : 2 seconds. >15:10:08 INFO : modules to insert hid keybdev >15:10:08 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/x86_64 >15:10:08 DEBUG : module(s) hid keybdev not found >15:10:08 INFO : load module set done >15:10:09 INFO : no firewire controller found >15:10:09 DEBUG : no pcic controller found >15:10:09 DEBUG : probing buses >15:10:09 DEBUG : finished bus probing >15:10:09 DEBUG : ignoring driverless device VMware Inc Unknown device 0790 >15:10:09 DEBUG : ignoring driverless device Intel Corporation Unknown device 7113 >15:10:09 DEBUG : ignoring driverless device Intel Corporation Unknown device 7110 >15:10:09 DEBUG : ignoring driverless device Intel Corporation Unknown device 7191 >15:10:09 DEBUG : ignoring driverless device Intel Corporation Unknown device 7190 >15:10:09 DEBUG : ignoring driverless device Unknown device 1274:1371 >15:10:09 DEBUG : ignoring driverless device VMware Inc [VMware SVGA II] PCI Display Adapter >15:10:09 INFO : modules to insert mii pcnet32 BusLogic libata ata_piix >15:10:09 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/x86_64 >15:10:09 INFO : loaded mii from /modules/modules.cgz >15:10:09 INFO : loaded pcnet32 from /modules/modules.cgz >15:10:09 INFO : loaded BusLogic from /modules/modules.cgz >15:10:09 INFO : loaded libata from /modules/modules.cgz >15:10:09 INFO : loaded ata_piix from /modules/modules.cgz >15:10:09 INFO : inserted /tmp/mii.ko >15:10:09 INFO : inserted /tmp/pcnet32.ko >15:10:12 INFO : inserted /tmp/BusLogic.ko >15:10:12 INFO : inserted /tmp/libata.ko >15:10:14 INFO : inserted /tmp/ata_piix.ko >15:10:14 INFO : load module set done >15:10:14 INFO : trying to mount CD device scd0 >15:10:14 INFO : mntloop loop0 on /mnt/runtime as /mnt/source/images/stage2.img fd is 10 >15:10:14 DEBUG : MD5SUM -> 841689e359b31b15876c705d686a966d >15:10:14 DEBUG : skipsectors = 15 >15:10:14 INFO : supported = 0 >15:10:18 INFO : Loading SELinux policy >15:10:18 INFO : getting ready to spawn shell now >15:10:18 INFO : modules to insert ide-cd >15:10:18 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/x86_64 >15:10:18 DEBUG : module(s) ide-cd not found >15:10:18 INFO : load module set done >15:10:18 INFO : modules to insert >15:10:18 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/x86_64 >15:10:18 INFO : load module set done >15:10:18 INFO : modules to insert >15:10:18 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/x86_64 >15:10:18 INFO : load module set done >15:10:18 DEBUG : probing buses >15:10:18 DEBUG : finished bus probing >15:10:18 DEBUG : ignoring driverless device VMware Inc Unknown device 0790 >15:10:18 DEBUG : ignoring driverless device Intel Corporation 82371AB/EB/MB PIIX4 ACPI >15:10:18 DEBUG : ignoring driverless device Intel Corporation 82371AB/EB/MB PIIX4 ISA >15:10:18 DEBUG : ignoring driverless device Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge >15:10:18 DEBUG : ignoring driverless device Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge >15:10:18 DEBUG : ignoring driverless device Ensoniq ES1371 [AudioPCI-97] >15:10:18 DEBUG : ignoring driverless device VMware Inc [VMware SVGA II] PCI Display Adapter >15:10:18 INFO : modules to insert >15:10:18 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/x86_64 >15:10:18 INFO : load module set done >15:10:18 INFO : modules to insert md raid0 raid1 raid5 raid6 xor raid456 raid10 msdos gfs2 lock_nolock reiserfs jfs xfs dm-mod dm-zero dm-mirror dm-snapshot dm-multipath dm-round-robin dm-emc >15:10:18 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/x86_64 >15:10:18 INFO : loaded raid0 from /modules/modules.cgz >15:10:18 INFO : loaded raid1 from /modules/modules.cgz >15:10:18 INFO : loaded xor from /modules/modules.cgz >15:10:18 INFO : loaded raid456 from /modules/modules.cgz >15:10:18 INFO : loaded raid10 from /modules/modules.cgz >15:10:18 INFO : loaded msdos from /modules/modules.cgz >15:10:18 INFO : loaded gfs2 from /modules/modules.cgz >15:10:18 INFO : loaded lock_nolock from /modules/modules.cgz >15:10:18 INFO : loaded reiserfs from /modules/modules.cgz >15:10:18 INFO : loaded jfs from /modules/modules.cgz >15:10:18 INFO : loaded xfs from /modules/modules.cgz >15:10:18 INFO : loaded dm-mod from /modules/modules.cgz >15:10:18 INFO : loaded dm-zero from /modules/modules.cgz >15:10:18 INFO : loaded dm-mirror from /modules/modules.cgz >15:10:18 INFO : loaded dm-snapshot from /modules/modules.cgz >15:10:18 INFO : loaded dm-multipath from /modules/modules.cgz >15:10:18 INFO : loaded dm-round-robin from /modules/modules.cgz >15:10:18 INFO : loaded dm-emc from /modules/modules.cgz >15:10:18 DEBUG : module(s) md raid5 raid6 not found >15:10:18 INFO : inserted /tmp/raid0.ko >15:10:18 INFO : inserted /tmp/raid1.ko >15:10:18 INFO : inserted /tmp/xor.ko >15:10:19 INFO : inserted /tmp/raid456.ko >15:10:19 INFO : inserted /tmp/raid10.ko >15:10:19 INFO : inserted /tmp/msdos.ko >15:10:19 INFO : inserted /tmp/gfs2.ko >15:10:19 INFO : inserted /tmp/lock_nolock.ko >15:10:19 INFO : inserted /tmp/reiserfs.ko >15:10:19 INFO : inserted /tmp/jfs.ko >15:10:19 INFO : inserted /tmp/xfs.ko >15:10:19 INFO : inserted /tmp/dm-mod.ko >15:10:19 INFO : inserted /tmp/dm-zero.ko >15:10:19 INFO : inserted /tmp/dm-mirror.ko >15:10:19 INFO : inserted /tmp/dm-snapshot.ko >15:10:19 INFO : inserted /tmp/dm-multipath.ko >15:10:19 INFO : inserted /tmp/dm-round-robin.ko >15:10:19 INFO : inserted /tmp/dm-emc.ko >15:10:19 INFO : load module set done >15:10:19 INFO : looking for USB mouse... >15:10:19 INFO : Running anaconda script /usr/bin/anaconda >15:10:20 INFO : using only installclass _Fedora >15:10:20 INFO : anaconda called with cmdline = ['/usr/bin/anaconda', '-m', 'cdrom://scd0:/mnt/source', '--graphical', '--selinux'] >15:10:20 INFO : Display mode = g >15:10:20 INFO : Method = cdrom://scd0:/mnt/source >15:10:28 INFO : anaconda floppy device fd0 >15:10:40 INFO : Started mini-wm >15:10:40 INFO : Starting graphical installation... >15:10:40 INFO : Detected 256M of memory >15:10:40 INFO : Swap attempt of 256M to 512M >15:10:40 WARNING : step installtype does not exist >15:10:40 WARNING : step complete does not exist >15:10:40 INFO : moving (1) to step welcome >15:10:42 INFO : moving (1) to step language >15:10:44 INFO : moving (1) to step keyboard >15:10:44 INFO : moving (1) to step findrootparts >15:10:44 DEBUG : starting mpaths >15:10:44 DEBUG : self.driveList(): ['sda'] >15:10:44 DEBUG : DiskSet.skippedDisks: [] >15:10:44 DEBUG : DiskSet.skippedDisks: [] >15:10:44 DEBUG : starting all mpaths on drives ['sda'] >15:10:44 DEBUG : scanning for multipath on drives ['sda'] >15:10:44 DEBUG : mpaths: [] >15:10:44 DEBUG : done starting mpaths. Drivelist: ['sda'] >15:10:44 DEBUG : starting dmraids >15:10:44 DEBUG : self.driveList(): ['sda'] >15:10:44 DEBUG : DiskSet.skippedDisks: [] >15:10:44 DEBUG : DiskSet.skippedDisks: [] >15:10:44 DEBUG : starting all dmraids on drives ['sda'] >15:10:44 DEBUG : scanning for dmraid on drives ['sda'] >15:10:44 DEBUG : done starting dmraids. Drivelist: ['sda'] >15:10:46 WARNING : step complete does not exist >15:10:46 INFO : moving (1) to step partitionobjinit >15:10:46 INFO : no initiator set >15:10:46 INFO : no /tmp/fcpconfig; not configuring zfcp >15:10:46 INFO : moving (1) to step parttype >15:10:47 INFO : moving (1) to step autopartitionexecute >15:10:47 DEBUG : used space is 1280 >15:10:47 DEBUG : actual space is 864 >15:10:47 DEBUG : used space is 928 >15:10:47 DEBUG : actual space is 864 >15:10:47 DEBUG : used space is 864 >15:10:47 DEBUG : actual space is 864 >15:10:47 DEBUG : used space is 864 >15:10:47 DEBUG : actual space is 864 >15:10:47 INFO : moving (1) to step partitiondone >15:10:47 INFO : disk.commit() for /dev/sda >15:11:03 INFO : formatting swap as swap >15:11:03 INFO : moving (1) to step bootloadersetup >15:11:03 INFO : moving (1) to step networkdevicecheck >15:11:03 INFO : moving (1) to step network >15:11:04 INFO : moving (1) to step timezone >15:11:04 INFO : moving (1) to step accounts >15:11:05 INFO : moving (1) to step reposetup > > >/tmp/lvmout: > WARNING: This metadata update is NOT backed up > WARNING: This metadata update is NOT backed up > Logical volume "LogVol01" created >-LogVol01 > Loading VolGroup00-LogVol01 table > Resuming VolGroup00-LogVol01 (253:1) > Clearing start of logical volume "LogVol01"
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 244016
: 156866