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 159040 Details for
Bug 247959
F7 upgrade fails: %postun(librsvg2-2.14.4-1.fc5.1.i386) scriptlet failed, exit status 1
[?]
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.
Exception log produced by anaconda
exceptionlog.txt (text/plain), 130.38 KB, created by
Martin Smith
on 2007-07-12 09:09:50 UTC
(
hide
)
Description:
Exception log produced by anaconda
Filename:
MIME Type:
Creator:
Martin Smith
Created:
2007-07-12 09:09:50 UTC
Size:
130.38 KB
patch
obsolete
>Traceback (most recent call first): > File "/usr/lib/python2.5/site-packages/yum/rpmsack.py", line 127, in searchPrco > if not result.has_key(po.pkgid): > File "/usr/lib/python2.5/site-packages/yum/rpmsack.py", line 145, in searchProvides > return self.searchPrco(name, 'provides') > File "/usr/lib/python2.5/site-packages/yum/rpmsack.py", line 386, in whatProvides > pkgs = self.searchProvides(name) > File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 692, in _provideToPkg > for pkgtup in self.rpmdb.whatProvides(r, f, v): > File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 933, in _checkInstall > dep = self._provideToPkg(req) > File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 773, in _mytsCheck > ret.extend(self._checkInstall(txmbr)) > File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 794, in resolveDeps > deps = self._mytsCheck() > 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() >TypeError: list objects are unhashable > >Local variables in innermost frame: >hdr: <rpm.hdr object at 0xd4a8590> >prcotup: (u'libc.so.6', None, (None, None, None)) >self: <yum.rpmsack.RPMDBPackageSack object at 0x9cf13cc> >mi: <rpm.mi object at 0x8fb3320> >ts: <rpmUtils.transaction.TransactionWrapper instance at 0xa371e8c> >prcotype: provides >tag: 1047 >result: {} >po: compat-glibc - 6.2-2.1.3.2.i386 >name: libc.so.6 > > >Anaconda instance, containing members: >rootPath: /mnt/sysimage >rescue_mount: True >intf: InstallInterface instance, containing members: > intf.icw: InstallControlWindow instance, containing members: > intf.icw.handle: 58 > intf.icw.mainxml: <glade.XML object (PyGladeXML) at 0x9389644> > intf.icw.reloadRcQueued: 0 > intf.icw.currentWindow: AdvancedBootloaderWindow instance, containing members: > intf.icw.currentWindow.intf: Already dumped > intf.icw.currentWindow.forceLBA: <gtk.CheckButton object (GtkCheckButton) at 0x93828c4> > intf.icw.currentWindow.parent: <gtk.Window object (GtkWindow) at 0x93896e4> > 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: mbr > 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: sda > 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: [sda, sdb, sdc] > intf.icw.currentWindow.bl.images: BootImages instance, containing members: > intf.icw.currentWindow.bl.images.default: sda1 > intf.icw.currentWindow.bl.images.images: {'sda1': ('linux', 'Fedora', 'ext3')} > intf.icw.currentWindow.bl.drivelist: [sda, sdb, sdc] > intf.icw.currentWindow.bl.serial: 0 > intf.icw.currentWindow.bl.password: None > intf.icw.currentWindow.bl.forceLBA32: False > intf.icw.currentWindow.options_vbox: <gtk.VBox object (GtkVBox) at 0x938289c> > intf.icw.currentWindow.blloc: BootloaderLocationWidget instance, containing members: > intf.icw.currentWindow.blloc.widget: <gtk.Alignment object (GtkAlignment) at 0x938284c> > intf.icw.currentWindow.blloc.intf: Already dumped > intf.icw.currentWindow.blloc.parent: <gtk.Window object (GtkWindow) at 0x93896e4> > intf.icw.currentWindow.blloc.bl: Already dumped > intf.icw.currentWindow.blloc.driveOrder: [sda, sdb, sdc] > intf.icw.currentWindow.blloc.fsset: FileSystemSet instance, containing members: > intf.icw.currentWindow.blloc.fsset.messageWindow: <bound method InstallInterface.messageWindow of <gui.InstallInterface instance at 0x949424c>> > intf.icw.currentWindow.blloc.fsset.volumesCreated: 0 > intf.icw.currentWindow.blloc.fsset.progressWindow: <bound method InstallInterface.progressWindow of <gui.InstallInterface instance at 0x949424c>> > intf.icw.currentWindow.blloc.fsset.migratedfs: 0 > intf.icw.currentWindow.blloc.fsset.waitWindow: <bound method InstallInterface.waitWindow of <gui.InstallInterface instance at 0x949424c>> > intf.icw.currentWindow.blloc.fsset.entries: [fsentry -- device: sda1 mountpoint: / > fsystem: ext3 format: 0 > ismounted: 1 options: 'defaults' > bytesPerInode: 4096 label: / > >, fsentry -- device: sys mountpoint: /sys > fsystem: sysfs format: 0 > ismounted: 1 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: system/home mountpoint: /home > fsystem: reiserfs format: 0 > ismounted: 1 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: system/tmp mountpoint: /tmp > fsystem: reiserfs format: 0 > ismounted: 1 options: 'noexec' > bytesPerInode: 4096 label: None > >, fsentry -- device: system/usr2 mountpoint: /usr > fsystem: ext3 format: 0 > ismounted: 1 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: system/src mountpoint: /usr/src > fsystem: reiserfs format: 0 > ismounted: 1 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: system/var mountpoint: /var > fsystem: reiserfs format: 0 > ismounted: 1 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: system/opt mountpoint: /opt > fsystem: reiserfs format: 0 > ismounted: 1 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: system/cvs mountpoint: /repository > fsystem: reiserfs format: 0 > ismounted: 1 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: system/squid mountpoint: /squid-cache > fsystem: reiserfs format: 0 > ismounted: 1 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: system/export mountpoint: /export > fsystem: reiserfs format: 0 > ismounted: 1 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: stuff/backup mountpoint: /export/backup > fsystem: reiserfs format: 0 > ismounted: 1 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: stuff/backuppc mountpoint: /export/backuppc > fsystem: reiserfs format: 0 > ismounted: 1 options: 'noatime' > bytesPerInode: 4096 label: None > >, fsentry -- device: system/spare1 mountpoint: /spare1 > fsystem: reiserfs format: 0 > ismounted: 1 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: system/amanda mountpoint: /amanda > fsystem: reiserfs format: 0 > ismounted: 1 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: none mountpoint: /dev/pts > fsystem: devpts format: 0 > ismounted: 0 options: 'gid=5,mode=620' > bytesPerInode: 4096 label: None > >, fsentry -- device: none mountpoint: /proc > fsystem: proc format: 0 > ismounted: 1 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: none mountpoint: /dev/shm > fsystem: tmpfs format: 0 > ismounted: 0 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: system/swap mountpoint: swap > fsystem: swap format: 0 > ismounted: 1 options: 'defaults,pri=2' > bytesPerInode: 4096 label: None > >] > intf.icw.currentWindow.blloc.fsset.mountcount: 17 > intf.icw.currentWindow.blloc.usingGrub: 1 > intf.icw.currentWindow.blloc.bootDevices: {'boot': (<gtk.RadioButton object (GtkRadioButton) at 0x9382784>, 'sda1', 'First sector of boot partition'), 'mbr': (<gtk.RadioButton object (GtkRadioButton) at 0x938270c>, 'sda', 'Master Boot Record (MBR)')} > intf.icw.currentWindow.blloc.diskset: DiskSet instance, containing members: > intf.icw.currentWindow.blloc.diskset.disks: {'sda': <PedDisk object at 0xb7c278a8>, 'sdb': <PedDisk object at 0xb7c279c8>, 'sdc': <PedDisk object at 0xb7c27cb0>} > intf.icw.currentWindow.blloc.diskset.anaconda: Already dumped > intf.icw.currentWindow.blloc.diskset.onlyPrimary: None > intf.icw.currentWindow.dispatch: Dispatcher instance, containing members: > intf.icw.currentWindow.dispatch.step: 30 > intf.icw.currentWindow.dispatch.skipSteps: {'writeconfig': 1, 'firstboot': 1, 'writexconfig': 1, 'accounts': 1, 'keyboard': 2, 'timezone': 1, 'confirminstall': 1, 'addswap': 1, 'network': 1, 'basepkgsel': 1, 'setuptime': 1, 'autopartitionexecute': 1, 'upgrademigratefs': 1, 'parttype': 1, 'tasksel': 1, 'betanag': 1, 'networkdevicecheck': 1, 'partitiondone': 1, 'enablefilesystems': 1, 'writeregkey': 1, 'language': 2, '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 0x949424c>> > 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 0x949424c>> > intf.icw.currentWindow.dispatch.method.loopbackFile: None > intf.icw.currentWindow.dispatch.method.progressWindow: <bound method InstallInterface.progressWindow of <gui.InstallInterface instance at 0x949424c>> > intf.icw.currentWindow.dispatch.method.device: scd0 > intf.icw.currentWindow.dispatch.method.currentMedia: [1] > intf.icw.currentWindow.dispatch.anaconda: Already dumped > intf.icw.currentWindow.appendEntry: <gtk.Entry object (GtkEntry) at 0x938293c> > 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: Advanced Boot Loader Configuration > intf.icw.window: <gtk.Window object (GtkWindow) at 0x93896e4> > intf.icw.installFrame: <gtk.Frame object (GtkFrame) at 0x9389694> > intf.icw.anaconda: Already dumped > intf.icw.rnv: ReleaseNotesViewer instance, containing members: > intf.icw.rnv.textWin: <gtk.Window object (GtkWindow) at 0x93679b4> > intf.icw.rnv.vue: <gtkhtml2.View object (HtmlView) at 0x936ae64> > 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 0x936aeb4> > 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: [('sda1', 'ext3', 'Fedora Core 6', '/')] > id.upgradeRoot: [('sda1', '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 0x919730c>] >Primary Video Card Info: >device: None >driver : nv >descr : nVidia Corporation NV11 [GeForce2 MX/MX 400] >vidRam: None > > id.xsetup.xserver.serverflags: [vt6, -config, /tmp/XConfig.test, -extension, Composite, -s, 1440, -dpms, -v, -ac, -nolisten, tcp] > 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 NV11 [GeForce2 MX/MX 400] > 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: 0 > 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: /dev/null > id.xsetup.xserver.config: None > id.xsetup.xserver.display: :9 > 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 0x936c56c> > id.methodstr: cdrom://scd0:/mnt/source > id.fsset: Already dumped > 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: Already dumped > 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 >BOOTPROTO=static >HWADDR=00:0C:6E:6F:EF:9B >IPADDR=192.168.1.99 >NETMASK=255.255.255.0 >ONBOOT=yes > >} > id.network.primaryNS: 192.168.1.42 > id.network.firstnetdevice: eth0 > id.network.isConfigured: 1 > id.network.domains: [] > id.network.secondaryNS: > id.network.gateway: 192.168.1.42 > 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: 23 > 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: 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 0xb7f25aa0> > origfstype.maxLabelChars: 16 > primary: None > dev: None > uniqueID: 3 > mountpoint: None > requestSize: 305242.813477 > size: 305242.813477 > end: 625137344 > 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: 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 0xb7f25b60> > origfstype.maxLabelChars: 16 > primary: None > dev: None > uniqueID: 1 > mountpoint: None > requestSize: 1000.09423828 > size: 1000.09423828 > end: 2048255 > 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: / > protected: 0 > multidrive: None >, PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: Already dumped > primary: None > dev: None > uniqueID: 2 > mountpoint: None > requestSize: 113473.335938 > size: 113473.335938 > end: 234441647 > grow: 0 > start: 2048256 > 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: 4 > mountpoint: None > requestSize: 305242.813477 > size: 305242.813477 > end: 625137344 > grow: 0 > start: 63 > ignoreBootConstraints: 0 > type: 1 > badblocks: None > format: None > fsopts: None > fstype: Already dumped > preexist: 1 > device: sdc1 > maxSizeMB: None > bytesPerInode: 4096 > drive: sdc > fslabel: None > protected: 0 > multidrive: None >, VG Request -- name: stuff uniqueID: 5 > format: 0 pesize: 65536 > physvols: [3, 4] >, VG Request -- name: system uniqueID: 9 > format: 0 pesize: 32768 > physvols: [2] >, LV Request -- mountpoint: None uniqueID: 10 > type: reiserfs format: 0 badblocks: None > size: 40960.0 lvname: amanda volgroup: 9 > bytesPerInode: 4096 options: 'None' >, LV Request -- mountpoint: None uniqueID: 6 > type: reiserfs format: 0 badblocks: None > size: 369152.0 lvname: backup volgroup: 5 > bytesPerInode: 4096 options: 'None' >, LV Request -- mountpoint: None uniqueID: 7 > type: reiserfs format: 0 badblocks: None > size: 61440.0 lvname: backuppc volgroup: 5 > bytesPerInode: 4096 options: 'None' >, LV Request -- mountpoint: None uniqueID: 8 > type: reiserfs format: 0 badblocks: None > size: 8192.0 lvname: smeg volgroup: 5 > bytesPerInode: 4096 options: 'None' >, LV Request -- mountpoint: None uniqueID: 12 > type: reiserfs format: 0 badblocks: None > size: 10240.0 lvname: export volgroup: 9 > bytesPerInode: 4096 options: 'None' >, LV Request -- mountpoint: None uniqueID: 13 > type: reiserfs format: 0 badblocks: None > size: 4096.0 lvname: home volgroup: 9 > bytesPerInode: 4096 options: 'None' >, LV Request -- mountpoint: None uniqueID: 11 > type: reiserfs format: 0 badblocks: None > size: 2048.0 lvname: cvs volgroup: 9 > bytesPerInode: 4096 options: 'None' >, LV Request -- mountpoint: None uniqueID: 14 > type: reiserfs format: 0 badblocks: None > size: 5120.0 lvname: opt volgroup: 9 > bytesPerInode: 4096 options: 'None' >, LV Request -- mountpoint: None uniqueID: 15 > type: reiserfs format: 0 badblocks: None > size: 10720.0 lvname: spare1 volgroup: 9 > bytesPerInode: 4096 options: 'None' >, LV Request -- mountpoint: None uniqueID: 16 > type: reiserfs format: 0 badblocks: None > size: 7168.0 lvname: squid volgroup: 9 > bytesPerInode: 4096 options: 'None' >, LV Request -- mountpoint: None uniqueID: 17 > type: reiserfs format: 0 badblocks: None > size: 3584.0 lvname: src volgroup: 9 > bytesPerInode: 4096 options: 'None' >, LV Request -- mountpoint: None uniqueID: 18 > type: swap format: 0 badblocks: None > size: 1504.0 lvname: swap volgroup: 9 > bytesPerInode: 4096 options: 'None' >, LV Request -- mountpoint: None uniqueID: 19 > type: reiserfs format: 0 badblocks: None > size: 800.0 lvname: tmp volgroup: 9 > bytesPerInode: 4096 options: 'None' >, LV Request -- mountpoint: None uniqueID: 20 > type: reiserfs format: 0 badblocks: None > size: 7680.0 lvname: usr volgroup: 9 > bytesPerInode: 4096 options: 'None' >, LV Request -- mountpoint: None uniqueID: 21 > type: ext3 format: 0 badblocks: None > size: 8192.0 lvname: usr2 volgroup: 9 > bytesPerInode: 4096 options: 'None' >, LV Request -- mountpoint: None uniqueID: 22 > type: reiserfs format: 0 badblocks: None > size: 3040.0 lvname: var volgroup: 9 > bytesPerInode: 4096 options: 'None' >] > id.partitions.autoPartitionRequests: [New Part Request -- mountpoint: None uniqueID: None > type: physical volume (LVM) format: 1 badblocks: None > device: None drive: None primary: None > size: 0 grow: 1 maxsize: None > start: None end: None migrate: None fslabel: None origfstype: None > bytesPerInode: 4096 options: 'None' >, VG Request -- name: lvm uniqueID: None > format: 1 pesize: 32768 > physvols: [] >, LV Request -- mountpoint: / uniqueID: None > type: ext3 format: 1 badblocks: None > size: 1024 lvname: LogVol00 volgroup: lvm > bytesPerInode: 4096 options: 'None' >, New Part Request -- mountpoint: /boot uniqueID: None > type: ext3 format: 1 badblocks: None > device: None drive: None primary: None > size: 100 grow: 0 maxsize: None > start: None end: None migrate: None fslabel: None origfstype: None > bytesPerInode: 4096 options: 'None' >, LV Request -- mountpoint: None uniqueID: None > type: swap format: 1 badblocks: None > size: 1000 lvname: LogVol01 volgroup: lvm > bytesPerInode: 4096 options: 'None' >] > id.partitions.deletes: [] > 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: 00000000000e8000 size: 0000000000018000 end: 0000000000100000 type: 2 ><4>copy_e820_map() start: 0000000000100000 size: 000000007fe30000 end: 000000007ff30000 type: 1 ><4>copy_e820_map() type is E820_RAM ><4>copy_e820_map() start: 000000007ff30000 size: 0000000000010000 end: 000000007ff40000 type: 3 ><4>copy_e820_map() start: 000000007ff40000 size: 00000000000b0000 end: 000000007fff0000 type: 4 ><4>copy_e820_map() start: 000000007fff0000 size: 0000000000010000 end: 0000000080000000 type: 2 ><4>copy_e820_map() start: 00000000ffb80000 size: 0000000000480000 end: 0000000100000000 type: 2 ><4> BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) ><4> BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) ><4> BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved) ><4> BIOS-e820: 0000000000100000 - 000000007ff30000 (usable) ><4> BIOS-e820: 000000007ff30000 - 000000007ff40000 (ACPI data) ><4> BIOS-e820: 000000007ff40000 - 000000007fff0000 (ACPI NVS) ><4> BIOS-e820: 000000007fff0000 - 0000000080000000 (reserved) ><4> BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved) ><5>1151MB 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, 524080) 0 entries of 256 used ><4>Zone PFN ranges: ><4> DMA 0 -> 4096 ><4> Normal 4096 -> 229376 ><4> HighMem 229376 -> 524080 ><4>early_node_map[1] active PFN ranges ><4> 0: 0 -> 524080 ><7>On node 0 totalpages: 524080 ><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: 2302 pages used for memmap ><7> HighMem zone: 292402 pages, LIFO batch:31 ><6>DMI 2.3 present. ><6>Using APIC driver default ><4>ACPI: RSDP 000F9E30, 0014 (r0 ACPIAM) ><4>ACPI: RSDT 7FF30000, 0030 (r1 A M I OEMRSDT 10000412 MSFT 97) ><4>ACPI: FACP 7FF30200, 0081 (r2 A M I OEMFACP 10000412 MSFT 97) ><4>ACPI Warning (tbfadt-0360): Ignoring BIOS FADT r2 C-state control [20070126] ><4>ACPI: DSDT 7FF303F0, 37B5 (r1 P4C81 P4C81106 106 INTL 2002026) ><4>ACPI: FACS 7FF40000, 0040 ><4>ACPI: APIC 7FF30390, 005C (r1 A M I OEMAPIC 10000412 MSFT 97) ><4>ACPI: OEMB 7FF40040, 003F (r1 A M I OEMBIOS 10000412 MSFT 97) ><6>ACPI: PM-Timer IO Port: 0x808 ><7>ACPI: Local APIC address 0xfee00000 ><6>ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) ><4>Processor #0 15:2 APIC version 20 ><6>ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) ><4>Processor #1 15:2 APIC version 20 ><6>ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) ><4>IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 ><6>ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) ><6>ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) ><7>ACPI: IRQ0 used by override. ><7>ACPI: IRQ2 used by override. ><7>ACPI: IRQ9 used by override. ><4>Enabling APIC mode: Flat. Using 1 I/O APICs ><6>Using ACPI (MADT) for SMP configuration information ><4>Allocating PCI resources starting at 88000000 (gap: 80000000:7fb80000) ><4>Built 1 zonelists. Total pages: 519986 ><5>Kernel command line: initrd=initrd.img vnc vncpassword=smegoff 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 2798.771 MHz processor. ><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: 2068060k/2096320k available (2037k kernel code, 27032k reserved, 1069k data, 236k init, 1178816k 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.. 5599.76 BogoMIPS (lpj=2799882) ><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: bfebfbff 00000000 00000000 00000000 00004400 00000000 00000000 ><6>CPU: Trace cache: 12K uops, L1 D cache: 8K ><6>CPU: L2 cache: 512K ><6>CPU: Physical Processor ID: 0 ><7>CPU: After all inits, caps: bfebf3ff 00000000 00000000 00003080 00004400 00000000 00000000 ><6>Intel machine check architecture supported. ><6>Intel machine check reporting enabled on CPU#0. ><6>CPU0: Intel P4/Xeon Extended MCE MSRs (12) available ><6>Checking 'hlt' instruction... OK. ><6>SMP alternatives: switching to UP code ><6>ACPI: Core revision 20070126 ><4>CPU0: Intel(R) Pentium(R) 4 CPU 2.80GHz stepping 09 ><6>SMP alternatives: switching to SMP code ><4>Booting processor 1/1 eip 3000 ><4>CPU 1 irqstacks, hard=c076f000 soft=c074f000 ><6>Initializing CPU#1 ><4>Calibrating delay using timer specific routine.. 5596.52 BogoMIPS (lpj=2798261) ><7>CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 00004400 00000000 00000000 ><6>CPU: Trace cache: 12K uops, L1 D cache: 8K ><6>CPU: L2 cache: 512K ><6>CPU: Physical Processor ID: 0 ><7>CPU: After all inits, caps: bfebf3ff 00000000 00000000 00003080 00004400 00000000 00000000 ><6>Intel machine check architecture supported. ><6>Intel machine check reporting enabled on CPU#1. ><6>CPU1: Intel P4/Xeon Extended MCE MSRs (12) available ><4>CPU1: Intel(R) Pentium(R) 4 CPU 2.80GHz stepping 09 ><6>Total of 2 processors activated (11196.28 BogoMIPS). ><4>ENABLING IO-APIC IRQs ><6>..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1 ><6>checking TSC synchronization [CPU#0 -> CPU#1]: passed. ><6>Brought up 2 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>migration_cost=175 ><4>Time: 8:35:24 Date: 06/12/107 ><6>NET: Registered protocol family 16 ><6>ACPI: bus type pci registered ><6>PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2 ><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) ><4>PCI quirk: region 0800-087f claimed by ICH4 ACPI/GPIO/TCO ><4>PCI quirk: region 0480-04bf claimed by ICH4 GPIO ><7>Boot video device is 0000:01:00.0 ><6>PCI: Transparent bridge - 0000:00:1e.0 ><7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ><7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT] ><4>ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15) ><4>ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15) ><4>ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15) ><4>ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15) ><4>ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 12 14 15) ><4>ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. ><4>ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 11 12 14 15) ><4>ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15) ><6>Linux Plug and Play Support v0.97 (c) Adam Belay ><6>pnp: PnP ACPI init ><6>pnp: PnP ACPI: found 13 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:09: ioport range 0x680-0x6ff has been reserved ><6>pnp: 00:09: ioport range 0x290-0x297 has been reserved ><6>pnp: 00:0a: iomem range 0xfed20000-0xfed8ffff has been reserved ><6>pnp: 00:0a: iomem range 0xffb00000-0xffbfffff could not be reserved ><6>pnp: 00:0b: iomem range 0xfec00000-0xfec00fff has been reserved ><6>pnp: 00:0b: iomem range 0xfee00000-0xfee00fff has been reserved ><6>Time: tsc clocksource has been installed. ><6>pnp: 00:0c: iomem range 0x0-0x9ffff could not be reserved ><6>pnp: 00:0c: iomem range 0xc0000-0xdffff could not be reserved ><6>pnp: 00:0c: iomem range 0xe0000-0xfffff could not be reserved ><6>pnp: 00:0c: iomem range 0x100000-0x7ffeffff could not be reserved ><6>PCI: Bridge: 0000:00:01.0 ><6> IO window: disabled. ><6> MEM window: f9d00000-fbdfffff ><6> PREFETCH window: e9c00000-f9bfffff ><6>PCI: Bridge: 0000:00:1e.0 ><6> IO window: d000-dfff ><6> MEM window: fbe00000-fbefffff ><6> PREFETCH window: 88000000-880fffff ><7>PCI: Setting latency timer of device 0000:00:1e.0 to 64 ><6>NET: Registered protocol family 2 ><4>IP route cache hash table entries: 32768 (order: 5, 131072 bytes) ><4>TCP established hash table entries: 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: disabled - APM is not SMP safe. ><6>audit: initializing netlink socket (disabled) ><5>audit(1184229323.268: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) ><6>isapnp: Scanning for PnP cards... ><6>Switched to high resolution mode on CPU 0 ><6>Switched to high resolution mode on CPU 1 ><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>agpgart: Detected an Intel i875 Chipset. ><6>agpgart: AGP aperture is 32M @ 0xfc000000 ><6>Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled ><6>serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A ><6>serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A ><6>00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A ><6>00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A ><4>RAMDISK driver initialized: 16 RAM disks of 16384K size 4096 blocksize ><6>input: Macintosh mouse button emulation as /class/input/input0 ><6>usbcore: registered new interface driver libusual ><6>usbcore: registered new interface driver hiddev ><6>usbcore: registered new interface driver usbhid ><6>drivers/usb/input/hid-core.c: v2.6:USB HID core driver ><6>PNP: No PS/2 controller found. Probing ports directly. ><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>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:781:573 ><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, 3 devices found ><6>input: PC Speaker as /class/input/input1 ><6>squashfs: version 3.2-r2 (2007/01/15) Phillip Lougher ><6>NET: Registered protocol family 10 ><6>lo: Disabled Privacy Extensions ><6>Mobile IPv6 ><5>SCSI subsystem initialized ><6>Loading iSCSI transport class v2.0-724. ><5>iscsi: registered transport (tcp) ><6>ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 16 ><7>PCI: Setting latency timer of device 0000:00:1d.7 to 64 ><6>ehci_hcd 0000:00:1d.7: EHCI Host Controller ><6>ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1 ><6>ehci_hcd 0000:00:1d.7: debug port 1 ><7>PCI: cache line size of 128 is not supported by device 0000:00:1d.7 ><6>ehci_hcd 0000:00:1d.7: irq 16, io mem 0xfbfffc00 ><6>ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 ><6>usb usb1: configuration #1 chosen from 1 choice ><6>hub 1-0:1.0: USB hub found ><6>hub 1-0:1.0: 8 ports detected ><6>USB Universal Host Controller Interface driver v3.0 ><6>ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 17 ><7>PCI: Setting latency timer of device 0000:00:1d.0 to 64 ><6>uhci_hcd 0000:00:1d.0: UHCI Host Controller ><6>uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 ><6>uhci_hcd 0000:00:1d.0: irq 17, io base 0x0000eec0 ><6>usb usb2: configuration #1 chosen from 1 choice ><6>hub 2-0:1.0: USB hub found ><6>hub 2-0:1.0: 2 ports detected ><6>ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 18 ><7>PCI: Setting latency timer of device 0000:00:1d.1 to 64 ><6>uhci_hcd 0000:00:1d.1: UHCI Host Controller ><6>uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 ><6>uhci_hcd 0000:00:1d.1: irq 18, io base 0x0000ef00 ><6>usb usb3: configuration #1 chosen from 1 choice ><6>hub 3-0:1.0: USB hub found ><6>hub 3-0:1.0: 2 ports detected ><6>ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 19 ><7>PCI: Setting latency timer of device 0000:00:1d.2 to 64 ><6>uhci_hcd 0000:00:1d.2: UHCI Host Controller ><6>uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 ><6>uhci_hcd 0000:00:1d.2: irq 19, io base 0x0000ef20 ><6>usb usb4: configuration #1 chosen from 1 choice ><6>hub 4-0:1.0: USB hub found ><6>hub 4-0:1.0: 2 ports detected ><6>ACPI: PCI Interrupt 0000:00:1d.3[A] -> GSI 16 (level, low) -> IRQ 17 ><7>PCI: Setting latency timer of device 0000:00:1d.3 to 64 ><6>uhci_hcd 0000:00:1d.3: UHCI Host Controller ><6>uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5 ><6>uhci_hcd 0000:00:1d.3: irq 17, io base 0x0000ef40 ><6>usb usb5: configuration #1 chosen from 1 choice ><6>hub 5-0:1.0: USB hub found ><6>hub 5-0:1.0: 2 ports detected ><6>usb 3-2: new low speed USB device using uhci_hcd and address 2 ><6>usb 3-2: configuration #1 chosen from 1 choice ><6>input: Logitech Logitech USB Keyboard as /class/input/input2 ><6>input: USB HID v1.10 Keyboard [Logitech Logitech USB Keyboard] on usb-0000:00:1d.1-2 ><6>input: Logitech Logitech USB Keyboard as /class/input/input3 ><6>input: USB HID v1.10 Mouse [Logitech Logitech USB Keyboard] on usb-0000:00:1d.1-2 ><6>ACPI: PCI Interrupt 0000:02:03.0[A] -> GSI 20 (level, low) -> IRQ 20 ><5>fw_ohci: Added fw-ohci device 0000:02:03.0, OHCI version 1.0 ><5>fw_core: created new fw device fw0 (0 config rom retries) ><6>ACPI: PCI Interrupt 0000:02:05.0[A] -> GSI 22 (level, low) -> IRQ 21 ><6>skge 1.10 addr 0xfbef8000 irq 21 chip Yukon rev 1 ><6>skge eth0: addr 00:0c:6e:6f:ef:9b ><6>ACPI: PCI Interrupt 0000:02:0a.0[A] -> GSI 22 (level, low) -> IRQ 21 ><6>scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 7.0 ><4> <Adaptec 2940 SCSI adapter> ><4> aic7870: Wide Channel A, SCSI Id=7, 16/253 SCBs ><4> ><5>scsi 0:0:1:0: Sequential-Access SEAGATE DAT 9SP40-000 912L PQ: 0 ANSI: 3 ><6> target0:0:1: Beginning Domain Validation ><6> target0:0:1: wide asynchronous ><6> target0:0:1: FAST-10 WIDE SCSI 20.0 MB/s ST (100 ns, offset 8) ><6> target0:0:1: Domain Validation skipping write tests ><6> target0:0:1: Ending Domain Validation ><7>libata version 2.20 loaded. ><7>ata_piix 0000:00:1f.1: version 2.10ac1 ><4>PCI: Enabling device 0000:00:1f.1 (0005 -> 0007) ><6>ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 19 ><7>PCI: Setting latency timer of device 0000:00:1f.1 to 64 ><6>ata1: PATA max UDMA/133 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x0001fc00 irq 14 ><6>ata2: PATA max UDMA/133 cmd 0x00010170 ctl 0x00010376 bmdma 0x0001fc08 irq 15 ><6>scsi1 : ata_piix ><6>ata1.00: ata_hpa_resize 1: sectors = 234441648, hpa_sectors = 234441648 ><6>ata1.00: ATA-6: ST3120022A, 3.06, max UDMA/100 ><6>ata1.00: 234441648 sectors, multi 16: LBA48 ><6>ata1.01: ATAPI, max UDMA/33 ><6>ata1.00: ata_hpa_resize 1: sectors = 234441648, hpa_sectors = 234441648 ><6>ata1.00: configured for UDMA/100 ><6>ata1.01: configured for UDMA/33 ><6>scsi2 : ata_piix ><6>scsi: waiting for bus probes to complete ... ><5>scsi 1:0:0:0: Direct-Access ATA ST3120022A 3.06 PQ: 0 ANSI: 5 ><5>SCSI device sda: 234441648 512-byte hdwr sectors (120034 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: 234441648 512-byte hdwr sectors (120034 MB) ><5>sda: Write Protect is off ><7>sda: Mode Sense: 00 3a 00 00 ><5>SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA ><6> sda: sda1 sda2 ><5>sd 1:0:0:0: Attached scsi disk sda ><5>scsi 1:0:1:0: CD-ROM HL-DT-ST DVDRAM GSA-4167B DL12 PQ: 0 ANSI: 5 ><4>sr0: scsi3-mmc drive: 78x/78x writer dvd-ram cd/rw xa/form2 cdda tray ><6>Uniform CD-ROM driver Revision: 3.20 ><7>sr 1:0:1:0: Attached scsi CD-ROM sr0 ><6>ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ] ><6>ACPI: PCI Interrupt 0000:00:1f.2[A] -> GSI 18 (level, low) -> IRQ 19 ><7>PCI: Setting latency timer of device 0000:00:1f.2 to 64 ><6>ata3: SATA max UDMA/133 cmd 0x0001efe0 ctl 0x0001efae bmdma 0x0001ef90 irq 19 ><6>ata4: SATA max UDMA/133 cmd 0x0001efa0 ctl 0x0001efaa bmdma 0x0001ef98 irq 19 ><6>scsi3 : ata_piix ><6>ata3.00: ata_hpa_resize 1: sectors = 625142448, hpa_sectors = 625142448 ><6>ata3.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133 ><6>ata3.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32) ><6>ata3.00: ata_hpa_resize 1: sectors = 625142448, hpa_sectors = 625142448 ><6>ata3.00: configured for UDMA/133 ><6>scsi4 : ata_piix ><6>ata4.00: ata_hpa_resize 1: sectors = 625142448, hpa_sectors = 625142448 ><6>ata4.00: ATA-7: ST3320620AS, 3.AAE, max UDMA/133 ><6>ata4.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32) ><6>ata4.00: ata_hpa_resize 1: sectors = 625142448, hpa_sectors = 625142448 ><6>ata4.00: configured for UDMA/133 ><5>scsi 3:0:0:0: Direct-Access ATA ST3320620AS 3.AA PQ: 0 ANSI: 5 ><5>SCSI device sdb: 625142448 512-byte hdwr sectors (320073 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: 625142448 512-byte hdwr sectors (320073 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 ><5>sd 3:0:0:0: Attached scsi disk sdb ><5>scsi 4:0:0:0: Direct-Access ATA ST3320620AS 3.AA PQ: 0 ANSI: 5 ><5>SCSI device sdc: 625142448 512-byte hdwr sectors (320073 MB) ><5>sdc: Write Protect is off ><7>sdc: Mode Sense: 00 3a 00 00 ><5>SCSI device sdc: write cache: enabled, read cache: enabled, doesn't support DPO or FUA ><5>SCSI device sdc: 625142448 512-byte hdwr sectors (320073 MB) ><5>sdc: Write Protect is off ><7>sdc: Mode Sense: 00 3a 00 00 ><5>SCSI device sdc: write cache: enabled, read cache: enabled, doesn't support DPO or FUA ><6> sdc: sdc1 ><5>sd 4:0:0:0: Attached scsi disk sdc ><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. ><6>skge eth0: enabling interface ><6>ADDRCONF(NETDEV_UP): eth0: link is not ready ><6>skge eth0: Link is up at 1000 Mbps, full duplex, flow control both ><6>ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready ><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(1184229382.260: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 : 3660.000 MB/sec ><4>raid5: using function: pIII_sse (3660.000 MB/sec) ><4>raid6: int32x1 750 MB/s ><4>raid6: int32x2 898 MB/s ><4>raid6: int32x4 812 MB/s ><4>raid6: int32x8 847 MB/s ><4>raid6: mmxx1 2269 MB/s ><4>raid6: mmxx2 2804 MB/s ><4>raid6: sse1x1 1156 MB/s ><4>raid6: sse1x2 2507 MB/s ><4>raid6: sse2x1 2167 MB/s ><4>raid6: sse2x2 3066 MB/s ><4>raid6: using algorithm sse2x2 (3066 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 = 8192, nTxLock = 65536 ><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 ><7>eth0: no IPv6 routers present ><5>audit(1184229392.758:3): audit_pid=765 old=0 by auid=4294967295 subj=system_u:system_r:anaconda_t:s0 ><5>ReiserFS: dm-0: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-0: using ordered data mode ><5>ReiserFS: dm-0: journal params: device dm-0, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-0: checking transaction log (dm-0) ><5>ReiserFS: dm-0: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-0, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-1: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-1: using ordered data mode ><5>ReiserFS: dm-1: journal params: device dm-1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-1: checking transaction log (dm-1) ><5>ReiserFS: dm-1: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-1, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-2: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-2: using ordered data mode ><5>ReiserFS: dm-2: journal params: device dm-2, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-2: checking transaction log (dm-2) ><5>ReiserFS: dm-2: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-2, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-12: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-12: using ordered data mode ><5>ReiserFS: dm-12: journal params: device dm-12, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-12: checking transaction log (dm-12) ><5>ReiserFS: dm-12: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-12, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-10: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-10: using ordered data mode ><5>ReiserFS: dm-10: journal params: device dm-10, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-10: checking transaction log (dm-10) ><5>ReiserFS: dm-10: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-10, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-13: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-13: using ordered data mode ><5>ReiserFS: dm-13: journal params: device dm-13, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-13: checking transaction log (dm-13) ><5>ReiserFS: dm-13: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-13, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-8: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-8: using ordered data mode ><5>ReiserFS: dm-8: journal params: device dm-8, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-8: checking transaction log (dm-8) ><5>ReiserFS: dm-8: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-8, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-9: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-9: using ordered data mode ><5>ReiserFS: dm-9: journal params: device dm-9, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-9: checking transaction log (dm-9) ><5>ReiserFS: dm-9: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-9, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-14: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-14: using ordered data mode ><5>ReiserFS: dm-14: journal params: device dm-14, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-14: checking transaction log (dm-14) ><5>ReiserFS: dm-14: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-14, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-11: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-11: using ordered data mode ><5>ReiserFS: dm-11: journal params: device dm-11, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-11: checking transaction log (dm-11) ><5>ReiserFS: dm-11: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-11, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-7: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-7: using ordered data mode ><5>ReiserFS: dm-7: journal params: device dm-7, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-7: checking transaction log (dm-7) ><5>ReiserFS: dm-7: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-7, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-5: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-5: using ordered data mode ><5>ReiserFS: dm-5: journal params: device dm-5, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-5: checking transaction log (dm-5) ><5>ReiserFS: dm-5: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-5, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-6: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-6: using ordered data mode ><5>ReiserFS: dm-6: journal params: device dm-6, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-6: checking transaction log (dm-6) ><5>ReiserFS: dm-6: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-6, type reiserfs), uses genfs_contexts ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3-fs: mounted filesystem with ordered data mode. ><7>SELinux: initialized (dev dm-15, type ext3), uses xattr ><5>ReiserFS: dm-4: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-4: using ordered data mode ><5>ReiserFS: dm-4: journal params: device dm-4, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-4: checking transaction log (dm-4) ><5>ReiserFS: dm-4: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-4, type reiserfs), uses genfs_contexts ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3 FS on sda1, internal journal ><6>EXT3-fs: mounted filesystem with ordered data mode. ><7>SELinux: initialized (dev sda1, type ext3), uses xattr ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3 FS on sda1, internal journal ><6>EXT3-fs: mounted filesystem with ordered data mode. ><7>SELinux: initialized (dev sda1, type ext3), uses xattr ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3 FS on sda1, internal journal ><6>EXT3-fs: mounted filesystem with ordered data mode. ><7>SELinux: initialized (dev sda1, type ext3), uses xattr ><5>ReiserFS: dm-8: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-8: using ordered data mode ><5>ReiserFS: dm-8: journal params: device dm-8, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-8: checking transaction log (dm-8) ><5>ReiserFS: dm-8: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-8, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-5: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-5: using ordered data mode ><5>ReiserFS: dm-5: journal params: device dm-5, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-5: checking transaction log (dm-5) ><5>ReiserFS: dm-5: Using r5 hash to sort names ><5>ReiserFS: dm-5: Removing [2 221 0x0 SD]..done ><5>ReiserFS: dm-5: Removing [2 203 0x0 SD]..done ><5>ReiserFS: dm-5: Removing [2 185 0x0 SD]..done ><5>ReiserFS: dm-5: Removing [2 181 0x0 SD]..done ><5>ReiserFS: dm-5: Removing [2 133 0x0 SD]..done ><5>ReiserFS: dm-5: There were 5 uncompleted unlinks/truncates. Completed ><7>SELinux: initialized (dev dm-5, type reiserfs), uses genfs_contexts ><6>kjournald starting. Commit interval 5 seconds ><6>EXT3 FS on dm-15, internal journal ><6>EXT3-fs: mounted filesystem with ordered data mode. ><7>SELinux: initialized (dev dm-15, type ext3), uses xattr ><5>ReiserFS: dm-7: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-7: using ordered data mode ><5>ReiserFS: dm-7: journal params: device dm-7, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-7: checking transaction log (dm-7) ><5>ReiserFS: dm-7: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-7, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-4: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-4: using ordered data mode ><5>ReiserFS: dm-4: journal params: device dm-4, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-4: checking transaction log (dm-4) ><5>ReiserFS: dm-4: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-4, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-9: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-9: using ordered data mode ><5>ReiserFS: dm-9: journal params: device dm-9, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-9: checking transaction log (dm-9) ><5>ReiserFS: dm-9: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-9, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-10: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-10: using ordered data mode ><5>ReiserFS: dm-10: journal params: device dm-10, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-10: checking transaction log (dm-10) ><5>ReiserFS: dm-10: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-10, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-11: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-11: using ordered data mode ><5>ReiserFS: dm-11: journal params: device dm-11, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-11: checking transaction log (dm-11) ><5>ReiserFS: dm-11: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-11, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-13: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-13: using ordered data mode ><5>ReiserFS: dm-13: journal params: device dm-13, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-13: checking transaction log (dm-13) ><5>ReiserFS: dm-13: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-13, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-0: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-0: using ordered data mode ><5>ReiserFS: dm-0: journal params: device dm-0, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-0: checking transaction log (dm-0) ><5>ReiserFS: dm-0: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-0, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-1: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-1: using ordered data mode ><5>ReiserFS: dm-1: journal params: device dm-1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-1: checking transaction log (dm-1) ><5>ReiserFS: dm-1: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-1, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-14: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-14: using ordered data mode ><5>ReiserFS: dm-14: journal params: device dm-14, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-14: checking transaction log (dm-14) ><5>ReiserFS: dm-14: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-14, type reiserfs), uses genfs_contexts ><5>ReiserFS: dm-12: found reiserfs format "3.6" with standard journal ><5>ReiserFS: dm-12: using ordered data mode ><5>ReiserFS: dm-12: journal params: device dm-12, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ><5>ReiserFS: dm-12: checking transaction log (dm-12) ><5>ReiserFS: dm-12: Using r5 hash to sort names ><7>SELinux: initialized (dev dm-12, type reiserfs), uses genfs_contexts ><6>Adding 1540088k swap on /dev/system/swap. Priority:-1 extents:1 across:1540088k > > >/tmp/anaconda.log: >08:35:25 INFO : kernel command line: initrd=initrd.img vnc vncpassword=smegoff BOOT_IMAGE=vmlinuz > >08:35:25 INFO : vnc forced cmdline mode from cmdline >08:35:25 INFO : 2074680 kB are available >08:35:25 INFO : modules to insert cramfs fat vfat sunrpc lockd nfs_acl nfs loop isofs floppy edd pcspkr squashfs jbd mbcache ext3 ext2 >08:35:25 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >08:35:25 INFO : loaded cramfs from /modules/modules.cgz >08:35:25 INFO : loaded fat from /modules/modules.cgz >08:35:25 INFO : loaded vfat from /modules/modules.cgz >08:35:25 INFO : loaded sunrpc from /modules/modules.cgz >08:35:25 INFO : loaded lockd from /modules/modules.cgz >08:35:25 INFO : loaded nfs_acl from /modules/modules.cgz >08:35:25 INFO : loaded nfs from /modules/modules.cgz >08:35:25 INFO : loaded loop from /modules/modules.cgz >08:35:25 INFO : loaded floppy from /modules/modules.cgz >08:35:25 INFO : loaded edd from /modules/modules.cgz >08:35:25 INFO : loaded pcspkr from /modules/modules.cgz >08:35:25 INFO : loaded squashfs from /modules/modules.cgz >08:35:25 INFO : loaded jbd from /modules/modules.cgz >08:35:25 INFO : loaded mbcache from /modules/modules.cgz >08:35:25 INFO : loaded ext3 from /modules/modules.cgz >08:35:25 INFO : loaded ext2 from /modules/modules.cgz >08:35:25 DEBUG : module(s) isofs not found >08:35:25 INFO : inserted /tmp/cramfs.ko >08:35:25 INFO : inserted /tmp/fat.ko >08:35:25 INFO : inserted /tmp/vfat.ko >08:35:25 INFO : inserted /tmp/sunrpc.ko >08:35:25 INFO : inserted /tmp/lockd.ko >08:35:25 INFO : inserted /tmp/nfs_acl.ko >08:35:25 INFO : inserted /tmp/nfs.ko >08:35:25 INFO : inserted /tmp/loop.ko >08:35:25 INFO : inserted /tmp/floppy.ko >08:35:25 INFO : inserted /tmp/edd.ko >08:35:25 INFO : inserted /tmp/pcspkr.ko >08:35:25 INFO : inserted /tmp/squashfs.ko >08:35:25 INFO : inserted /tmp/jbd.ko >08:35:25 INFO : inserted /tmp/mbcache.ko >08:35:25 INFO : inserted /tmp/ext3.ko >08:35:25 INFO : inserted /tmp/ext2.ko >08:35:25 INFO : load module set done >08:35:25 INFO : modules to insert ipv6 >08:35:25 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >08:35:25 INFO : loaded ipv6 from /modules/modules.cgz >08:35:25 INFO : inserted /tmp/ipv6.ko >08:35:25 INFO : load module set done >08:35:25 INFO : modules to insert cdrom ide-cd >08:35:25 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >08:35:25 INFO : loaded cdrom from /modules/modules.cgz >08:35:25 DEBUG : module(s) ide-cd not found >08:35:25 INFO : inserted /tmp/cdrom.ko >08:35:25 INFO : load module set done >08:35:25 INFO : modules to insert scsi_mod sd_mod sr_mod >08:35:25 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >08:35:25 INFO : loaded scsi_mod from /modules/modules.cgz >08:35:25 INFO : loaded sd_mod from /modules/modules.cgz >08:35:25 INFO : loaded sr_mod from /modules/modules.cgz >08:35:25 INFO : inserted /tmp/scsi_mod.ko >08:35:26 INFO : inserted /tmp/sd_mod.ko >08:35:26 INFO : inserted /tmp/sr_mod.ko >08:35:26 INFO : load module set done >08:35:26 INFO : modules to insert scsi_transport_iscsi libiscsi iscsi_tcp >08:35:26 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >08:35:26 INFO : loaded scsi_transport_iscsi from /modules/modules.cgz >08:35:26 INFO : loaded libiscsi from /modules/modules.cgz >08:35:26 INFO : loaded iscsi_tcp from /modules/modules.cgz >08:35:26 INFO : inserted /tmp/scsi_transport_iscsi.ko >08:35:26 INFO : inserted /tmp/libiscsi.ko >08:35:26 INFO : inserted /tmp/iscsi_tcp.ko >08:35:26 INFO : load module set done >08:35:26 INFO : looking for usb controllers >08:35:26 INFO : found USB controller ehci-hcd >08:35:26 INFO : modules to insert ehci-hcd >08:35:26 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >08:35:26 INFO : loaded ehci-hcd from /modules/modules.cgz >08:35:26 INFO : inserted /tmp/ehci-hcd.ko >08:35:26 INFO : load module set done >08:35:26 INFO : found USB controller uhci-hcd >08:35:26 INFO : modules to insert uhci-hcd >08:35:26 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >08:35:26 INFO : loaded uhci-hcd from /modules/modules.cgz >08:35:27 INFO : inserted /tmp/uhci-hcd.ko >08:35:27 INFO : load module set done >08:35:27 INFO : found USB controller uhci-hcd >08:35:27 INFO : modules to insert >08:35:27 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >08:35:27 INFO : load module set done >08:35:27 INFO : found USB controller uhci-hcd >08:35:27 INFO : modules to insert >08:35:27 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >08:35:27 INFO : load module set done >08:35:27 INFO : found USB controller uhci-hcd >08:35:27 INFO : modules to insert >08:35:27 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >08:35:27 INFO : load module set done >08:35:27 DEBUG : waiting for usb to become stable... >08:35:29 DEBUG : 2 seconds. >08:35:29 INFO : modules to insert hid keybdev >08:35:29 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >08:35:29 DEBUG : module(s) hid keybdev not found >08:35:29 INFO : load module set done >08:35:30 INFO : found firewire controller fw-ohci >08:35:30 INFO : modules to insert fw-core fw-ohci >08:35:30 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >08:35:30 INFO : loaded fw-core from /modules/modules.cgz >08:35:30 INFO : loaded fw-ohci from /modules/modules.cgz >08:35:30 INFO : inserted /tmp/fw-core.ko >08:35:30 INFO : inserted /tmp/fw-ohci.ko >08:35:30 INFO : load module set done >08:35:33 INFO : probing for firewire scsi devices >08:35:33 DEBUG : no firewire scsi devices found >08:35:33 DEBUG : no pcic controller found >08:35:33 DEBUG : probing buses >08:35:33 DEBUG : finished bus probing >08:35:33 DEBUG : ignoring driverless device Intel Corporation Unknown device 24d3 >08:35:33 DEBUG : ignoring driverless device Intel Corporation Unknown device 24d0 >08:35:33 DEBUG : ignoring driverless device Intel Corporation Unknown device 244e >08:35:33 DEBUG : ignoring driverless device Intel Corporation Unknown device 2579 >08:35:33 DEBUG : ignoring driverless device Intel Corporation Unknown device 2578 >08:35:33 DEBUG : ignoring driverless device Intel Corporation Unknown device 24d5 >08:35:33 DEBUG : ignoring driverless device nVidia Corporation NV11 [GeForce2 MX/MX 400] >08:35:33 INFO : modules to insert skge scsi_transport_spi aic7xxx libata ata_piix >08:35:33 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >08:35:33 INFO : loaded skge from /modules/modules.cgz >08:35:33 INFO : loaded scsi_transport_spi from /modules/modules.cgz >08:35:33 INFO : loaded aic7xxx from /modules/modules.cgz >08:35:33 INFO : loaded libata from /modules/modules.cgz >08:35:33 INFO : loaded ata_piix from /modules/modules.cgz >08:35:33 INFO : inserted /tmp/skge.ko >08:35:33 INFO : inserted /tmp/scsi_transport_spi.ko >08:35:49 INFO : inserted /tmp/aic7xxx.ko >08:35:49 INFO : inserted /tmp/libata.ko >08:35:53 INFO : inserted /tmp/ata_piix.ko >08:35:53 INFO : load module set done >08:35:53 INFO : trying to mount CD device scd0 >08:35:54 INFO : mntloop loop0 on /mnt/runtime as /mnt/source/images/stage2.img fd is 11 >08:35:54 DEBUG : MD5SUM -> 7a4291b37912cbf1df08306507095821 >08:35:54 DEBUG : skipsectors = 15 >08:35:54 INFO : supported = 0 >08:36:00 DEBUG : going to set language to en_US.UTF-8 >08:36:00 INFO : setting language to en_US.UTF-8 >08:36:00 INFO : 53 keymaps are available >08:36:01 INFO : need to set up networking >08:36:01 INFO : going to pick interface >08:36:01 INFO : only have one network device: eth0 >08:36:01 INFO : going to do getNetConfig >08:36:01 INFO : eth0 is not a wireless adapter >08:36:17 DEBUG : device = eth0 >08:36:17 DEBUG : ipv4 = 192.168.1.99 >08:36:17 DEBUG : broadcast = 192.168.1.255 >08:36:17 DEBUG : netmask = 255.255.255.0 >08:36:17 DEBUG : network = 192.168.1.0 >08:36:17 DEBUG : gateway = 192.168.1.42 >08:36:17 DEBUG : waiting for link eth0... >08:36:20 DEBUG : 3 seconds. >08:36:21 WARNING : reverse name lookup failed >08:36:21 INFO : starting to STEP_URL >08:36:21 INFO : Loading SELinux policy >08:36:22 INFO : getting ready to spawn shell now >08:36:22 INFO : modules to insert ide-cd >08:36:22 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >08:36:22 DEBUG : module(s) ide-cd not found >08:36:22 INFO : load module set done >08:36:22 INFO : modules to insert >08:36:22 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >08:36:22 INFO : load module set done >08:36:22 INFO : modules to insert >08:36:22 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >08:36:22 INFO : load module set done >08:36:22 DEBUG : probing buses >08:36:23 DEBUG : finished bus probing >08:36:23 DEBUG : ignoring driverless device Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller >08:36:23 DEBUG : ignoring driverless device Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge >08:36:23 DEBUG : ignoring driverless device Intel Corporation 82801 PCI Bridge >08:36:23 DEBUG : ignoring driverless device Intel Corporation 82875P Processor to AGP Controller >08:36:23 DEBUG : ignoring driverless device Intel Corporation 82875P/E7210 Memory Controller Hub >08:36:23 DEBUG : ignoring driverless device Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller >08:36:23 DEBUG : ignoring driverless device nVidia Corporation NV11 [GeForce2 MX/MX 400] >08:36:23 INFO : modules to insert >08:36:23 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >08:36:23 INFO : load module set done >08:36:23 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 >08:36:23 DEBUG : getModuleLocation: 2.6.21-1.3194.fc7/i586 >08:36:23 INFO : loaded raid0 from /modules/modules.cgz >08:36:23 INFO : loaded raid1 from /modules/modules.cgz >08:36:23 INFO : loaded xor from /modules/modules.cgz >08:36:23 INFO : loaded raid456 from /modules/modules.cgz >08:36:23 INFO : loaded raid10 from /modules/modules.cgz >08:36:23 INFO : loaded msdos from /modules/modules.cgz >08:36:23 INFO : loaded gfs2 from /modules/modules.cgz >08:36:23 INFO : loaded lock_nolock from /modules/modules.cgz >08:36:23 INFO : loaded reiserfs from /modules/modules.cgz >08:36:23 INFO : loaded jfs from /modules/modules.cgz >08:36:23 INFO : loaded xfs from /modules/modules.cgz >08:36:23 INFO : loaded dm-mod from /modules/modules.cgz >08:36:23 INFO : loaded dm-zero from /modules/modules.cgz >08:36:23 INFO : loaded dm-mirror from /modules/modules.cgz >08:36:23 INFO : loaded dm-snapshot from /modules/modules.cgz >08:36:23 INFO : loaded dm-multipath from /modules/modules.cgz >08:36:23 INFO : loaded dm-round-robin from /modules/modules.cgz >08:36:23 INFO : loaded dm-emc from /modules/modules.cgz >08:36:23 DEBUG : module(s) md raid5 raid6 not found >08:36:23 INFO : inserted /tmp/raid0.ko >08:36:23 INFO : inserted /tmp/raid1.ko >08:36:23 INFO : inserted /tmp/xor.ko >08:36:23 INFO : inserted /tmp/raid456.ko >08:36:23 INFO : inserted /tmp/raid10.ko >08:36:23 INFO : inserted /tmp/msdos.ko >08:36:23 INFO : inserted /tmp/gfs2.ko >08:36:23 INFO : inserted /tmp/lock_nolock.ko >08:36:23 INFO : inserted /tmp/reiserfs.ko >08:36:23 INFO : inserted /tmp/jfs.ko >08:36:23 INFO : inserted /tmp/xfs.ko >08:36:23 INFO : inserted /tmp/dm-mod.ko >08:36:23 INFO : inserted /tmp/dm-zero.ko >08:36:23 INFO : inserted /tmp/dm-mirror.ko >08:36:23 INFO : inserted /tmp/dm-snapshot.ko >08:36:23 INFO : inserted /tmp/dm-multipath.ko >08:36:23 INFO : inserted /tmp/dm-round-robin.ko >08:36:23 INFO : inserted /tmp/dm-emc.ko >08:36:23 INFO : load module set done >08:36:23 INFO : looking for USB mouse... >08:36:23 INFO : Running anaconda script /usr/bin/anaconda >08:36:23 DEBUG : adding extraArg --vnc >08:36:33 INFO : using only installclass _Fedora >08:36:33 INFO : anaconda called with cmdline = ['/usr/bin/anaconda', '-m', 'cdrom://scd0:/mnt/source', '--vnc', '--noipv6', '--graphical', '--selinux', '--lang', 'en_US.UTF-8', '--keymap', 'uk'] >08:36:33 INFO : Display mode = g >08:36:33 INFO : Method = cdrom://scd0:/mnt/source >08:36:41 INFO : anaconda floppy device fd0 >08:36:44 INFO : Starting VNC... >08:36:44 INFO : ip of eth0 is 192.168.1.99 >08:36:44 INFO : The VNC server is now running. >08:36:44 INFO : Please connect to 192.168.1.99:1 to begin the install... >08:36:52 INFO : Started mini-wm >08:36:53 INFO : Starting graphical installation... >08:36:54 INFO : Detected 2032M of memory >08:36:54 INFO : Swap attempt of 1000M to 2000M >08:36:54 WARNING : step installtype does not exist >08:36:54 WARNING : step complete does not exist >08:36:56 INFO : moving (1) to step welcome >08:37:17 INFO : moving (1) to step findrootparts >08:37:17 DEBUG : starting mpaths >08:37:17 DEBUG : self.driveList(): ['sda', 'sdb', 'sdc'] >08:37:17 DEBUG : DiskSet.skippedDisks: [] >08:37:17 DEBUG : DiskSet.skippedDisks: [] >08:37:17 DEBUG : starting all mpaths on drives ['sda', 'sdb', 'sdc'] >08:37:17 DEBUG : scanning for multipath on drives ['sda', 'sdb', 'sdc'] >08:37:17 DEBUG : mpaths: [] >08:37:17 DEBUG : done starting mpaths. Drivelist: ['sda', 'sdb', 'sdc'] >08:37:17 DEBUG : starting dmraids >08:37:17 DEBUG : self.driveList(): ['sda', 'sdb', 'sdc'] >08:37:17 DEBUG : DiskSet.skippedDisks: [] >08:37:17 DEBUG : DiskSet.skippedDisks: [] >08:37:17 DEBUG : starting all dmraids on drives ['sda', 'sdb', 'sdc'] >08:37:17 DEBUG : scanning for dmraid on drives ['sda', 'sdb', 'sdc'] >08:37:18 DEBUG : done starting dmraids. Drivelist: ['sda', 'sdb', 'sdc'] >08:37:22 INFO : lv is stuff/backup, size of 369152 >08:37:22 INFO : lv is stuff/backuppc, size of 61440 >08:37:22 INFO : lv is stuff/smeg, size of 8192 >08:37:22 INFO : lv is system/amanda, size of 40960 >08:37:22 INFO : lv is system/cvs, size of 2048 >08:37:22 INFO : lv is system/export, size of 10240 >08:37:22 INFO : lv is system/home, size of 4096 >08:37:22 INFO : lv is system/opt, size of 5120 >08:37:22 INFO : lv is system/spare1, size of 10720 >08:37:22 INFO : lv is system/squid, size of 7168 >08:37:22 INFO : lv is system/src, size of 3584 >08:37:22 INFO : lv is system/swap, size of 1504 >08:37:22 INFO : lv is system/tmp, size of 800 >08:37:22 INFO : lv is system/usr, size of 7680 >08:37:22 INFO : lv is system/usr2, size of 8192 >08:37:22 INFO : lv is system/var, size of 3040 >08:37:22 DEBUG : isys.py:mount()- going to mount /dev/stuff/backup on /mnt/sysimage >08:37:22 DEBUG : isys.py:mount()- going to mount /dev/stuff/backuppc on /mnt/sysimage >08:37:22 DEBUG : isys.py:mount()- going to mount /dev/stuff/smeg on /mnt/sysimage >08:37:22 DEBUG : isys.py:mount()- going to mount /dev/system/amanda on /mnt/sysimage >08:37:22 DEBUG : isys.py:mount()- going to mount /dev/system/cvs on /mnt/sysimage >08:37:22 DEBUG : isys.py:mount()- going to mount /dev/system/export on /mnt/sysimage >08:37:23 DEBUG : isys.py:mount()- going to mount /dev/system/home on /mnt/sysimage >08:37:23 DEBUG : isys.py:mount()- going to mount /dev/system/opt on /mnt/sysimage >08:37:23 DEBUG : isys.py:mount()- going to mount /dev/system/spare1 on /mnt/sysimage >08:37:23 DEBUG : isys.py:mount()- going to mount /dev/system/squid on /mnt/sysimage >08:37:23 DEBUG : isys.py:mount()- going to mount /dev/system/src on /mnt/sysimage >08:37:23 DEBUG : isys.py:mount()- going to mount /dev/system/tmp on /mnt/sysimage >08:37:23 DEBUG : isys.py:mount()- going to mount /dev/system/usr on /mnt/sysimage >08:37:23 DEBUG : isys.py:mount()- going to mount /dev/system/usr2 on /mnt/sysimage >08:37:23 DEBUG : isys.py:mount()- going to mount /dev/system/var on /mnt/sysimage >08:37:24 DEBUG : isys.py:mount()- going to mount /tmp/sda1 on /mnt/sysimage >08:37:26 WARNING : step complete does not exist >08:37:26 INFO : moving (1) to step findinstall >08:38:07 WARNING : step installtype does not exist >08:38:07 WARNING : step checkdeps does not exist >08:38:07 WARNING : step dependencies does not exist >08:38:07 WARNING : step complete does not exist >08:38:07 INFO : moving (1) to step partitionobjinit >08:38:07 INFO : no initiator set >08:38:07 INFO : no /tmp/fcpconfig; not configuring zfcp >08:38:08 INFO : lv stuff/backup, attr is -wi--- >08:38:08 INFO : lv stuff/backuppc, attr is -wi--- >08:38:08 INFO : lv stuff/smeg, attr is -wi--- >08:38:08 INFO : lv system/amanda, attr is -wn--- >08:38:08 INFO : lv system/cvs, attr is -wn--- >08:38:08 INFO : lv system/export, attr is -wn--- >08:38:08 INFO : lv system/home, attr is -wn--- >08:38:08 INFO : lv system/opt, attr is -wn--- >08:38:08 INFO : lv system/spare1, attr is -wn--- >08:38:08 INFO : lv system/squid, attr is -wn--- >08:38:08 INFO : lv system/src, attr is -wn--- >08:38:08 INFO : lv system/swap, attr is -wn--- >08:38:08 INFO : lv system/tmp, attr is -wn--- >08:38:08 INFO : lv system/usr, attr is -wn--- >08:38:08 INFO : lv system/usr2, attr is -wi--- >08:38:08 INFO : lv system/var, attr is -wn--- >08:38:11 INFO : lv is stuff/backup, size of 369152 >08:38:11 INFO : lv is stuff/backuppc, size of 61440 >08:38:11 INFO : lv is stuff/smeg, size of 8192 >08:38:11 INFO : lv is system/amanda, size of 40960 >08:38:11 INFO : lv is system/cvs, size of 2048 >08:38:11 INFO : lv is system/export, size of 10240 >08:38:11 INFO : lv is system/home, size of 4096 >08:38:11 INFO : lv is system/opt, size of 5120 >08:38:11 INFO : lv is system/spare1, size of 10720 >08:38:11 INFO : lv is system/squid, size of 7168 >08:38:11 INFO : lv is system/src, size of 3584 >08:38:11 INFO : lv is system/swap, size of 1504 >08:38:11 INFO : lv is system/tmp, size of 800 >08:38:11 INFO : lv is system/usr, size of 7680 >08:38:11 INFO : lv is system/usr2, size of 8192 >08:38:11 INFO : lv is system/var, size of 3040 >08:38:15 INFO : pv is /dev/sda2 in vg system, size is 113473 >08:38:15 INFO : pv is /dev/sdb1 in vg stuff, size is 305242 >08:38:15 INFO : pv is /dev/sdc1 in vg stuff, size is 305242 >08:38:16 INFO : vg stuff, size is 610432, pesize is 65536 >08:38:16 INFO : vg system, size is 113440, pesize is 32768 >08:38:17 INFO : lv is stuff/backup, size of 369152 >08:38:17 INFO : lv is stuff/backuppc, size of 61440 >08:38:17 INFO : lv is stuff/smeg, size of 8192 >08:38:17 INFO : lv is system/amanda, size of 40960 >08:38:17 INFO : lv is system/cvs, size of 2048 >08:38:17 INFO : lv is system/export, size of 10240 >08:38:17 INFO : lv is system/home, size of 4096 >08:38:17 INFO : lv is system/opt, size of 5120 >08:38:17 INFO : lv is system/spare1, size of 10720 >08:38:17 INFO : lv is system/squid, size of 7168 >08:38:17 INFO : lv is system/src, size of 3584 >08:38:17 INFO : lv is system/swap, size of 1504 >08:38:17 INFO : lv is system/tmp, size of 800 >08:38:17 INFO : lv is system/usr, size of 7680 >08:38:17 INFO : lv is system/usr2, size of 8192 >08:38:17 INFO : lv is system/var, size of 3040 >08:38:17 INFO : mdadm -E /dev/stuff/backup >08:38:17 INFO : mdadm -E /dev/stuff/backuppc >08:38:17 INFO : mdadm -E /dev/stuff/smeg >08:38:18 INFO : lv is stuff/backup, size of 369152 >08:38:18 INFO : lv is stuff/backuppc, size of 61440 >08:38:18 INFO : lv is stuff/smeg, size of 8192 >08:38:18 INFO : lv is system/amanda, size of 40960 >08:38:18 INFO : lv is system/cvs, size of 2048 >08:38:18 INFO : lv is system/export, size of 10240 >08:38:18 INFO : lv is system/home, size of 4096 >08:38:18 INFO : lv is system/opt, size of 5120 >08:38:18 INFO : lv is system/spare1, size of 10720 >08:38:18 INFO : lv is system/squid, size of 7168 >08:38:18 INFO : lv is system/src, size of 3584 >08:38:18 INFO : lv is system/swap, size of 1504 >08:38:18 INFO : lv is system/tmp, size of 800 >08:38:18 INFO : lv is system/usr, size of 7680 >08:38:18 INFO : lv is system/usr2, size of 8192 >08:38:18 INFO : lv is system/var, size of 3040 >08:38:18 INFO : mdadm -E /dev/system/amanda >08:38:18 INFO : mdadm -E /dev/system/cvs >08:38:18 INFO : mdadm -E /dev/system/export >08:38:18 INFO : mdadm -E /dev/system/home >08:38:18 INFO : mdadm -E /dev/system/opt >08:38:18 INFO : mdadm -E /dev/system/spare1 >08:38:18 INFO : mdadm -E /dev/system/squid >08:38:19 INFO : mdadm -E /dev/system/src >08:38:19 INFO : mdadm -E /dev/system/swap >08:38:19 INFO : mdadm -E /dev/system/tmp >08:38:19 INFO : mdadm -E /dev/system/usr >08:38:19 INFO : mdadm -E /dev/system/usr2 >08:38:19 INFO : mdadm -E /dev/system/var >08:38:21 INFO : moving (1) to step upgrademount >08:38:23 INFO : going to mount sda1 on /mnt/sysimage as ext3 >08:38:23 DEBUG : isys.py:mount()- going to mount /tmp/sda1 on /mnt/sysimage >08:38:25 INFO : lv stuff/backup, attr is -wi-a- >08:38:26 INFO : lv is stuff/backup, size of 369152 >08:38:26 INFO : lv is stuff/backuppc, size of 61440 >08:38:26 INFO : lv is stuff/smeg, size of 8192 >08:38:26 INFO : lv is system/amanda, size of 40960 >08:38:26 INFO : lv is system/cvs, size of 2048 >08:38:26 INFO : lv is system/export, size of 10240 >08:38:26 INFO : lv is system/home, size of 4096 >08:38:26 INFO : lv is system/opt, size of 5120 >08:38:26 INFO : lv is system/spare1, size of 10720 >08:38:26 INFO : lv is system/squid, size of 7168 >08:38:26 INFO : lv is system/src, size of 3584 >08:38:26 INFO : lv is system/swap, size of 1504 >08:38:26 INFO : lv is system/tmp, size of 800 >08:38:26 INFO : lv is system/usr, size of 7680 >08:38:26 INFO : lv is system/usr2, size of 8192 >08:38:26 INFO : lv is system/var, size of 3040 >08:38:26 INFO : trying to mount sda1 on / >08:38:26 INFO : set SELinux context for mountpoint / to system_u:object_r:root_t:s0 >08:38:26 DEBUG : isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage >08:38:26 INFO : trying to mount sys on /sys >08:38:26 INFO : set SELinux context for mountpoint /sys to None >08:38:26 DEBUG : isys.py:mount()- going to mount sys on /mnt/sysimage/sys >08:38:26 INFO : trying to mount system/home on /home >08:38:26 INFO : set SELinux context for mountpoint /home to system_u:object_r:home_root_t:s0 >08:38:26 DEBUG : isys.py:mount()- going to mount /dev/system/home on /mnt/sysimage/home >08:38:27 INFO : trying to mount system/tmp on /tmp >08:38:27 INFO : set SELinux context for mountpoint /tmp to system_u:object_r:tmp_t:s0 >08:38:27 DEBUG : isys.py:mount()- going to mount /dev/system/tmp on /mnt/sysimage/tmp >08:38:27 INFO : trying to mount system/usr2 on /usr >08:38:27 INFO : set SELinux context for mountpoint /usr to system_u:object_r:usr_t:s0 >08:38:27 DEBUG : isys.py:mount()- going to mount /dev/system/usr2 on /mnt/sysimage/usr >08:38:27 INFO : trying to mount system/src on /usr/src >08:38:27 INFO : set SELinux context for mountpoint /usr/src to system_u:object_r:src_t:s0 >08:38:27 DEBUG : isys.py:mount()- going to mount /dev/system/src on /mnt/sysimage/usr/src >08:38:27 INFO : trying to mount system/var on /var >08:38:27 INFO : set SELinux context for mountpoint /var to system_u:object_r:var_t:s0 >08:38:27 DEBUG : isys.py:mount()- going to mount /dev/system/var on /mnt/sysimage/var >08:38:27 INFO : trying to mount system/opt on /opt >08:38:27 INFO : set SELinux context for mountpoint /opt to system_u:object_r:usr_t:s0 >08:38:27 DEBUG : isys.py:mount()- going to mount /dev/system/opt on /mnt/sysimage/opt >08:38:27 INFO : trying to mount system/cvs on /repository >08:38:27 INFO : set SELinux context for mountpoint /repository to system_u:object_r:default_t:s0 >08:38:27 DEBUG : isys.py:mount()- going to mount /dev/system/cvs on /mnt/sysimage/repository >08:38:27 INFO : trying to mount system/squid on /squid-cache >08:38:27 INFO : set SELinux context for mountpoint /squid-cache to system_u:object_r:default_t:s0 >08:38:27 DEBUG : isys.py:mount()- going to mount /dev/system/squid on /mnt/sysimage/squid-cache >08:38:27 INFO : trying to mount system/export on /export >08:38:27 INFO : set SELinux context for mountpoint /export to system_u:object_r:default_t:s0 >08:38:27 DEBUG : isys.py:mount()- going to mount /dev/system/export on /mnt/sysimage/export >08:38:27 INFO : trying to mount stuff/backup on /export/backup >08:38:27 INFO : set SELinux context for mountpoint /export/backup to system_u:object_r:default_t:s0 >08:38:27 DEBUG : isys.py:mount()- going to mount /dev/stuff/backup on /mnt/sysimage/export/backup >08:38:27 INFO : trying to mount stuff/backuppc on /export/backuppc >08:38:27 INFO : set SELinux context for mountpoint /export/backuppc to system_u:object_r:default_t:s0 >08:38:27 DEBUG : isys.py:mount()- going to mount /dev/stuff/backuppc on /mnt/sysimage/export/backuppc >08:38:27 INFO : trying to mount system/spare1 on /spare1 >08:38:27 INFO : set SELinux context for mountpoint /spare1 to system_u:object_r:default_t:s0 >08:38:27 DEBUG : isys.py:mount()- going to mount /dev/system/spare1 on /mnt/sysimage/spare1 >08:38:28 INFO : trying to mount system/amanda on /amanda >08:38:28 INFO : set SELinux context for mountpoint /amanda to system_u:object_r:default_t:s0 >08:38:28 DEBUG : isys.py:mount()- going to mount /dev/system/amanda on /mnt/sysimage/amanda >08:38:28 INFO : trying to mount none on /proc >08:38:28 INFO : set SELinux context for mountpoint /proc to None >08:38:28 DEBUG : isys.py:mount()- going to mount none on /mnt/sysimage/proc >08:38:28 INFO : set SELinux context for mountpoint /mnt/sysimage/dev to None >08:38:28 DEBUG : isys.py:mount()- going to mount /dev on //mnt/sysimage/dev >08:38:28 INFO : moving (1) to step upgradecontinue >08:38:28 INFO : moving (1) to step upgrademigfind >08:38:28 INFO : moving (1) to step upgbootloader >08:38:35 INFO : moving (1) to step bootloadersetup >08:38:35 INFO : moving (1) to step bootloader >08:38:43 INFO : moving (1) to step bootloaderadvanced >08:38:47 INFO : moving (1) to step reposetup >08:38:47 CRITICAL: No Repositories Available to Set Up >08:38:47 INFO : switching from CD [1] to 1 for >08:39:08 INFO : moving (1) to step postselection >08:39:08 DEBUG : no kernel-smp package >08:39:08 INFO : selected kernel package for kernel >08:39:08 WARNING : Package grub - 0.97-13.i386 already installed and latest version >08:39:09 WARNING : Package reiserfs-utils - 2:3.6.19-2.4.1.i386 already installed and latest version >08:39:09 WARNING : Package reiserfs-utils - 2:3.6.19-2.4.1.i386 already installed and latest version >08:39:09 WARNING : Package reiserfs-utils - 2:3.6.19-2.4.1.i386 already installed and latest version >08:39:09 WARNING : Package reiserfs-utils - 2:3.6.19-2.4.1.i386 already installed and latest version >08:39:09 WARNING : Package reiserfs-utils - 2:3.6.19-2.4.1.i386 already installed and latest version >08:39:09 WARNING : Package reiserfs-utils - 2:3.6.19-2.4.1.i386 already installed and latest version >08:39:09 WARNING : Package reiserfs-utils - 2:3.6.19-2.4.1.i386 already installed and latest version >08:39:10 WARNING : Package reiserfs-utils - 2:3.6.19-2.4.1.i386 already installed and latest version >08:39:10 WARNING : Package reiserfs-utils - 2:3.6.19-2.4.1.i386 already installed and latest version >08:39:10 WARNING : Package reiserfs-utils - 2:3.6.19-2.4.1.i386 already installed and latest version >08:39:10 WARNING : Package reiserfs-utils - 2:3.6.19-2.4.1.i386 already installed and latest version >08:39:10 WARNING : Package reiserfs-utils - 2:3.6.19-2.4.1.i386 already installed and latest version >08:39:11 WARNING : No package matched to remove >08:39:11 WARNING : No package matched to remove > > >/tmp/netinfo: >DEVICE=eth0 >ONBOOT=yes >BOOTPROTO=static >IPADDR=192.168.1.99 >NETMASK=255.255.255.0 >GATEWAY=192.168.1.42 >BROADCAST=192.168.1.255 > > >/tmp/lvmout: > > >/mnt/sysimage/root/upgrade.log: >Upgrading libgcc - 4.1.1-30.i386 >Upgrading setup - 2.5.55-1.noarch >Upgrading filesystem - 2.4.0-1.i386 >Upgrading basesystem - 8.0-5.1.1.noarch >Upgrading tzdata - 2006m-2.fc6.noarch >Upgrading glibc-common - 2.5-3.i386 >Upgrading glibc - 2.5-3.i686 >Upgrading zlib - 1.2.3-3.i386 >Upgrading glib2 - 2.12.3-2.fc6.i386 >Upgrading popt - 1.10.2-32.i386 >Upgrading atk - 1.12.2-1.fc6.i386 >Upgrading chkconfig - 1.3.30-1.i386 >Upgrading libICE - 1.0.1-2.1.i386 >Upgrading libSM - 1.0.1-3.1.i386 >Upgrading libstdc++ - 4.1.1-30.i386 >Upgrading libart_lgpl - 2.3.17-4.i386 >Upgrading libjpeg - 6b-37.i386 >Upgrading mktemp - 3:1.5-23.2.2.i386 >Upgrading audit-libs - 1.2.8-1.fc6.i386 >Upgrading libpng - 2:1.2.10-7.i386 >Upgrading expat - 1.95.8-8.2.1.i386 >Upgrading bzip2-libs - 1.0.3-3.i386 >Upgrading libXau - 1.0.1-3.1.i386 >Upgrading libusb - 0.1.12-5.1.i386 >Upgrading libtiff - 3.8.2-6.fc6.i386 >Upgrading libogg - 2:1.1.3-2.fc6.i386 >Upgrading db4 - 4.3.29-9.fc6.i386 >Upgrading cyrus-sasl-lib - 2.1.22-4.i386 >Upgrading libcap - 1.10-25.i386 >Upgrading libfontenc - 1.0.2-2.1.i386 >Upgrading elfutils-libelf - 0.123-1.fc6.i386 >Upgrading libgpg-error - 1.4-2.i386 >Upgrading gdbm - 1.8.0-26.2.1.i386 >Upgrading perl - 4:5.8.8-10.i386 >Upgrading libattr - 2.4.32-1.1.i386 >Upgrading libacl - 2.2.39-1.1.i386 >Upgrading hesiod - 3.1.0-8.i386 >Upgrading libraw1394 - 1.2.1-1.fc6.i386 >Upgrading beecrypt - 4.1.2-10.1.1.i386 >Upgrading libXdmcp - 1.0.1-2.1.i386 >Upgrading tcp_wrappers - 7.6-40.2.1.i386 >Upgrading libgcrypt - 1.2.3-1.i386 >Upgrading gnutls - 1.4.1-2.i386 >Upgrading cups-libs - 1:1.2.4-9.i386 >Upgrading libvorbis - 1:1.1.2-1.2.1.i386 >Upgrading libieee1284 - 0.2.9-3.2.2.i386 >Upgrading libIDL - 0.8.7-1.fc6.i386 >Upgrading ORBit2 - 2.14.3-3.fc6.i386 >Upgrading mkisofs - 9:2.01-10.i386 >Upgrading libdrm - 2.0.2-1.1.i386 >Upgrading libexif - 0.6.13-2.i386 >Upgrading slang - 2.0.6-3.i386 >Upgrading liboil - 0.3.8-2.1.i386 >Upgrading libavc1394 - 0.5.3-1.fc6.i386 >Upgrading flac - 1.1.2-27.i386 >Upgrading speex - 1.0.5-2.1.i386 >Upgrading lcms - 1.15-1.2.2.i386 >Upgrading pcre - 6.6-1.1.i386 >Upgrading file - 4.17-8.i386 >Upgrading pkgconfig - 1:0.21-1.fc6.i386 >Upgrading mailx - 8.1.1-44.2.2.i386 >Upgrading wireless-tools - 1:28-1.fc6.i386 >Upgrading libmng - 1.0.9-5.1.i386 >Upgrading perl-HTML-Tagset - 3.10-2.1.1.noarch >Upgrading libtheora - 1.0alpha7-1.i386 >Upgrading gstreamer-tools - 0.10.9-2.i386 >Upgrading dmidecode - 1:2.7-1.26.1.fc6.i386 >Upgrading libFS - 1.0.0-3.1.i386 >Upgrading libdaemon - 0.10-3.2.i386 >Upgrading patch - 2.5.4-29.2.2.i386 >Upgrading dosfstools - 2.11-6.1.fc6.i386 >Upgrading ethtool - 3-1.2.2.i386 >Upgrading mingetty - 1.07-5.2.2.i386 >Upgrading libevent - 1.1a-3.2.1.i386 >Upgrading libdv - 0.104-4.fc6.1.i386 >Upgrading pax - 3.4-1.2.2.i386 >Upgrading termcap - 1:5.5-1.20060701.1.noarch >Upgrading libtermcap - 2.0.8-46.1.i386 >Upgrading bash - 3.1-16.1.i386 >Upgrading libxml2 - 2.6.26-2.1.1.i386 >Upgrading info - 4.8-11.1.i386 >Upgrading libbonobo - 2.16.0-1.fc6.i386 >Upgrading grep - 2.5.1-54.1.i386 >Upgrading freetype - 2.2.1-10.fc6.i386 >Upgrading ncurses - 5.5-24.20060715.i386 >Upgrading gawk - 3.1.5-11.i386 >Upgrading libsepol - 1.12.27-1.i386 >Upgrading sed - 4.1.5-5.fc6.i386 >Upgrading readline - 5.1-1.1.i386 >Upgrading desktop-file-utils - 0.10-7.i386 >Upgrading audiofile - 1:0.2.6-5.i386 >Upgrading nspr - 4.6.3-1.i386 >Upgrading sqlite - 3.3.6-2.i386 >Upgrading procps - 3.2.7-8.i386 >Upgrading libXfont - 1.2.2-1.fc6.i386 >Upgrading nss - 3.11.3-2.i386 >Upgrading redhat-menus - 6.7.5-3.noarch >Upgrading aspell - 12:0.60.3-7.1.i386 >Upgrading diffutils - 2.8.1-15.2.2.i386 >Upgrading libidn - 0.6.5-1.1.i386 >Upgrading libxslt - 1.1.17-1.1.i386 >Upgrading gamin - 0.1.7-7.fc6.i386 >Upgrading less - 394-4.1.i386 >Upgrading gzip - 1.3.5-9.i386 >Upgrading cpio - 2.6-19.i386 >Upgrading libcroco - 0.6.1-2.1.i386 >Upgrading iptables - 1.3.5-1.2.1.i386 >Upgrading cdparanoia-libs - alpha9.8-27.2.i386 >Upgrading bc - 1.06-21.i386 >Upgrading ttmkfdir - 3.0.9-22.i386 >Upgrading groff - 1.18.1.1-11.1.i386 >Upgrading make - 1:3.81-1.1.i386 >Upgrading m4 - 1.4.5-3.i386 >Upgrading ed - 0.2-38.2.2.i386 >Upgrading cpp - 4.1.1-30.i386 >Upgrading binutils - 2.17.50.0.3-6.i386 >Upgrading time - 1.7-27.2.2.i386 >Upgrading libsoup - 2.2.96-4.fc6.i386 >Upgrading shared-mime-info - 0.19-1.i386 >Upgrading xorg-x11-filesystem - 7.1-2.fc6.noarch >Upgrading libX11 - 1.0.3-4.fc6.i386 >Upgrading libXext - 1.0.1-2.1.i386 >Upgrading libXrender - 0.9.1-3.1.i386 >Upgrading libXt - 1.0.2-3.1.fc6.i386 >Upgrading libXmu - 1.0.2-5.i386 >Upgrading startup-notification - 0.8-4.1.i386 >Upgrading libXinerama - 1.0.1-2.1.i386 >Upgrading libXi - 1.0.1-3.1.i386 >Upgrading libXxf86vm - 1.0.1-3.1.i386 >Upgrading xorg-x11-font-utils - 1:7.1-2.i386 >Upgrading libXrandr - 1.1.1-3.1.i386 >Upgrading libXtst - 1.0.1-3.1.i386 >Upgrading libXv - 1.0.1-4.1.i386 >Upgrading libXxf86misc - 1.0.1-3.1.i386 >Upgrading libXpm - 3.5.5-3.i386 >Upgrading libXaw - 1.0.2-8.1.i386 >Upgrading libXfixes - 4.0.1-2.1.i386 >Upgrading libXcursor - 1.1.7-1.1.i386 >Upgrading libXTrap - 1.0.0-3.1.i386 >Upgrading libXres - 1.0.1-3.1.i386 >Upgrading libdmx - 1.0.2-3.1.i386 >Upgrading libXfontcache - 1.0.2-3.1.i386 >Upgrading xorg-x11-server-utils - 7.1-4.fc6.i386 >Upgrading libXxf86dga - 1.0.1-3.1.i386 >Upgrading libxkbfile - 1.0.3-3.1.i386 >Upgrading xorg-x11-xkb-utils - 1.0.2-2.1.i386 >Upgrading giflib - 4.1.3-7.1.i386 >Upgrading fedora-release-notes - 6-3.noarch >Upgrading fedora-release - 6-4.noarch >Upgrading bzip2 - 1.0.3-3.i386 >Upgrading fedora-logos - 6.0.6-1.fc6.noarch >Upgrading cdrecord - 9:2.01-10.i386 >Upgrading procmail - 3.22-17.1.i386 >Upgrading iproute - 2.6.16-6.fc6.i386 >Upgrading iputils - 20020927-41.fc6.i386 >Upgrading cracklib-dicts - 2.8.9-3.1.i386 >Upgrading gnome-mime-data - 2.4.2-3.1.i386 >Upgrading xkeyboard-config - 0.8-7.fc6.noarch >Upgrading kernel-headers - 2.6.18-1.2798.fc6.i386 >Upgrading mailcap - 2.1.23-1.fc6.noarch >Upgrading nash - 5.1.19-1.i386 >Upgrading iptables-ipv6 - 1.3.5-1.2.1.i386 >Upgrading pilot-link - 2:0.11.8-16.i386 >Upgrading gpm - 1.20.1-74.1.i386 >Upgrading festival - 1.95-5.2.1.i386 >Upgrading perl-HTML-Parser - 3.55-1.fc6.i386 >Upgrading dvd+rw-tools - 6.1-4.1.i386 >Upgrading libiec61883 - 1.0.0-11.fc6.i386 >Upgrading cdrdao - 1.2.1-2.i386 >Upgrading libvolume_id - 095-14.i386 >Upgrading xorg-x11-fonts-ISO8859-1-75dpi - 7.1-2.noarch >Upgrading mesa-libGL - 6.5.1-7.fc6.i386 >Upgrading xorg-x11-xauth - 1:1.0.1-2.1.i386 >Upgrading libXScrnSaver - 1.1.0-3.1.i386 >Upgrading aspell-en - 50:6.0-2.1.i386 >Upgrading mgetty - 1.1.33-9.fc6.i386 >Upgrading perl-Compress-Zlib - 1.42-1.fc6.i386 >Upgrading libao - 0.8.6-3.i386 >Upgrading zip - 2.31-1.2.2.i386 >Upgrading libsysfs - 2.0.0-6.i386 >Upgrading cryptsetup-luks - 1.0.3-2.1.i386 >Upgrading rsh - 0.17-36.i386 >Upgrading kbd - 1.12-18.i386 >Upgrading netpbm - 10.35-6.fc6.i386 >Upgrading eject - 2.1.5-4.i386 >Upgrading ghostscript-fonts - 5.50-13.1.1.noarch >Upgrading desktop-backgrounds-basic - 2.0-37.noarch >Upgrading libselinux - 1.30.29-2.i386 >Upgrading shadow-utils - 2:4.0.17-5.i386 >Upgrading device-mapper - 1.02.07-3.i386 >Upgrading e2fsprogs-libs - 1.39-7.i386 >Upgrading findutils - 1:4.2.27-4.1.i386 >Upgrading coreutils - 5.97-11.i386 >Upgrading fontconfig - 2.4.1-3.fc6.i386 >Upgrading cairo - 1.2.4-1.fc6.i386 >Upgrading krb5-libs - 1.5-7.i386 >Upgrading openssl - 0.9.8b-8.i686 >Upgrading python - 2.4.3-18.fc6.i386 >Upgrading openldap - 2.3.27-4.i386 >Upgrading module-init-tools - 3.3-0.pre1.4.17.i386 >Upgrading newt - 0.52.2-9.i386 >Upgrading libXft - 2.1.10-1.1.i386 >Upgrading pango - 1.14.4-3.fc6.i386 >Upgrading rhpl - 0.194-1.i386 >Upgrading alsa-lib - 1.0.12-2.fc6.i386 >warning: /etc/alsa/pcm/dmix.conf saved as /etc/alsa/pcm/dmix.conf.rpmsave >warning: /etc/alsa/pcm/dsnoop.conf saved as /etc/alsa/pcm/dsnoop.conf.rpmsave >Upgrading esound - 1:0.2.36-3.i386 >Upgrading sgml-common - 0.6.3-18.noarch >Upgrading hwdata - 0.191-1.noarch >Upgrading psmisc - 22.2-5.i386 >Upgrading gnome-menus - 2.16.0-2.fc6.i386 >Upgrading hicolor-icon-theme - 0.9-2.1.noarch >Upgrading gtk2 - 2.10.4-4.fc6.i386 >Upgrading GConf2 - 2.14.0-2.1.i386 >Upgrading libglade2 - 2.6.0-2.i386 >Upgrading libgnomecanvas - 2.14.0-4.1.i386 >Upgrading gnome-keyring - 0.6.0-1.fc6.i386 >Upgrading gail - 1.9.2-1.fc6.i386 >Upgrading libwnck - 2.16.0-4.fc6.i386 >Upgrading libutempter - 1.1.4-3.fc6.i386 >Upgrading poppler - 0.5.4-2.fc6.i386 >Upgrading pciutils - 2.2.3-4.i386 >Upgrading opensp - 1.5.2-3.1.i386 >Upgrading openjade - 1.3.2-27.i386 >Upgrading libsemanage - 1.6.17-1.i386 >Upgrading gettext - 0.14.6-3.fc6.i386 >Upgrading neon - 0.25.5-5.1.i386 >Upgrading libgssapi - 0.10-1.i386 >Upgrading e2fsprogs - 1.39-7.i386 >Upgrading tar - 2:1.15.1-19.i386 >Upgrading net-tools - 1.60-73.i386 >Upgrading pyxf86config - 0.3.31-2.fc6.i386 >Upgrading libxml2-python - 2.6.26-2.1.1.i386 >Upgrading dbus - 0.93-3.fc6.i386 >Upgrading dbus-glib - 0.70-4.i386 >Upgrading dbus-python - 0.70-6.i386 >Upgrading notification-daemon - 0.3.5-6.i386 >Upgrading cracklib - 2.8.9-3.1.i386 >Upgrading pam - 0.99.6.2-3.fc6.i386 >Upgrading util-linux - 2.13-0.44.fc6.i386 >Upgrading SysVinit - 2.86-14.i386 >Upgrading libuser - 0.54.7-2.i386 >Upgrading passwd - 0.73-1.i386 >Upgrading usermode - 1.87-3.i386 >Upgrading libwvstreams - 4.2.2-2.1.i386 >Upgrading bind-libs - 30:9.3.2-41.fc6.i386 >Upgrading at - 3.1.8-82.fc6.i386 >Upgrading libnotify - 0.4.2-4.fc6.i386 >Upgrading nfs-utils-lib - 1.0.8-7.2.i386 >Upgrading xorg-x11-utils - 7.1-2.fc6.i386 >Upgrading pyorbit - 2.14.1-1.1.i386 >Upgrading python-urlgrabber - 2.9.9-2.noarch >Upgrading python-elementtree - 1.2.6-5.i386 >Upgrading libselinux-python - 1.30.29-2.i386 >Upgrading python-sqlite - 1.1.7-1.2.1.i386 >Upgrading pycairo - 1.2.0-1.1.i386 >Upgrading audit-libs-python - 1.2.8-1.fc6.i386 >Upgrading python-numeric - 23.7-2.2.2.i386 >Upgrading libpcap - 14:0.9.4-8.1.i386 >Upgrading net-snmp-libs - 1:5.3.1-11.fc6.i386 >Upgrading gd - 2.0.33-9.3.fc6.i386 >Upgrading xml-common - 0.6.3-18.noarch >Upgrading docbook-dtds - 1.0-30.1.noarch >Upgrading scrollkeeper - 0.3.14-8.fc6.i386 >Upgrading tcsh - 6.14-11.i386 >Upgrading mtools - 3.9.10-2.fc6.i386 >Upgrading syslinux - 3.11-4.i386 >Upgrading lvm2 - 2.02.06-4.i386 >Upgrading MAKEDEV - 3.23-1.2.i386 >Upgrading udev - 095-14.i386 >Upgrading initscripts - 8.45.3-1.i386 >Upgrading policycoreutils - 1.30.30-1.i386 >Upgrading avahi - 0.6.11-6.fc6.i386 >Upgrading portmap - 4.0-65.2.2.1.i386 >Upgrading openssh - 4.3p2-10.i386 >Upgrading ypbind - 3:1.19-5.i386 >Upgrading avahi-glib - 0.6.11-6.fc6.i386 >Upgrading mcstrans - 0.1.8-3.i386 >Upgrading foomatic - 3.0.2-38.i386 >Upgrading cyrus-sasl - 2.1.22-4.i386 >Upgrading sendmail - 8.13.8-2.i386 >warning: /etc/mail/sendmail.cf created as /etc/mail/sendmail.cf.rpmnew >warning: /etc/mail/sendmail.mc created as /etc/mail/sendmail.mc.rpmnew >warning: /etc/mail/submit.cf created as /etc/mail/submit.cf.rpmnew >Upgrading sysklogd - 1.4.1-39.2.i386 >Upgrading vixie-cron - 4:4.1-64.fc6.i386 >Upgrading pm-utils - 0.19-3.i386 >Upgrading hal - 0.5.8.1-4.fc6.i386 >Upgrading kudzu - 1.2.57.1-2.i386 >Upgrading which - 2.16-7.i386 >Upgrading htmlview - 3.0.0-14.1.noarch >Upgrading lockdev - 1.0.1-10.i386 >Upgrading gphoto2 - 2.2.0-2.1.i386 >Upgrading vim-minimal - 2:7.0.109-3.i386 >Upgrading logrotate - 3.7.4-7.i386 >Upgrading ppp - 2.4.4-1.i386 >Upgrading selinux-policy - 2.3.18-10.noarch >Upgrading libwmf - 0.2.8.4-10.i386 >Upgrading gnome-icon-theme - 2.16.0.1-2.fc6.noarch >Upgrading gimp-libs - 2:2.2.13-1.fc6.i386 >Upgrading gtk2-engines - 2.8.0-1.fc6.i386 >Upgrading redhat-artwork - 5.0.8-1.fc6.i386 >Upgrading paps - 0.6.6-16.fc6.i386 >Upgrading cups - 1:1.2.4-9.i386 >warning: /etc/cups/classes.conf created as /etc/cups/classes.conf.rpmnew >warning: /etc/cups/cupsd.conf created as /etc/cups/cupsd.conf.rpmnew >warning: /etc/cups/mime.types created as /etc/cups/mime.types.rpmnew >Upgrading libgnomecups - 0.2.2-8.i386 >Upgrading qt - 1:3.3.6-13.i386 >Upgrading PyXML - 0.8.4-4.i386 >Upgrading yum-metadata-parser - 1.0-8.fc6.i386 >Upgrading pygobject2 - 2.12.1-1.fc6.i386 >Upgrading pygtk2 - 2.10.1-4.fc6.i386 >Upgrading pygtk2-libglade - 2.10.1-4.fc6.i386 >Upgrading curl - 7.15.5-1.fc6.i386 >Upgrading perl-Net-SSLeay - 1.30-4.fc6.i386 >Upgrading kpartx - 0.4.7-5.i386 >Upgrading dmraid - 1.0.0.rc13-1.fc6.i386 >Upgrading mkinitrd - 5.1.19-1.i386 >Upgrading kernel - 2.6.18-1.2798.fc6.i586 >Upgrading pcmciautils - 014-5.i386 >Upgrading mkbootdisk - 1.5.3-2.1.i386 >Upgrading gnome-python2-canvas - 2.16.0-1.fc6.i386 >Upgrading system-config-printer-libs - 0.7.32-1.i386 >Upgrading selinux-policy-targeted - 2.3.18-10.noarch >oracle homedir /opt/oracle or its parent directory conflicts with a >defined context in /etc/selinux/targeted/contexts/files/file_contexts, >/usr/sbin/genhomedircon will not create a new context. This usually indicates an incorrectly defined system account. If it is a system account please make sure its login shell is /sbin/nologin. >irc homedir /usr/local/ircd or its parent directory conflicts with a >defined context in /etc/selinux/targeted/contexts/files/file_contexts, >/usr/sbin/genhomedircon will not create a new context. This usually indicates an incorrectly defined system account. If it is a system account please make sure its login shell is /sbin/nologin. >partimag homedir /export/backup or its parent directory conflicts with a >defined context in /etc/selinux/targeted/contexts/files/file_contexts, >/usr/sbin/genhomedircon will not create a new context. This usually indicates an incorrectly defined system account. If it is a system account please make sure its login shell is /sbin/nologin. >Upgrading wvdial - 1.54.0-5.2.2.1.i386 >Upgrading sudo - 1.6.8p12-10.i386 >warning: /etc/sudoers created as /etc/sudoers.rpmnew >Upgrading sane-backends-libs - 1.0.18-5.fc6.i386 >Upgrading pinfo - 0.6.9-1.fc6.i386 >Upgrading smartmontools - 1:5.36-3.i386 >Upgrading microcode_ctl - 1:1.13-1.33.fc6.i386 >Upgrading apmd - 1:3.2.2-5.i386 >Upgrading fetchmail - 6.3.4-1.1.i386 >Upgrading mdadm - 2.5.4-2.fc6.i386 >Upgrading yp-tools - 2.9-0.1.i386 >Upgrading openssh-askpass - 4.3p2-10.i386 >Upgrading openssh-server - 4.3p2-10.i386 >Upgrading openssh-clients - 4.3p2-10.i386 >Upgrading nfs-utils - 1:1.0.9-8.fc6.i386 >Upgrading irqbalance - 1:1.13-4.fc6.i386 >Upgrading dhclient - 12:3.0.4-21.fc6.i386 >Upgrading rng-utils - 1:2.0-1.14.1.fc6.i386 >Upgrading cpuspeed - 1:1.2.1-1.40.fc6.i386 >Upgrading notify-python - 0.1.0-3.fc6.i386 >Upgrading bind-utils - 30:9.3.2-41.fc6.i386 >Upgrading authconfig - 5.3.10-1.i386 >Upgrading setuptool - 1.18.1-1.2.1.i386 >Upgrading system-config-keyboard - 1.2.10-2.noarch >Upgrading usermode-gtk - 1.87-3.i386 >Upgrading prelink - 0.3.9-2.i386 >Upgrading vnc-server - 4.1.2-3.fc6.i386 >Upgrading pam_krb5 - 2.2.11-1.i386 >Upgrading samba-common - 3.0.23c-2.i386 >Upgrading poppler-utils - 0.5.4-2.fc6.i386 >Upgrading xterm - 215-3.fc6.i386 >Upgrading xsri - 1:2.1.0-10.fc6.i386 >Upgrading tmpwatch - 2.9.7-1.1.i386 >Upgrading mesa-libGLU - 6.5.1-7.fc6.i386 >Upgrading usbutils - 0.71-2.1.i386 >Upgrading sox - 12.18.1-1.i386 >Upgrading alsa-utils - 1.0.12-3.fc6.i386 >Upgrading system-config-securitylevel-tui - 1.6.27-1.i386 >Upgrading ntsysv - 1.3.30-1.i386 >Upgrading autofs - 1:5.0.1-0.rc2.10.i386 >Upgrading tcpdump - 14:3.9.4-8.1.i386 >Upgrading wget - 1.10.2-7.i386 >Upgrading elinks - 0.11.1-5.i386 >Upgrading stunnel - 4.15-2.i386 >Upgrading nscd - 2.5-3.i386 >Upgrading logwatch - 7.3-5.noarch >Upgrading psacct - 6.3.2-41.1.i386 >Upgrading sysreport - 1.4.3-9.noarch >Upgrading ksh - 20060214-1.1.i386 >Upgrading readahead - 1:1.3-5.i386 >Upgrading parted - 1.7.1-16.fc6.i386 >Upgrading gnome-vfs2 - 2.16.0-4.fc6.i386 >Upgrading libgnome - 2.16.0-4.fc6.i386 >Upgrading libbonoboui - 2.16.0-1.fc6.i386 >Upgrading libgnomeui - 2.16.0-4.fc6.i386 >Upgrading gnome-python2 - 2.16.0-1.fc6.i386 >Upgrading gstreamer-plugins-base - 0.10.9-4.i386 >Upgrading gstreamer - 0.10.9-2.i386 >Upgrading chkfontpath - 1.10.1-1.1.i386 >Upgrading rpm - 4.4.2-32.i386 >Upgrading nautilus-extensions - 2.16.0-5.fc6.i386 >Upgrading rpm-libs - 4.4.2-32.i386 >Upgrading rpm-python - 4.4.2-32.i386 >Upgrading urw-fonts - 2.3-6.1.1.noarch >Upgrading ghostscript - 8.15.2-8.1.i386 >Upgrading libgnomeprint22 - 2.12.1-8.i386 >Upgrading libgnomeprintui22 - 2.12.1-6.i386 >Upgrading gnome-desktop - 2.16.0-1.fc6.i386 >Upgrading gnome-mount - 0.5-2.fc6.i386 >Upgrading xorg-x11-drv-keyboard - 1.1.0-2.1.i386 >Upgrading evolution-data-server - 1.8.0-11.fc6.i386 >Upgrading man - 1.6d-1.1.i386 >Upgrading xorg-x11-fonts-base - 7.1-2.noarch >Upgrading gstreamer-plugins-good - 0.10.4-1.fc6.i386 >Upgrading firefox - 1.5.0.7-7.fc6.i386 >Upgrading libgsf - 1.14.1-6.i386 >Upgrading librsvg2 - 2.16.0-2.fc6.i386 >Upgrading eel2 - 2.16.0-1.fc6.i386 >Upgrading gnome-python2-gnomevfs - 2.16.0-1.fc6.i386 >Upgrading xorg-x11-xfs - 1:1.0.2-3.1.i386 >Upgrading nautilus-cd-burner - 2.16.0-3.fc6.i386 >Upgrading gnome-media - 2.16.1-2.fc6.i386 >Upgrading gnome-panel - 2.16.0-4.fc6.i386 >Upgrading gthumb - 2.7.8-3.fc6.i386 >Upgrading gimp-print - 4.2.7-22.i386 >Upgrading system-config-network-tui - 1.3.95-1.noarch >Upgrading gnome-python2-extras - 2.14.2-4.fc6.i386 >Upgrading gnome-python2-libegg - 2.14.2-4.fc6.i386 >Upgrading system-config-network - 1.3.95-1.noarch >Upgrading mutt - 5:1.4.2.2-2.i386 >Upgrading redhat-lsb - 3.1-11.i386 >Upgrading gtkhtml3 - 3.12.0-1.fc6.i386 >Upgrading evince - 0.6.0-3.fc6.i386 >Upgrading yum - 3.0-6.noarch >Upgrading file-roller - 2.16.0-2.fc6.i386 >Upgrading gnome-python2-bonobo - 2.16.0-1.fc6.i386 >Upgrading gnome-python2-desktop - 2.16.0-1.fc6.i386 >Upgrading gnome-spell - 1.0.7-3.1.i386 >Upgrading gucharmap - 1.8.0-1.fc6.i386 >Upgrading gtkhtml2 - 2.11.0-3.i386 >Upgrading sane-backends - 1.0.18-5.fc6.i386 >Upgrading xorg-x11-drv-evdev - 1.1.2-2.1.i386 >Upgrading libsane-hpaio - 1.6.7-4.i386 >Upgrading xorg-x11-drv-vesa - 1.2.1-4.i386 >Upgrading xorg-x11-drv-mouse - 1.1.1-1.1.i386 >Upgrading xorg-x11-server-Xorg - 1.1.1-47.fc6.i386 >Upgrading xorg-x11-drv-void - 1.1.0-3.1.i386 >Upgrading xorg-x11-drv-microtouch - 1.1.0-1.1.i386 >Upgrading xorg-x11-drv-aiptek - 1.0.1-2.i386 >Upgrading xorg-x11-drv-magellan - 1.1.0-1.1.i386 >Upgrading xorg-x11-drv-chips - 1.1.1-2.1.i386 >Upgrading xorg-x11-drv-nsc - 2.8.1-2.1.i386 >Upgrading xorg-x11-drv-summa - 1.1.0-1.1.i386 >Upgrading xorg-x11-drv-acecad - 1.1.0-2.1.i386 >Upgrading xorg-x11-drv-digitaledge - 1.1.0-1.1.i386 >Upgrading xorg-x11-drv-hyperpen - 1.1.0-2.i386 >Upgrading xorg-x11-drv-ati - 6.6.2-4.fc6.i386 >Upgrading xorg-x11-drv-via - 0.2.1-7.i386 >Upgrading xorg-x11-drv-rendition - 4.1.0-3.1.i386 >Upgrading xorg-x11-drv-elographics - 1.1.0-1.1.i386 >Upgrading xorg-x11-drv-apm - 1.1.1-2.1.i386 >Upgrading xorg-x11-drv-siliconmotion - 1.4.1-2.1.i386 >Upgrading xorg-x11-drv-fbdev - 0.3.0-2.i386 >Upgrading xorg-x11-drv-palmax - 1.1.0-1.1.i386 >Upgrading xorg-x11-drv-magictouch - 1.0.0.5-2.1.i386 >Upgrading xorg-x11-drv-spaceorb - 1.1.0-1.1.i386 >Upgrading xorg-x11-drv-i740 - 1.1.0-2.1.i386 >Upgrading xorg-x11-drv-jamstudio - 1.1.0-1.1.i386 >Upgrading xorg-x11-drv-joystick - 1.1.0-1.1.i386 >Upgrading xorg-x11-drv-ark - 0.6.0-2.1.i386 >Upgrading xorg-x11-drv-dmc - 1.1.0-2.i386 >Upgrading xorg-x11-drv-savage - 2.1.1-5.fc6.i386 >Upgrading xorg-x11-drv-dynapro - 1.1.0-2.i386 >Upgrading xorg-x11-drv-ur98 - 1.1.0-1.1.i386 >Upgrading xorg-x11-drv-dummy - 0.2.0-2.1.i386 >Upgrading xorg-x11-drv-vmware - 10.13.0-2.1.i386 >Upgrading xorg-x11-drv-mutouch - 1.1.0-2.i386 >Upgrading xorg-x11-drv-mga - 1.4.2-1.fc6.i386 >Upgrading xorg-x11-drv-voodoo - 1.1.0-3.1.i386 >Upgrading xorg-x11-drv-penmount - 1.1.0-2.1.i386 >Upgrading xorg-x11-drv-i128 - 1.2.0-4.i386 >Upgrading xorg-x11-drv-cyrix - 1.1.0-4.i386 >Upgrading xorg-x11-drv-citron - 2.2.0-1.1.i386 >Upgrading xorg-x11-drv-tseng - 1.1.0-3.1.i386 >Upgrading xorg-x11-drv-neomagic - 1.1.1-2.1.i386 >Upgrading xorg-x11-drv-tdfx - 1.2.1-3.1.i386 >Upgrading xorg-x11-drv-sisusb - 0.8.1-4.1.i386 >Upgrading xorg-x11-drv-calcomp - 1.1.0-1.1.i386 >Upgrading xorg-x11-drv-s3 - 0.4.1-2.1.i386 >Upgrading xorg-x11-drv-v4l - 0.1.1-4.i386 >Upgrading xorg-x11-drv-glint - 1.1.1-4.1.i386 >Upgrading xorg-x11-drv-i810 - 1.6.5-9.fc6.i386 >Upgrading xorg-x11-drv-trident - 1.2.1-3.fc6.i386 >Upgrading xorg-x11-drv-vga - 4.1.0-2.1.i386 >Upgrading xorg-x11-drv-nv - 1.2.0-4.fc6.i386 >Upgrading xorg-x11-drv-fpit - 1.1.0-1.1.i386 >Upgrading xorg-x11-drv-cirrus - 1.1.0-2.fc6.i386 >Upgrading xorg-x11-drv-s3virge - 1.9.1-2.1.i386 >Upgrading xorg-x11-drv-sis - 0.9.1-7.i386 >Upgrading xorg-x11-drv-elo2300 - 1.1.0-1.1.i386 >Upgrading xorg-x11-drv-ast - 0.81.0-3.i386 >Upgrading xorg-x11-drv-vmmouse - 12.4.0-2.1.i386 >Upgrading xorg-x11-drivers - 7.1-3.i386 >/usr/bin/update-gdk-pixbuf-loaders: line 27: /etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders: No such file or directory >error: %postun(librsvg2-2.14.4-1.fc5.1.i386) scriptlet failed, exit status 1 >warning: /etc/sysconfig/rhn/sources saved as /etc/sysconfig/rhn/sources.rpmsave >Upgrading php-common - 5.1.6-3.i386 >Upgrading comps-extras - 11.1-1.1.noarch >Upgrading zlib-devel - 1.2.3-3.i386 >Upgrading freetype-devel - 2.2.1-10.fc6.i386 >Upgrading jpackage-utils - 1.6.6-1jpp.8.noarch >Upgrading gmp - 4.1.4-7.i386 >Upgrading libgtop2 - 2.14.4-2.fc6.i386 >Upgrading psutils - 1.17-26.1.i386 >Upgrading tetex-fonts - 3.0-32.fc6.i386 >Upgrading tetex-dvips - 3.0-32.fc6.i386 >Upgrading libbeagle - 0.2.10-3.fc6.i386 >Upgrading libxklavier - 3.0-1.fc6.i386 >Upgrading perl-URI - 1.35-3.noarch >Upgrading perl-BSD-Resource - 1.28-1.fc6.1.i386 >Upgrading glib2-devel - 2.12.3-2.fc6.i386 >Upgrading libXevie - 1.0.1-3.1.i386 >Upgrading libgpg-error-devel - 1.4-2.i386 >Upgrading libgcrypt-devel - 1.2.3-1.i386 >Upgrading libpng-devel - 2:1.2.10-7.i386 >Upgrading libattr-devel - 2.4.32-1.1.i386 >Upgrading libogg-devel - 2:1.1.3-2.fc6.i386 >Upgrading audiofile-devel - 1:0.2.6-5.i386 >Upgrading libXau-devel - 1.0.1-3.1.i386 >Upgrading dialog - 1.0.20051107-1.2.2.i386 >Upgrading glibc-headers - 2.5-3.i386 >Upgrading glibc-devel - 2.5-3.i386 >Upgrading libjpeg-devel - 6b-37.i386 >Upgrading netpbm-progs - 10.35-6.fc6.i386 >Upgrading flex - 2.5.4a-41.fc6.i386 >Upgrading xml-commons - 1.3.02-0.b2.7jpp.10.i386 >Upgrading libXdamage - 1.0.3-2.1.i386 >Upgrading libXcomposite - 0.3-5.1.i386 >Upgrading elfutils-libs - 0.123-1.fc6.i386 >Upgrading vim-common - 2:7.0.109-3.i386 >Upgrading libgomp - 4.1.1-30.i386 >Upgrading gcc - 4.1.1-30.i386 >Upgrading fribidi - 0.10.7-5.1.i386 >Upgrading libtool-ltdl - 1.5.22-6.1.i386 >Upgrading unixODBC - 2.2.11-7.1.i386 >Upgrading libmng-devel - 1.0.9-5.1.i386 >Upgrading libvorbis-devel - 1:1.1.2-1.2.1.i386 >Upgrading libacl-devel - 2.2.39-1.1.i386 >Upgrading xorg-x11-xinit - 1.0.2-12.fc6.i386 >Upgrading gnuplot - 4.0.0-12.i386 >Upgrading libgcj-devel - 4.1.1-30.i386 >Upgrading bzip2-devel - 1.0.3-3.i386 >Upgrading sendmail-cf - 8.13.8-2.i386 >Upgrading xorg-x11-fonts-100dpi - 7.1-2.noarch >Upgrading xorg-x11-fonts-75dpi - 7.1-2.noarch >Upgrading xorg-x11-fonts-ISO8859-1-100dpi - 7.1-2.noarch >Upgrading libidn-devel - 0.6.5-1.1.i386 >Upgrading enscript - 1.6.4-4.fc6.i386 >Upgrading fontconfig-devel - 2.4.1-3.fc6.i386 >Upgrading xorg-x11-twm - 1:1.0.1-3.1.i386 >Upgrading pcre-devel - 6.6-1.1.i386 >Upgrading sqlite-devel - 3.3.6-2.i386 >Upgrading gcc-java - 4.1.1-30.i386 >Upgrading alsa-lib-devel - 1.0.12-2.fc6.i386 >Upgrading libtiff-devel - 3.8.2-6.fc6.i386 >Upgrading units - 1.85-1.2.2.i386 >Upgrading guile - 5:1.8.0-8.20060831cvs.i386 >Upgrading indent - 2.2.9-14.fc6.i386 >Upgrading e2fsprogs-devel - 1.39-7.i386 >Upgrading tux - 3.2.18-9.fc6.i386 >Upgrading libart_lgpl-devel - 2.3.17-4.i386 >Upgrading expat-devel - 1.95.8-8.2.1.i386 >Upgrading libicu - 3.6-4.i386 >Upgrading ctags - 5.6-1.1.i386 >Upgrading dbus-x11 - 0.93-3.fc6.i386 >Upgrading cdda2wav - 9:2.01-10.i386 >Upgrading lrzsz - 0.12.20-22.1.i386 >Upgrading libICE-devel - 1.0.1-2.1.i386 >Upgrading libXinerama-devel - 1.0.1-2.1.i386 >Upgrading libXcursor-devel - 1.1.7-1.1.i386 >Upgrading httpd-manual - 2.2.3-5.i386 >Upgrading libXdmcp-devel - 1.0.1-2.1.i386 >Upgrading libXv-devel - 1.0.1-4.1.i386 >Upgrading libXxf86dga-devel - 1.0.1-3.1.i386 >Upgrading gnome-audio - 2.0.0-3.1.1.noarch >Upgrading libXrandr-devel - 1.1.1-3.1.i386 >Upgrading jdepend - 2.6-6jpp.1.i386 >Upgrading libgcj - 4.1.1-30.i386 >warning: /usr/lib/security/classpath.security created as /usr/lib/security/classpath.security.rpmnew >Upgrading postgresql-libs - 8.1.4-1.1.i386 >Upgrading apr - 1.2.7-10.i386 >Upgrading apr-util - 1.2.7-3.i386 >Upgrading w3m - 0.5.1-14.1.i386 >Upgrading perl-SGMLSpm - 1.03ii-16.2.1.noarch >Upgrading arts - 8:1.5.4-1.i386 >Upgrading at-spi - 1.7.11-2.fc6.i386 >Upgrading distcache - 1.4.5-14.1.i386 >Upgrading docbook-style-dsssl - 1.79-4.1.noarch >Upgrading docbook-style-xsl - 1.69.1-5.1.noarch >Upgrading gnome-doc-utils - 0.8.0-2.fc6.noarch >Upgrading tetex - 3.0-32.fc6.i386 >Upgrading tetex-latex - 3.0-32.fc6.i386 >Upgrading xmltex - 20020625-8.noarch >Upgrading passivetex - 1.25-5.1.1.noarch >Upgrading jadetex - 3.12-13.1.1.noarch >Upgrading alchemist - 1.0.36-1.2.2.i386 >Upgrading libxml2-devel - 2.6.26-2.1.1.i386 >Upgrading bitmap-fonts - 0.3-5.1.1.noarch >Upgrading krb5-devel - 1.5-7.i386 >Upgrading httpd - 2.2.3-5.i386 >Upgrading mod_perl - 2.0.2-6.1.i386 >Upgrading perl-DBI - 1.52-1.fc6.i386 >Upgrading mysql - 5.0.22-2.1.i386 >Upgrading docbook-utils - 0.6.14-5.1.noarch >Upgrading samba - 3.0.23c-2.i386 >Upgrading vte - 0.14.0-1.fc6.i386 >Upgrading system-config-printer - 0.7.32-1.i386 >Upgrading perl-DBD-MySQL - 3.0007-1.fc6.i386 >Upgrading lm_sensors - 2.10.0-3.1.i386 >Upgrading avahi-qt3 - 0.6.11-6.fc6.i386 >Upgrading postgresql - 8.1.4-1.1.i386 >Upgrading isdn4k-utils - 3.2-50.i386 >Upgrading linuxdoc-tools - 0.9.21-7.1.i386 >Upgrading zenity - 2.16.0-1.fc6.i386 >Upgrading php-cli - 5.1.6-3.i386 >Upgrading php - 5.1.6-3.i386 >Upgrading metacity - 2.16.0-5.fc6.i386 >Upgrading hal-cups-utils - 0.6.2-4.i386 >Upgrading htdig - 3:3.2.0b6-6.4.3.i386 >Upgrading php-ldap - 5.1.6-3.i386 >Upgrading postgresql-server - 8.1.4-1.1.i386 >Upgrading system-config-samba - 1.2.35-1.1.noarch >Upgrading system-config-soundcard - 2.0.3-2.fc6.noarch >Upgrading system-config-nfs - 1.3.19-1.1.noarch >Upgrading docbook-utils-pdf - 0.6.14-5.1.noarch >Upgrading system-config-services - 0.9.1-1.fc6.noarch >Upgrading perl-DBD-Pg - 1.49-1.fc6.i386 >Upgrading mod_ssl - 1:2.2.3-5.i386 >Upgrading bind - 30:9.3.2-41.fc6.i386 >Upgrading vsftpd - 2.0.5-8.i386 >Upgrading openssl-devel - 0.9.8b-8.i386 >Upgrading libxslt-devel - 1.1.17-1.1.i386 >Upgrading system-config-securitylevel - 1.6.27-1.i386 >Upgrading system-config-rootpassword - 1.1.9-1.noarch >Upgrading system-config-language - 1.1.11-2.noarch >Upgrading esound-devel - 1:0.2.36-3.i386 >Upgrading xmlto - 0.0.18-13.1.i386 >Upgrading samba-client - 3.0.23c-2.i386 >Upgrading squid - 7:2.6.STABLE4-1.fc6.i386 >warning: /etc/squid/squid.conf created as /etc/squid/squid.conf.rpmnew >Upgrading xorg-x11-xdm - 1:1.0.5-5.fc6.i386 >Upgrading minicom - 2.1-3.i386 >Upgrading gnome-user-docs - 2.16.0-2.fc6.noarch >Upgrading vorbis-tools - 1:1.1.1-2.i386 >Upgrading libxslt-python - 1.1.17-1.1.i386 >Upgrading gjdoc - 0.7.7-11.i386 >Upgrading gtkspell - 2.0.11-2.1.i386 >Upgrading xorg-x11-apps - 7.1-3.fc6.i386 >Upgrading ntp - 4.2.2p1-3.i386 >warning: /etc/ntp.conf created as /etc/ntp.conf.rpmnew >Upgrading xorg-x11-fonts-truetype - 7.1-2.noarch >Upgrading xorg-x11-fonts-misc - 7.1-2.noarch >Upgrading xorg-x11-fonts-Type1 - 7.1-2.noarch >Upgrading a2ps - 4.13b-57.i386 >warning: /usr/share/a2ps/afm/fonts.map created as /usr/share/a2ps/afm/fonts.map.rpmnew >Upgrading vim-enhanced - 2:7.0.109-3.i386 >Upgrading xorg-x11-proto-devel - 7.1-9.fc6.i386 >Upgrading java-1.4.2-gcj-compat - 1.4.2.0-40jpp.110.i386 >Upgrading gtksourceview - 1.8.0-1.fc6.i386 >Upgrading mesa-libGL-devel - 6.5.1-7.fc6.i386 >Upgrading libgail-gnome - 1.1.3-1.2.1.i386 >Upgrading gnome-netstatus - 2.12.0-5.1.i386 >Upgrading libX11-devel - 1.0.3-4.fc6.i386 >Upgrading libXrender-devel - 0.9.1-3.1.i386 >Upgrading libXext-devel - 1.0.1-2.1.i386 >Upgrading cairo-devel - 1.2.4-1.fc6.i386 >Upgrading libXft-devel - 2.1.10-1.1.i386 >Upgrading libSM-devel - 1.0.1-3.1.i386 >Upgrading gimp - 2:2.2.13-1.fc6.i386 >Upgrading gnome-vfs2-smb - 2.16.0-4.fc6.i386 >Upgrading kdelibs - 6:3.5.4-10.fc6.i386 >Upgrading planner - 0.14-3.i386 >Upgrading antlr - 2.7.6-4jpp.2.i386 >Upgrading gcalctool - 5.8.24-2.fc6.i386 >Upgrading kdnssd-avahi - 0.1.3-0.1.20060713svn.fc6.i386 >Upgrading gnome-utils - 1:2.16.0-1.fc6.i386 >Upgrading nautilus - 2.16.0-5.fc6.i386 >Upgrading gimp-print-plugin - 4.2.7-22.i386 >Upgrading gimp-data-extras - 2.0.1-1.1.1.noarch >Upgrading yelp - 2.16.0-4.fc6.i386 >Upgrading libXt-devel - 1.0.2-3.1.fc6.i386 >Upgrading pango-devel - 1.14.4-3.fc6.i386 >Upgrading pirut - 1.2.5-1.noarch >Upgrading mesa-libGLU-devel - 6.5.1-7.fc6.i386 >Upgrading ImageMagick - 6.2.8.0-3.fc6.i386 >Upgrading gdm - 1:2.16.0-10.fc6.i386 >Upgrading gnome-games - 1:2.16.0-1.fc6.i386 >Upgrading libwpd - 0.8.6-1.i386 >Upgrading gnome-python2-gnomeprint - 2.16.0-1.fc6.i386 >Upgrading eog - 2.16.0.1-2.fc6.i386 >Upgrading xml-commons-apis - 1.3.02-0.b2.7jpp.10.i386 >Upgrading gnome-python2-applet - 2.16.0-1.fc6.i386 >Upgrading desktop-printing - 0.19-16.fc6.i386 >Upgrading gnome-system-monitor - 2.16.0-1.fc6.i386 >Upgrading gnome-terminal - 2.16.0-2.fc6.i386 >Upgrading control-center - 1:2.16.0-9.fc6.i386 >Upgrading gnome-python2-gtksourceview - 2.16.0-1.fc6.i386 >Upgrading gnome-volume-manager - 2.15.0-2.fc6.i386 >Upgrading gnome-applets - 1:2.16.0.1-7.fc6.i386 >Upgrading gnome-python2-gconf - 2.16.0-1.fc6.i386 >Upgrading gnome-session - 2.16.0-3.fc6.i386 >Upgrading gedit - 1:2.15.9-1.fc6.i386 >Upgrading sane-frontends - 1.0.14-1.2.2.i386 >Upgrading rhpxl - 0.39-2.i386 >Upgrading system-config-display - 1.0.45-1.noarch >Upgrading synaptics - 0.14.4-8.fc6.i386 >/usr/bin/update-gdk-pixbuf-loaders: line 27: /etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders: No such file or directory >error: %postun(librsvg2-2.14.4-1.fc5.1.i386) scriptlet failed, exit status 1 >Upgrading perl-XML-Parser - 2.34-6.1.2.2.1.i386 >Upgrading elfutils-libelf-devel - 0.123-1.fc6.i386 >Upgrading elfutils - 0.123-1.fc6.i386 >Upgrading xdelta - 1.1.3-20.i386 >Upgrading elfutils-devel - 0.123-1.fc6.i386 >Upgrading slang-devel - 2.0.6-3.i386 >Upgrading db4-devel - 4.3.29-9.fc6.i386 >Upgrading inews - 2.4.3-6.fc6.i386 >Upgrading gdb - 6.5-8.fc6.i386 >Upgrading tcl - 8.4.13-3.fc6.i386 >Upgrading atk-devel - 1.12.2-1.fc6.i386 >Upgrading libtermcap-devel - 2.0.8-46.1.i386 >Upgrading readline-devel - 5.1-1.1.i386 >Upgrading libXvMC - 1.0.2-2.1.i386 >Upgrading libsepol-devel - 1.12.27-1.i386 >Upgrading libfontenc-devel - 1.0.2-2.1.i386 >Upgrading gsl - 1.8-1.1.i386 >Upgrading intltool - 0.35.0-2.i386 >Upgrading imake - 1.0.2-3.i386 >Upgrading perl-libxml-perl - 0.08-1.2.1.noarch >Upgrading perl-TimeDate - 1:1.16-3.2.1.noarch >Upgrading compat-db - 4.2.52-5.1.i386 >Upgrading libstdc++-devel - 4.1.1-30.i386 >Upgrading compat-libstdc++-33 - 3.2.3-61.i386 >Upgrading xorg-x11-util-macros - 1.0.2-4.fc6.i386 >Upgrading apr-devel - 1.2.7-10.i386 >Upgrading gcc-c++ - 4.1.1-30.i386 >Upgrading pilot-link-devel - 2:0.11.8-16.i386 >Upgrading festival-devel - 1.95-5.2.1.i386 >Upgrading efax - 0.9-27.2.1.i386 >Upgrading tclx - 8.4.0-5.fc6.i386 >Upgrading giflib-devel - 4.1.3-7.1.i386 >Upgrading pstack - 1.2-7.2.2.i386 >Upgrading gpm-devel - 1.20.1-74.1.i386 >Upgrading bison - 2.3-2.1.i386 >Upgrading xorg-x11-fonts-ISO8859-9-100dpi - 7.1-2.noarch >Upgrading xorg-x11-server-Xnest - 1.1.1-47.fc6.i386 >Upgrading gamin-devel - 0.1.7-7.fc6.i386 >Upgrading xorg-x11-resutils - 7.1-2.fc6.i386 >Upgrading php-pdo - 5.1.6-3.i386 >Upgrading xorg-x11-xfwp - 1.0.1-3.1.i386 >Upgrading ImageMagick-c++ - 6.2.8.0-3.fc6.i386 >Upgrading cscope - 15.5-15.fc6.1.i386 >Upgrading statserial - 1.1-38.2.2.i386 >Upgrading ncurses-devel - 5.5-24.20060715.i386 >Upgrading nasm - 0.98.39-3.2.2.i386 >Upgrading texinfo - 4.8-11.1.i386 >Upgrading gmp-devel - 4.1.4-7.i386 >Upgrading gdbm-devel - 1.8.0-26.2.1.i386 >Upgrading rwho - 0.17-26.i386 >Upgrading ipvsadm - 1.24-8.1.i386 >Upgrading mtx - 1.2.18-8.2.2.i386 >Upgrading xdelta-devel - 1.1.3-20.i386 >Upgrading ImageMagick-c++-devel - 6.2.8.0-3.fc6.i386 >Upgrading ElectricFence - 2.2.2-20.2.2.i386 >Upgrading tftp-server - 0.42-3.1.i386 >Upgrading patchutils - 0.2.31-2.2.2.i386 >Upgrading dev86 - 0.16.17-2.2.i386 >Upgrading compat-slang - 1.4.9-27.2.2.i386 >Upgrading procinfo - 18-19.i386 >Upgrading sysfsutils - 2.0.0-6.i386 >Upgrading netpbm-devel - 10.35-6.fc6.i386 >Upgrading unixODBC-devel - 2.2.11-7.1.i386 >Upgrading libdrm-devel - 2.0.2-1.1.i386 >Upgrading cleanfeed - 0.95.7b-21.1.1.noarch >Upgrading perl-Net-Telnet - 3.03-5.noarch >Upgrading perl-File-MMagic - 1.27-1.noarch >Upgrading libcap-devel - 1.10-25.i386 >Upgrading ltrace - 0.5-6.45svn.fc6.i386 >Upgrading db4-utils - 4.3.29-9.fc6.i386 >Upgrading doxygen - 1:1.4.7-1.1.i386 >Upgrading diffstat - 1.41-1.2.2.i386 >Upgrading compat-libstdc++-296 - 2.96-138.i386 >Upgrading strace - 4.5.14-3.i386 >Upgrading lslk - 1.29-17.i386 >Upgrading adjtimex - 1.20-2.1.i386 >Upgrading rusers - 0.17-47.i386 >Upgrading rcs - 5.7-30.1.i386 >Upgrading byacc - 1.9-29.2.2.i386 >Upgrading libselinux-devel - 1.30.29-2.i386 >Upgrading libXTrap-devel - 1.0.0-3.1.i386 >Upgrading libXcomposite-devel - 0.3-5.1.i386 >Upgrading libXtst-devel - 1.0.1-3.1.i386 >Upgrading libXmu-devel - 1.0.2-5.i386 >Upgrading hfsutils-devel - 3.2.6-7.2.2.i386 >Upgrading postgresql-jdbc - 8.1.407-1jpp.4.i386 >Upgrading libXres-devel - 1.0.1-3.1.i386 >Upgrading lockdev-devel - 1.0.1-10.i386 >Upgrading libXi-devel - 1.0.1-3.1.i386 >Upgrading libXfixes-devel - 4.0.1-2.1.i386 >Upgrading krbafs-devel - 1.2.2-10.1.i386 >Upgrading libXfontcache-devel - 1.0.2-3.1.i386 >Upgrading libXdamage-devel - 1.0.3-2.1.i386 >Upgrading libXxf86misc-devel - 1.0.1-3.1.i386 >Upgrading pam-devel - 0.99.6.2-3.fc6.i386 >Upgrading libXevie-devel - 1.0.1-3.1.i386 >Upgrading libXxf86vm-devel - 1.0.1-3.1.i386 >Upgrading xorg-x11-docs - 1.2-4.fc6.noarch >Upgrading autoconf - 2.59-12.noarch >Upgrading Xaw3d - 1.5E-10.1.i386 >Upgrading automake - 1.9.6-2.1.noarch >Upgrading cyrus-sasl-devel - 2.1.22-4.i386 >Upgrading openldap-devel - 2.3.27-4.i386 >Upgrading neon-devel - 0.25.5-5.1.i386 >Upgrading postfix - 2:2.3.3-2.i386 >Upgrading perl-Archive-Zip - 1.16-1.2.1.noarch >Upgrading emacs-common - 21.4-17.i386 >Upgrading g-wrap - 1.9.6-7.1.i386 >Upgrading system-switch-mail - 0.5.25-10.noarch >Upgrading inn - 2.4.3-6.fc6.i386 >Upgrading subversion - 1.3.2-6.i386 >Upgrading openldap-servers - 2.3.27-4.i386 >Upgrading krbafs - 1.2.2-10.1.i386 >Upgrading xchat - 1:2.6.6-4.fc6.i386 >Upgrading wordtrans-web - 1.1pre13-14.i386 >Upgrading system-switch-mail-gnome - 0.5.25-10.noarch >Upgrading postgresql-contrib - 8.1.4-1.1.i386 >Upgrading postgresql-devel - 8.1.4-1.1.i386 >Upgrading rusers-server - 0.17-47.i386 >Upgrading perl-XML-Dumper - 0.81-2.fc6.noarch >Upgrading htdig-web - 3:3.2.0b6-6.4.3.i386 >Upgrading mod_authz_ldap - 0.26-7.1.i386 >Upgrading curl-devel - 7.15.5-1.fc6.i386 >Upgrading apr-util-devel - 1.2.7-3.i386 >Upgrading switchdesk-gui - 4.0.8-6.noarch >Upgrading vlock - 1.3-23.i386 >Upgrading libtool - 1.5.22-6.1.i386 >Upgrading postgresql-tcl - 8.1.4-1.1.i386 >Upgrading unixODBC-kde - 2.2.11-7.1.i386 >Upgrading aqbanking - 2.1.0-9.i386 >Upgrading newt-devel - 0.52.2-9.i386 >Upgrading netconfig - 0.8.24-1.2.2.1.i386 >Upgrading nmap-frontend - 2:4.11-1.1.i386 >Upgrading gftp - 1:2.0.18-3.2.2.i386 >Upgrading python-devel - 2.4.3-18.fc6.i386 >Upgrading m2crypto - 0.16-2.1.i386 >Upgrading authd - 1.4.3-9.i386 >Upgrading rdesktop - 1.4.1-4.i386 >Upgrading perl-Crypt-SSLeay - 0.51-9.2.2.1.i386 >Upgrading libXpm-devel - 3.5.5-3.i386 >Upgrading gnu-crypto - 2.1.0-2jpp.1.i386 >Upgrading rpm-devel - 4.4.2-32.i386 >Upgrading jessie - 1.0.1-7.i386 >Upgrading gtk2-devel - 2.10.4-4.fc6.i386 >Upgrading Xaw3d-devel - 1.5E-10.1.i386 >Upgrading libXaw-devel - 1.0.2-8.1.i386 >Upgrading emacs - 21.4-17.i386 >Upgrading libXvMC-devel - 1.0.2-2.1.i386 >Upgrading net-snmp-devel - 1:5.3.1-11.fc6.i386 >Upgrading gnome-python2-gtkhtml2 - 2.14.2-4.fc6.i386 >Upgrading gd-devel - 2.0.33-9.3.fc6.i386 >Upgrading wordtrans-kde - 1.1pre13-14.i386 >Upgrading kdbg - 1:2.0.2-1.2.1.i386 >Upgrading bug-buddy - 1:2.16.0-1.fc6.i386 >Upgrading rpm-build - 4.4.2-32.i386 >Upgrading libXScrnSaver-devel - 1.1.0-3.1.i386 >Upgrading libXfont-devel - 1.2.2-1.fc6.i386 >Upgrading system-config-kickstart - 2.6.13-1.noarch >/usr/bin/update-gdk-pixbuf-loaders: line 27: /etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders: No such file or directory >error: %postun(librsvg2-2.14.4-1.fc5.1.i386) scriptlet failed, exit status 1 >Upgrading wordtrans - 1.1pre13-14.i386 >Upgrading libXp - 1.0.0-8.i386 >Upgrading tk - 8.4.13-3.fc6.i386 >Upgrading expect - 5.43.0-5.1.i386 >Upgrading slib - 3a3-2.noarch >Upgrading beecrypt-devel - 4.1.2-10.1.1.i386 >Upgrading switchdesk - 4.0.8-6.noarch >Upgrading perl-Date-Calc - 5.4-1.2.2.1.i386 >Upgrading perl-Inline - 0.44-15.2.1.noarch >Upgrading perl-Bit-Vector - 6.4-2.2.2.1.i386 >Upgrading xorg-x11-xsm - 1.0.2-4.fc6.i386 >Upgrading mgetty-sendfax - 1.1.33-9.fc6.i386 >Upgrading bridge-utils - 1.1-2.i386 >Upgrading libXp-devel - 1.0.0-8.i386 >Upgrading dejagnu - 1:1.4.4-5.1.noarch >Upgrading dvgrab - 2.0-1.2.2.i386 >Upgrading cdparanoia-devel - alpha9.8-27.2.i386 >Upgrading groff-gxditview - 1.18.1.1-11.1.i386 >Upgrading giflib-utils - 4.1.3-7.1.i386 >Upgrading libxkbfile-devel - 1.0.3-3.1.i386 >Upgrading aspell-devel - 12:0.60.3-7.1.i386 >Upgrading xorg-x11-fonts-ISO8859-15-100dpi - 7.1-2.noarch >Upgrading xorg-x11-fonts-ISO8859-2-75dpi - 7.1-2.noarch >Upgrading perl-suidperl - 4:5.8.8-10.i386 >Upgrading libexif-devel - 0.6.13-2.i386 >Upgrading xorg-x11-server-Xvfb - 1.1.1-47.fc6.i386 >Upgrading mgetty-viewfax - 1.1.33-9.fc6.i386 >Upgrading iptraf - 3.0.0-4.1.i386 >Upgrading gperf - 3.0.1-7.2.2.i386 >Upgrading sox-devel - 12.18.1-1.i386 >Upgrading ghostscript-devel - 8.15.2-8.1.i386 >Upgrading compat-readline43 - 4.3-3.i386 >Upgrading ipxutils - 2.2.6-5.i386 >Upgrading genromfs - 0.5.1-3.2.2.i386 >Upgrading mt-st - 0.9b-2.2.2.i386 >Upgrading libdmx-devel - 1.0.2-3.1.i386 >Upgrading compat-libgcc-296 - 2.96-138.i386 >Upgrading alchemist-devel - 1.0.36-1.2.2.i386 >Upgrading sendmail-doc - 8.13.8-2.i386 >Upgrading gnome-audio-extra - 2.0.0-3.1.1.noarch >Upgrading lynx - 2.8.5-28.1.i386 >Upgrading xinetd - 2:2.3.14-8.i386 >Upgrading perl-libwww-perl - 5.805-1.1.1.noarch >Upgrading net-snmp - 1:5.3.1-11.fc6.i386 >warning: /etc/rc.d/init.d/snmpd created as /etc/rc.d/init.d/snmpd.rpmnew >Upgrading tkinter - 2.4.3-18.fc6.i386 >Upgrading nmap - 2:4.11-1.1.i386 >Upgrading openssl097a - 0.9.7a-9.i386 >Upgrading pyparted - 1.7.3-2.fc6.i386 >Upgrading python-tools - 2.4.3-18.fc6.i386 >Upgrading gimp-print-cups - 4.2.7-22.i386 >Upgrading php-mysql - 5.1.6-3.i386 >Upgrading sysstat - 7.0.0-1.i386 >Upgrading net-snmp-utils - 1:5.3.1-11.fc6.i386 >Upgrading samba-swat - 3.0.23c-2.i386 >Upgrading finger-server - 0.17-32.2.1.1.i386 >Upgrading rwall-server - 0.17-25.2.2.i386 >Upgrading setools - 2.4-2.1.i386 >Upgrading httpd-devel - 2.2.3-5.i386 >Upgrading vnc - 4.1.2-3.fc6.i386 >Upgrading privoxy - 3.0.3-9.2.2.i386 >Upgrading screen - 4.0.2-15.1.i386 >Upgrading timidity++ - 2.13.2-1.2.2.i386 >Upgrading gd-progs - 2.0.33-9.3.fc6.i386 >Upgrading doxygen-doxywizard - 1:1.4.7-1.1.i386 >Upgrading vim-X11 - 2:7.0.109-3.i386 >Upgrading openldap-clients - 2.3.27-4.i386 >Upgrading pyOpenSSL - 0.6-1.p24.7.2.2.i386 >Upgrading epic - 4:2.4-1.i386 >Upgrading krb5-server - 1.5-7.i386 >Upgrading zsh - 4.2.6-1.i386 >Upgrading reiserfs-utils - 2:3.6.19-2.4.1.i386 >Upgrading ImageMagick-devel - 6.2.8.0-3.fc6.i386 >Upgrading gnucash - 2.0.1-6.fc6.i386 >Upgrading ImageMagick-perl - 6.2.8.0-3.fc6.i386 >Upgrading transfig - 1:3.2.4-16.i386 >Upgrading sane-backends-devel - 1.0.18-5.fc6.i386 >/usr/bin/update-gdk-pixbuf-loaders: line 27: /etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders: No such file or directory >error: %postun(librsvg2-2.14.4-1.fc5.1.i386) scriptlet failed, exit status 1 >warning: /etc/xinetd.d/time saved as /etc/xinetd.d/time.rpmsave >warning: /etc/xinetd.d/echo-udp saved as /etc/xinetd.d/echo-udp.rpmsave >Upgrading perl-Carp-Clan - 5.3-1.2.1.noarch >Upgrading lcms-devel - 1.15-1.2.2.i386 >Upgrading libieee1284-devel - 0.2.9-3.2.2.i386 >Upgrading checkpolicy - 1.30.12-1.i386 >Upgrading tix - 1:8.4.0-11.fc6.i386 >Upgrading libusb-devel - 0.1.12-5.1.i386 >Upgrading mikmod - 3.1.6-38.1.i386 >Upgrading pnm2ppa - 1:1.04-13.2.2.i386 >Upgrading perl-DateManip - 5.44-1.2.1.noarch >Upgrading mpage - 2.5.4-7.1.i386 >Upgrading cdrecord-devel - 9:2.01-10.i386 >Upgrading xorg-x11-fonts-cyrillic - 7.1-2.noarch >Upgrading xorg-x11-fonts-ISO8859-2-100dpi - 7.1-2.noarch >Upgrading xorg-x11-fonts-ISO8859-9-75dpi - 7.1-2.noarch >Upgrading xorg-x11-fonts-ISO8859-15-75dpi - 7.1-2.noarch >Upgrading hfsutils - 3.2.6-7.2.2.i386 >Upgrading tftp - 0.42-3.1.i386 >Upgrading hexedit - 1.2.12-3.2.1.i386 >Upgrading sharutils - 4.6.1-2.i386 >Upgrading groff-perl - 1.18.1.1-11.1.i386 >Upgrading dhcp - 12:3.0.4-21.fc6.i386 >Upgrading gphoto2-devel - 2.2.0-2.1.i386 >Upgrading openssl-perl - 0.9.8b-8.i386 >Upgrading zisofs-tools - 1.0.6-3.2.2.i386 >Upgrading rwall - 0.17-25.2.2.i386 >Upgrading nkf - 2.07-1.1.fc6.i386 >Upgrading x86info - 1:1.20-1.26.fc6.i386 >Upgrading php-mbstring - 5.1.6-3.i386 >Upgrading ncompress - 4.2.4-47.i386 >Upgrading selinux-doc - 1.26-1.1.noarch >Upgrading inn-devel - 2.4.3-6.fc6.i386 >Upgrading sendmail-devel - 8.13.8-2.i386 >Upgrading nasm-doc - 0.98.39-3.2.2.i386 >Upgrading busybox - 1:1.2.0-3.i386 >Upgrading libFS-devel - 1.0.0-3.1.i386 >Upgrading pykickstart - 0.36-1.noarch >Upgrading libofx - 0.8.2-1.i386 >Upgrading pvm - 3.4.5-7.fc6.1.i386 >Upgrading perl-XML-Grove - 0.46alpha-29.1.1.noarch >Upgrading perl-XML-Twig - 3.26-1.fc6.noarch >Upgrading perl-PDL - 2.4.2-4.fc5.1.i386 >Upgrading am-utils - 5:6.1.5-4.i386 >Upgrading gwenhywfar - 2.3.0-4.i386 >Upgrading pvm-gui - 3.4.5-7.fc6.1.i386 >Upgrading isdn4k-utils-vboxgetty - 3.2-50.i386 >Upgrading php-pear - 1:1.4.9-4.noarch >Upgrading talk-server - 0.17-29.2.2.i386 >Upgrading telnet-server - 1:0.17-37.i386 >Upgrading ypserv - 2.19-3.i386 >Upgrading bootparamd - 0.17-24.devel.2.1.i386 >Upgrading arpwatch - 14:2.1a13-15.8.1.i386 >Upgrading rsh-server - 0.17-36.i386 >Upgrading mozplugger - 1.7.3-3.1.i386 >Upgrading tetex-xdvi - 3.0-32.fc6.i386 >Upgrading psgml - 1.2.5-4.3.noarch >Upgrading xcdroast - 0.98a15-12.2.2.i386 >Upgrading awesfx - 0.5.0d-3.2.1.i386 >Upgrading python-docs - 2.4.3-1.1.noarch >Upgrading cyrus-sasl-md5 - 2.1.22-4.i386 >Upgrading k3b - 0.12.15-3.1.1.i386 >Upgrading xfig - 3.2.4-21.1.i386 >Upgrading gimp-devel - 2:2.2.13-1.fc6.i386 >Upgrading system-config-bind - 4.0.1-2.fc6.noarch >Upgrading hwbrowser - 0.27-2.noarch >/usr/bin/update-gdk-pixbuf-loaders: line 27: /etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders: No such file or directory >error: %postun(librsvg2-2.14.4-1.fc5.1.i386) scriptlet failed, exit status 1
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 247959
: 159040