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 159042 Details for
Bug 247960
Unable to upgrade Fedora 6 due to failure during initial checks
[?]
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 from Anaconda whilst updating from Fedora Core 6
anacdump.txt (text/plain), 110.58 KB, created by
Michael Croley
on 2007-07-12 10:23:10 UTC
(
hide
)
Description:
Dump from Anaconda whilst updating from Fedora Core 6
Filename:
MIME Type:
Creator:
Michael Croley
Created:
2007-07-12 10:23:10 UTC
Size:
110.58 KB
patch
obsolete
>Traceback (most recent call first): > File "/usr/lib/python2.5/site-packages/yum/packageSack.py", line 600, in returnNewestByNameArch > raise PackageSackError, 'No Package Matching %s.%s' % naTup > File "/usr/lib/python2.5/site-packages/yum/packageSack.py", line 308, in returnNewestByNameArch > return bestofeach.returnNewestByNameArch(naTup) > File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 456, in _requiringFromInstalled > po = self.pkgSack.returnNewestByNameArch((name,arch))[0] > File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 337, in _processReq > requirementTuple, errormsgs) > File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 853, in resolveDeps > (checkdep, missing, conflict, errormsgs) = self._processReq(dep) > File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 549, in buildTransaction > (rescode, restring) = self.resolveDeps() > File "/usr/lib/anaconda/yuminstall.py", line 1016, in doPostSelection > (code, msgs) = self.ayum.buildTransaction() > File "/usr/lib/anaconda/backend.py", line 227, in doPostSelection > return anaconda.backend.doPostSelection(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() >PackageSackError: No Package Matching glibc.x86_64 > >Local variables in innermost frame: >highdict: {} >self: <yum.packageSack.ListPackageSack object at 0x10b33e2c> >naTup: ('glibc', 'x86_64') >where: 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: 112 > intf.icw.mainxml: <glade.XML object (PyGladeXML) at 0xab880cc> > intf.icw.reloadRcQueued: 0 > intf.icw.currentWindow: UpgradeBootloaderWindow instance, containing members: > intf.icw.currentWindow.bootDev: None > intf.icw.currentWindow.newbl_radio: <gtk.RadioButton object (GtkRadioButton) at 0xab97fcc> > intf.icw.currentWindow.bl: x86BootloaderInfo instance, containing members: > intf.icw.currentWindow.bl.doUpgradeOnly: 0 > intf.icw.currentWindow.bl.above1024: 0 > intf.icw.currentWindow.bl.defaultDevice: None > intf.icw.currentWindow.bl.pure: None > intf.icw.currentWindow.bl.serialDevice: None > intf.icw.currentWindow.bl.args: KernelArguments instance, containing members: > intf.icw.currentWindow.bl.args.args: > intf.icw.currentWindow.bl.kernelLocation: /boot/ > intf.icw.currentWindow.bl.device: None > intf.icw.currentWindow.bl.configfile: /etc/lilo.conf > intf.icw.currentWindow.bl.kickstart: 0 > intf.icw.currentWindow.bl.serialOptions: None > intf.icw.currentWindow.bl.useGrubVal: 1 > intf.icw.currentWindow.bl._drivelist: None > intf.icw.currentWindow.bl.images: BootImages instance, containing members: > intf.icw.currentWindow.bl.images.default: None > intf.icw.currentWindow.bl.images.images: {} > intf.icw.currentWindow.bl.serial: 0 > intf.icw.currentWindow.bl.password: None > intf.icw.currentWindow.bl.forceLBA32: 0 > intf.icw.currentWindow.nobl_radio: <gtk.RadioButton object (GtkRadioButton) at 0xab97dec> > intf.icw.currentWindow.nobl_label: <gtk.Label object (GtkLabel) at 0xab97dc4> > intf.icw.currentWindow.update_label: <gtk.Label object (GtkLabel) at 0xab97f2c> > intf.icw.currentWindow.dispatch: Dispatcher instance, containing members: > intf.icw.currentWindow.dispatch.step: 30 > intf.icw.currentWindow.dispatch.skipSteps: {'writeconfig': 1, 'writexconfig': 1, 'bootloadersetup': 1, 'accounts': 1, 'firstboot': 1, 'timezone': 1, 'confirminstall': 1, 'addswap': 1, 'network': 1, 'basepkgsel': 1, 'setuptime': 1, 'instbootloader': 1, 'autopartitionexecute': 1, 'upgrademigratefs': 1, 'parttype': 1, 'bootloaderadvanced': 1, 'tasksel': 1, 'betanag': 1, 'networkdevicecheck': 1, 'partitiondone': 1, 'bootloader': 1, 'enablefilesystems': 1, 'writeregkey': 1, 'upgradeswapsuggestion': 1, 'postscripts': 1, 'partition': 1, 'writeksconfig': 1, 'setfilecon': 1, 'group-selection': 1, 'regkey': 1} > intf.icw.currentWindow.dispatch.firstStep: 0 > intf.icw.currentWindow.dispatch.method: CdromInstallMethod instance, containing members: > intf.icw.currentWindow.dispatch.method.messageWindow: <bound method InstallInterface.messageWindow of <gui.InstallInterface instance at 0xa98df0c>> > intf.icw.currentWindow.dispatch.method.splitmethod: True > intf.icw.currentWindow.dispatch.method.intf: Already dumped > intf.icw.currentWindow.dispatch.method.isoPath: /mnt/source > intf.icw.currentWindow.dispatch.method.timestamp: 1180276843.561677 > intf.icw.currentWindow.dispatch.method.tree: /mnt/source > intf.icw.currentWindow.dispatch.method.rootPath: /mnt/sysimage > intf.icw.currentWindow.dispatch.method.waitWindow: <bound method InstallInterface.waitWindow of <gui.InstallInterface instance at 0xa98df0c>> > intf.icw.currentWindow.dispatch.method.loopbackFile: None > intf.icw.currentWindow.dispatch.method.progressWindow: <bound method InstallInterface.progressWindow of <gui.InstallInterface instance at 0xa98df0c>> > intf.icw.currentWindow.dispatch.method.device: scd0 > intf.icw.currentWindow.dispatch.method.currentMedia: [1] > intf.icw.currentWindow.dispatch.anaconda: Already dumped > intf.icw.currentWindow.update_radio: <gtk.RadioButton object (GtkRadioButton) at 0xab97734> > intf.icw.currentWindow.newbl_label: <gtk.Label object (GtkLabel) at 0xad6c194> > 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: Upgrade Boot Loader Configuration > intf.icw.currentWindow.type: None > intf.icw.window: <gtk.Window object (GtkWindow) at 0xab93f54> > intf.icw.installFrame: <gtk.Frame object (GtkFrame) at 0xab93edc> > intf.icw.anaconda: Already dumped > intf.icw.rnv: ReleaseNotesViewer instance, containing members: > intf.icw.rnv.textWin: <gtk.Window object (GtkWindow) at 0xab88bbc> > intf.icw.rnv.vue: <gtkhtml2.View object (HtmlView) at 0xab886bc> > intf.icw.rnv.currentURI: /mnt/source/RELEASE-NOTES-en_US.html > intf.icw.rnv.topDir: /mnt/source > intf.icw.rnv.doc: <gtkhtml2.Document object (HtmlDocument) at 0xab881e4> > 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: 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: [('/dev/VolGroup00/LogVol00', 'ext3', 'Fedora Core 6', '')] > id.upgradeRoot: [('/dev/VolGroup00/LogVol00', 'ext3')] > 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 0xa9c81ec>] >Primary Video Card Info: >device: None >driver : nv >descr : nVidia Corporation C51PV [GeForce 6150] >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: nVidia Corporation C51PV [GeForce 6150] > 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: nv > 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': uk} > 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 0xb7f73340> > id.xsetup.xserver.display: :1 > id.xsetup.anaconda: Already dumped > id.keyboard: Already dumped > id.timezone: Timezone instance, containing members: > id.timezone.utc: 0 > 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: True > id.monitor: Already dumped > id.iscsi: <iscsi.iscsi object at 0xab8754c> > id.methodstr: cdrom://scd0:/mnt/source > id.fsset: FileSystemSet instance, containing members: > id.fsset.messageWindow: <bound method InstallInterface.messageWindow of <gui.InstallInterface instance at 0xa98df0c>> > id.fsset.volumesCreated: 0 > id.fsset.progressWindow: <bound method InstallInterface.progressWindow of <gui.InstallInterface instance at 0xa98df0c>> > id.fsset.migratedfs: 0 > id.fsset.waitWindow: <bound method InstallInterface.waitWindow of <gui.InstallInterface instance at 0xa98df0c>> > id.fsset.entries: [fsentry -- device: VolGroup00/LogVol00 mountpoint: / > fsystem: ext3 format: 0 > ismounted: 1 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: sdb1 mountpoint: /boot > fsystem: ext3 format: 0 > ismounted: 1 options: 'defaults' > bytesPerInode: 4096 label: /boot1 > >, fsentry -- device: devpts mountpoint: /dev/pts > fsystem: devpts format: 0 > ismounted: 0 options: 'gid=5,mode=620' > bytesPerInode: 4096 label: None > >, fsentry -- device: tmpfs mountpoint: /dev/shm > fsystem: tmpfs format: 0 > ismounted: 0 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: proc mountpoint: /proc > fsystem: proc format: 0 > ismounted: 1 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: sysfs mountpoint: /sys > fsystem: sysfs format: 0 > ismounted: 1 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: VolGroup00/LogVol01 mountpoint: swap > fsystem: swap format: 0 > ismounted: 1 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: sda6 mountpoint: swap > fsystem: swap format: 0 > ismounted: 1 options: 'defaults' > bytesPerInode: 4096 label: SWAP-sda6 > >] > id.fsset.mountcount: 6 > 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 0xb7e01638>, 'sdb': <PedDisk object at 0xb7e018a8>} > id.diskset.anaconda: Already dumped > id.diskset.onlyPrimary: None > id.users: None > id.displayMode: g > id.auth: --enableshadow --enablemd5 > id.ksdata: None > id.bootloader: Already dumped > id.extraModules: [] > id.network: Network instance, containing members: > id.network.hostname: localhost.localdomain > id.network.overrideDHCPhostname: 0 > id.network.netdevices: {'eth0': DEVICE=eth0 >HWADDR=00:15:F2:05:18:0C >ONBOOT=no > >} > id.network.primaryNS: > id.network.firstnetdevice: eth0 > id.network.isConfigured: 0 > id.network.domains: [] > id.network.secondaryNS: > id.network.gateway: > 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: 22 > id.partitions.reinitializeDisks: 0 > id.partitions.autoClearPartDrives: [] > id.partitions.zeroMbr: 0 > id.partitions.isKickstart: 0 > id.partitions.requests: [PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: FATFileSystem instance, containing members: > origfstype.partedPartitionFlags: [] > origfstype.checked: 0 > origfstype.name: vfat > origfstype.migratetofs: None > origfstype.deviceArguments: {} > origfstype.linuxnativefs: 0 > origfstype.maxSizeMB: 1048576 > origfstype.supported: -1 > origfstype.defaultOptions: defaults > origfstype.packages: [dosfstools] > origfstype.extraFormatArgs: [] > origfstype.formattable: 1 > origfstype.partedFileSystemType: <PedFileSystemType object at 0xb7f00260> > origfstype.maxLabelChars: 16 > primary: None > dev: None > uniqueID: 2 > mountpoint: None > requestSize: 10236.730957 > size: 10236.730957 > end: 41945714 > grow: 0 > start: 20980890 > ignoreBootConstraints: 0 > type: 1 > badblocks: None > format: None > fsopts: None > fstype: Already dumped > preexist: 1 > device: sda2 > maxSizeMB: None > bytesPerInode: 4096 > drive: sda > fslabel: None > protected: 0 > multidrive: None >, PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: Already dumped > primary: None > dev: None > uniqueID: 1 > mountpoint: None > requestSize: 10244.5444336 > size: 10244.5444336 > end: 20980889 > grow: 0 > start: 63 > ignoreBootConstraints: 0 > type: 1 > badblocks: None > format: None > fsopts: None > fstype: Already dumped > preexist: 1 > device: sda1 > maxSizeMB: None > bytesPerInode: 4096 > drive: sda > fslabel: None > protected: 0 > multidrive: None >, PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: None > primary: None > dev: None > uniqueID: 3 > mountpoint: None > requestSize: 7.84423828125 > size: 7.84423828125 > end: 41961779 > grow: 0 > start: 41945715 > 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 >, PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: ext3FileSystem instance, containing members: > origfstype.partedPartitionFlags: [] > origfstype.checked: 1 > origfstype.name: ext3 > origfstype.migratetofs: None > origfstype.deviceArguments: {} > origfstype.linuxnativefs: 1 > origfstype.maxSizeMB: 8388608 > origfstype.supported: -1 > origfstype.defaultOptions: defaults > origfstype.packages: [e2fsprogs] > origfstype.extraFormatArgs: [-j] > origfstype.formattable: 1 > origfstype.partedFileSystemType: <PedFileSystemType object at 0xb7f00b60> > origfstype.maxLabelChars: 16 > primary: None > dev: None > uniqueID: 4 > mountpoint: None > requestSize: 23.5327148438 > size: 23.5327148438 > end: 42009974 > grow: 0 > start: 41961780 > ignoreBootConstraints: 0 > type: 1 > badblocks: None > format: None > fsopts: None > fstype: Already dumped > preexist: 1 > device: sda3 > maxSizeMB: None > bytesPerInode: 4096 > drive: sda > fslabel: /boot > protected: 0 > multidrive: None >, PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: None > primary: None > dev: None > uniqueID: 5 > mountpoint: None > requestSize: 170267.036133 > size: 170267.036133 > end: 390716864 > grow: 0 > start: 42009975 > ignoreBootConstraints: 0 > type: 1 > badblocks: None > format: None > fsopts: None > fstype: None > preexist: 1 > device: sda4 > maxSizeMB: None > bytesPerInode: 4096 > drive: sda > fslabel: None > protected: 0 > multidrive: None >, PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: Already dumped > primary: None > dev: None > uniqueID: 6 > mountpoint: None > requestSize: 1019.72021484 > size: 1019.72021484 > end: 44098424 > grow: 0 > start: 42010038 > ignoreBootConstraints: 0 > type: 1 > badblocks: None > format: None > fsopts: None > fstype: Already dumped > preexist: 1 > device: sda5 > maxSizeMB: None > bytesPerInode: 4096 > drive: sda > fslabel: / > protected: 0 > multidrive: None >, PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: swapFileSystem instance, containing members: > origfstype.partedPartitionFlags: [] > origfstype.checked: 0 > origfstype.name: swap > origfstype.migratetofs: None > origfstype.deviceArguments: {} > origfstype.linuxnativefs: 1 > origfstype.maxSizeMB: 8388608 > origfstype.supported: 1 > origfstype.defaultOptions: defaults > origfstype.packages: [] > origfstype.extraFormatArgs: [] > origfstype.formattable: 1 > origfstype.partedFileSystemType: <PedFileSystemType object at 0xb7f00f20> > origfstype.maxLabelChars: 15 > primary: None > dev: None > uniqueID: 7 > mountpoint: None > requestSize: 2047.31542969 > size: 2047.31542969 > end: 48291389 > grow: 0 > start: 44098488 > ignoreBootConstraints: 0 > type: 1 > badblocks: None > format: None > fsopts: None > fstype: Already dumped > preexist: 1 > device: sda6 > maxSizeMB: None > bytesPerInode: 4096 > drive: sda > fslabel: None > protected: 0 > multidrive: None >, PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: ext2FileSystem instance, containing members: > origfstype.partedPartitionFlags: [] > origfstype.checked: 1 > origfstype.name: ext2 > origfstype.migratetofs: [ext3] > origfstype.deviceArguments: {fsset.RAIDDevice: <unbound method RAIDDevice.ext2Args>} > origfstype.linuxnativefs: 1 > origfstype.maxSizeMB: 8388608 > origfstype.supported: -1 > origfstype.defaultOptions: defaults > origfstype.packages: [e2fsprogs] > origfstype.extraFormatArgs: [] > origfstype.formattable: 1 > origfstype.partedFileSystemType: <PedFileSystemType object at 0xb7f00c20> > origfstype.maxLabelChars: 16 > primary: None > dev: None > uniqueID: 8 > mountpoint: None > requestSize: 10244.5444336 > size: 10244.5444336 > end: 69272279 > grow: 0 > start: 48291453 > ignoreBootConstraints: 0 > type: 1 > badblocks: None > format: None > fsopts: None > fstype: Already dumped > preexist: 1 > device: sda7 > maxSizeMB: None > bytesPerInode: 4096 > drive: sda > fslabel: None > protected: 0 > multidrive: None >, PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: Already dumped > primary: None > dev: None > uniqueID: 9 > mountpoint: None > requestSize: 2047.31542969 > size: 2047.31542969 > end: 73465244 > grow: 0 > start: 69272343 > ignoreBootConstraints: 0 > type: 1 > badblocks: None > format: None > fsopts: None > fstype: Already dumped > preexist: 1 > device: sda8 > maxSizeMB: None > bytesPerInode: 4096 > drive: sda > fslabel: None > protected: 0 > multidrive: None >, PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: reiserfsFileSystem instance, containing members: > origfstype.partedPartitionFlags: [] > origfstype.checked: 1 > origfstype.name: reiserfs > origfstype.migratetofs: None > origfstype.deviceArguments: {} > origfstype.linuxnativefs: 1 > origfstype.maxSizeMB: 8388608 > origfstype.supported: 0 > origfstype.defaultOptions: defaults > origfstype.packages: [reiserfs-utils] > origfstype.extraFormatArgs: [] > origfstype.formattable: 1 > origfstype.partedFileSystemType: <PedFileSystemType object at 0xb7f00e60> > origfstype.maxLabelChars: 16 > primary: None > dev: None > uniqueID: 10 > mountpoint: None > requestSize: 10236.7001953 > size: 10236.7001953 > end: 94430069 > grow: 0 > start: 73465308 > ignoreBootConstraints: 0 > type: 1 > badblocks: None > format: None > fsopts: None > fstype: Already dumped > preexist: 1 > device: sda9 > maxSizeMB: None > bytesPerInode: 4096 > drive: sda > fslabel: None > protected: 0 > multidrive: None >, PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: Already dumped > primary: None > dev: None > uniqueID: 11 > mountpoint: None > requestSize: 5122.25683594 > size: 5122.25683594 > end: 104920514 > grow: 0 > start: 94430133 > ignoreBootConstraints: 0 > type: 1 > badblocks: None > format: None > fsopts: None > fstype: Already dumped > preexist: 1 > device: sda10 > maxSizeMB: None > bytesPerInode: 4096 > drive: sda > fslabel: None > protected: 0 > multidrive: None >, PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: Already dumped > primary: None > dev: None > uniqueID: 12 > mountpoint: None > requestSize: 2047.31542969 > size: 2047.31542969 > end: 109113479 > grow: 0 > start: 104920578 > ignoreBootConstraints: 0 > type: 1 > badblocks: None > format: None > fsopts: None > fstype: Already dumped > preexist: 1 > device: sda11 > maxSizeMB: None > bytesPerInode: 4096 > drive: sda > fslabel: /opt > protected: 0 > multidrive: None >, PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: Already dumped > primary: None > dev: None > uniqueID: 13 > mountpoint: None > requestSize: 509.844726562 > size: 509.844726562 > end: 110157704 > grow: 0 > start: 109113543 > ignoreBootConstraints: 0 > type: 1 > badblocks: None > format: None > fsopts: None > fstype: Already dumped > preexist: 1 > device: sda12 > maxSizeMB: None > bytesPerInode: 4096 > drive: sda > fslabel: /tmp > protected: 0 > multidrive: None >, PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: Already dumped > primary: None > dev: None > uniqueID: 14 > mountpoint: None > requestSize: 16645.4428711 > size: 16645.4428711 > end: 144247634 > grow: 0 > start: 110157768 > ignoreBootConstraints: 0 > type: 1 > badblocks: None > format: None > fsopts: None > fstype: Already dumped > preexist: 1 > device: sda14 > maxSizeMB: None > bytesPerInode: 4096 > drive: sda > fslabel: None > protected: 0 > multidrive: None >, PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: Already dumped > primary: None > dev: None > uniqueID: 15 > mountpoint: None > requestSize: 24960.3354492 > size: 24960.3354492 > end: 195366464 > grow: 0 > start: 144247698 > ignoreBootConstraints: 0 > type: 1 > badblocks: None > format: None > fsopts: None > fstype: Already dumped > preexist: 1 > device: sda15 > maxSizeMB: None > bytesPerInode: 4096 > drive: sda > fslabel: None > protected: 0 > multidrive: None >, PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: NTFSFileSystem instance, containing members: > origfstype.partedPartitionFlags: [] > origfstype.checked: 0 > origfstype.name: ntfs > origfstype.migratetofs: None > origfstype.deviceArguments: {} > origfstype.linuxnativefs: 0 > origfstype.maxSizeMB: 8388608 > origfstype.supported: -1 > origfstype.defaultOptions: defaults > origfstype.packages: [] > origfstype.extraFormatArgs: [] > origfstype.formattable: 0 > origfstype.partedFileSystemType: <PedFileSystemType object at 0xb7f006e0> > origfstype.maxLabelChars: 16 > primary: None > dev: None > uniqueID: 16 > mountpoint: None > requestSize: 95385.9067383 > size: 95385.9067383 > end: 390716864 > grow: 0 > start: 195366528 > ignoreBootConstraints: 0 > type: 1 > badblocks: None > format: None > fsopts: None > fstype: Already dumped > preexist: 1 > device: sda13 > maxSizeMB: None > bytesPerInode: 4096 > drive: sda > fslabel: None > protected: 0 > multidrive: None >, PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: Already dumped > primary: None > dev: None > uniqueID: 17 > mountpoint: None > requestSize: 101.944335938 > size: 101.944335938 > end: 208844 > grow: 0 > start: 63 > ignoreBootConstraints: 0 > type: 1 > badblocks: None > format: None > fsopts: None > fstype: Already dumped > preexist: 1 > device: sdb1 > maxSizeMB: None > bytesPerInode: 4096 > drive: sdb > fslabel: /boot1 > protected: 0 > multidrive: None >, PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: lvmPhysicalVolumeDummyFileSystem instance, containing members: > origfstype.partedPartitionFlags: [6] > origfstype.checked: 0 > origfstype.name: physical volume (LVM) > origfstype.migratetofs: None > origfstype.deviceArguments: {} > origfstype.linuxnativefs: 1 > origfstype.maxSizeMB: 8388608 > origfstype.supported: 1 > origfstype.defaultOptions: defaults > origfstype.packages: [lvm2] > origfstype.extraFormatArgs: [] > origfstype.formattable: 1 > origfstype.partedFileSystemType: <PedFileSystemType object at 0xb7f00aa0> > origfstype.maxLabelChars: 16 > primary: None > dev: None > uniqueID: 18 > mountpoint: None > requestSize: 7954.05761719 > size: 7954.05761719 > end: 16498754 > grow: 0 > start: 208845 > ignoreBootConstraints: 0 > type: 1 > badblocks: None > format: None > fsopts: None > fstype: Already dumped > preexist: 1 > device: sdb2 > maxSizeMB: None > bytesPerInode: 4096 > drive: sdb > fslabel: None > protected: 0 > multidrive: None >, VG Request -- name: VolGroup00 uniqueID: 19 > format: 0 pesize: 32768 > physvols: [18] >, LV Request -- mountpoint: None uniqueID: 21 > type: swap format: 0 badblocks: None > size: 1888.0 lvname: LogVol01 volgroup: 19 > bytesPerInode: 4096 options: 'None' >, LV Request -- mountpoint: None uniqueID: 20 > type: ext3 format: 0 badblocks: None > size: 6016.0 lvname: LogVol00 volgroup: 19 > 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: 960 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: en_US.UTF-8 > id.instLanguage.displayMode: g > id.instLanguage.current: en_US.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@xenbuilder3.fedora.phx.redhat.com) (gcc version 4.1.2 20070502 (Red Hat 4.1.2-12)) #1 SMP Wed May 23 22:11:19 EDT 2007 ><6>BIOS-provided physical RAM map: ><4>sanitize start ><4>sanitize end ><4>copy_e820_map() start: 0000000000000000 size: 000000000009fc00 end: 000000000009fc00 type: 1 ><4>copy_e820_map() type is E820_RAM ><4>copy_e820_map() start: 000000000009fc00 size: 0000000000000400 end: 00000000000a0000 type: 2 ><4>copy_e820_map() start: 00000000000e5000 size: 000000000001b000 end: 0000000000100000 type: 2 ><4>copy_e820_map() start: 0000000000100000 size: 000000003bec0000 end: 000000003bfc0000 type: 1 ><4>copy_e820_map() type is E820_RAM ><4>copy_e820_map() start: 000000003bfc0000 size: 000000000000e000 end: 000000003bfce000 type: 3 ><4>copy_e820_map() start: 000000003bfce000 size: 0000000000022000 end: 000000003bff0000 type: 4 ><4>copy_e820_map() start: 000000003bff0000 size: 0000000000010000 end: 000000003c000000 type: 2 ><4>copy_e820_map() start: 00000000fec00000 size: 0000000000001000 end: 00000000fec01000 type: 2 ><4>copy_e820_map() start: 00000000fee00000 size: 0000000000100000 end: 00000000fef00000 type: 2 ><4>copy_e820_map() start: 00000000ff780000 size: 0000000000880000 end: 0000000100000000 type: 2 ><4> BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) ><4> BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) ><4> BIOS-e820: 00000000000e5000 - 0000000000100000 (reserved) ><4> BIOS-e820: 0000000000100000 - 000000003bfc0000 (usable) ><4> BIOS-e820: 000000003bfc0000 - 000000003bfce000 (ACPI data) ><4> BIOS-e820: 000000003bfce000 - 000000003bff0000 (ACPI NVS) ><4> BIOS-e820: 000000003bff0000 - 000000003c000000 (reserved) ><4> BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) ><4> BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved) ><4> BIOS-e820: 00000000ff780000 - 0000000100000000 (reserved) ><5>63MB HIGHMEM available. ><5>896MB LOWMEM available. ><6>found SMP MP-table at 000ff780 ><4>Using x86 segment limits to approximate NX protection ><7>Entering add_active_range(0, 0, 245696) 0 entries of 256 used ><4>Zone PFN ranges: ><4> DMA 0 -> 4096 ><4> Normal 4096 -> 229376 ><4> HighMem 229376 -> 245696 ><4>early_node_map[1] active PFN ranges ><4> 0: 0 -> 245696 ><7>On node 0 totalpages: 245696 ><7> DMA zone: 32 pages used for memmap ><7> DMA zone: 0 pages reserved ><7> DMA zone: 4064 pages, LIFO batch:0 ><7> Normal zone: 1760 pages used for memmap ><7> Normal zone: 223520 pages, LIFO batch:31 ><7> HighMem zone: 127 pages used for memmap ><7> HighMem zone: 16193 pages, LIFO batch:3 ><6>DMI 2.3 present. ><6>Using APIC driver default ><4>ACPI: RSDP 000FB870, 0024 (r2 ACPIAM) ><4>ACPI: XSDT 3BFC0100, 0044 (r1 A M I OEMXSDT 4000619 MSFT 97) ><4>ACPI: FACP 3BFC0290, 00F4 (r3 A M I OEMFACP 4000619 MSFT 97) ><4>ACPI: DSDT 3BFC0440, 5683 (r1 A0368 A0368001 1 INTL 2002026) ><4>ACPI: FACS 3BFCE000, 0040 ><4>ACPI: APIC 3BFC0390, 0070 (r1 A M I OEMAPIC 4000619 MSFT 97) ><4>ACPI: MCFG 3BFC0400, 003C (r1 A M I OEMMCFG 4000619 MSFT 97) ><4>ACPI: OEMB 3BFCE040, 005B (r1 A M I AMI_OEM 4000619 MSFT 97) ><6>Nvidia board detected. Ignoring ACPI timer override. ><6>If you got timer trouble try acpi_use_timer_override ><6>Nvidia board detected. Ignoring ACPI timer override. ><6>If you got timer trouble try acpi_use_timer_override ><6>Nvidia board detected. Ignoring ACPI timer override. ><6>If you got timer trouble try acpi_use_timer_override ><6>Nvidia board detected. Ignoring ACPI timer override. ><6>If you got timer trouble try acpi_use_timer_override ><6>ACPI: PM-Timer IO Port: 0x508 ><7>ACPI: Local APIC address 0xfee00000 ><6>ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) ><4>Processor #0 15:15 APIC version 16 ><6>ACPI: LAPIC (acpi_id[0x02] lapic_id[0x81] disabled) ><6>ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) ><4>IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23 ><6>ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) ><4>ACPI: BIOS IRQ0 pin2 override ignored. ><6>ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) ><6>ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge) ><6>ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge) ><7>ACPI: IRQ9 used by override. ><7>ACPI: IRQ14 used by override. ><7>ACPI: IRQ15 used by override. ><4>Enabling APIC mode: Flat. Using 1 I/O APICs ><6>Using ACPI (MADT) for SMP configuration information ><4>Allocating PCI resources starting at 40000000 (gap: 3c000000:c2c00000) ><4>Built 1 zonelists. Total pages: 243777 ><5>Kernel command line: initrd=initrd.img BOOT_IMAGE=vmlinuz ><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=c076e000 soft=c074e000 ><4>PID hash table entries: 4096 (order: 12, 16384 bytes) ><4>Detected 2009.171 MHz processor. ><7>spurious 8259A interrupt: IRQ7. ><4>Console: colour VGA+ 80x25 ><4>Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) ><4>Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) ><6>Memory: 963860k/982784k available (2037k kernel code, 18276k reserved, 1069k data, 236k init, 65280k 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 : 0xc070e000 - 0xc0749000 ( 236 kB) ><4> .data : 0xc05fd722 - 0xc0708cb4 (1069 kB) ><4> .text : 0xc0400000 - 0xc05fd722 (2037 kB) ><4>Checking if this processor honours the WP bit even in supervisor mode... Ok. ><4>Calibrating delay using timer specific routine.. 4020.67 BogoMIPS (lpj=2010335) ><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: 512 ><7>CPU: After generic identify, caps: 078bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000001 ><6>CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) ><6>CPU: L2 Cache: 512K (64 bytes/line) ><7>CPU: After all inits, caps: 078bf3ff e3d3fbff 00000000 00000410 00000001 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: 13k freed ><6>ACPI: Core revision 20070126 ><4>CPU0: AMD Athlon(tm) 64 Processor 3200+ stepping 02 ><6>Total of 1 processors activated (4020.67 BogoMIPS). ><4>ENABLING IO-APIC IRQs ><6>..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1 ><6>Brought up 1 CPUs ><7>sizeof(vma)=84 bytes ><7>sizeof(page)=32 bytes ><7>sizeof(inode)=336 bytes ><7>sizeof(dentry)=132 bytes ><7>sizeof(ext3inode)=488 bytes ><7>sizeof(buffer_head)=56 bytes ><7>sizeof(skbuff)=176 bytes ><7>sizeof(task_struct)=1376 bytes ><4>Time: 10:34:05 Date: 06/12/107 ><6>NET: Registered protocol family 16 ><6>ACPI: bus type pci registered ><6>PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=4 ><6>PCI: Using configuration type 1 ><4>Setting up standard PCI resources ><6>ACPI: Interpreter enabled ><6>ACPI: (supports S0 S1 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:05.0 ><6>PCI: Transparent bridge - 0000:00:10.0 ><7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ><7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE0._PRT] ><7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE1._PRT] ><7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE2._PRT] ><7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT] ><4>ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *0, disabled. ><4>ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *0, disabled. ><4>ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *0, disabled. ><4>ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *5 ><4>ACPI: PCI Interrupt Link [LNEA] (IRQs 16 17 18 19) *0, disabled. ><4>ACPI: PCI Interrupt Link [LNEB] (IRQs 16 17 18 19) *0, disabled. ><4>ACPI: PCI Interrupt Link [LNEC] (IRQs 16 17 18 19) *11 ><4>ACPI: PCI Interrupt Link [LNED] (IRQs 16 17 18 19) *0, disabled. ><4>ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *5 ><4>ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *5 ><4>ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *5 ><4>ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *5 ><4>ACPI: PCI Interrupt Link [LACI] (IRQs 20 21 22 23) *0, disabled. ><4>ACPI: PCI Interrupt Link [LMC9] (IRQs 20 21 22 23) *0, disabled. ><4>ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *5 ><4>ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *10 ><4>ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *11 ><4>ACPI: PCI Interrupt Link [LSA1] (IRQs 20 21 22 23) *10 ><4>ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled. ><6>Linux Plug and Play Support v0.97 (c) Adam Belay ><6>pnp: PnP ACPI init ><6>pnp: PnP ACPI: found 15 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:07: iomem range 0xfefe0000-0xfefe01ff has been reserved ><6>pnp: 00:07: iomem range 0xfeb80000-0xfebbffff has been reserved ><6>pnp: 00:07: iomem range 0xfee01000-0xfeefffff could not be reserved ><6>pnp: 00:08: iomem range 0xfec00000-0xfec00fff could not be reserved ><6>pnp: 00:08: iomem range 0xfee00000-0xfee00fff could not be reserved ><6>Time: tsc clocksource has been installed. ><6>pnp: 00:0c: ioport range 0x290-0x297 has been reserved ><6>pnp: 00:0d: iomem range 0xe0000000-0xefffffff has been reserved ><6>pnp: 00:0e: iomem range 0x0-0x9ffff could not be reserved ><6>pnp: 00:0e: iomem range 0xc0000-0xcffff could not be reserved ><6>pnp: 00:0e: iomem range 0xe0000-0xfffff could not be reserved ><6>pnp: 00:0e: iomem range 0x100000-0x3fffffff could not be reserved ><6>PCI: Bridge: 0000:00:02.0 ><6> IO window: disabled. ><6> MEM window: disabled. ><6> PREFETCH window: disabled. ><6>PCI: Bridge: 0000:00:03.0 ><6> IO window: disabled. ><6> MEM window: disabled. ><6> PREFETCH window: disabled. ><6>PCI: Bridge: 0000:00:04.0 ><6> IO window: disabled. ><6> MEM window: disabled. ><6> PREFETCH window: disabled. ><6>PCI: Bridge: 0000:00:10.0 ><6> IO window: c000-cfff ><6> MEM window: faa00000-faafffff ><6> PREFETCH window: disabled. ><7>PCI: Setting latency timer of device 0000:00:02.0 to 64 ><7>PCI: Setting latency timer of device 0000:00:03.0 to 64 ><7>PCI: Setting latency timer of device 0000:00:04.0 to 64 ><7>PCI: Setting latency timer of device 0000:00:10.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: 131072 (order: 8, 1572864 bytes) ><4>TCP bind hash table entries: 65536 (order: 7, 524288 bytes) ><6>TCP: Hash tables configured (established 131072 bind 65536) ><6>TCP reno registered ><6>checking if image is initramfs... it is ><6>Freeing initrd memory: 5541k freed ><6>apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac) ><5>apm: overridden by ACPI. ><6>audit: initializing netlink socket (disabled) ><5>audit(1184236445.145: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) ><7>SELinux: Registering netfilter hooks ><4>ksign: Installing public key data ><4>Loading keyring ><4>- Added public key C3680E46D35DB7E1 ><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:02.0 to 64 ><4>assign_interrupt_mode Found MSI capability ><7>Allocate Port Service[0000:00:02.0:pcie00] ><7>PCI: Setting latency timer of device 0000:00:03.0 to 64 ><4>assign_interrupt_mode Found MSI capability ><7>Allocate Port Service[0000:00:03.0:pcie00] ><7>PCI: Setting latency timer of device 0000:00:04.0 to 64 ><4>assign_interrupt_mode Found MSI capability ><7>Allocate Port Service[0000:00:04.0:pcie00] ><4>ACPI Exception (processor_core-0783): AE_NOT_FOUND, Processor Device is not present [20070126] ><6>isapnp: Scanning for PnP cards... ><6>Switched to high resolution mode on CPU 0 ><6>isapnp: No Plug & Play device found ><6>Real Time Clock Driver v1.12ac ><6>Non-volatile memory driver v1.2 ><6>Linux agpgart interface v0.102 (c) Dave Jones ><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:0b: ttyS0 at I/O 0x3f8 (irq = 4) 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,PNP0f03: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 ><4> Magic number: 15:993:577 ><4>drivers/rtc/hctosys.c: unable to open rtc device (rtc0) ><6>Freeing unused kernel memory: 236k freed ><4>Write protecting the kernel read-only data: 803k ><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, 2 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) ><4>ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 23 ><6>ACPI: PCI Interrupt 0000:00:0b.1[B] -> Link [LUB2] -> GSI 23 (level, low) -> IRQ 16 ><7>PCI: Setting latency timer of device 0000:00:0b.1 to 64 ><6>ehci_hcd 0000:00:0b.1: EHCI Host Controller ><6>ehci_hcd 0000:00:0b.1: new USB bus registered, assigned bus number 1 ><6>ehci_hcd 0000:00:0b.1: debug port 1 ><7>PCI: cache line size of 64 is not supported by device 0000:00:0b.1 ><6>ehci_hcd 0000:00:0b.1: irq 16, io mem 0xfebdfc00 ><6>ehci_hcd 0000:00:0b.1: 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 ><7>ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver ><4>ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 22 ><6>ACPI: PCI Interrupt 0000:00:0b.0[A] -> Link [LUB0] -> GSI 22 (level, low) -> IRQ 17 ><7>PCI: Setting latency timer of device 0000:00:0b.0 to 64 ><6>ohci_hcd 0000:00:0b.0: OHCI Host Controller ><6>ohci_hcd 0000:00:0b.0: new USB bus registered, assigned bus number 2 ><6>ohci_hcd 0000:00:0b.0: irq 17, io mem 0xfebde000 ><6>usb usb2: configuration #1 chosen from 1 choice ><6>hub 2-0:1.0: USB hub found ><6>hub 2-0:1.0: 8 ports detected ><4>ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 19 ><6>ACPI: PCI Interrupt 0000:04:05.0[A] -> Link [LNKD] -> GSI 19 (level, low) -> IRQ 18 ><5>fw_ohci: Added fw-ohci device 0000:04:05.0, OHCI version 1.0 ><5>fw_core: created new fw device fw0 (0 config rom retries) ><6>forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.60. ><4>ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 21 ><6>ACPI: PCI Interrupt 0000:00:14.0[A] -> Link [LMAC] -> GSI 21 (level, low) -> IRQ 19 ><7>PCI: Setting latency timer of device 0000:00:14.0 to 64 ><6>forcedeth: using HIGHDMA ><6>eth0: forcedeth.c: subsystem: 01043:8141 bound to 0000:00:14.0 ><7>libata version 2.20 loaded. ><7>sata_nv 0000:00:0e.0: version 3.3 ><4>ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 20 ><6>ACPI: PCI Interrupt 0000:00:0e.0[A] -> Link [LSA0] -> GSI 20 (level, low) -> IRQ 20 ><7>PCI: Setting latency timer of device 0000:00:0e.0 to 64 ><6>ata1: SATA max UDMA/133 cmd 0x0001e800 ctl 0x0001e482 bmdma 0x0001e000 irq 20 ><6>ata2: SATA max UDMA/133 cmd 0x0001e400 ctl 0x0001e082 bmdma 0x0001e008 irq 20 ><6>scsi0 : sata_nv ><6>ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) ><6>ata1.00: ata_hpa_resize 1: sectors = 390721968, hpa_sectors = 390721968 ><6>ata1.00: ATA-7: WDC WD2000JS-00MHB0, 02.01C03, max UDMA/133 ><6>ata1.00: 390721968 sectors, multi 16: LBA48 ><6>ata1.00: ata_hpa_resize 1: sectors = 390721968, hpa_sectors = 390721968 ><6>ata1.00: configured for UDMA/133 ><6>scsi1 : sata_nv ><6>ata2: SATA link down (SStatus 0 SControl 300) ><4>ATA: abnormal status 0x7F on port 0x0001e407 ><5>scsi 0:0:0:0: Direct-Access ATA WDC WD2000JS-00M 02.0 PQ: 0 ANSI: 5 ><5>SCSI device sda: 390721968 512-byte hdwr sectors (200050 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: 390721968 512-byte hdwr sectors (200050 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 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 sda14 sda15 > ><5>sd 0:0:0:0: Attached scsi disk sda ><4>ACPI: PCI Interrupt Link [LSA1] enabled at IRQ 23 ><6>ACPI: PCI Interrupt 0000:00:0f.0[A] -> Link [LSA1] -> GSI 23 (level, low) -> IRQ 16 ><7>PCI: Setting latency timer of device 0000:00:0f.0 to 64 ><6>ata3: SATA max UDMA/133 cmd 0x0001dc00 ctl 0x0001d882 bmdma 0x0001d400 irq 16 ><6>ata4: SATA max UDMA/133 cmd 0x0001d800 ctl 0x0001d482 bmdma 0x0001d408 irq 16 ><6>scsi2 : sata_nv ><6>ata3: SATA link down (SStatus 0 SControl 300) ><4>ATA: abnormal status 0x7F on port 0x0001dc07 ><6>scsi3 : sata_nv ><6>ata4: SATA link down (SStatus 0 SControl 300) ><4>ATA: abnormal status 0x7F on port 0x0001d807 ><7>pata_amd 0000:00:0d.0: version 0.2.8 ><7>PCI: Setting latency timer of device 0000:00:0d.0 to 64 ><6>ata5: PATA max UDMA/133 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x0001ffa0 irq 14 ><6>ata6: PATA max UDMA/133 cmd 0x00010170 ctl 0x00010376 bmdma 0x0001ffa8 irq 15 ><6>scsi4 : pata_amd ><6>ata5.00: ata_hpa_resize 1: sectors = 16498944, hpa_sectors = 16498944 ><6>ata5.00: ATA-4: ST38421A, 8.01, max UDMA/66 ><6>ata5.00: 16498944 sectors, multi 16: LBA ><6>ata5.00: ata_hpa_resize 1: sectors = 16498944, hpa_sectors = 16498944 ><6>ata5.00: configured for UDMA/66 ><6>scsi5 : pata_amd ><6>ata6.00: ATAPI, max UDMA/33 ><6>ata6.00: configured for UDMA/33 ><5>scsi 4:0:0:0: Direct-Access ATA ST38421A 8.01 PQ: 0 ANSI: 5 ><5>SCSI device sdb: 16498944 512-byte hdwr sectors (8447 MB) ><5>sdb: Write Protect is off ><7>sdb: Mode Sense: 00 3a 00 00 ><5>SCSI device sdb: write cache: enabled, read cache: enabled, doesn't support DPO or FUA ><5>SCSI device sdb: 16498944 512-byte hdwr sectors (8447 MB) ><5>sdb: Write Protect is off ><7>sdb: Mode Sense: 00 3a 00 00 ><5>SCSI device sdb: write cache: enabled, read cache: enabled, doesn't support DPO or FUA ><6> sdb: sdb1 sdb2 ><5>sd 4:0:0:0: Attached scsi disk sdb ><5>scsi 5:0:0:0: CD-ROM _NEC DVD_RW ND-4550A 1.07 PQ: 0 ANSI: 5 ><4>sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray ><6>Uniform CD-ROM driver Revision: 3.20 ><7>sr 5: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(1184236464.643: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 : 6136.000 MB/sec ><4>raid5: using function: pIII_sse (6136.000 MB/sec) ><4>raid6: int32x1 781 MB/s ><4>raid6: int32x2 851 MB/s ><4>raid6: int32x4 781 MB/s ><4>raid6: int32x8 820 MB/s ><4>raid6: mmxx1 1640 MB/s ><4>raid6: mmxx2 2925 MB/s ><4>raid6: sse1x1 1550 MB/s ><4>raid6: sse1x2 2527 MB/s ><4>raid6: sse2x1 2574 MB/s ><4>raid6: sse2x2 3492 MB/s ><4>raid6: using algorithm sse2x2 (3492 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:13:32) installed ><6>Lock_Nolock (built May 23 2007 22:13:44) installed ><6>JFS: nTxBlock = 7577, nTxLock = 60619 ><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(1184236472.641:3): audit_pid=692 old=0 by auid=4294967295 subj=system_u:system_r:anaconda_t:s0 ><4>ACPI: PCI Interrupt Link [LNEC] enabled at IRQ 18 ><6>ACPI: PCI Interrupt 0000:00:05.0[A] -> Link [LNEC] -> GSI 18 (level, low) -> IRQ 21 ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3-fs: mounted filesystem with ordered data mode. ><7>SELinux: initialized (dev dm-0, type ext3), uses xattr ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3 FS on sda3, internal journal ><6>EXT3-fs: mounted filesystem with ordered data mode. ><7>SELinux: initialized (dev sda3, type ext3), uses xattr ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3 FS on sda5, internal journal ><6>EXT3-fs: mounted filesystem with ordered data mode. ><7>SELinux: initialized (dev sda5, type ext3), uses xattr ><7>SELinux: initialized (dev sda7, type ext2), uses xattr ><7>SELinux: initialized (dev sda8, type ext2), uses xattr ><5>ReiserFS: sda9: found reiserfs format "3.6" with standard journal ><5>ReiserFS: sda9: using ordered data mode ><5>ReiserFS: sda9: journal params: device sda9, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: sda9: checking transaction log (sda9) ><5>ReiserFS: sda9: Using r5 hash to sort names ><7>SELinux: initialized (dev sda9, type reiserfs), uses genfs_contexts ><7>SELinux: initialized (dev sda10, type ext2), uses xattr ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3 FS on sda11, internal journal ><6>EXT3-fs: mounted filesystem with ordered data mode. ><7>SELinux: initialized (dev sda11, type ext3), uses xattr ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3 FS on sda12, internal journal ><6>EXT3-fs: mounted filesystem with ordered data mode. ><7>SELinux: initialized (dev sda12, type ext3), uses xattr ><4>EXT2-fs warning: maximal mount count reached, running e2fsck is recommended ><7>SELinux: initialized (dev sda14, type ext2), uses xattr ><5>ReiserFS: sda15: found reiserfs format "3.6" with standard journal ><5>ReiserFS: sda15: using ordered data mode ><5>ReiserFS: sda15: journal params: device sda15, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: sda15: checking transaction log (sda15) ><5>ReiserFS: sda15: Using r5 hash to sort names ><7>SELinux: initialized (dev sda15, type reiserfs), uses genfs_contexts ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3 FS on sdb1, internal journal ><6>EXT3-fs: mounted filesystem with ordered data mode. ><7>SELinux: initialized (dev sdb1, type ext3), uses xattr ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3 FS on dm-0, internal journal ><6>EXT3-fs: mounted filesystem with ordered data mode. ><7>SELinux: initialized (dev dm-0, type ext3), uses xattr ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3 FS on dm-0, internal journal ><6>EXT3-fs: mounted filesystem with ordered data mode. ><7>SELinux: initialized (dev dm-0, type ext3), uses xattr ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3 FS on sdb1, internal journal ><6>EXT3-fs: mounted filesystem with ordered data mode. ><7>SELinux: initialized (dev sdb1, type ext3), uses xattr ><6>Adding 1933304k swap on /dev/VolGroup00/LogVol01. Priority:-1 extents:1 across:1933304k ><6>Adding 2096440k swap on /dev/sda6. Priority:-2 extents:1 across:2096440k > > >/tmp/anaconda.log: >10:34:06 INFO : kernel command line: initrd=initrd.img BOOT_IMAGE=vmlinuz > >10:34:06 INFO : 969916 kB are available >10:34:06 INFO : modules to insert cramfs fat vfat sunrpc lockd nfs_acl nfs loop isofs floppy edd pcspkr squashfs jbd mbcache ext3 ext2 >10:34:06 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >10:34:06 INFO : loaded cramfs from /modules/modules.cgz >10:34:06 INFO : loaded fat from /modules/modules.cgz >10:34:06 INFO : loaded vfat from /modules/modules.cgz >10:34:06 INFO : loaded sunrpc from /modules/modules.cgz >10:34:06 INFO : loaded lockd from /modules/modules.cgz >10:34:06 INFO : loaded nfs_acl from /modules/modules.cgz >10:34:06 INFO : loaded nfs from /modules/modules.cgz >10:34:06 INFO : loaded loop from /modules/modules.cgz >10:34:06 INFO : loaded floppy from /modules/modules.cgz >10:34:06 INFO : loaded edd from /modules/modules.cgz >10:34:06 INFO : loaded pcspkr from /modules/modules.cgz >10:34:06 INFO : loaded squashfs from /modules/modules.cgz >10:34:06 INFO : loaded jbd from /modules/modules.cgz >10:34:06 INFO : loaded mbcache from /modules/modules.cgz >10:34:06 INFO : loaded ext3 from /modules/modules.cgz >10:34:06 INFO : loaded ext2 from /modules/modules.cgz >10:34:06 DEBUG : module(s) isofs not found >10:34:06 INFO : inserted /tmp/cramfs.ko >10:34:06 INFO : inserted /tmp/fat.ko >10:34:06 INFO : inserted /tmp/vfat.ko >10:34:06 INFO : inserted /tmp/sunrpc.ko >10:34:06 INFO : inserted /tmp/lockd.ko >10:34:06 INFO : inserted /tmp/nfs_acl.ko >10:34:06 INFO : inserted /tmp/nfs.ko >10:34:06 INFO : inserted /tmp/loop.ko >10:34:06 INFO : inserted /tmp/floppy.ko >10:34:06 INFO : inserted /tmp/edd.ko >10:34:06 INFO : inserted /tmp/pcspkr.ko >10:34:06 INFO : inserted /tmp/squashfs.ko >10:34:06 INFO : inserted /tmp/jbd.ko >10:34:06 INFO : inserted /tmp/mbcache.ko >10:34:06 INFO : inserted /tmp/ext3.ko >10:34:06 INFO : inserted /tmp/ext2.ko >10:34:06 INFO : load module set done >10:34:06 INFO : modules to insert ipv6 >10:34:06 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >10:34:06 INFO : loaded ipv6 from /modules/modules.cgz >10:34:06 INFO : inserted /tmp/ipv6.ko >10:34:06 INFO : load module set done >10:34:06 INFO : modules to insert cdrom ide-cd >10:34:06 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >10:34:07 INFO : loaded cdrom from /modules/modules.cgz >10:34:07 DEBUG : module(s) ide-cd not found >10:34:07 INFO : inserted /tmp/cdrom.ko >10:34:07 INFO : load module set done >10:34:07 INFO : modules to insert scsi_mod sd_mod sr_mod >10:34:07 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >10:34:07 INFO : loaded scsi_mod from /modules/modules.cgz >10:34:07 INFO : loaded sd_mod from /modules/modules.cgz >10:34:07 INFO : loaded sr_mod from /modules/modules.cgz >10:34:07 INFO : inserted /tmp/scsi_mod.ko >10:34:07 INFO : inserted /tmp/sd_mod.ko >10:34:07 INFO : inserted /tmp/sr_mod.ko >10:34:07 INFO : load module set done >10:34:07 INFO : modules to insert scsi_transport_iscsi libiscsi iscsi_tcp >10:34:07 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >10:34:07 INFO : loaded scsi_transport_iscsi from /modules/modules.cgz >10:34:07 INFO : loaded libiscsi from /modules/modules.cgz >10:34:07 INFO : loaded iscsi_tcp from /modules/modules.cgz >10:34:07 INFO : inserted /tmp/scsi_transport_iscsi.ko >10:34:07 INFO : inserted /tmp/libiscsi.ko >10:34:07 INFO : inserted /tmp/iscsi_tcp.ko >10:34:07 INFO : load module set done >10:34:07 INFO : looking for usb controllers >10:34:07 INFO : found USB controller ehci-hcd >10:34:07 INFO : modules to insert ehci-hcd >10:34:07 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >10:34:07 INFO : loaded ehci-hcd from /modules/modules.cgz >10:34:07 INFO : inserted /tmp/ehci-hcd.ko >10:34:07 INFO : load module set done >10:34:07 INFO : found USB controller ohci-hcd >10:34:07 INFO : modules to insert ohci-hcd >10:34:07 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >10:34:07 INFO : loaded ohci-hcd from /modules/modules.cgz >10:34:07 INFO : inserted /tmp/ohci-hcd.ko >10:34:07 INFO : load module set done >10:34:07 DEBUG : waiting for usb to become stable... >10:34:09 DEBUG : 2 seconds. >10:34:09 INFO : modules to insert hid keybdev >10:34:09 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >10:34:10 DEBUG : module(s) hid keybdev not found >10:34:10 INFO : load module set done >10:34:11 INFO : found firewire controller fw-ohci >10:34:11 INFO : modules to insert fw-core fw-ohci >10:34:11 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >10:34:11 INFO : loaded fw-core from /modules/modules.cgz >10:34:11 INFO : loaded fw-ohci from /modules/modules.cgz >10:34:11 INFO : inserted /tmp/fw-core.ko >10:34:11 INFO : inserted /tmp/fw-ohci.ko >10:34:11 INFO : load module set done >10:34:14 INFO : probing for firewire scsi devices >10:34:14 DEBUG : no firewire scsi devices found >10:34:14 DEBUG : no pcic controller found >10:34:14 DEBUG : probing buses >10:34:14 DEBUG : finished bus probing >10:34:14 DEBUG : ignoring driverless device Advanced Micro Devices [AMD] Unknown device 1103 >10:34:14 DEBUG : ignoring driverless device Advanced Micro Devices [AMD] Unknown device 1102 >10:34:14 DEBUG : ignoring driverless device Advanced Micro Devices [AMD] Unknown device 1101 >10:34:14 DEBUG : ignoring driverless device Advanced Micro Devices [AMD] Unknown device 1100 >10:34:14 DEBUG : ignoring driverless device nVidia Corporation Unknown device 026f >10:34:14 DEBUG : ignoring driverless device nVidia Corporation Unknown device 0264 >10:34:14 DEBUG : ignoring driverless device nVidia Corporation Unknown device 0260 >10:34:14 DEBUG : ignoring driverless device nVidia Corporation Unknown device 0270 >10:34:14 DEBUG : ignoring driverless device nVidia Corporation Unknown device 02fb >10:34:14 DEBUG : ignoring driverless device nVidia Corporation Unknown device 02fd >10:34:14 DEBUG : ignoring driverless device nVidia Corporation Unknown device 02fc >10:34:14 DEBUG : ignoring driverless device nVidia Corporation Unknown device 027e >10:34:14 DEBUG : ignoring driverless device nVidia Corporation Unknown device 027f >10:34:14 DEBUG : ignoring driverless device nVidia Corporation Unknown device 02ff >10:34:14 DEBUG : ignoring driverless device nVidia Corporation Unknown device 02f9 >10:34:14 DEBUG : ignoring driverless device nVidia Corporation Unknown device 02f8 >10:34:14 DEBUG : ignoring driverless device nVidia Corporation Unknown device 02fe >10:34:14 DEBUG : ignoring driverless device nVidia Corporation Unknown device 02fa >10:34:14 DEBUG : ignoring driverless device nVidia Corporation Unknown device 02f0 >10:34:14 DEBUG : ignoring driverless device nVidia Corporation Unknown device 026c >10:34:14 DEBUG : ignoring driverless device nVidia Corporation C51PV [GeForce 6150] >10:34:14 INFO : modules to insert forcedeth libata sata_nv pata_amd >10:34:14 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >10:34:14 INFO : loaded forcedeth from /modules/modules.cgz >10:34:14 INFO : loaded libata from /modules/modules.cgz >10:34:14 INFO : loaded sata_nv from /modules/modules.cgz >10:34:14 INFO : loaded pata_amd from /modules/modules.cgz >10:34:14 INFO : inserted /tmp/forcedeth.ko >10:34:14 INFO : inserted /tmp/libata.ko >10:34:17 INFO : inserted /tmp/sata_nv.ko >10:34:19 INFO : inserted /tmp/pata_amd.ko >10:34:19 INFO : load module set done >10:34:19 INFO : trying to mount CD device scd0 >10:34:19 INFO : mntloop loop0 on /mnt/runtime as /mnt/source/images/stage2.img fd is 11 >10:34:19 DEBUG : MD5SUM -> 7a4291b37912cbf1df08306507095821 >10:34:19 DEBUG : skipsectors = 15 >10:34:19 INFO : supported = 0 >10:34:24 INFO : Loading SELinux policy >10:34:24 INFO : getting ready to spawn shell now >10:34:24 INFO : modules to insert ide-cd >10:34:24 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >10:34:24 DEBUG : module(s) ide-cd not found >10:34:24 INFO : load module set done >10:34:24 INFO : modules to insert >10:34:24 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >10:34:24 INFO : load module set done >10:34:24 INFO : modules to insert >10:34:24 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >10:34:24 INFO : load module set done >10:34:24 DEBUG : probing buses >10:34:25 DEBUG : finished bus probing >10:34:25 DEBUG : ignoring driverless device Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control >10:34:25 DEBUG : ignoring driverless device Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller >10:34:25 DEBUG : ignoring driverless device Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map >10:34:25 DEBUG : ignoring driverless device Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration >10:34:25 DEBUG : ignoring driverless device nVidia Corporation MCP51 PCI Bridge >10:34:25 DEBUG : ignoring driverless device nVidia Corporation MCP51 SMBus >10:34:25 DEBUG : ignoring driverless device nVidia Corporation MCP51 LPC Bridge >10:34:25 DEBUG : ignoring driverless device nVidia Corporation MCP51 Host Bridge >10:34:25 DEBUG : ignoring driverless device nVidia Corporation C51 PCI Express Bridge >10:34:25 DEBUG : ignoring driverless device nVidia Corporation C51 PCI Express Bridge >10:34:25 DEBUG : ignoring driverless device nVidia Corporation C51 PCI Express Bridge >10:34:25 DEBUG : ignoring driverless device nVidia Corporation C51 Memory Controller 2 >10:34:25 DEBUG : ignoring driverless device nVidia Corporation C51 Memory Controller 3 >10:34:25 DEBUG : ignoring driverless device nVidia Corporation C51 Host Bridge >10:34:25 DEBUG : ignoring driverless device nVidia Corporation C51 Memory Controller 4 >10:34:25 DEBUG : ignoring driverless device nVidia Corporation C51 Memory Controller 5 >10:34:25 DEBUG : ignoring driverless device nVidia Corporation C51 Memory Controller 1 >10:34:25 DEBUG : ignoring driverless device nVidia Corporation C51 Memory Controller 0 >10:34:25 DEBUG : ignoring driverless device nVidia Corporation C51 Host Bridge >10:34:25 DEBUG : ignoring driverless device nVidia Corporation MCP51 High Definition Audio >10:34:25 DEBUG : ignoring driverless device nVidia Corporation C51PV [GeForce 6150] >10:34:25 INFO : modules to insert >10:34:25 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >10:34:25 INFO : load module set done >10:34:25 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 >10:34:25 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >10:34:25 INFO : loaded raid0 from /modules/modules.cgz >10:34:25 INFO : loaded raid1 from /modules/modules.cgz >10:34:25 INFO : loaded xor from /modules/modules.cgz >10:34:25 INFO : loaded raid456 from /modules/modules.cgz >10:34:25 INFO : loaded raid10 from /modules/modules.cgz >10:34:25 INFO : loaded msdos from /modules/modules.cgz >10:34:25 INFO : loaded gfs2 from /modules/modules.cgz >10:34:25 INFO : loaded lock_nolock from /modules/modules.cgz >10:34:25 INFO : loaded reiserfs from /modules/modules.cgz >10:34:25 INFO : loaded jfs from /modules/modules.cgz >10:34:25 INFO : loaded xfs from /modules/modules.cgz >10:34:25 INFO : loaded dm-mod from /modules/modules.cgz >10:34:25 INFO : loaded dm-zero from /modules/modules.cgz >10:34:25 INFO : loaded dm-mirror from /modules/modules.cgz >10:34:25 INFO : loaded dm-snapshot from /modules/modules.cgz >10:34:25 INFO : loaded dm-multipath from /modules/modules.cgz >10:34:25 INFO : loaded dm-round-robin from /modules/modules.cgz >10:34:25 INFO : loaded dm-emc from /modules/modules.cgz >10:34:25 DEBUG : module(s) md raid5 raid6 not found >10:34:25 INFO : inserted /tmp/raid0.ko >10:34:25 INFO : inserted /tmp/raid1.ko >10:34:25 INFO : inserted /tmp/xor.ko >10:34:25 INFO : inserted /tmp/raid456.ko >10:34:25 INFO : inserted /tmp/raid10.ko >10:34:25 INFO : inserted /tmp/msdos.ko >10:34:25 INFO : inserted /tmp/gfs2.ko >10:34:25 INFO : inserted /tmp/lock_nolock.ko >10:34:25 INFO : inserted /tmp/reiserfs.ko >10:34:25 INFO : inserted /tmp/jfs.ko >10:34:25 INFO : inserted /tmp/xfs.ko >10:34:25 INFO : inserted /tmp/dm-mod.ko >10:34:25 INFO : inserted /tmp/dm-zero.ko >10:34:25 INFO : inserted /tmp/dm-mirror.ko >10:34:25 INFO : inserted /tmp/dm-snapshot.ko >10:34:25 INFO : inserted /tmp/dm-multipath.ko >10:34:25 INFO : inserted /tmp/dm-round-robin.ko >10:34:25 INFO : inserted /tmp/dm-emc.ko >10:34:25 INFO : load module set done >10:34:25 INFO : looking for USB mouse... >10:34:25 INFO : Running anaconda script /usr/bin/anaconda >10:34:32 INFO : using only installclass _Fedora >10:34:33 INFO : anaconda called with cmdline = ['/usr/bin/anaconda', '-m', 'cdrom://scd0:/mnt/source', '--graphical', '--selinux'] >10:34:33 INFO : Display mode = g >10:34:33 INFO : Method = cdrom://scd0:/mnt/source >10:34:37 INFO : anaconda floppy device fd0 >10:34:49 INFO : Started mini-wm >10:34:50 INFO : Starting graphical installation... >10:34:51 INFO : Detected 960M of memory >10:34:51 INFO : Swap attempt of 960M to 1920M >10:34:51 WARNING : step installtype does not exist >10:34:51 WARNING : step complete does not exist >10:34:52 INFO : moving (1) to step welcome >10:35:00 INFO : moving (1) to step language >10:35:09 INFO : moving (1) to step keyboard >10:35:15 INFO : moving (1) to step findrootparts >10:35:15 DEBUG : starting mpaths >10:35:15 DEBUG : self.driveList(): ['sda', 'sdb'] >10:35:15 DEBUG : DiskSet.skippedDisks: [] >10:35:15 DEBUG : DiskSet.skippedDisks: [] >10:35:15 DEBUG : starting all mpaths on drives ['sda', 'sdb'] >10:35:15 DEBUG : scanning for multipath on drives ['sda', 'sdb'] >10:35:15 DEBUG : mpaths: [] >10:35:15 DEBUG : done starting mpaths. Drivelist: ['sda', 'sdb'] >10:35:15 DEBUG : starting dmraids >10:35:15 DEBUG : self.driveList(): ['sda', 'sdb'] >10:35:15 DEBUG : DiskSet.skippedDisks: [] >10:35:15 DEBUG : DiskSet.skippedDisks: [] >10:35:15 DEBUG : starting all dmraids on drives ['sda', 'sdb'] >10:35:15 DEBUG : scanning for dmraid on drives ['sda', 'sdb'] >10:35:15 DEBUG : done starting dmraids. Drivelist: ['sda', 'sdb'] >10:35:19 INFO : lv is VolGroup00/LogVol00, size of 6016 >10:35:19 INFO : lv is VolGroup00/LogVol01, size of 1888 >10:35:19 DEBUG : isys.py:mount()- going to mount /dev/VolGroup00/LogVol00 on /mnt/sysimage >10:35:19 DEBUG : isys.py:mount()- going to mount /tmp/sda3 on /mnt/sysimage >10:35:19 DEBUG : isys.py:mount()- going to mount /tmp/sda5 on /mnt/sysimage >10:35:19 DEBUG : isys.py:mount()- going to mount /tmp/sda7 on /mnt/sysimage >10:35:19 DEBUG : isys.py:mount()- going to mount /tmp/sda8 on /mnt/sysimage >10:35:20 DEBUG : isys.py:mount()- going to mount /tmp/sda9 on /mnt/sysimage >10:35:20 DEBUG : isys.py:mount()- going to mount /tmp/sda10 on /mnt/sysimage >10:35:20 DEBUG : isys.py:mount()- going to mount /tmp/sda11 on /mnt/sysimage >10:35:20 DEBUG : isys.py:mount()- going to mount /tmp/sda12 on /mnt/sysimage >10:35:20 DEBUG : isys.py:mount()- going to mount /tmp/sda14 on /mnt/sysimage >10:35:20 DEBUG : isys.py:mount()- going to mount /tmp/sda15 on /mnt/sysimage >10:35:20 DEBUG : isys.py:mount()- going to mount /tmp/sdb1 on /mnt/sysimage >10:35:21 WARNING : step complete does not exist >10:35:21 INFO : moving (1) to step findinstall >10:35:28 WARNING : step installtype does not exist >10:35:28 WARNING : step checkdeps does not exist >10:35:28 WARNING : step dependencies does not exist >10:35:28 WARNING : step complete does not exist >10:35:28 INFO : moving (1) to step partitionobjinit >10:35:28 INFO : no initiator set >10:35:28 INFO : no /tmp/fcpconfig; not configuring zfcp >10:35:29 DEBUG : error reading jfs label on /tmp/disk: [Errno 22] Invalid argument >10:35:29 DEBUG : error reading reiserfs label on /tmp/disk: [Errno 22] Invalid argument >10:35:29 INFO : lv VolGroup00/LogVol00, attr is -wi--- >10:35:29 INFO : lv VolGroup00/LogVol01, attr is -wi--- >10:35:31 INFO : lv is VolGroup00/LogVol00, size of 6016 >10:35:31 INFO : lv is VolGroup00/LogVol01, size of 1888 >10:35:32 INFO : pv is /dev/sdb2 in vg VolGroup00, size is 7954 >10:35:33 INFO : vg VolGroup00, size is 7936, pesize is 32768 >10:35:33 INFO : lv is VolGroup00/LogVol00, size of 6016 >10:35:33 INFO : lv is VolGroup00/LogVol01, size of 1888 >10:35:33 INFO : mdadm -E /dev/VolGroup00/LogVol00 >10:35:33 INFO : mdadm -E /dev/VolGroup00/LogVol01 >10:35:34 INFO : moving (1) to step upgrademount >10:35:36 INFO : going to mount /dev/VolGroup00/LogVol00 on /mnt/sysimage as ext3 >10:35:36 DEBUG : isys.py:mount()- going to mount /dev/VolGroup00/LogVol00 on /mnt/sysimage >10:35:37 DEBUG : error reading jfs label on /tmp/disk: [Errno 22] Invalid argument >10:35:37 DEBUG : error reading reiserfs label on /tmp/disk: [Errno 22] Invalid argument >10:35:38 INFO : lv VolGroup00/LogVol00, attr is -wi-ao >10:35:38 INFO : lv is VolGroup00/LogVol00, size of 6016 >10:35:38 INFO : lv is VolGroup00/LogVol01, size of 1888 >10:35:38 INFO : trying to mount VolGroup00/LogVol00 on / >10:35:38 INFO : set SELinux context for mountpoint / to system_u:object_r:root_t:s0 >10:35:38 DEBUG : isys.py:mount()- going to mount /dev/VolGroup00/LogVol00 on /mnt/sysimage >10:35:38 INFO : trying to mount sdb1 on /boot >10:35:38 INFO : set SELinux context for mountpoint /boot to system_u:object_r:boot_t:s0 >10:35:38 DEBUG : isys.py:mount()- going to mount /dev/sdb1 on /mnt/sysimage/boot >10:35:38 INFO : trying to mount proc on /proc >10:35:38 INFO : set SELinux context for mountpoint /proc to None >10:35:38 DEBUG : isys.py:mount()- going to mount proc on /mnt/sysimage/proc >10:35:38 INFO : trying to mount sysfs on /sys >10:35:38 INFO : set SELinux context for mountpoint /sys to None >10:35:38 DEBUG : isys.py:mount()- going to mount sysfs on /mnt/sysimage/sys >10:35:39 INFO : set SELinux context for mountpoint /mnt/sysimage/dev to None >10:35:39 DEBUG : isys.py:mount()- going to mount /dev on //mnt/sysimage/dev >10:35:39 INFO : moving (1) to step upgradecontinue >10:35:39 INFO : moving (1) to step upgrademigfind >10:35:39 INFO : moving (1) to step upgbootloader >10:36:09 INFO : moving (1) to step reposetup >10:36:09 ERROR : failed to unlink /var/lib/rpm/__db.000 >10:36:13 CRITICAL: No Repositories Available to Set Up >10:36:13 INFO : switching from CD [1] to 1 for >10:36:19 INFO : moving (1) to step postselection >10:36:19 INFO : selected kernel package for kernel >10:36:20 WARNING : No package matched to remove >10:36:20 WARNING : No package matched to remove > > >/tmp/lvmout: > > >/mnt/sysimage/root/install.log: >Installing libgcc - 4.1.1-30.i386 >warning: libgcc-4.1.1-30: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2 >Installing libgcc - 4.1.1-30.x86_64 >Installing setup - 2.5.55-1.noarch >Installing filesystem - 2.4.0-1.x86_64 >Installing basesystem - 8.0-5.1.1.noarch >Installing cracklib-dicts - 2.8.9-3.1.x86_64 >Installing gnome-mime-data - 2.4.2-3.1.x86_64 >Installing nash - 5.1.19-1.x86_64 >Installing termcap - 1:5.5-1.20060701.1.noarch >Installing tzdata - 2006m-2.fc6.noarch >Installing glibc-common - 2.5-3.x86_64 >Installing glibc - 2.5-3.i686 >Installing glibc - 2.5-3.x86_64 >Installing zlib - 1.2.3-3.x86_64 >Installing glib2 - 2.12.3-2.fc6.x86_64 >Installing glib2 - 2.12.3-2.fc6.i386 >Installing chkconfig - 1.3.30-1.x86_64 >Installing atk - 1.12.2-1.fc6.x86_64 >Installing zlib - 1.2.3-3.i386 >Installing popt - 1.10.2-32.x86_64 >Installing mktemp - 3:1.5-23.2.2.x86_64 >Installing libICE - 1.0.1-2.1.x86_64 >Installing libSM - 1.0.1-3.1.x86_64 >Installing atk - 1.12.2-1.fc6.i386 >Installing libart_lgpl - 2.3.17-4.x86_64 >Installing libstdc++ - 4.1.1-30.x86_64 >Installing libjpeg - 6b-37.x86_64 >Installing libusb - 0.1.12-5.1.x86_64 >Installing libpng - 2:1.2.10-7.x86_64 >Installing popt - 1.10.2-32.i386 >Installing libart_lgpl - 2.3.17-4.i386 >Installing libICE - 1.0.1-2.1.i386 >Installing audit-libs - 1.2.8-1.fc6.x86_64 >Installing audit-libs - 1.2.8-1.fc6.i386 >Installing expat - 1.95.8-8.2.1.x86_64 >Installing libSM - 1.0.1-3.1.i386 >Installing libtermcap - 2.0.8-46.1.x86_64 >Installing bash - 3.1-16.1.x86_64 >Installing info - 4.8-11.1.x86_64 >Installing libxml2 - 2.6.26-2.1.1.x86_64 >Installing libxml2 - 2.6.26-2.1.1.i386 >Installing ncurses - 5.5-24.20060715.x86_64 >Installing freetype - 2.2.1-10.fc6.x86_64 >Installing gawk - 3.1.5-11.x86_64 >Installing sed - 4.1.5-5.fc6.x86_64 >Installing readline - 5.1-1.1.x86_64 >Installing libsepol - 1.12.27-1.x86_64 >Installing freetype - 2.2.1-10.fc6.i386 >Installing libsepol - 1.12.27-1.i386 >Installing libstdc++ - 4.1.1-30.i386 >Installing bzip2-libs - 1.0.3-3.x86_64 >Installing libjpeg - 6b-37.i386 >Installing libpng - 2:1.2.10-7.i386 >Installing libtiff - 3.8.2-6.fc6.x86_64 >Installing expat - 1.95.8-8.2.1.i386 >Installing db4 - 4.3.29-9.fc6.x86_64 >Installing libcap - 1.10-25.x86_64 >Installing libXau - 1.0.1-3.1.x86_64 >Installing db4 - 4.3.29-9.fc6.i386 >Installing diffutils - 2.8.1-15.2.2.x86_64 >Installing nspr - 4.6.3-1.x86_64 >Installing nspr - 4.6.3-1.i386 >Installing nss - 3.11.3-2.x86_64 >Installing nss - 3.11.3-2.i386 >Installing cyrus-sasl-lib - 2.1.22-4.x86_64 >Installing libattr - 2.4.32-1.1.x86_64 >Installing libacl - 2.2.39-1.1.x86_64 >Installing libogg - 2:1.1.3-2.fc6.x86_64 >Installing libgpg-error - 1.4-2.x86_64 >Installing libogg - 2:1.1.3-2.fc6.i386 >Installing libgcrypt - 1.2.3-1.x86_64 >Installing libtiff - 3.8.2-6.fc6.i386 >Installing libusb - 0.1.12-5.1.i386 >Installing sqlite - 3.3.6-2.x86_64 >Installing procps - 3.2.7-8.x86_64 >Installing tcp_wrappers - 7.6-40.2.1.x86_64 >Installing libieee1284 - 0.2.9-3.2.2.x86_64 >Installing elfutils-libelf - 0.123-1.fc6.x86_64 >Installing libgpg-error - 1.4-2.i386 >Installing libgcrypt - 1.2.3-1.i386 >Installing gnutls - 1.4.1-2.x86_64 >Installing cups-libs - 1:1.2.4-9.x86_64 >Installing libsoup - 2.2.96-4.fc6.x86_64 >Installing gnutls - 1.4.1-2.i386 >Installing cups-libs - 1:1.2.4-9.i386 >Installing libxslt - 1.1.17-1.1.i386 >Installing iproute - 2.6.16-6.fc6.x86_64 >Installing pilot-link - 2:0.11.8-16.x86_64 >Installing cpio - 2.6-19.x86_64 >Installing libidn - 0.6.5-1.1.x86_64 >Installing desktop-file-utils - 0.10-7.x86_64 >Installing redhat-menus - 6.7.5-3.noarch >Installing audiofile - 1:0.2.6-5.x86_64 >Installing iptables - 1.3.5-1.2.1.x86_64 >Installing xorg-x11-filesystem - 7.1-2.fc6.noarch >Installing beecrypt - 4.1.2-10.1.1.x86_64 >Installing libfontenc - 1.0.2-2.1.x86_64 >Installing libXfont - 1.2.2-1.fc6.x86_64 >Installing libraw1394 - 1.2.1-1.fc6.x86_64 >Installing hesiod - 3.1.0-8.x86_64 >Installing cyrus-sasl-lib - 2.1.22-4.i386 >Installing libXau - 1.0.1-3.1.i386 >Installing bzip2-libs - 1.0.3-3.i386 >Installing slang - 2.0.6-3.x86_64 >Installing gdbm - 1.8.0-26.2.1.x86_64 >Installing libcap - 1.10-25.i386 >Installing pkgconfig - 1:0.21-1.fc6.x86_64 >Installing nss-tools - 3.11.3-2.x86_64 >Installing lcms - 1.15-1.2.2.x86_64 >Installing less - 394-4.1.x86_64 >Installing gzip - 1.3.5-9.x86_64 >Installing shared-mime-info - 0.19-1.x86_64 >Installing libcroco - 0.6.1-2.1.i386 >Installing readline - 5.1-1.1.i386 >Installing make - 1:3.81-1.1.x86_64 >Installing fedora-logos - 6.0.6-1.fc6.noarch >Installing ncurses - 5.5-24.20060715.i386 >Installing procmail - 3.22-17.1.x86_64 >Installing audiofile - 1:0.2.6-5.i386 >Installing gamin - 0.1.7-7.fc6.x86_64 >Installing gamin - 0.1.7-7.fc6.i386 >Installing libIDL - 0.8.7-1.fc6.i386 >Installing ORBit2 - 2.14.3-3.fc6.i386 >Installing libIDL - 0.8.7-1.fc6.x86_64 >Installing ORBit2 - 2.14.3-3.fc6.x86_64 >Installing gstreamer-tools - 0.10.9-2.x86_64 >Installing wireless-tools - 1:28-1.fc6.x86_64 >Installing libXdmcp - 1.0.1-2.1.x86_64 >Installing libX11 - 1.0.3-4.fc6.x86_64 >Installing libXext - 1.0.1-2.1.x86_64 >Installing libXrender - 0.9.1-3.1.x86_64 >Installing libXt - 1.0.2-3.1.fc6.x86_64 >Installing libXmu - 1.0.2-5.x86_64 >Installing startup-notification - 0.8-4.1.x86_64 >Installing libXi - 1.0.1-3.1.x86_64 >Installing libXrandr - 1.1.1-3.1.x86_64 >Installing libXinerama - 1.0.1-2.1.x86_64 >Installing libXxf86vm - 1.0.1-3.1.x86_64 >Installing libXpm - 3.5.5-3.x86_64 >Installing libXaw - 1.0.2-8.1.x86_64 >Installing libXxf86misc - 1.0.1-3.1.x86_64 >Installing libXv - 1.0.1-4.1.x86_64 >Installing libXfixes - 4.0.1-2.1.x86_64 >Installing libXcursor - 1.1.7-1.1.x86_64 >Installing libexif - 0.6.13-2.x86_64 >Installing bluez-libs - 3.7-1.x86_64 >Installing dmidecode - 1:2.7-1.26.1.fc6.x86_64 >Installing libattr - 2.4.32-1.1.i386 >Installing liboil - 0.3.8-2.1.x86_64 >Installing libdaemon - 0.10-3.2.i386 >Installing libvolume_id - 095-14.i386 >Installing libacl - 2.2.39-1.1.i386 >Installing xorg-x11-xauth - 1:1.0.1-2.1.x86_64 >Installing libXTrap - 1.0.0-3.1.x86_64 >Installing libXScrnSaver - 1.1.0-3.1.x86_64 >Installing libXtst - 1.0.1-3.1.x86_64 >Installing libdmx - 1.0.2-3.1.x86_64 >Installing libXfontcache - 1.0.2-3.1.x86_64 >Installing libXxf86dga - 1.0.1-3.1.x86_64 >Installing libXres - 1.0.1-3.1.x86_64 >Installing libxkbfile - 1.0.3-3.1.x86_64 >Installing xorg-x11-xkb-utils - 1.0.2-2.1.x86_64 >Installing libmng - 1.0.9-5.1.x86_64 >Installing bzip2 - 1.0.3-3.x86_64 >Installing libavc1394 - 0.5.3-1.fc6.x86_64 >Installing iptables-ipv6 - 1.3.5-1.2.1.x86_64 >Installing libsoup - 2.2.96-4.fc6.i386 >Installing lcms - 1.15-1.2.2.i386 >Installing libxslt - 1.1.17-1.1.x86_64 >Installing libvorbis - 1:1.1.2-1.2.1.x86_64 >Installing libvorbis - 1:1.1.2-1.2.1.i386 >Installing libtheora - 1.0alpha7-1.i386 >Installing flac - 1.1.2-27.x86_64 >Installing libtheora - 1.0alpha7-1.x86_64 >Installing speex - 1.0.5-2.1.x86_64 >Installing ttmkfdir - 3.0.9-22.x86_64 >Installing libcroco - 0.6.1-2.1.x86_64 >Installing ed - 0.2-38.2.2.x86_64 >Installing time - 1.7-27.2.2.x86_64 >Installing groff - 1.18.1.1-11.1.x86_64 >Installing cpp - 4.1.1-30.x86_64 >Installing xorg-x11-server-utils - 7.1-4.fc6.x86_64 >Installing binutils - 2.17.50.0.3-6.x86_64 >Installing m4 - 1.4.5-3.x86_64 >Installing iputils - 20020927-41.fc6.x86_64 >Installing crontabs - 1.10-8.noarch >Installing cdparanoia-libs - alpha9.8-27.2.x86_64 >Installing fedora-release-notes - 6-3.noarch >Installing fedora-release - 6-4.noarch >Installing cdparanoia-libs - alpha9.8-27.2.i386 >Installing pcre - 6.6-1.1.x86_64 >Installing grep - 2.5.1-54.1.x86_64 >Installing bc - 1.06-21.x86_64 >Installing libfontenc - 1.0.2-2.1.i386 >Installing file - 4.17-8.x86_64 >Installing libtermcap - 2.0.8-46.1.i386 >Installing pilot-link - 2:0.11.8-16.i386 >Installing dosfstools - 2.11-6.1.fc6.x86_64 >Installing pax - 3.4-1.2.2.x86_64 >Installing wireless-tools - 1:28-1.fc6.i386 >Installing libXdmcp - 1.0.1-2.1.i386 >Installing libX11 - 1.0.3-4.fc6.i386 >Installing libXext - 1.0.1-2.1.i386 >Installing libXrender - 0.9.1-3.1.i386 >Installing startup-notification - 0.8-4.1.i386 >Installing libXfixes - 4.0.1-2.1.i386 >Installing libXcursor - 1.1.7-1.1.i386 >Installing libXrandr - 1.1.1-3.1.i386 >Installing libXinerama - 1.0.1-2.1.i386 >Installing libXxf86vm - 1.0.1-3.1.i386 >Installing libXi - 1.0.1-3.1.i386 >Installing libXv - 1.0.1-4.1.i386 >Installing libXres - 1.0.1-3.1.i386 >Installing libXt - 1.0.2-3.1.fc6.i386 >Installing libraw1394 - 1.2.1-1.fc6.i386 >Installing libiec61883 - 1.0.0-11.fc6.x86_64 >Installing mailx - 8.1.1-44.2.2.x86_64 >Installing libevent - 1.1a-3.2.1.x86_64 >Installing libFS - 1.0.0-3.1.x86_64 >Installing ethtool - 3-1.2.2.x86_64 >Installing mingetty - 1.07-5.2.2.x86_64 >Installing libsysfs - 2.0.0-6.x86_64 >Installing libnl - 1.0-0.10.pre5.4.x86_64 >Installing libvolume_id - 095-14.x86_64 >Installing libdrm - 2.0.2-1.1.x86_64 >Installing libdv - 0.104-4.fc6.1.x86_64 >Installing libdrm - 2.0.2-1.1.i386 >Installing liboil - 0.3.8-2.1.i386 >Installing pcsc-lite-libs - 1.3.1-7.x86_64 >Installing libdaemon - 0.10-3.2.x86_64 >Installing gdbm - 1.8.0-26.2.1.i386 >Installing patch - 2.5.4-29.2.2.x86_64 >Installing kernel-headers - 2.6.18-1.2798.fc6.x86_64 >Installing rmt - 0.4b41-2.fc6.x86_64 >Installing xkeyboard-config - 0.8-7.fc6.noarch >Installing mailcap - 2.1.23-1.fc6.noarch >Installing dump - 0.4b41-2.fc6.x86_64 >Installing libXtst - 1.0.1-3.1.i386 >Installing libXxf86misc - 1.0.1-3.1.i386 >Installing libXScrnSaver - 1.1.0-3.1.i386 >Installing libxkbfile - 1.0.3-3.1.i386 >Installing anacron - 2.3-41.fc6.x86_64 >Installing libmng - 1.0.9-5.1.i386 >Installing grub - 0.97-13.x86_64 >Installing cyrus-sasl-plain - 2.1.22-4.x86_64 >Installing iptstate - 1.4-1.1.2.2.x86_64 >Installing flac - 1.1.2-27.i386 >Installing acl - 2.2.39-1.1.x86_64 >Installing rsync - 2.6.8-3.1.x86_64 >Installing attr - 2.4.32-1.1.x86_64 >Installing pcre - 6.6-1.1.i386 >Installing ftp - 0.17-33.fc6.x86_64 >Installing crash - 4.0-3.3.x86_64 >Installing nano - 1.3.12-1.1.x86_64 >Installing mtr - 2:0.71-3.1.x86_64 >Installing telnet - 1:0.17-37.x86_64 >Installing talk - 0.17-29.2.2.x86_64 >Installing mgetty - 1.1.33-9.fc6.x86_64 >Installing gpm - 1.20.1-74.1.x86_64 >Installing gpm - 1.20.1-74.1.i386 >Installing jwhois - 3.2.3-6.1.x86_64 >Installing libidn - 0.6.5-1.1.i386 >Installing mcelog - 1:0.7-1.22.fc6.x86_64 >Installing unzip - 5.52-2.2.1.x86_64 >Installing nc - 1.84-10.fc6.x86_64 >Installing libao - 0.8.6-3.i386 >Installing libao - 0.8.6-3.x86_64 >Installing hdparm - 6.6-2.x86_64 >Installing setserial - 2.17-19.2.2.x86_64 >Installing traceroute - 2:1.0.4-2.x86_64 >Installing tcp_wrappers - 7.6-40.2.1.i386 >Installing vconfig - 1.9-2.1.x86_64 >Installing finger - 0.17-32.2.1.1.x86_64 >Installing rdate - 1.4-6.x86_64 >Installing symlinks - 1.2-24.2.2.x86_64 >Installing pam_smb - 1.1.7-7.2.1.x86_64 >Installing zip - 2.31-1.2.2.x86_64 >Installing rsh - 0.17-36.x86_64 >Installing unix2dos - 2.2-26.2.2.x86_64 >Installing tree - 1.5.0-4.x86_64 >Installing pam_passwdqc - 1.0.2-1.2.2.x86_64 >Installing rdist - 1:6.1.5-44.x86_64 >Installing dos2unix - 3.1-27.1.x86_64 >Installing setarch - 2.0-1.1.x86_64 >Installing eject - 2.1.5-4.x86_64 >Installing lrzsz - 0.12.20-22.1.x86_64 >Installing pam_smb - 1.1.7-7.2.1.i386 >Installing pam_passwdqc - 1.0.2-1.2.2.i386 >Installing pax - 3.4-1.2.2.i386 >Installing libsysfs - 2.0.0-6.i386 >Installing specspo - 12-1.noarch >Installing man-pages - 2.39-5.noarch >Installing words - 3.0-9.noarch >Installing rootfiles - 8.1-1.1.1.noarch >Installing perl - 4:5.8.8-10.i386 >Installing libselinux - 1.30.29-2.i386 >Installing perl - 4:5.8.8-10.x86_64 >Installing libbonobo - 2.16.0-1.fc6.x86_64 >Installing libbonobo - 2.16.0-1.fc6.i386 >Installing xorg-x11-font-utils - 1:7.1-2.x86_64 >Installing device-mapper - 1.02.07-3.i386 >Installing e2fsprogs-libs - 1.39-7.i386 >Installing cryptsetup-luks - 1.0.3-2.1.i386 >Installing perl-Digest-SHA1 - 2.11-1.2.1.x86_64 >Installing perl-Compress-Zlib - 1.42-1.fc6.x86_64 >Installing perl-IO-Zlib - 1.04-4.2.1.noarch >Installing perl-Archive-Tar - 1.30-1.fc6.noarch >Installing perl-Digest-HMAC - 1.01-15.noarch >Installing aspell - 12:0.60.3-7.1.x86_64 >Installing aspell - 12:0.60.3-7.1.i386 >Installing perl-Net-IP - 1.25-2.fc6.noarch >Installing perl-Net-DNS - 0.59-1.fc6.x86_64 >Installing perl-String-CRC32 - 1.4-2.fc6.x86_64 >Installing perl-HTML-Tagset - 3.10-2.1.1.noarch >Installing perl-HTML-Parser - 3.55-1.fc6.x86_64 >Installing perl-Socket6 - 0.19-3.fc6.x86_64 >Installing perl-IO-Socket-INET6 - 2.51-2.fc6.noarch >Installing aspell-en - 50:6.0-2.1.x86_64 >Installing parted - 1.7.1-16.fc6.i386 >Installing numactl - 0.9.8-1.35.x86_64 >Installing fbset - 2.1-22.x86_64 >Installing mesa-libGL - 6.5.1-7.fc6.i386 >Installing libselinux - 1.30.29-2.x86_64 >Installing shadow-utils - 2:4.0.17-5.x86_64 >Installing device-mapper - 1.02.07-3.x86_64 >Installing e2fsprogs-libs - 1.39-7.x86_64 >Installing findutils - 1:4.2.27-4.1.x86_64 >Installing coreutils - 5.97-11.x86_64 >Installing krb5-libs - 1.5-7.x86_64 >Installing openssl - 0.9.8b-8.x86_64 >Installing python - 2.4.3-18.fc6.x86_64 >Installing fontconfig - 2.4.1-3.fc6.i386 >Installing cairo - 1.2.4-1.fc6.i386 >Installing openldap - 2.3.27-4.x86_64 >Installing fontconfig - 2.4.1-3.fc6.x86_64 >Installing cairo - 1.2.4-1.fc6.x86_64 >Installing module-init-tools - 3.3-0.pre1.4.17.x86_64 >Installing rhpl - 0.194-1.x86_64 >Installing hicolor-icon-theme - 0.9-2.1.noarch >Installing krb5-libs - 1.5-7.i386 >Installing openssl - 0.9.8b-8.i686 >Installing openldap - 2.3.27-4.i386 >Installing newt - 0.52.2-9.x86_64 >Installing ghostscript-fonts - 5.50-13.1.1.noarch >Installing hwdata - 0.191-1.noarch >Installing libXft - 2.1.10-1.1.x86_64 >Installing libxml2-python - 2.6.26-2.1.1.x86_64 >Installing dbus - 0.93-3.fc6.i386 >Installing dbus - 0.93-3.fc6.x86_64 >Installing dbus-glib - 0.70-4.x86_64 >Installing dbus-glib - 0.70-4.i386 >Installing dbus-python - 0.70-6.x86_64 >Installing neon - 0.25.5-5.1.x86_64 >Installing rpm - 4.4.2-32.x86_64 >Installing alsa-lib - 1.0.12-2.fc6.x86_64 >Installing sgml-common - 0.6.3-18.noarch >Installing e2fsprogs - 1.39-7.x86_64 >Installing tar - 2:1.15.1-19.x86_64 >Installing psmisc - 22.2-5.x86_64 >Installing net-tools - 1.60-73.x86_64 >Installing esound - 1:0.2.36-3.x86_64 >Installing rpm-libs - 4.4.2-32.x86_64 >Installing rpm-python - 4.4.2-32.x86_64 >Installing pciutils - 2.2.3-4.x86_64 >Installing system-config-securitylevel-tui - 1.6.27-1.x86_64 >Installing libgssapi - 0.10-1.x86_64 >Installing gd - 2.0.33-9.3.fc6.x86_64 >Installing libXft - 2.1.10-1.1.i386 >Installing pango - 1.14.4-3.fc6.x86_64 >Installing pango - 1.14.4-3.fc6.i386 >Installing gtk2 - 2.10.4-4.fc6.i386 >Installing gtk2 - 2.10.4-4.fc6.x86_64 >Installing GConf2 - 2.14.0-2.1.x86_64 >Installing GConf2 - 2.14.0-2.1.i386 >Installing libglade2 - 2.6.0-2.x86_64 >Installing libgnomecanvas - 2.14.0-4.1.x86_64 >Installing libglade2 - 2.6.0-2.i386 >Installing libgnomecanvas - 2.14.0-4.1.i386 >Installing gnome-keyring - 0.6.0-1.fc6.x86_64 >Installing gnome-keyring - 0.6.0-1.fc6.i386 >Installing gail - 1.9.2-1.fc6.x86_64 >Installing gnome-icon-theme - 2.16.0.1-2.fc6.noarch >Installing gail - 1.9.2-1.fc6.i386 >Installing gimp-libs - 2:2.2.13-1.fc6.x86_64 >Installing libwnck - 2.16.0-4.fc6.x86_64 >Installing notification-daemon - 0.3.5-6.x86_64 >Installing libnotify - 0.4.2-4.fc6.x86_64 >Installing libwnck - 2.16.0-4.fc6.i386 >Installing libsemanage - 1.6.17-1.x86_64 >Installing pygobject2 - 2.12.1-1.fc6.x86_64 >Installing gettext - 0.14.6-3.fc6.x86_64 >Installing cracklib - 2.8.9-3.1.i386 >Installing pam - 0.99.6.2-3.fc6.i386 >Installing SysVinit - 2.86-14.x86_64 >Installing initscripts - 8.45.3-1.x86_64 >Installing avahi - 0.6.11-6.fc6.i386 >Installing dhclient - 12:3.0.4-21.fc6.x86_64 >Installing avahi - 0.6.11-6.fc6.x86_64 >Installing mcstrans - 0.1.8-3.x86_64 >Installing gnome-menus - 2.16.0-2.fc6.x86_64 >Installing gnome-menus - 2.16.0-2.fc6.i386 >Installing alsa-lib - 1.0.12-2.fc6.i386 >Installing esound - 1:0.2.36-3.i386 >Installing lvm2 - 2.02.06-4.x86_64 >Installing kpartx - 0.4.7-5.x86_64 >Installing dmraid - 1.0.0.rc13-1.fc6.x86_64 >Installing libutempter - 1.1.4-3.fc6.i386 >Installing mesa-libGL - 6.5.1-7.fc6.x86_64 >Installing xorg-x11-utils - 7.1-2.fc6.x86_64 >Installing avahi-glib - 0.6.11-6.fc6.x86_64 >Installing dhcdbd - 2.1-1.fc6.x86_64 >Installing avahi-glib - 0.6.11-6.fc6.i386 >Installing sysklogd - 1.4.1-39.2.x86_64 >Installing foomatic - 3.0.2-38.x86_64 >Installing libuser - 0.54.7-2.i386 >Installing bluez-pin - 0.30-5.x86_64 >Installing libwmf - 0.2.8.4-10.x86_64 >Installing gtk2-engines - 2.8.0-1.fc6.x86_64 >Installing redhat-artwork - 5.0.8-1.fc6.x86_64 >Installing paps - 0.6.6-16.fc6.x86_64 >Installing nfs-utils-lib - 1.0.8-7.2.x86_64 >Installing opensp - 1.5.2-3.1.x86_64 >Installing openjade - 1.3.2-27.x86_64 >Installing man - 1.6d-1.1.x86_64 >Installing NetworkManager-glib - 1:0.6.4-5.fc6.x86_64 >Installing dbus-x11 - 0.93-3.fc6.x86_64 >Installing ntsysv - 1.3.30-1.x86_64 >Installing libpcap - 14:0.9.4-8.1.x86_64 >Installing curl - 7.15.5-1.fc6.x86_64 >Installing pycairo - 1.2.0-1.1.x86_64 >Installing pyxf86config - 0.3.31-2.fc6.x86_64 >Installing audit-libs-python - 1.2.8-1.fc6.x86_64 >Installing libselinux-python - 1.30.29-2.x86_64 >Installing python-urlgrabber - 2.9.9-2.noarch >Installing yum-metadata-parser - 1.0-8.fc6.x86_64 >Installing python-elementtree - 1.2.6-5.x86_64 >Installing python-sqlite - 1.1.7-1.2.1.x86_64 >Installing yum - 3.0-6.noarch >Installing python-numeric - 23.7-2.2.2.x86_64 >Installing pygtk2 - 2.10.1-4.fc6.x86_64 >Installing pygtk2-libglade - 2.10.1-4.fc6.x86_64 >Installing cracklib - 2.8.9-3.1.x86_64 >Installing pam - 0.99.6.2-3.fc6.x86_64 >Installing util-linux - 2.13-0.44.fc6.x86_64 >Installing cups - 1:1.2.4-9.x86_64 >Installing policycoreutils - 1.30.30-1.x86_64 >Installing openssh - 4.3p2-10.x86_64 >Installing libgnomecups - 0.2.2-8.x86_64 >Installing libgnomecups - 0.2.2-8.i386 >Installing portmap - 4.0-65.2.2.1.x86_64 >Installing passwd - 0.73-1.i386 >Installing libuser - 0.54.7-2.x86_64 >Installing usermode - 1.87-3.x86_64 >Installing authconfig - 5.3.10-1.x86_64 >Installing kbd - 1.12-18.x86_64 >Installing pm-utils - 0.19-3.x86_64 >Installing ypbind - 3:1.19-5.x86_64 >Installing openssh-clients - 4.3p2-10.x86_64 >Installing selinux-policy - 2.3.18-10.noarch >Installing at - 3.1.8-82.fc6.x86_64 >Installing vixie-cron - 4:4.1-64.fc6.x86_64 >Installing cyrus-sasl - 2.1.22-4.x86_64 >Installing sendmail - 8.13.8-2.x86_64 >Installing PyXML - 0.8.4-4.x86_64 >Installing system-config-printer-libs - 0.7.32-1.x86_64 >Installing pyorbit - 2.14.1-1.1.x86_64 >Installing wget - 1.10.2-7.x86_64 >Installing net-snmp-libs - 1:5.3.1-11.fc6.x86_64 >Installing bind-libs - 30:9.3.2-41.fc6.x86_64 >Installing wpa_supplicant - 1:0.4.8-10.1.fc6.x86_64 >Installing perl-Net-SSLeay - 1.30-4.fc6.x86_64 >Installing perl-IO-Socket-SSL - 1.01-1.fc6.noarch >Installing spamassassin - 3.1.4-1.fc6.x86_64 >Installing tcsh - 6.14-11.x86_64 >Installing mtools - 3.9.10-2.fc6.x86_64 >Installing syslinux - 3.11-4.x86_64 >Installing nscd - 2.5-3.x86_64 >Installing xml-common - 0.6.3-18.noarch >Installing docbook-dtds - 1.0-30.1.noarch >Installing scrollkeeper - 0.3.14-8.fc6.x86_64 >Installing libutempter - 1.1.4-3.fc6.x86_64 >Installing lockdev - 1.0.1-10.x86_64 >Installing gphoto2 - 2.2.0-2.1.x86_64 >Installing MAKEDEV - 3.23-1.2.x86_64 >Installing udev - 095-14.x86_64 >Installing hal - 0.5.8.1-4.fc6.x86_64 >Installing hal - 0.5.8.1-4.fc6.i386 >Installing mkinitrd - 5.1.19-1.i386 >Installing kernel - 2.6.18-1.2798.fc6.x86_64 >Installing kudzu - 1.2.57.1-2.x86_64 >Installing system-config-network-tui - 1.3.95-1.noarch >Installing hal-cups-utils - 0.6.2-4.x86_64 >Installing which - 2.16-7.x86_64 >Installing htmlview - 3.0.0-14.1.noarch >Installing vim-minimal - 2:7.0.109-3.x86_64 >Installing logrotate - 3.7.4-7.x86_64 >Installing ppp - 2.4.4-1.x86_64 >Installing rp-pppoe - 3.5-32.1.x86_64 >Installing sudo - 1.6.8p12-10.x86_64 >Installing pinfo - 0.6.9-1.fc6.x86_64 >Installing firstboot-tui - 1.4.23-1.noarch >Installing pcmciautils - 014-5.x86_64 >Installing mkbootdisk - 1.5.3-2.1.x86_64 >Installing NetworkManager - 1:0.6.4-5.fc6.x86_64 >Installing smartmontools - 1:5.36-3.x86_64 >Installing mkinitrd - 5.1.19-1.x86_64 >Installing xterm - 215-3.fc6.x86_64 >Installing nss_ldap - 253-1.x86_64 >Installing bind-utils - 30:9.3.2-41.fc6.x86_64 >Installing mutt - 5:1.4.2.2-2.x86_64 >Installing fetchmail - 6.3.4-1.1.x86_64 >Installing mdadm - 2.5.4-2.fc6.x86_64 >Installing redhat-lsb - 3.1-11.x86_64 >Installing selinux-policy-targeted - 2.3.18-10.noarch >Installing netdump - 0.7.16-5.x86_64 >Installing yp-tools - 2.9-0.1.x86_64 >Installing setuptool - 1.18.1-1.2.1.x86_64 >Installing system-config-keyboard - 1.2.10-2.noarch >Installing system-config-securitylevel - 1.6.27-1.x86_64 >Installing passwd - 0.73-1.x86_64 >Installing nfs-utils - 1:1.0.9-8.fc6.x86_64 >Installing openssh-server - 4.3p2-10.x86_64 >Installing prelink - 0.3.9-2.x86_64 >Installing pam_pkcs11 - 0.5.3-22.x86_64 >Installing pam_ccreds - 3-5.x86_64 >Installing pam_krb5 - 2.2.11-1.x86_64 >Installing yum-updatesd - 3.0-6.noarch >Installing gnupg - 1.4.5-4.x86_64 >Installing metacity - 2.16.0-5.fc6.x86_64 >Installing bluez-utils - 2.25-12.x86_64 >Installing device-mapper-multipath - 0.4.7-5.x86_64 >Installing quota - 1:3.13-1.2.3.1.x86_64 >Installing acpid - 1.0.4-5.x86_64 >Installing irqbalance - 1:1.13-4.fc6.x86_64 >Installing microcode_ctl - 1:1.13-1.33.fc6.x86_64 >Installing cpuspeed - 1:1.2.1-1.40.fc6.x86_64 >Installing dhcpv6_client - 0.10-32.fc6.x86_64 >Installing ipsec-tools - 0.6.5-6.x86_64 >Installing rng-utils - 1:2.0-1.14.1.fc6.x86_64 >Installing pam_pkcs11 - 0.5.3-22.i386 >Installing pam_ccreds - 3-5.i386 >Installing pam_krb5 - 2.2.11-1.i386 >Installing libnotify - 0.4.2-4.fc6.i386 >Installing xsri - 1:2.1.0-10.fc6.x86_64 >Installing libwmf - 0.2.8.4-10.i386 >Installing tmpwatch - 2.9.7-1.1.x86_64 >Installing cadaver - 0.22.3-4.x86_64 >Installing NetworkManager-glib - 1:0.6.4-5.fc6.i386 >Installing usbutils - 0.71-2.1.x86_64 >Installing krb5-workstation - 1.5-7.x86_64 >Installing irda-utils - 0.9.17-2.fc6.x86_64 >Installing autofs - 1:5.0.1-0.rc2.10.x86_64 >Installing diskdumputils - 1.3.6-5.1.x86_64 >Installing slrn - 0.9.8.1pl1-1.2.2.x86_64 >Installing elinks - 0.11.1-5.x86_64 >Installing stunnel - 4.15-2.x86_64 >Installing lftp - 3.5.1-2.fc6.x86_64 >Installing psacct - 6.3.2-41.1.x86_64 >Installing readahead - 1:1.3-5.x86_64 >Installing ksh - 20060214-1.1.x86_64 >Installing sysreport - 1.4.3-9.noarch >Installing logwatch - 7.3-5.noarch >Installing xorg-x11-xinit - 1.0.2-12.fc6.x86_64 >Installing parted - 1.7.1-16.fc6.x86_64 >Installing cryptsetup-luks - 1.0.3-2.1.x86_64 >Installing mlocate - 0.14-2.1.x86_64 >Installing tcpdump - 14:3.9.4-8.1.x86_64 >Installing lsof - 4.78-3.x86_64 >Installing nss_db - 2.2-35.1.x86_64 >Installing gnome-vfs2 - 2.16.0-4.fc6.i386 >Installing libgnome - 2.16.0-4.fc6.i386 >Installing libbonoboui - 2.16.0-1.fc6.i386 >Installing libgnomeui - 2.16.0-4.fc6.i386 >Installing pcsc-lite - 1.3.1-7.x86_64 >Installing ifd-egate - 0.05-15.x86_64 >Installing chkfontpath - 1.10.1-1.1.x86_64 >Installing urw-fonts - 2.3-6.1.1.noarch >Installing ghostscript - 8.15.2-8.1.i386 >Installing libgnomeprint22 - 2.12.1-8.i386 >Installing libgnomeprint22 - 2.12.1-8.x86_64 >Installing libgnomeprintui22 - 2.12.1-6.x86_64 >Installing ccid - 1.0.1-5.x86_64 >Installing gnome-desktop - 2.16.0-1.fc6.i386 >Installing libgsf - 1.14.1-6.i386 >Installing librsvg2 - 2.16.0-2.fc6.i386 >Installing libgnomeprintui22 - 2.12.1-6.i386 >Installing ghostscript - 8.15.2-8.1.x86_64 >Installing gimp-print - 4.2.7-22.x86_64 >Installing xorg-x11-fonts-base - 7.1-2.noarch >Installing evolution-data-server - 1.8.0-11.fc6.i386 >Installing gtkhtml2 - 2.11.0-3.x86_64 >Installing libsane-hpaio - 1.6.7-4.x86_64 >Installing xorg-x11-drv-keyboard - 1.1.0-2.1.x86_64 >Installing xorg-x11-xfs - 1:1.0.2-3.1.x86_64 >Installing gtkhtml3 - 3.12.0-1.fc6.i386 >Installing coolkey - 1.0.1-10.x86_64 >Installing coolkey - 1.0.1-10.i386 >Installing nautilus-extensions - 2.16.0-5.fc6.i386 >Installing gnome-vfs2 - 2.16.0-4.fc6.x86_64 >Installing libgnome - 2.16.0-4.fc6.x86_64 >Installing libbonoboui - 2.16.0-1.fc6.x86_64 >Installing libgnomeui - 2.16.0-4.fc6.x86_64 >Installing gnome-python2 - 2.16.0-1.fc6.x86_64 >Installing evolution-data-server - 1.8.0-11.fc6.x86_64 >Installing sane-backends-libs - 1.0.18-5.fc6.x86_64 >Installing sane-backends - 1.0.18-5.fc6.x86_64 >Installing gnome-desktop - 2.16.0-1.fc6.x86_64 >Installing gnome-mount - 0.5-2.fc6.x86_64 >Installing gnome-panel - 2.16.0-4.fc6.x86_64 >Installing gnome-pilot - 2.0.13-16.x86_64 >Installing gnome-panel - 2.16.0-4.fc6.i386 >Installing gnome-python2-canvas - 2.16.0-1.fc6.x86_64 >Installing gnome-spell - 1.0.7-3.1.x86_64 >Installing gtkhtml3 - 3.12.0-1.fc6.x86_64 >Installing gnome-python2-gnomevfs - 2.16.0-1.fc6.x86_64 >Installing libgsf - 1.14.1-6.x86_64 >Installing librsvg2 - 2.16.0-2.fc6.x86_64 >Installing gimp - 2:2.2.13-1.fc6.x86_64 >Installing xorg-x11-drv-void - 1.1.0-3.1.x86_64 >Installing xsane-gimp - 0.991-2.fc6.x86_64 >Installing evolution - 2.8.0-7.fc6.x86_64 >Installing system-config-network - 1.3.95-1.noarch >Installing gnome-pilot - 2.0.13-16.i386 >Installing eel2 - 2.16.0-1.fc6.x86_64 >Installing sane-frontends - 1.0.14-1.2.2.x86_64 >Installing gnome-python2-gconf - 2.16.0-1.fc6.x86_64 >Installing gnome-python2-bonobo - 2.16.0-1.fc6.x86_64 >Installing desktop-printing - 0.19-16.fc6.x86_64 >Installing nautilus-extensions - 2.16.0-5.fc6.x86_64 >Installing gstreamer-plugins-base - 0.10.9-4.i386 >Installing gstreamer - 0.10.9-2.i386 >Installing gstreamer-plugins-base - 0.10.9-4.x86_64 >Installing xorg-x11-drv-evdev - 1.1.2-2.1.x86_64 >Installing gstreamer-plugins-good - 0.10.4-1.fc6.x86_64 >Installing gstreamer - 0.10.9-2.x86_64 >Installing xorg-x11-drv-mouse - 1.1.1-1.1.x86_64 >Installing xorg-x11-server-Xorg - 1.1.1-47.fc6.x86_64 >Installing xorg-x11-drv-vesa - 1.2.1-4.x86_64 >Installing xorg-x11-drv-dmc - 1.1.0-2.x86_64 >Installing xorg-x11-drv-dynapro - 1.1.0-2.x86_64 >Installing xorg-x11-drv-palmax - 1.1.0-1.1.x86_64 >Installing xorg-x11-drv-mga - 1.4.2-1.fc6.x86_64 >Installing xorg-x11-drv-ur98 - 1.1.0-1.1.x86_64 >Installing iso-codes - 0.53-1.noarch >Installing desktop-backgrounds-basic - 2.0-37.noarch >Installing comps-extras - 11.1-1.1.noarch >Installing SDL - 1.2.10-6.2.x86_64 >Installing libmusicbrainz - 2.1.1-4.1.x86_64 >Installing mkisofs - 9:2.01-10.x86_64 >Installing dvd+rw-tools - 6.1-4.1.x86_64 >Installing cdparanoia - alpha9.8-27.2.x86_64 >Installing agg - 2.4-2.1.x86_64 >Installing vim-common - 2:7.0.109-3.x86_64 >Installing cdrecord - 9:2.01-10.x86_64 >Installing gmp - 4.1.4-7.x86_64 >Installing libicu - 3.6-4.x86_64 >Installing cdrdao - 1.2.1-2.x86_64 >Installing libgpod - 0.3.0-3.1.x86_64 >Installing netpbm - 10.35-6.fc6.x86_64 >Installing libsilc - 1.0.2-2.fc6.i386 >Installing libsilc - 1.0.2-2.fc6.x86_64 >Installing libtool-ltdl - 1.5.22-6.1.x86_64 >Installing libXdamage - 1.0.3-2.1.i386 >Installing libXcomposite - 0.3-5.1.i386 >Installing dcraw - 0.0.20060521-1.1.x86_64 >Installing libXcomposite - 0.3-5.1.x86_64 >Installing libXdamage - 1.0.3-2.1.x86_64 >Installing xorg-x11-twm - 1:1.0.1-3.1.x86_64 >Installing bitstream-vera-fonts - 1.10-7.noarch >Installing joystick - 1.2.15-20.2.2.x86_64 >Installing cdda2wav - 9:2.01-10.x86_64 >Installing jpackage-utils - 1.6.6-1jpp.8.noarch >Installing xml-commons - 1.3.02-0.b2.7jpp.10.x86_64 >Installing psutils - 1.17-26.1.x86_64 >Installing mesa-libGLU - 6.5.1-7.fc6.i386 >Installing netpbm-progs - 10.35-6.fc6.x86_64 >Installing enscript - 1.6.4-4.fc6.x86_64 >Installing lm_sensors - 2.10.0-3.1.x86_64 >Installing lm_sensors - 2.10.0-3.1.i386 >Installing libgcj - 4.1.1-30.x86_64 >Installing qt - 1:3.3.6-13.i386 >Installing qt - 1:3.3.6-13.x86_64 >Installing libgcj - 4.1.1-30.i386 >Installing arts - 8:1.5.4-1.i386 >Installing mesa-libGLU - 6.5.1-7.fc6.x86_64 >Installing pwlib - 1.10.1-6.fc6.x86_64 >Installing avahi-qt3 - 0.6.11-6.fc6.x86_64 >Installing avahi-qt3 - 0.6.11-6.fc6.i386 >Installing samba-common - 3.0.23c-2.i386 >Installing opal - 2.2.2-1.1.x86_64 >Installing notify-python - 0.1.0-3.fc6.x86_64 >Installing arts - 8:1.5.4-1.x86_64 >Installing poppler - 0.5.4-2.fc6.x86_64 >Installing gtkspell - 2.0.11-2.1.i386 >Installing gtkspell - 2.0.11-2.1.x86_64 >Installing alsa-utils - 1.0.12-3.fc6.x86_64 >Installing sox - 12.18.1-1.x86_64 >Installing bitmap-fonts - 0.3-5.1.1.noarch >Installing vte - 0.14.0-1.fc6.x86_64 >Installing dejavu-lgc-fonts - 2.10-1.noarch >Installing usermode-gtk - 1.87-3.x86_64 >Installing authconfig-gtk - 5.3.10-1.x86_64 >Installing system-config-language - 1.1.11-2.noarch >Installing sip - 4.4.5-3.x86_64 >Installing PyQt - 3.16-4.x86_64 >Installing libwvstreams - 4.2.2-2.1.x86_64 >Installing guile - 5:1.8.0-8.20060831cvs.x86_64 >Installing system-config-soundcard - 2.0.3-2.fc6.noarch >Installing ntp - 4.2.2p1-3.x86_64 >Installing wvdial - 1.54.0-5.2.2.1.x86_64 >Installing system-config-services - 0.9.1-1.fc6.noarch >Installing isdn4k-utils - 3.2-50.x86_64 >Installing system-config-printer - 0.7.32-1.x86_64 >Installing openssh-askpass - 4.3p2-10.x86_64 >Installing system-config-rootpassword - 1.1.9-1.noarch >Installing vnc-server - 4.1.2-3.fc6.x86_64 >Installing xorg-x11-xdm - 1:1.0.5-5.fc6.x86_64 >Installing samba-common - 3.0.23c-2.x86_64 >Installing rhgb - 0.16.4-1.fc6.x86_64 >Installing samba-client - 3.0.23c-2.x86_64 >Installing minicom - 2.1-3.x86_64 >Installing glx-utils - 6.5.1-7.fc6.x86_64 >Installing vorbis-tools - 1:1.1.1-2.x86_64 >Installing xorg-x11-apps - 7.1-3.fc6.x86_64 >Installing htdig - 3:3.2.0b6-6.4.3.x86_64 >Installing a2ps - 4.13b-57.x86_64 >Installing vim-enhanced - 2:7.0.109-3.x86_64 >Installing java-1.4.2-gcj-compat - 1.4.2.0-40jpp.110.x86_64 >Installing tomcat5-servlet-2.4-api - 5.5.17-6jpp.2.x86_64 >Installing kdelibs - 6:3.5.4-10.fc6.i386 >Installing xml-commons-apis - 1.3.02-0.b2.7jpp.10.x86_64 >Installing kdnssd-avahi - 0.1.3-0.1.20060713svn.fc6.i386 >Installing system-config-users - 1.2.46-1.fc6.noarch >Installing hpijs - 1:1.6.7-4.x86_64 >Installing kdelibs - 6:3.5.4-10.fc6.x86_64 >Installing hsqldb - 1:1.8.0.4-3jpp.4.x86_64 >Installing tomcat5-jsp-2.0-api - 5.5.17-6jpp.2.x86_64 >Installing gjdoc - 0.7.7-11.x86_64 >Installing antlr - 2.7.6-4jpp.2.x86_64 >Installing firefox - 1.5.0.7-7.fc6.i386 >Installing kdnssd-avahi - 0.1.3-0.1.20060713svn.fc6.x86_64 >Installing hplip - 1.6.7-4.x86_64 >Installing ImageMagick - 6.2.8.0-3.fc6.i386 >Installing gaim - 2:2.0.0-0.15.beta3.fc6.i386 >Installing xorg-x11-fonts-misc - 7.1-2.noarch >Installing xorg-x11-fonts-ISO8859-1-75dpi - 7.1-2.noarch >Installing xorg-x11-fonts-100dpi - 7.1-2.noarch >Installing xorg-x11-fonts-75dpi - 7.1-2.noarch >Installing xorg-x11-fonts-ISO8859-1-100dpi - 7.1-2.noarch >Installing xorg-x11-fonts-Type1 - 7.1-2.noarch >Installing xorg-x11-fonts-truetype - 7.1-2.noarch >Installing xerces-j2 - 2.7.1-7jpp.2.x86_64 >Installing xalan-j2 - 2.7.0-6jpp.1.x86_64 >Installing libwpd - 0.8.6-1.x86_64 >Installing bsf - 2.3.0-11jpp.1.x86_64 >Installing bsh - 1.3.0-9jpp.1.x86_64 >Installing openoffice.org-core - 1:2.0.4-5.3.x86_64 >Installing nautilus-cd-burner - 2.16.0-3.fc6.x86_64 >Installing xml-commons-resolver - 1.1-1jpp.12.x86_64 >Installing evolution - 2.8.0-7.fc6.i386 >Installing openoffice.org-impress - 1:2.0.4-5.3.x86_64 >Installing openoffice.org-writer - 1:2.0.4-5.3.x86_64 >Installing openoffice.org-math - 1:2.0.4-5.3.x86_64 >Installing openoffice.org-calc - 1:2.0.4-5.3.x86_64 >Installing openoffice.org-graphicfilter - 1:2.0.4-5.3.x86_64 >Installing openoffice.org-draw - 1:2.0.4-5.3.x86_64 >Installing openoffice.org-xsltfilter - 1:2.0.4-5.3.x86_64 >Installing gimp-help - 2-0.1.0.10.1.1.noarch >Installing gimp-print-plugin - 4.2.7-22.x86_64 >Installing gimp-data-extras - 2.0.1-1.1.1.noarch >Installing gnome-games - 1:2.16.0-1.fc6.x86_64 >Installing gdm - 1:2.16.0-10.fc6.x86_64 >Installing ImageMagick - 6.2.8.0-3.fc6.x86_64 >Installing evince - 0.6.0-3.fc6.x86_64 >Installing xsane - 0.991-2.fc6.x86_64 >Installing ekiga - 2.0.2-7.x86_64 >Installing evolution-webcal - 2.7.1-6.x86_64 >Installing gaim - 2:2.0.0-0.15.beta3.fc6.x86_64 >Installing planner - 0.14-3.x86_64 >Installing im-chooser - 0.3.3-2.fc6.x86_64 >Installing krb5-auth-dialog - 0.7-1.x86_64 >Installing firefox - 1.5.0.7-7.fc6.x86_64 >Installing system-config-date - 1.8.7-1.noarch >Installing pirut - 1.2.5-1.noarch >Installing system-config-lvm - 1.0.18-1.2.FC6.noarch >Installing totem - 2.16.1-1.fc6.x86_64 >Installing gnome-media - 2.16.1-2.fc6.x86_64 >Installing sound-juicer - 2.16.0-1.fc6.x86_64 >Installing totem-mozplugin - 2.16.1-1.fc6.x86_64 >Installing rhythmbox - 0.9.5-4.fc6.x86_64 >Installing totem - 2.16.1-1.fc6.i386 >Installing rhpxl - 0.39-2.x86_64 >Installing system-config-display - 1.0.45-1.noarch >Installing xorg-x11-drv-siliconmotion - 1.4.1-2.1.x86_64 >Installing xorg-x11-drv-microtouch - 1.1.0-1.1.x86_64 >Installing xorg-x11-drv-spaceorb - 1.1.0-1.1.x86_64 >Installing xorg-x11-drv-fpit - 1.1.0-1.1.x86_64 >Installing xorg-x11-drv-trident - 1.2.1-3.fc6.x86_64 >Installing xorg-x11-drv-penmount - 1.1.0-2.1.x86_64 >Installing xorg-x11-drv-sisusb - 0.8.1-4.1.x86_64 >Installing xorg-x11-drv-sis - 0.9.1-7.x86_64 >Installing xorg-x11-drv-summa - 1.1.0-1.1.x86_64 >Installing xorg-x11-drv-cirrus - 1.1.0-2.fc6.x86_64 >Installing xorg-x11-drv-elographics - 1.1.0-1.1.x86_64 >Installing xorg-x11-drv-acecad - 1.1.0-2.1.x86_64 >Installing xorg-x11-drv-via - 0.2.1-7.x86_64 >Installing xorg-x11-drv-digitaledge - 1.1.0-1.1.x86_64 >Installing xorg-x11-drv-aiptek - 1.0.1-2.x86_64 >Installing xorg-x11-drv-ast - 0.81.0-3.x86_64 >Installing xorg-x11-drv-magellan - 1.1.0-1.1.x86_64 >Installing xorg-x11-drv-joystick - 1.1.0-1.1.x86_64 >Installing xorg-x11-drv-mutouch - 1.1.0-2.x86_64 >Installing xorg-x11-drv-savage - 2.1.1-5.fc6.x86_64 >Installing xorg-x11-drv-nv - 1.2.0-4.fc6.x86_64 >Installing xorg-x11-drv-vga - 4.1.0-2.1.x86_64 >Installing xorg-x11-drv-magictouch - 1.0.0.5-2.1.x86_64 >Installing xorg-x11-drv-tdfx - 1.2.1-3.1.x86_64 >Installing xorg-x11-drv-dummy - 0.2.0-2.1.x86_64 >Installing xorg-x11-drv-hyperpen - 1.1.0-2.x86_64 >Installing xorg-x11-drv-voodoo - 1.1.0-3.1.x86_64 >Installing xorg-x11-drv-s3 - 0.4.1-2.1.x86_64 >Installing xorg-x11-drv-jamstudio - 1.1.0-1.1.x86_64 >Installing xorg-x11-drv-i810 - 1.6.5-9.fc6.x86_64 >Installing xorg-x11-drv-vmmouse - 12.4.0-2.1.x86_64 >Installing xorg-x11-drv-calcomp - 1.1.0-1.1.x86_64 >Installing xorg-x11-drv-fbdev - 0.3.0-2.x86_64 >Installing xorg-x11-drv-ati - 6.6.2-4.fc6.x86_64 >Installing xorg-x11-drv-citron - 2.2.0-1.1.x86_64 >Installing xorg-x11-drv-vmware - 10.13.0-2.1.x86_64 >Installing xorg-x11-drv-elo2300 - 1.1.0-1.1.x86_64 >Installing xorg-x11-drv-s3virge - 1.9.1-2.1.x86_64 >Installing xorg-x11-drivers - 7.1-3.x86_64 >Installing firstboot - 1.4.23-1.noarch >Installing synaptics - 0.14.4-8.fc6.x86_64 >Installing linuxwacom - 0.7.4_1-2.1.x86_64 >Installing linuxwacom - 0.7.4_1-2.1.i386 >Installing fribidi - 0.10.7-5.1.x86_64 >Installing autorun - 3.20-1.1.x86_64 >Installing kdebase - 6:3.5.4-12.fc6.i386 >Installing kdebase - 6:3.5.4-12.fc6.x86_64 >Installing kdemultimedia - 6:3.5.4-2.fc6.x86_64 >Installing kdepim - 6:3.5.4-4.fc6.x86_64 >Installing kdeaddons - 3.5.4-1.fc6.x86_64 >Installing kdeartwork - 3.5.4-1.fc6.x86_64 >Installing kdenetwork - 7:3.5.4-4.fc6.x86_64 >Installing kdemultimedia - 6:3.5.4-2.fc6.i386 >Installing kdeutils - 6:3.5.4-5.fc6.x86_64 >Installing kdeaccessibility - 1:3.5.4-1.fc6.x86_64 >Installing kdenetwork - 7:3.5.4-4.fc6.i386 >Installing kdegraphics - 7:3.5.4-1.fc6.x86_64
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 247960
: 159042