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 625212 Details for
Bug 865173
error: cannot invoke setopt() - perform() is currently running
[?]
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.
File: anaconda-tb
anaconda-tb (text/plain), 211.17 KB, created by
Reartes Guillermo
on 2012-10-10 22:57:03 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Reartes Guillermo
Created:
2012-10-10 22:57:03 UTC
Size:
211.17 KB
patch
obsolete
>anaconda 18.14 exception report >Traceback (most recent call first): > File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1343, in _set_opts > self.curl_obj.setopt(pycurl.NOPROGRESS, False) > File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1589, in _do_open > self._set_opts() > File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1237, in __init__ > self._do_open() > File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1085, in retryfunc > return PyCurlFileObject(url, filename=None, opts=opts) > File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1043, in _retry > r = apply(func, (opts,) + args, {}) > File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1086, in urlopen > return self._retry(opts, retryfunc, url) > File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 726, in urlopen > return default_grabber.urlopen(url, **kwargs) > File "/usr/lib/python2.7/site-packages/yum/parser.py", line 196, in _pushfile > fo = urlgrabber.grabber.urlopen(absurl) > File "/usr/lib/python2.7/site-packages/yum/parser.py", line 91, in __init__ > fo = self._pushfile( url ) > File "/usr/lib/python2.7/site-packages/yum/config.py", line 986, in readStartupConfig > confpp_obj = ConfigPreProcessor(configfile) > File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 336, in _getConfig > startupconf = config.readStartupConfig(fn, root, releasever) > File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1013, in <lambda> > conf = property(fget=lambda self: self._getConfig(), > File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 675, in _getRepos > self.conf # touch the config class first > File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1005, in <lambda> > repos = property(fget=lambda self: self._getRepos(), > File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 352, in repos > return self._yum.repos.repos.keys() > File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 363, in baseRepo > if repo_name in self.repos and \ > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py", line 137, in status > if threadMgr.get("AnaPayloadMDThread") or self.payload.baseRepo is None: > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 198, in _updateCompleteness > spoke.selector.set_property("status", spoke.status) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 255, in _update_spokes > self._updateCompleteness(spoke) >error: cannot invoke setopt() - perform() is currently running > >Local variables in innermost frame: >self: <urlgrabber.grabber.PyCurlFileObject object at 0x7f00e6627990> >opts: { > 'proxy' : None, > 'delegate' : { > 'async' : None, > 'bandwidth' : 0, > 'cache_openers': True, > 'checkfunc' : None, > 'close_connection': 0, > 'copy_local' : 0, > 'data' : None, > 'default_speed': 1000000.0, > 'delegate' : None, > 'failfunc' : <function _do_raise at 0x7f0107037410>, > 'failure_callback': None, > 'ftp_headers' : None, > 'half_life' : 2592000, > 'http_headers' : None, > 'interrupt_callback': None, > 'ip_resolve' : None, > 'keepalive' : 1, > 'libproxy' : False, > 'max_connections': 5, > 'max_header_size': 2097152, > 'mirror_group' : None, > 'multi_progress_obj': None, > 'opener' : None, > 'password' : None, > 'prefix' : None, > 'progress_obj' : None, > 'proxies' : None, > 'proxy' : None, > 'quote' : None, > 'range' : None, > 'reget' : None, > 'retry' : None, > 'retrycodes' : [-1, 2, 4, 5, 6, 7], > 'size' : None, > 'ssl_ca_cert' : None, > 'ssl_cert' : None, > 'ssl_cert_type': 'PEM', > 'ssl_context' : None, > 'ssl_key' : None, > 'ssl_key_pass' : None, > 'ssl_key_type' : 'PEM', > 'ssl_verify_host': True, > 'ssl_verify_peer': True, > 'text' : None, > 'throttle' : 1.0, > 'timedhosts' : '/tmp/yum.root/tmp/yum.cache/timedhosts', > 'timeout' : 300, > 'urlparser' : <urlgrabber.grabber.URLParser instance at 0x7f01129147e8>, > 'user_agent' : 'Fedora (anaconda)/18-Beta-TC3 yum/3.4.3', > 'username' : None, > } > } > > >Anaconda instance, containing members: >_instClass: DefaultInstall instance, containing members: >_intf: GraphicalUserInterface instance, containing members: > _intf.instclass: Already dumped (DefaultInstall instance) > _intf._hubs: [<class 'pyanaconda.ui.gui.hubs.summary.SummaryHub'> >, <class 'pyanaconda.ui.gui.hubs.progress.ProgressHub'> >] > _intf.storage: Storage instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {'sda': 128} > _intf.storage.dasd: DASD instance, containing members: > _intf.storage.dasd.dasdfmt: /sbin/dasdfmt > _intf.storage.dasd.commonArgv: [-y, -d, cdl, -b, 4096] > _intf.storage.dasd.started: True > _intf.storage.dasd.totalCylinders: 0 > _intf.storage.dasd._maxFormatJobs: 0 > _intf.storage.dasd._devices: [] > _intf.storage.dasd._completedCylinders: 0.0 > _intf.storage.dasd._dasdlist: [] > _intf.storage.roots: [Root instance, containing members: > mounts: {'/boot': existing 500MB partition sda2 (2) with existing ext4 filesystem >, '/': existing 5466MB partition sda5 (5) with existing ext4 filesystem >} > swaps: [existing 4032MB partition sda3 (3) with existing swap >] > name: Fedora Linux 18 for x86_64 >] > _intf.storage.zfcp: ZFCP instance, containing members: > _intf.storage.zfcp.down: False > _intf.storage.zfcp.hasReadConfig: True > _intf.storage.zfcp.intf: None > _intf.storage.zfcp.fcpdevs: set([]) > _intf.storage.autoPartEscrowCert: None > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.escrowCertificates: {} > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.origFStab: None > _intf.storage.fsset._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.names: [sda, sda1, sda2, sda3, sda4, sda5, sr0, loop0, /run/install/repo/LiveOS/squashfs.img, loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), loop3, loop4, loop5, loop6, loop7, live-rw] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.dasd: Already dumped (DASD instance) > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree.iscsi: iscsi instance, containing members: > _intf.storage.fsset.devicetree.iscsi.initiatorSet: False > _intf.storage.fsset.devicetree.iscsi.ifaces: {} > _intf.storage.fsset.devicetree.iscsi.started: False > _intf.storage.fsset.devicetree.iscsi._initiator: Skipped > _intf.storage.fsset.devicetree.iscsi.discovered_targets: {} > _intf.storage.fsset.devicetree.iscsi.ibftNodes: [] > _intf.storage.fsset.devicetree.platform: X86 instance, containing members: > _intf.storage.fsset.devicetree.shouldClear: <bound method Storage.shouldClear of <pyanaconda.storage.Storage object at 0x7f0101461cd0>> > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.mpathFriendlyNames: True > _intf.storage.fsset.devicetree.topology: MultipathTopology instance, containing members: > _intf.storage.fsset.devicetree.topology._multipaths: [] > _intf.storage.fsset.devicetree.topology._nondisks: [sda1, sda2, sda3, sda4, sda5, sr0] > _intf.storage.fsset.devicetree.topology._devmap: {'loop5': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop5 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop5 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop5 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop5 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 5 >, 'dm-0': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.sysname: dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'sr0': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sr0 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sr0 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'sda4': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda4 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sda4 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 4 >, 'sda5': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda5 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sda5 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 5 >, 'sda2': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda2 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sda2 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 2 >, 'sda3': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda3 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sda3 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 3 >, 'sda1': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda1 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sda1 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'loop3': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop3 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop3 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop3 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop3 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 3 >, 'loop2': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop2 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop2 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop2 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop2 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 2 >, 'loop1': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop1 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop1 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop1 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop1 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'loop0': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop0 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop0 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop0 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'loop7': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop7 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop7 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop7 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop7 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 7 >, 'loop6': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop6 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop6 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop6 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop6 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 6 >, 'loop4': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop4 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop4 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop4 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop4 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 4 >, 'sda': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda > _intf.storage.fsset.devicetree.topology._devmap.sysname: sda > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >} > _intf.storage.fsset.devicetree.topology._devices: [Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >] > _intf.storage.fsset.devicetree.topology._singlepaths: [sda, loop0, loop1, loop2, loop3, loop4, loop5, loop6, loop7, dm-0] > _intf.storage.fsset.devicetree.topology._mpath_topology: {} > _intf.storage.fsset.devicetree._ignoredDisks: [loop3, loop4, loop5, loop6, loop7] > _intf.storage.fsset.devicetree.protectedDevSpecs: [] > _intf.storage.fsset.devicetree._devices: [existing 12000MB disk sda (0) with existing msdos disklabel >, existing 2000MB partition sda1 (1) with existing ntfs filesystem >, Already dumped (PartitionDevice instance) >, Already dumped (PartitionDevice instance) >, existing 5467MB partition sda4 (4) >, Already dumped (PartitionDevice instance) >, OpticalDevice instance, containing members: > _model: QEMU_DVD-ROM > controllable: True > major: 11 > kids: 0 > _partedDevice: parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2183168 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (135, 255, 63) biosGeometry: (135, 255, 63) > PedDevice: <_ped.Device object at 0x7f00eeebc9e0> > uuid: None > exists: True > fstabComment: Skipped > _format: Iso9660FS instance, containing members: > _format.uuid: 2012-10-09-19-57-41-00 > _format.exists: True > _format._mountpoint: None > _format._majorminor: 011000 > _format._minInstanceSize: None > _format._mountType: iso9660 > _format.fsprofile: None > _format.label: Fedora_18-Beta-TC3_x86_64 > _format._targetSize: 0 > _format._size: 0 > _format.mountopts: None > _format.mountpoint: None > _format._migrate: False > _format._device: /dev/sr0 > sysfsPath: /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > _vendor: None > _name: sr0 > _targetSize: 0 > protected: False > parents: [] > originalFormat: Iso9660FS instance, containing members: > originalFormat.uuid: 2012-10-09-19-57-41-00 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat.fsprofile: None > originalFormat.label: Fedora_18-Beta-TC3_x86_64 > originalFormat._targetSize: 0 > originalFormat._minInstanceSize: None > originalFormat.mountopts: None > originalFormat._size: 0 > originalFormat._migrate: False > originalFormat._device: /dev/sr0 > bus: Skipped > _size: 4264.0 > _serial: None > id: 6 > minor: 0 >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /run/install/repo/LiveOS/squashfs.img > _targetSize: 0 > protected: False > parents: [] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 7 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 0 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: loop0 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 8 > minor: 0 >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /LiveOS/rootfs.img > _targetSize: 0 > protected: False > parents: [] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 9 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 0 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: Ext4FS instance, containing members: > _format.uuid: 808f46f0-959c-462a-af0a-e6a598d93848 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._minInstanceSize: 0 > _format._mountType: ext4 > _format.fsprofile: None > _format.label: Anaconda > _format._targetSize: 1024.0 > _format._size: 1024.0 > _format.mountopts: None > _format.mountpoint: None > _format._migrate: False > _format._device: /dev/loop1 > sysfsPath: Skipped > _vendor: Skipped > _name: loop1 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: Ext4FS instance, containing members: > originalFormat.uuid: 808f46f0-959c-462a-af0a-e6a598d93848 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.label: Anaconda > originalFormat._targetSize: 1024.0 > originalFormat._minInstanceSize: 0 > originalFormat.mountopts: None > originalFormat._size: 1024.0 > originalFormat._migrate: False > originalFormat._device: /dev/loop1 > bus: Skipped > _size: 0 > _serial: None > id: 10 > minor: 0 >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /overlay (deleted) > _targetSize: 0 > protected: False > parents: [] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 11 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: loop2 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 12 > minor: 0 >, existing 1024MB dm live-rw (13) with existing ext4 filesystem >] > _intf.storage.fsset.devicetree.protectedDevNames: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._actions: [] > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._devshm: None > _intf.storage.fsset._dev: None > _intf.storage.fsset.blkidTab: None > _intf.storage.fsset._proc: None > _intf.storage.fsset.active: False > _intf.storage.fsset.cryptTab: None > _intf.storage.fsset._devpts: None > _intf.storage.fsset._sysfs: None > _intf.storage.fsset._selinux: None > _intf.storage.platform: X86 instance, containing members: > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: None > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: False > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [] > _intf.storage.config.mpathFriendlyNames: True > _intf.storage.config.initializeDisks: False > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 2 > _intf.storage._bootloader: GRUB2 instance, containing members: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.console: Skipped > _intf.storage._bootloader.skip_bootloader: False > _intf.storage._bootloader.warnings: [] > _intf.storage._bootloader.chain_images: [] > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader.stage2_device: None > _intf.storage._bootloader.disks: [Already dumped (DiskDevice instance) >] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.platform: Already dumped (X86 instance) > _intf.storage._bootloader.encrypted_password: Skipped > _intf.storage._bootloader.errors: [] > _intf.storage._bootloader.stage1_device: None > _intf.storage._bootloader._timeout: None > _intf.storage._bootloader.stage1_disk: None > _intf.storage._bootloader.password: None > _intf.storage._bootloader.dracut_args: > _intf.storage._bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _intf.storage._bootloader.linux_images: [] > _intf.storage.devicetree: Already dumped (DeviceTree instance) > _intf.storage.defaultFSType: ext4 > _intf.storage._dumpFile: /tmp/storage.state > _intf.storage.services: set([]) > _intf.storage.data: Skipped > _intf.storage.encryptionPassphrase: None > _intf.storage.encryptionRetrofit: False > _intf.storage._nextID: 0 > _intf.storage.fcoe: fcoe instance, containing members: > _intf.storage.fcoe.started: True > _intf.storage.fcoe.nics: [] > _intf.storage.fcoe.lldpadStarted: False > _intf.storage.autoPartitionRequests: [PartSpec instance (0x7f00eed04350) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0x7f00eed04390) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0x7f00eed043d0) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0x7f00eed04410) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >, PartSpec instance (0x7f00eed04490) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 4032 maxSize = None grow = False > >] > _intf.storage.doAutoPart: False > _intf.storage.iscsi: Already dumped (iscsi instance) > _intf.storage.encryptedAutoPart: False > _intf._ui: None > _intf._actions: Skipped > _intf.payload: YumPayload instance, containing members: > _intf.payload._groups: None > _intf.payload._yum: Skipped > _intf.payload.install_device: None > _intf.payload._root_dir: /tmp/yum.root > _intf.payload._repos_dir: /etc/yum.repos.d,/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anaconda.repos.d > _intf.payload._packages: [] > _intf.payload._requiredPackages: [] > _intf.payload._requiredGroups: [] > _intf.payload._setup: True > _intf.payload.txID: None > _intf.payload._createdInitrds: False > _intf.payload._space_required: 0 b > _intf.payload.data: Skipped > _intf.payload._kernelVersionList: [] >updateSrc: None >firewall: Firewall instance, containing members: > firewall.portlist: [] > firewall.servicelist: [] > firewall.trustdevs: [] > firewall.enabled: 1 >rootParts: None >upgradeRoot: None >_platform: Already dumped (X86 instance) >id: None >rescue: False >mediaDevice: None >upgrade: False >_network: None >methodstr: None >proxyPassword: None >desktop: Desktop instance, containing members: > desktop.info: {} > desktop.always_quote: False > desktop.write_quote: True > desktop.filename: None > desktop.read_unquote: True > desktop.runlevel: 3 > desktop._lines: [] >canReIPL: False >xdriver: None >stage2: hd:LABEL=Fedorax2018-Beta-TC3x20x86_64 >rescue_mount: True >_bootloader: GRUB2 instance, containing members: > _bootloader._disk_order: [] > _bootloader.console_options: Skipped > _bootloader.console: Skipped > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader.disks: [] > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.platform: Already dumped (X86 instance) > _bootloader.encrypted_password: Skipped > _bootloader.errors: [] > _bootloader.stage1_device: None > _bootloader._timeout: None > _bootloader.stage1_disk: None > _bootloader.password: None > _bootloader.dracut_args: > _bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _bootloader.linux_images: [] >_payload: Already dumped (YumPayload instance) >displayMode: g >simpleFilter: True >ksdata: Skipped >proxyUsername: None >extraModules: [] >mehConfig: Config instance, containing members: > mehConfig.programName: anaconda > mehConfig.programVersion: 18.14 > mehConfig.attrSkipList: [_intf._actions, _intf.storage.bootloader.password, _intf.storage.data, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.localSkipList: [passphrase, password] > mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /mnt/sysimage/root/upgrade.log, /proc/cmdline, /tmp/syslog] >_backend: None >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Storage instance) >dir: None >opts: {'noipv6': False, 'noipv4': False, 'updateSrc': None, 'selinux': True, 'module': [], 'syslog': None, 'leavebootorder': False, 'images': [], 'serial': False, 'dmraid': True, 'armPlatform': None, 'virtpconsole': None, 'memcheck': True, 'iscsi': False, 'ksfile': None, 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 'g', 'stage2': 'hd:LABEL=Fedorax2018-Beta-TC3x20x86_64', 'method': None, 'vncpassword': '', 'vnc': False, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'lang': None, 'liveinst': False, 'loglevel': None, 'isHeadless': False, 'multiLib': False, 'rescue_nomount': False, 'keymap': None, 'mpath': True, 'ibft': True, 'debug': False, 'nofb': None, 'targetArch': None} >proxy: None > > >/tmp/anaconda.log: >19:51:27,380 INFO anaconda: /sbin/anaconda 18.14 >19:51:28,450 INFO anaconda: 2097152 kB (2048 MB) are available >19:51:28,450 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >19:51:28,463 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >19:51:28,464 INFO anaconda: Default encoding = utf-8 >19:51:28,557 INFO anaconda: ISCSID is /sbin/iscsid >19:51:28,558 INFO anaconda: no initiator set >19:51:28,723 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >19:51:28,724 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >19:51:29,043 INFO anaconda: Display mode = g >19:51:29,045 INFO anaconda: 2097152 kB (2048 MB) are available >19:51:29,045 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >19:51:29,782 DEBUG anaconda: X server has signalled a successful start. >19:51:29,784 INFO anaconda: Starting window manager, pid 614. >19:51:31,012 INFO anaconda: using only installclass _Fedora >19:51:31,702 INFO anaconda: Detected 2016M of memory >19:51:31,703 INFO anaconda: Swap attempt of 4032M >19:51:31,983 INFO anaconda: no initiator set >19:51:32,517 DEBUG anaconda: required disklabel type for sda (1) is None >19:51:32,521 DEBUG anaconda: default disklabel type for sda is msdos >19:51:32,523 DEBUG anaconda: selecting msdos disklabel for sda based on size >19:51:35,399 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda2 on /mnt/sysimage as ext4 with options defaults,ro >19:51:35,426 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >19:51:35,596 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda5 on /mnt/sysimage as ext4 with options defaults,ro >19:51:35,658 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >18:54:19,752 INFO anaconda: Running kickstart %%traceback script(s) >18:54:19,756 INFO anaconda: All kickstart %%traceback script(s) have been run > > >/tmp/packaging.log: >19:51:31,685 DEBUG packaging: getting release version from tree at None (18) >19:51:31,686 DEBUG packaging: got a release version of 18 >19:51:35,881 INFO packaging: updating base repo >19:51:36,055 DEBUG packaging: getting release version from tree at None (18) >19:51:36,055 DEBUG packaging: got a release version of 18 >19:51:36,055 INFO packaging: configuring base repo >19:51:36,056 DEBUG packaging: /dev/sr0 is mounted on /run/install/repo >19:51:36,110 DEBUG packaging: getting release version from tree at file:///run/install/repo (18) >19:51:36,110 DEBUG packaging: retrieving treeinfo from file:///run/install/repo (proxies: {} ; sslverify: True) >19:51:36,111 DEBUG packaging: got a release version of 18 >19:51:36,162 DEBUG packaging: adding yum repo anaconda with baseurl file:///run/install/repo and mirrorlist None >19:51:36,180 DEBUG packaging: disabling repo fedora >19:51:36,186 DEBUG packaging: disabling repo updates-testing >19:51:36,186 DEBUG packaging: disabling repo updates >19:51:36,187 INFO packaging: gathering repo metadata >19:51:36,189 DEBUG packaging: getting repo metadata for anaconda >19:51:36,230 DEBUG packaging: getting group info for anaconda >19:51:36,279 INFO packaging: metadata retrieval complete >18:54:13,859 DEBUG packaging: deleting package sacks >18:54:13,885 INFO packaging: checking software selection >18:54:13,887 DEBUG packaging: deleting package sacks >18:54:13,888 DEBUG packaging: deleting yum transaction info >18:54:13,889 DEBUG packaging: select group core >18:54:14,397 DEBUG packaging: select group core >18:54:14,398 DEBUG packaging: select group gnome-desktop >18:54:14,598 DEBUG packaging: select group multimedia >18:54:14,670 DEBUG packaging: select group input-methods >18:54:14,678 DEBUG packaging: select group base-x >18:54:14,692 DEBUG packaging: select group fonts >18:54:14,750 DEBUG packaging: select group hardware-support >18:54:14,766 DEBUG packaging: select group dial-up >18:54:14,772 DEBUG packaging: select group printing >18:54:14,833 DEBUG packaging: select group firefox >18:54:14,835 DEBUG packaging: select group standard >18:54:14,885 DEBUG packaging: select package kernel-PAE >18:54:14,902 INFO packaging: no kernel-PAE package >18:54:14,902 DEBUG packaging: select package kernel >18:54:14,903 INFO packaging: selected kernel >18:54:14,904 INFO packaging: checking dependencies >18:54:18,901 INFO packaging: updating base repo >18:54:19,593 DEBUG packaging: success >18:54:19,628 DEBUG packaging: getting release version from tree at None (18) >18:54:19,629 DEBUG packaging: got a release version of 18 >18:54:19,632 INFO packaging: configuring base repo >18:54:19,645 INFO packaging: 0 packages selected totalling 0 b > > >/tmp/program.log: >19:51:28,536 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >19:51:28,561 INFO program: Running... modprobe fcoe >19:51:28,659 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >19:51:28,721 INFO program: No FCoE boot disk information is found in EDD! >19:51:28,725 INFO program: Running... udevadm settle --timeout=300 >19:51:28,945 INFO program: Running... multipath -d >19:51:28,997 INFO program: Running... multipath -ll >19:51:29,822 INFO program: Running... metacity --display :1 --sm-disable >19:51:30,367 ERR program: GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. >19:51:30,537 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,551 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,556 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,557 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,558 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,560 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,561 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,566 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,567 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,568 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,570 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,575 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,576 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,578 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,579 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,580 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,585 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,586 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,587 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,589 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,590 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,594 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,595 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:30,596 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:51:31,736 INFO program: Running... udevadm control --property=ANACONDA=1 >19:51:31,828 INFO program: Running... systemctl start chronyd.service >19:51:31,830 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >19:51:31,992 INFO program: Running... udevadm settle --timeout=300 >19:51:32,279 INFO program: Running... multipath -d >19:51:32,322 INFO program: Running... multipath -ll >19:51:33,082 INFO program: Running... ntfsinfo -m /dev/sda1 >19:51:33,164 INFO program: Volume Information >19:51:33,165 INFO program: Name of device: /dev/sda1 >19:51:33,166 INFO program: Device state: 11 >19:51:33,166 INFO program: Volume Name: >19:51:33,166 INFO program: Volume State: 91 >19:51:33,167 INFO program: Volume Version: 3.1 >19:51:33,167 INFO program: Sector Size: 512 >19:51:33,168 INFO program: Cluster Size: 2048 >19:51:33,168 INFO program: Index Block Size: 4096 >19:51:33,169 INFO program: Volume Size in Clusters: 1024127 >19:51:33,169 INFO program: MFT Information >19:51:33,170 INFO program: MFT Record Size: 1024 >19:51:33,170 INFO program: MFT Zone Multiplier: 0 >19:51:33,171 INFO program: MFT Data Position: 24 >19:51:33,171 INFO program: MFT Zone Start: 341376 >19:51:33,172 INFO program: MFT Zone End: 469391 >19:51:33,172 INFO program: MFT Zone Position: 341376 >19:51:33,173 INFO program: Current Position in First Data Zone: 469391 >19:51:33,173 INFO program: Current Position in Second Data Zone: 0 >19:51:33,173 INFO program: LCN of Data Attribute for FILE_MFT: 341376 >19:51:33,174 INFO program: FILE_MFTMirr Size: 4 >19:51:33,177 INFO program: LCN of Data Attribute for File_MFTMirr: 512063 >19:51:33,178 INFO program: Size of Attribute Definition Table: 2560 >19:51:33,178 INFO program: FILE_Bitmap Information >19:51:33,178 INFO program: FILE_Bitmap MFT Record Number: 6 >19:51:33,179 INFO program: State of FILE_Bitmap Inode: 80 >19:51:33,180 INFO program: Length of Attribute List: 0 >19:51:33,180 INFO program: Attribute List: (null) >19:51:33,181 INFO program: Number of Attached Extent Inodes: 0 >19:51:33,181 INFO program: FILE_Bitmap Data Attribute Information >19:51:33,182 INFO program: Decompressed Runlist: not done yet >19:51:33,182 INFO program: Base Inode: 6 >19:51:33,183 INFO program: Attribute Types: not done yet >19:51:33,183 INFO program: Attribute Name Length: 0 >19:51:33,184 INFO program: Attribute State: 3 >19:51:33,184 INFO program: Attribute Allocated Size: 129024 >19:51:33,185 INFO program: Attribute Data Size: 128016 >19:51:33,190 INFO program: Attribute Initialized Size: 128016 >19:51:33,194 INFO program: Attribute Compressed Size: 0 >19:51:33,195 INFO program: Compression Block Size: 0 >19:51:33,195 INFO program: Compression Block Size Bits: 0 >19:51:33,196 INFO program: Compression Block Clusters: 0 >19:51:33,196 INFO program: Running... ntfsresize -m /dev/sda1 >19:51:33,374 INFO program: ntfsresize v2012.1.15 (libntfs-3g) >19:51:33,375 INFO program: Minsize (in MB): 1824 >19:51:33,517 INFO program: Running... dumpe2fs -h /dev/sda2 >19:51:33,550 INFO program: Filesystem volume name: <none> >19:51:33,551 INFO program: Last mounted on: /boot >19:51:33,551 INFO program: Filesystem UUID: a77b731a-ed7e-4ddb-a25c-3412567cf824 >19:51:33,552 INFO program: Filesystem magic number: 0xEF53 >19:51:33,552 INFO program: Filesystem revision #: 1 (dynamic) >19:51:33,553 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >19:51:33,553 INFO program: Filesystem flags: signed_directory_hash >19:51:33,554 INFO program: Default mount options: user_xattr acl >19:51:33,554 INFO program: Filesystem state: clean >19:51:33,555 INFO program: Errors behavior: Continue >19:51:33,555 INFO program: Filesystem OS type: Linux >19:51:33,556 INFO program: Inode count: 128016 >19:51:33,556 INFO program: Block count: 512000 >19:51:33,557 INFO program: Reserved block count: 25600 >19:51:33,557 INFO program: Free blocks: 445574 >19:51:33,562 INFO program: Free inodes: 127670 >19:51:33,563 INFO program: First block: 1 >19:51:33,563 INFO program: Block size: 1024 >19:51:33,564 INFO program: Fragment size: 1024 >19:51:33,564 INFO program: Reserved GDT blocks: 256 >19:51:33,564 INFO program: Blocks per group: 8192 >19:51:33,565 INFO program: Fragments per group: 8192 >19:51:33,565 INFO program: Inodes per group: 2032 >19:51:33,566 INFO program: Inode blocks per group: 254 >19:51:33,566 INFO program: Flex block group size: 16 >19:51:33,567 INFO program: Filesystem created: Wed Oct 10 01:35:59 2012 >19:51:33,567 INFO program: Last mount time: Wed Oct 10 19:45:33 2012 >19:51:33,568 INFO program: Last write time: Wed Oct 10 19:45:33 2012 >19:51:33,568 INFO program: Mount count: 3 >19:51:33,568 INFO program: Maximum mount count: -1 >19:51:33,569 INFO program: Last checked: Wed Oct 10 01:35:59 2012 >19:51:33,569 INFO program: Check interval: 0 (<none>) >19:51:33,570 INFO program: Lifetime writes: 63 MB >19:51:33,574 INFO program: Reserved blocks uid: 0 (user root) >19:51:33,574 INFO program: Reserved blocks gid: 0 (group root) >19:51:33,575 INFO program: First inode: 11 >19:51:33,575 INFO program: Inode size: 128 >19:51:33,576 INFO program: Journal inode: 8 >19:51:33,576 INFO program: Default directory hash: half_md4 >19:51:33,576 INFO program: Directory Hash Seed: b7a35090-b173-4b4f-ac74-89052441b0f5 >19:51:33,577 INFO program: Journal backup: inode blocks >19:51:33,577 INFO program: Journal features: (none) >19:51:33,578 INFO program: Journal size: 8M >19:51:33,578 INFO program: Journal length: 8192 >19:51:33,579 INFO program: Journal sequence: 0x00000025 >19:51:33,579 INFO program: Journal start: 0 >19:51:33,580 INFO program: >19:51:33,580 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:51:33,581 INFO program: Running... dumpe2fs -h /dev/sda2 >19:51:33,599 INFO program: Filesystem volume name: <none> >19:51:33,599 INFO program: Last mounted on: /boot >19:51:33,600 INFO program: Filesystem UUID: a77b731a-ed7e-4ddb-a25c-3412567cf824 >19:51:33,600 INFO program: Filesystem magic number: 0xEF53 >19:51:33,601 INFO program: Filesystem revision #: 1 (dynamic) >19:51:33,601 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >19:51:33,601 INFO program: Filesystem flags: signed_directory_hash >19:51:33,602 INFO program: Default mount options: user_xattr acl >19:51:33,602 INFO program: Filesystem state: clean >19:51:33,603 INFO program: Errors behavior: Continue >19:51:33,603 INFO program: Filesystem OS type: Linux >19:51:33,604 INFO program: Inode count: 128016 >19:51:33,604 INFO program: Block count: 512000 >19:51:33,605 INFO program: Reserved block count: 25600 >19:51:33,605 INFO program: Free blocks: 445574 >19:51:33,605 INFO program: Free inodes: 127670 >19:51:33,606 INFO program: First block: 1 >19:51:33,606 INFO program: Block size: 1024 >19:51:33,607 INFO program: Fragment size: 1024 >19:51:33,607 INFO program: Reserved GDT blocks: 256 >19:51:33,607 INFO program: Blocks per group: 8192 >19:51:33,608 INFO program: Fragments per group: 8192 >19:51:33,608 INFO program: Inodes per group: 2032 >19:51:33,609 INFO program: Inode blocks per group: 254 >19:51:33,613 INFO program: Flex block group size: 16 >19:51:33,614 INFO program: Filesystem created: Wed Oct 10 01:35:59 2012 >19:51:33,614 INFO program: Last mount time: Wed Oct 10 19:45:33 2012 >19:51:33,614 INFO program: Last write time: Wed Oct 10 19:45:33 2012 >19:51:33,614 INFO program: Mount count: 3 >19:51:33,615 INFO program: Maximum mount count: -1 >19:51:33,615 INFO program: Last checked: Wed Oct 10 01:35:59 2012 >19:51:33,615 INFO program: Check interval: 0 (<none>) >19:51:33,615 INFO program: Lifetime writes: 63 MB >19:51:33,616 INFO program: Reserved blocks uid: 0 (user root) >19:51:33,616 INFO program: Reserved blocks gid: 0 (group root) >19:51:33,616 INFO program: First inode: 11 >19:51:33,616 INFO program: Inode size: 128 >19:51:33,617 INFO program: Journal inode: 8 >19:51:33,617 INFO program: Default directory hash: half_md4 >19:51:33,617 INFO program: Directory Hash Seed: b7a35090-b173-4b4f-ac74-89052441b0f5 >19:51:33,617 INFO program: Journal backup: inode blocks >19:51:33,618 INFO program: Journal features: (none) >19:51:33,618 INFO program: Journal size: 8M >19:51:33,618 INFO program: Journal length: 8192 >19:51:33,618 INFO program: Journal sequence: 0x00000025 >19:51:33,619 INFO program: Journal start: 0 >19:51:33,619 INFO program: >19:51:33,619 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:51:33,620 INFO program: Running... resize2fs -P /dev/sda2 >19:51:33,653 INFO program: Estimated minimum size of the filesystem: 55550 >19:51:33,654 ERR program: resize2fs 1.42.5 (29-Jul-2012) >19:51:34,080 INFO program: Running... dumpe2fs -h /dev/sda5 >19:51:34,108 INFO program: Filesystem volume name: <none> >19:51:34,109 INFO program: Last mounted on: / >19:51:34,109 INFO program: Filesystem UUID: 2bba46c2-2c89-4264-a7a6-4c471c3f1615 >19:51:34,109 INFO program: Filesystem magic number: 0xEF53 >19:51:34,109 INFO program: Filesystem revision #: 1 (dynamic) >19:51:34,110 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >19:51:34,110 INFO program: Filesystem flags: signed_directory_hash >19:51:34,110 INFO program: Default mount options: user_xattr acl >19:51:34,110 INFO program: Filesystem state: clean >19:51:34,111 INFO program: Errors behavior: Continue >19:51:34,111 INFO program: Filesystem OS type: Linux >19:51:34,111 INFO program: Inode count: 350192 >19:51:34,111 INFO program: Block count: 1399296 >19:51:34,112 INFO program: Reserved block count: 69964 >19:51:34,112 INFO program: Free blocks: 646545 >19:51:34,112 INFO program: Free inodes: 262045 >19:51:34,112 INFO program: First block: 0 >19:51:34,113 INFO program: Block size: 4096 >19:51:34,113 INFO program: Fragment size: 4096 >19:51:34,113 INFO program: Reserved GDT blocks: 341 >19:51:34,113 INFO program: Blocks per group: 32768 >19:51:34,114 INFO program: Fragments per group: 32768 >19:51:34,114 INFO program: Inodes per group: 8144 >19:51:34,117 INFO program: Inode blocks per group: 509 >19:51:34,117 INFO program: Flex block group size: 16 >19:51:34,117 INFO program: Filesystem created: Wed Oct 10 01:35:48 2012 >19:51:34,118 INFO program: Last mount time: Wed Oct 10 19:45:32 2012 >19:51:34,118 INFO program: Last write time: Wed Oct 10 19:45:30 2012 >19:51:34,118 INFO program: Mount count: 3 >19:51:34,118 INFO program: Maximum mount count: -1 >19:51:34,119 INFO program: Last checked: Wed Oct 10 01:35:48 2012 >19:51:34,119 INFO program: Check interval: 0 (<none>) >19:51:34,119 INFO program: Lifetime writes: 3438 MB >19:51:34,119 INFO program: Reserved blocks uid: 0 (user root) >19:51:34,120 INFO program: Reserved blocks gid: 0 (group root) >19:51:34,120 INFO program: First inode: 11 >19:51:34,120 INFO program: Inode size: 256 >19:51:34,120 INFO program: Required extra isize: 28 >19:51:34,121 INFO program: Desired extra isize: 28 >19:51:34,121 INFO program: Journal inode: 8 >19:51:34,124 INFO program: Default directory hash: half_md4 >19:51:34,124 INFO program: Directory Hash Seed: 1c129045-6cd5-4c19-a2ab-8ce6520e9bdd >19:51:34,125 INFO program: Journal backup: inode blocks >19:51:34,125 INFO program: Journal features: journal_incompat_revoke >19:51:34,125 INFO program: Journal size: 128M >19:51:34,125 INFO program: Journal length: 32768 >19:51:34,132 INFO program: Journal sequence: 0x00001265 >19:51:34,132 INFO program: Journal start: 0 >19:51:34,133 INFO program: >19:51:34,133 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:51:34,133 INFO program: Running... dumpe2fs -h /dev/sda5 >19:51:34,166 INFO program: Filesystem volume name: <none> >19:51:34,168 INFO program: Last mounted on: / >19:51:34,169 INFO program: Filesystem UUID: 2bba46c2-2c89-4264-a7a6-4c471c3f1615 >19:51:34,169 INFO program: Filesystem magic number: 0xEF53 >19:51:34,170 INFO program: Filesystem revision #: 1 (dynamic) >19:51:34,171 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >19:51:34,171 INFO program: Filesystem flags: signed_directory_hash >19:51:34,174 INFO program: Default mount options: user_xattr acl >19:51:34,174 INFO program: Filesystem state: clean >19:51:34,174 INFO program: Errors behavior: Continue >19:51:34,175 INFO program: Filesystem OS type: Linux >19:51:34,175 INFO program: Inode count: 350192 >19:51:34,175 INFO program: Block count: 1399296 >19:51:34,175 INFO program: Reserved block count: 69964 >19:51:34,176 INFO program: Free blocks: 646545 >19:51:34,176 INFO program: Free inodes: 262045 >19:51:34,176 INFO program: First block: 0 >19:51:34,176 INFO program: Block size: 4096 >19:51:34,177 INFO program: Fragment size: 4096 >19:51:34,177 INFO program: Reserved GDT blocks: 341 >19:51:34,177 INFO program: Blocks per group: 32768 >19:51:34,178 INFO program: Fragments per group: 32768 >19:51:34,178 INFO program: Inodes per group: 8144 >19:51:34,178 INFO program: Inode blocks per group: 509 >19:51:34,179 INFO program: Flex block group size: 16 >19:51:34,181 INFO program: Filesystem created: Wed Oct 10 01:35:48 2012 >19:51:34,181 INFO program: Last mount time: Wed Oct 10 19:45:32 2012 >19:51:34,182 INFO program: Last write time: Wed Oct 10 19:45:30 2012 >19:51:34,182 INFO program: Mount count: 3 >19:51:34,182 INFO program: Maximum mount count: -1 >19:51:34,182 INFO program: Last checked: Wed Oct 10 01:35:48 2012 >19:51:34,183 INFO program: Check interval: 0 (<none>) >19:51:34,183 INFO program: Lifetime writes: 3438 MB >19:51:34,186 INFO program: Reserved blocks uid: 0 (user root) >19:51:34,186 INFO program: Reserved blocks gid: 0 (group root) >19:51:34,187 INFO program: First inode: 11 >19:51:34,187 INFO program: Inode size: 256 >19:51:34,187 INFO program: Required extra isize: 28 >19:51:34,188 INFO program: Desired extra isize: 28 >19:51:34,188 INFO program: Journal inode: 8 >19:51:34,188 INFO program: Default directory hash: half_md4 >19:51:34,195 INFO program: Directory Hash Seed: 1c129045-6cd5-4c19-a2ab-8ce6520e9bdd >19:51:34,195 INFO program: Journal backup: inode blocks >19:51:34,196 INFO program: Journal features: journal_incompat_revoke >19:51:34,196 INFO program: Journal size: 128M >19:51:34,196 INFO program: Journal length: 32768 >19:51:34,196 INFO program: Journal sequence: 0x00001265 >19:51:34,197 INFO program: Journal start: 0 >19:51:34,197 INFO program: >19:51:34,197 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:51:34,198 INFO program: Running... resize2fs -P /dev/sda5 >19:51:34,223 INFO program: Estimated minimum size of the filesystem: 750299 >19:51:34,226 ERR program: resize2fs 1.42.5 (29-Jul-2012) >19:51:34,448 INFO program: Running... dumpe2fs -h /dev/loop1 >19:51:34,463 INFO program: Filesystem volume name: Anaconda >19:51:34,464 INFO program: Last mounted on: / >19:51:34,464 INFO program: Filesystem UUID: 808f46f0-959c-462a-af0a-e6a598d93848 >19:51:34,464 INFO program: Filesystem magic number: 0xEF53 >19:51:34,464 INFO program: Filesystem revision #: 1 (dynamic) >19:51:34,465 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >19:51:34,465 INFO program: Filesystem flags: signed_directory_hash >19:51:34,465 INFO program: Default mount options: user_xattr acl >19:51:34,465 INFO program: Filesystem state: clean >19:51:34,466 INFO program: Errors behavior: Continue >19:51:34,466 INFO program: Filesystem OS type: Linux >19:51:34,466 INFO program: Inode count: 65536 >19:51:34,466 INFO program: Block count: 1048576 >19:51:34,466 INFO program: Reserved block count: 0 >19:51:34,467 INFO program: Free blocks: 302082 >19:51:34,467 INFO program: Free inodes: 38129 >19:51:34,467 INFO program: First block: 1 >19:51:34,467 INFO program: Block size: 1024 >19:51:34,468 INFO program: Fragment size: 1024 >19:51:34,468 INFO program: Reserved GDT blocks: 256 >19:51:34,468 INFO program: Blocks per group: 8192 >19:51:34,468 INFO program: Fragments per group: 8192 >19:51:34,469 INFO program: Inodes per group: 512 >19:51:34,469 INFO program: Inode blocks per group: 128 >19:51:34,469 INFO program: Flex block group size: 16 >19:51:34,469 INFO program: Filesystem created: Tue Oct 9 19:53:02 2012 >19:51:34,470 INFO program: Last mount time: Tue Oct 9 19:53:16 2012 >19:51:34,470 INFO program: Last write time: Tue Oct 9 19:53:23 2012 >19:51:34,470 INFO program: Mount count: 2 >19:51:34,470 INFO program: Maximum mount count: -1 >19:51:34,471 INFO program: Last checked: Tue Oct 9 19:53:02 2012 >19:51:34,471 INFO program: Check interval: 0 (<none>) >19:51:34,471 INFO program: Lifetime writes: 32 MB >19:51:34,471 INFO program: Reserved blocks uid: 0 (user root) >19:51:34,472 INFO program: Reserved blocks gid: 0 (group root) >19:51:34,472 INFO program: First inode: 11 >19:51:34,472 INFO program: Inode size: 256 >19:51:34,476 INFO program: Required extra isize: 28 >19:51:34,476 INFO program: Desired extra isize: 28 >19:51:34,476 INFO program: Journal inode: 8 >19:51:34,477 INFO program: Default directory hash: half_md4 >19:51:34,477 INFO program: Directory Hash Seed: a2aeb6db-8a02-4fa8-816f-a30f2264f06a >19:51:34,477 INFO program: Journal backup: inode blocks >19:51:34,477 INFO program: Journal features: (none) >19:51:34,478 INFO program: Journal size: 32M >19:51:34,478 INFO program: Journal length: 32768 >19:51:34,478 INFO program: Journal sequence: 0x00000007 >19:51:34,478 INFO program: Journal start: 0 >19:51:34,479 INFO program: >19:51:34,479 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:51:34,480 INFO program: Running... dumpe2fs -h /dev/loop1 >19:51:34,493 INFO program: Filesystem volume name: Anaconda >19:51:34,494 INFO program: Last mounted on: / >19:51:34,494 INFO program: Filesystem UUID: 808f46f0-959c-462a-af0a-e6a598d93848 >19:51:34,494 INFO program: Filesystem magic number: 0xEF53 >19:51:34,495 INFO program: Filesystem revision #: 1 (dynamic) >19:51:34,495 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >19:51:34,495 INFO program: Filesystem flags: signed_directory_hash >19:51:34,495 INFO program: Default mount options: user_xattr acl >19:51:34,496 INFO program: Filesystem state: clean >19:51:34,496 INFO program: Errors behavior: Continue >19:51:34,496 INFO program: Filesystem OS type: Linux >19:51:34,496 INFO program: Inode count: 65536 >19:51:34,496 INFO program: Block count: 1048576 >19:51:34,497 INFO program: Reserved block count: 0 >19:51:34,497 INFO program: Free blocks: 302082 >19:51:34,497 INFO program: Free inodes: 38129 >19:51:34,497 INFO program: First block: 1 >19:51:34,498 INFO program: Block size: 1024 >19:51:34,498 INFO program: Fragment size: 1024 >19:51:34,498 INFO program: Reserved GDT blocks: 256 >19:51:34,498 INFO program: Blocks per group: 8192 >19:51:34,499 INFO program: Fragments per group: 8192 >19:51:34,499 INFO program: Inodes per group: 512 >19:51:34,499 INFO program: Inode blocks per group: 128 >19:51:34,503 INFO program: Flex block group size: 16 >19:51:34,503 INFO program: Filesystem created: Tue Oct 9 19:53:02 2012 >19:51:34,504 INFO program: Last mount time: Tue Oct 9 19:53:16 2012 >19:51:34,504 INFO program: Last write time: Tue Oct 9 19:53:23 2012 >19:51:34,504 INFO program: Mount count: 2 >19:51:34,504 INFO program: Maximum mount count: -1 >19:51:34,504 INFO program: Last checked: Tue Oct 9 19:53:02 2012 >19:51:34,505 INFO program: Check interval: 0 (<none>) >19:51:34,505 INFO program: Lifetime writes: 32 MB >19:51:34,505 INFO program: Reserved blocks uid: 0 (user root) >19:51:34,505 INFO program: Reserved blocks gid: 0 (group root) >19:51:34,506 INFO program: First inode: 11 >19:51:34,506 INFO program: Inode size: 256 >19:51:34,506 INFO program: Required extra isize: 28 >19:51:34,506 INFO program: Desired extra isize: 28 >19:51:34,507 INFO program: Journal inode: 8 >19:51:34,507 INFO program: Default directory hash: half_md4 >19:51:34,507 INFO program: Directory Hash Seed: a2aeb6db-8a02-4fa8-816f-a30f2264f06a >19:51:34,507 INFO program: Journal backup: inode blocks >19:51:34,508 INFO program: Journal features: (none) >19:51:34,508 INFO program: Journal size: 32M >19:51:34,508 INFO program: Journal length: 32768 >19:51:34,508 INFO program: Journal sequence: 0x00000007 >19:51:34,508 INFO program: Journal start: 0 >19:51:34,509 INFO program: >19:51:34,509 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:51:34,510 INFO program: Running... resize2fs -P /dev/loop1 >19:51:34,527 INFO program: Couldn't find valid filesystem superblock. >19:51:34,528 ERR program: resize2fs 1.42.5 (29-Jul-2012) >19:51:34,528 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop1 >19:51:34,609 INFO program: Running... udevadm settle --timeout=300 >19:51:34,701 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >19:51:34,717 INFO program: Filesystem volume name: Anaconda >19:51:34,718 INFO program: Last mounted on: /sysroot >19:51:34,718 INFO program: Filesystem UUID: 808f46f0-959c-462a-af0a-e6a598d93848 >19:51:34,718 INFO program: Filesystem magic number: 0xEF53 >19:51:34,718 INFO program: Filesystem revision #: 1 (dynamic) >19:51:34,719 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >19:51:34,719 INFO program: Filesystem flags: signed_directory_hash >19:51:34,719 INFO program: Default mount options: user_xattr acl >19:51:34,719 INFO program: Filesystem state: clean >19:51:34,720 INFO program: Errors behavior: Continue >19:51:34,720 INFO program: Filesystem OS type: Linux >19:51:34,720 INFO program: Inode count: 65536 >19:51:34,720 INFO program: Block count: 1048576 >19:51:34,721 INFO program: Reserved block count: 0 >19:51:34,721 INFO program: Free blocks: 302082 >19:51:34,721 INFO program: Free inodes: 38129 >19:51:34,721 INFO program: First block: 1 >19:51:34,722 INFO program: Block size: 1024 >19:51:34,722 INFO program: Fragment size: 1024 >19:51:34,722 INFO program: Reserved GDT blocks: 256 >19:51:34,722 INFO program: Blocks per group: 8192 >19:51:34,723 INFO program: Fragments per group: 8192 >19:51:34,723 INFO program: Inodes per group: 512 >19:51:34,723 INFO program: Inode blocks per group: 128 >19:51:34,727 INFO program: Flex block group size: 16 >19:51:34,727 INFO program: Filesystem created: Tue Oct 9 19:53:02 2012 >19:51:34,727 INFO program: Last mount time: Wed Oct 10 19:51:21 2012 >19:51:34,728 INFO program: Last write time: Wed Oct 10 19:51:21 2012 >19:51:34,728 INFO program: Mount count: 3 >19:51:34,728 INFO program: Maximum mount count: -1 >19:51:34,728 INFO program: Last checked: Tue Oct 9 19:53:02 2012 >19:51:34,729 INFO program: Check interval: 0 (<none>) >19:51:34,729 INFO program: Lifetime writes: 32 MB >19:51:34,729 INFO program: Reserved blocks uid: 0 (user root) >19:51:34,729 INFO program: Reserved blocks gid: 0 (group root) >19:51:34,730 INFO program: First inode: 11 >19:51:34,730 INFO program: Inode size: 256 >19:51:34,730 INFO program: Required extra isize: 28 >19:51:34,730 INFO program: Desired extra isize: 28 >19:51:34,731 INFO program: Journal inode: 8 >19:51:34,731 INFO program: Default directory hash: half_md4 >19:51:34,731 INFO program: Directory Hash Seed: a2aeb6db-8a02-4fa8-816f-a30f2264f06a >19:51:34,731 INFO program: Journal backup: inode blocks >19:51:34,732 INFO program: Journal features: (none) >19:51:34,732 INFO program: Journal size: 32M >19:51:34,732 INFO program: Journal length: 32768 >19:51:34,732 INFO program: Journal sequence: 0x00000008 >19:51:34,732 INFO program: Journal start: 1 >19:51:34,733 INFO program: >19:51:34,733 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:51:34,734 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >19:51:34,751 INFO program: Filesystem volume name: Anaconda >19:51:34,752 INFO program: Last mounted on: /sysroot >19:51:34,752 INFO program: Filesystem UUID: 808f46f0-959c-462a-af0a-e6a598d93848 >19:51:34,752 INFO program: Filesystem magic number: 0xEF53 >19:51:34,753 INFO program: Filesystem revision #: 1 (dynamic) >19:51:34,753 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >19:51:34,753 INFO program: Filesystem flags: signed_directory_hash >19:51:34,753 INFO program: Default mount options: user_xattr acl >19:51:34,754 INFO program: Filesystem state: clean >19:51:34,754 INFO program: Errors behavior: Continue >19:51:34,754 INFO program: Filesystem OS type: Linux >19:51:34,754 INFO program: Inode count: 65536 >19:51:34,755 INFO program: Block count: 1048576 >19:51:34,755 INFO program: Reserved block count: 0 >19:51:34,755 INFO program: Free blocks: 302082 >19:51:34,755 INFO program: Free inodes: 38129 >19:51:34,756 INFO program: First block: 1 >19:51:34,756 INFO program: Block size: 1024 >19:51:34,756 INFO program: Fragment size: 1024 >19:51:34,756 INFO program: Reserved GDT blocks: 256 >19:51:34,757 INFO program: Blocks per group: 8192 >19:51:34,757 INFO program: Fragments per group: 8192 >19:51:34,757 INFO program: Inodes per group: 512 >19:51:34,757 INFO program: Inode blocks per group: 128 >19:51:34,758 INFO program: Flex block group size: 16 >19:51:34,761 INFO program: Filesystem created: Tue Oct 9 19:53:02 2012 >19:51:34,761 INFO program: Last mount time: Wed Oct 10 19:51:21 2012 >19:51:34,761 INFO program: Last write time: Wed Oct 10 19:51:21 2012 >19:51:34,762 INFO program: Mount count: 3 >19:51:34,762 INFO program: Maximum mount count: -1 >19:51:34,762 INFO program: Last checked: Tue Oct 9 19:53:02 2012 >19:51:34,762 INFO program: Check interval: 0 (<none>) >19:51:34,763 INFO program: Lifetime writes: 32 MB >19:51:34,763 INFO program: Reserved blocks uid: 0 (user root) >19:51:34,763 INFO program: Reserved blocks gid: 0 (group root) >19:51:34,763 INFO program: First inode: 11 >19:51:34,764 INFO program: Inode size: 256 >19:51:34,764 INFO program: Required extra isize: 28 >19:51:34,764 INFO program: Desired extra isize: 28 >19:51:34,764 INFO program: Journal inode: 8 >19:51:34,764 INFO program: Default directory hash: half_md4 >19:51:34,765 INFO program: Directory Hash Seed: a2aeb6db-8a02-4fa8-816f-a30f2264f06a >19:51:34,765 INFO program: Journal backup: inode blocks >19:51:34,765 INFO program: Journal features: (none) >19:51:34,765 INFO program: Journal size: 32M >19:51:34,766 INFO program: Journal length: 32768 >19:51:34,766 INFO program: Journal sequence: 0x00000008 >19:51:34,766 INFO program: Journal start: 1 >19:51:34,766 INFO program: >19:51:34,767 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:51:34,767 INFO program: Running... resize2fs -P /dev/mapper/live-rw >19:51:34,782 INFO program: Estimated minimum size of the filesystem: 743984 >19:51:34,783 ERR program: resize2fs 1.42.5 (29-Jul-2012) >19:51:34,824 INFO program: Running... udevadm settle --timeout=300 >19:51:34,869 INFO program: Running... udevadm settle --timeout=300 >19:51:34,914 INFO program: Running... udevadm settle --timeout=300 >19:51:34,946 INFO program: Running... udevadm settle --timeout=300 >19:51:34,983 INFO program: Running... udevadm settle --timeout=300 >19:51:35,023 INFO program: Running... udevadm settle --timeout=300 >19:51:35,066 INFO program: Running... udevadm settle --timeout=300 >19:51:35,098 INFO program: Running... udevadm settle --timeout=300 >19:51:35,163 INFO program: Running... udevadm settle --timeout=300 >19:51:35,218 INFO program: Running... udevadm settle --timeout=300 >19:51:35,278 INFO program: Running... udevadm settle --timeout=300 >19:51:35,325 INFO program: Running... udevadm settle --timeout=300 >19:51:35,401 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda2 /mnt/sysimage >19:51:35,430 INFO program: Running... /bin/umount /mnt/sysimage >19:51:35,460 INFO program: Running... udevadm settle --timeout=300 >19:51:35,509 INFO program: Running... udevadm settle --timeout=300 >19:51:35,598 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda5 /mnt/sysimage >19:51:35,614 INFO program: Running... arch >19:51:35,648 INFO program: x86_64 >19:51:35,660 INFO program: Running... /bin/umount /mnt/sysimage >19:51:35,675 INFO program: Running... udevadm settle --timeout=300 >18:54:12,380 INFO program: Running... modprobe btrfs >18:54:12,491 INFO program: Running... modprobe xfs >18:54:12,600 INFO program: Running... modprobe vfat > > >/tmp/storage.log: >19:51:27,887 DEBUG storage: registered device format class BIOSBoot as biosboot >19:51:27,889 DEBUG storage: registered device format class DMRaidMember as dmraidmember >19:51:27,891 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >19:51:27,893 DEBUG storage: registered device format class PPCPRePBoot as prepboot >19:51:27,925 DEBUG storage: registered device format class LUKS as luks >19:51:27,927 DEBUG storage: registered device format class MDRaidMember as mdmember >19:51:27,928 DEBUG storage: registered device format class MultipathMember as multipath_member >19:51:27,951 DEBUG storage: registered device format class Ext2FS as ext2 >19:51:27,952 DEBUG storage: registered device format class Ext3FS as ext3 >19:51:27,952 DEBUG storage: registered device format class Ext4FS as ext4 >19:51:27,953 DEBUG storage: registered device format class FATFS as vfat >19:51:27,953 DEBUG storage: registered device format class EFIFS as efi >19:51:27,954 DEBUG storage: registered device format class BTRFS as btrfs >19:51:27,955 DEBUG storage: registered device format class GFS2 as gfs2 >19:51:27,955 DEBUG storage: registered device format class JFS as jfs >19:51:27,956 DEBUG storage: registered device format class ReiserFS as reiserfs >19:51:27,956 DEBUG storage: registered device format class XFS as xfs >19:51:27,957 DEBUG storage: registered device format class HFS as hfs >19:51:27,957 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >19:51:27,958 DEBUG storage: registered device format class HFSPlus as hfs+ >19:51:27,958 DEBUG storage: registered device format class NTFS as ntfs >19:51:27,959 DEBUG storage: registered device format class NFS as nfs >19:51:27,959 DEBUG storage: registered device format class NFSv4 as nfs4 >19:51:27,960 DEBUG storage: registered device format class Iso9660FS as iso9660 >19:51:27,960 DEBUG storage: registered device format class NoDevFS as nodev >19:51:27,961 DEBUG storage: registered device format class DevPtsFS as devpts >19:51:27,961 DEBUG storage: registered device format class ProcFS as proc >19:51:27,962 DEBUG storage: registered device format class SysFS as sysfs >19:51:27,962 DEBUG storage: registered device format class TmpFS as tmpfs >19:51:27,963 DEBUG storage: registered device format class BindFS as bind >19:51:27,963 DEBUG storage: registered device format class SELinuxFS as selinuxfs >19:51:27,964 DEBUG storage: registered device format class USBFS as usbfs >19:51:27,968 DEBUG storage: registered device format class DiskLabel as disklabel >19:51:27,972 DEBUG storage: registered device format class SwapSpace as swap >19:51:28,928 DEBUG storage: MultipathTopology._build_topology: >19:51:28,928 DEBUG storage: /etc/multipath.conf contents: >19:51:28,929 DEBUG storage: # multipath.conf written by anaconda >19:51:28,929 DEBUG storage: >19:51:28,930 DEBUG storage: defaults { >19:51:28,930 DEBUG storage: user_friendly_names yes >19:51:28,931 DEBUG storage: } >19:51:28,931 DEBUG storage: blacklist { >19:51:28,932 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >19:51:28,932 DEBUG storage: devnode "^hd[a-z]" >19:51:28,933 DEBUG storage: devnode "^dcssblk[0-9]*" >19:51:28,933 DEBUG storage: device { >19:51:28,934 DEBUG storage: vendor "DGC" >19:51:28,934 DEBUG storage: product "LUNZ" >19:51:28,935 DEBUG storage: } >19:51:28,935 DEBUG storage: device { >19:51:28,936 DEBUG storage: vendor "IBM" >19:51:28,936 DEBUG storage: product "S/390.*" >19:51:28,937 DEBUG storage: } >19:51:28,937 DEBUG storage: # don't count normal SATA devices as multipaths >19:51:28,938 DEBUG storage: device { >19:51:28,938 DEBUG storage: vendor "ATA" >19:51:28,938 DEBUG storage: } >19:51:28,939 DEBUG storage: # don't count 3ware devices as multipaths >19:51:28,939 DEBUG storage: device { >19:51:28,940 DEBUG storage: vendor "3ware" >19:51:28,940 DEBUG storage: } >19:51:28,941 DEBUG storage: device { >19:51:28,941 DEBUG storage: vendor "AMCC" >19:51:28,942 DEBUG storage: } >19:51:28,942 DEBUG storage: # nor highpoint devices >19:51:28,943 DEBUG storage: device { >19:51:28,943 DEBUG storage: vendor "HPT" >19:51:28,943 DEBUG storage: } >19:51:28,944 DEBUG storage: } >19:51:28,944 DEBUG storage: multipaths { >19:51:28,944 DEBUG storage: } >19:51:28,945 DEBUG storage: (end of /etc/multipath.conf) >19:51:29,022 INFO storage: MultipathTopology: found singlepath device: sda >19:51:29,023 INFO storage: MultipathTopology: found non-disk device: sda1 >19:51:29,024 INFO storage: MultipathTopology: found non-disk device: sda2 >19:51:29,024 INFO storage: MultipathTopology: found non-disk device: sda3 >19:51:29,025 INFO storage: MultipathTopology: found non-disk device: sda4 >19:51:29,025 INFO storage: MultipathTopology: found non-disk device: sda5 >19:51:29,026 INFO storage: MultipathTopology: found non-disk device: sr0 >19:51:29,026 INFO storage: MultipathTopology: found singlepath device: loop0 >19:51:29,027 INFO storage: MultipathTopology: found singlepath device: loop1 >19:51:29,027 INFO storage: MultipathTopology: found singlepath device: loop2 >19:51:29,028 INFO storage: MultipathTopology: found singlepath device: loop3 >19:51:29,028 INFO storage: MultipathTopology: found singlepath device: loop4 >19:51:29,029 INFO storage: MultipathTopology: found singlepath device: loop5 >19:51:29,029 INFO storage: MultipathTopology: found singlepath device: loop6 >19:51:29,030 INFO storage: MultipathTopology: found singlepath device: loop7 >19:51:29,030 INFO storage: MultipathTopology: found singlepath device: dm-0 >19:51:31,985 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >19:51:31,988 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >19:51:32,247 DEBUG storage: MultipathTopology._build_topology: >19:51:32,248 DEBUG storage: /etc/multipath.conf contents: >19:51:32,249 DEBUG storage: # multipath.conf written by anaconda >19:51:32,249 DEBUG storage: >19:51:32,250 DEBUG storage: defaults { >19:51:32,250 DEBUG storage: user_friendly_names yes >19:51:32,250 DEBUG storage: } >19:51:32,251 DEBUG storage: blacklist { >19:51:32,251 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >19:51:32,252 DEBUG storage: devnode "^hd[a-z]" >19:51:32,252 DEBUG storage: devnode "^dcssblk[0-9]*" >19:51:32,253 DEBUG storage: device { >19:51:32,253 DEBUG storage: vendor "DGC" >19:51:32,262 DEBUG storage: product "LUNZ" >19:51:32,262 DEBUG storage: } >19:51:32,263 DEBUG storage: device { >19:51:32,263 DEBUG storage: vendor "IBM" >19:51:32,264 DEBUG storage: product "S/390.*" >19:51:32,264 DEBUG storage: } >19:51:32,265 DEBUG storage: # don't count normal SATA devices as multipaths >19:51:32,265 DEBUG storage: device { >19:51:32,266 DEBUG storage: vendor "ATA" >19:51:32,266 DEBUG storage: } >19:51:32,267 DEBUG storage: # don't count 3ware devices as multipaths >19:51:32,267 DEBUG storage: device { >19:51:32,268 DEBUG storage: vendor "3ware" >19:51:32,268 DEBUG storage: } >19:51:32,269 DEBUG storage: device { >19:51:32,269 DEBUG storage: vendor "AMCC" >19:51:32,269 DEBUG storage: } >19:51:32,270 DEBUG storage: # nor highpoint devices >19:51:32,270 DEBUG storage: device { >19:51:32,271 DEBUG storage: vendor "HPT" >19:51:32,271 DEBUG storage: } >19:51:32,272 DEBUG storage: } >19:51:32,272 DEBUG storage: multipaths { >19:51:32,273 DEBUG storage: } >19:51:32,273 DEBUG storage: (end of /etc/multipath.conf) >19:51:32,396 INFO storage: MultipathTopology: found singlepath device: sda >19:51:32,399 INFO storage: MultipathTopology: found non-disk device: sda1 >19:51:32,400 INFO storage: MultipathTopology: found non-disk device: sda2 >19:51:32,402 INFO storage: MultipathTopology: found non-disk device: sda3 >19:51:32,403 INFO storage: MultipathTopology: found non-disk device: sda4 >19:51:32,404 INFO storage: MultipathTopology: found non-disk device: sda5 >19:51:32,405 INFO storage: MultipathTopology: found non-disk device: sr0 >19:51:32,406 INFO storage: MultipathTopology: found singlepath device: loop0 >19:51:32,407 INFO storage: MultipathTopology: found singlepath device: loop1 >19:51:32,408 INFO storage: MultipathTopology: found singlepath device: loop2 >19:51:32,409 INFO storage: MultipathTopology: found singlepath device: loop3 >19:51:32,409 INFO storage: MultipathTopology: found singlepath device: loop4 >19:51:32,411 INFO storage: MultipathTopology: found singlepath device: loop5 >19:51:32,411 INFO storage: MultipathTopology: found singlepath device: loop6 >19:51:32,413 INFO storage: MultipathTopology: found singlepath device: loop7 >19:51:32,413 INFO storage: MultipathTopology: found singlepath device: dm-0 >19:51:32,414 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sda3', 'sda4', 'sda5', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0'] >19:51:32,433 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0_1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '48922', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >19:51:32,445 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >19:51:32,447 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >19:51:32,452 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:32,453 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >19:51:32,455 INFO storage: sda is a disk >19:51:32,455 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:32,460 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >19:51:32,461 INFO storage: added disk sda (id 0) to device tree >19:51:32,466 DEBUG storage: looking up parted Device: /dev/sda >19:51:32,496 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >19:51:32,507 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >19:51:32,515 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >19:51:32,525 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >19:51:32,584 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 4 > lastPartitionNumber: 5 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f00eeea4b10>, <parted.partition.Partition object at 0x7f00eeea4cd0>, <parted.partition.Partition object at 0x7f00eeea4710>, <parted.partition.Partition object at 0x7f00eeea4ed0>, <parted.partition.Partition object at 0x7f00eee87050>] > device: <parted.device.Device object at 0x7f00eeea4590> > PedDisk: <_ped.Disk object at 0x7f00eee837e8> >19:51:32,594 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >19:51:32,600 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >19:51:32,609 INFO storage: got device: DiskDevice instance (0x7f00f2e6a610) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12000.0 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 24576000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1529, 255, 63) biosGeometry: (1529, 255, 63) > PedDevice: <_ped.Device object at 0x7f00eeccc5f0> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f00f2f9b750> >19:51:32,618 INFO storage: got format: DiskLabel instance (0x7f00f2f9b810) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 5 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 4 > lastPartitionNumber: 5 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f00eeea4b10>, <parted.partition.Partition object at 0x7f00eeea4cd0>, <parted.partition.Partition object at 0x7f00eeea4710>, <parted.partition.Partition object at 0x7f00eeea4ed0>, <parted.partition.Partition object at 0x7f00eee87050>] > device: <parted.device.Device object at 0x7f00eeea4590> > PedDisk: <_ped.Disk object at 0x7f00eee837e8> > origPartedDisk = <parted.disk.Disk object at 0x7f00eee87190> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 24576000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1529, 255, 63) biosGeometry: (1529, 255, 63) > PedDevice: <_ped.Device object at 0x7f00eeccc8c0> > >19:51:32,650 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-uuid/FE5079C7507986E5', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'FE5079C7507986E5', > 'ID_FS_UUID_ENC': 'FE5079C7507986E5', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '63', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '4096512', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0_1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '48936', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-uuid/FE5079C7507986E5'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >19:51:32,668 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >19:51:32,669 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >19:51:32,673 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:32,673 INFO storage: sda1 is a partition >19:51:32,675 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >19:51:32,711 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >19:51:32,717 DEBUG storage: DeviceTree.getDeviceByName returned existing 12000MB disk sda (0) with existing msdos disklabel >19:51:32,719 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >19:51:32,720 DEBUG storage: PartitionDevice._setFormat: sda1 ; >19:51:32,728 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:32,730 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >19:51:32,750 DEBUG storage: looking up parted Partition: /dev/sda1 >19:51:32,755 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >19:51:32,756 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >19:51:32,758 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >19:51:32,787 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >19:51:32,809 INFO storage: added partition sda1 (id 1) to device tree >19:51:32,863 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >19:51:32,991 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >19:51:33,010 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >19:51:33,014 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >19:51:33,081 WARN storage: disklabel detected but not usable on sda1 >19:51:33,082 INFO storage: type detected on 'sda1' is 'ntfs' >19:51:33,377 DEBUG storage: NTFS.supported: supported: False ; >19:51:33,377 DEBUG storage: getFormat('ntfs') returning NTFS instance >19:51:33,379 DEBUG storage: PartitionDevice._setFormat: sda1 ; >19:51:33,383 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ntfs ; >19:51:33,384 DEBUG storage: looking up parted Device: /dev/sda1 >19:51:33,387 INFO storage: got device: PartitionDevice instance (0x7f00f2f9b710) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12000MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 2000.25 > format = existing ntfs filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 4096512 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (254, 255, 63) biosGeometry: (254, 255, 63) > PedDevice: <_ped.Device object at 0x7f00eecccd40> > target size = 0 path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f00eeea4650> fileSystem: <parted.filesystem.FileSystem object at 0x7f00eeea4bd0> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f00eeea4b50> PedPartition: <_ped.Partition object at 0x7f00f2fa9590> > disk = existing 12000MB disk sda (0) with existing msdos disklabel > start = 63 end = 4096574 length = 4096512 > flags = boot >19:51:33,396 DEBUG storage: NTFS.supported: supported: False ; >19:51:33,402 INFO storage: got format: NTFS instance (0x7f00eee87590) -- > type = ntfs name = ntfs status = False > device = /dev/sda1 uuid = FE5079C7507986E5 exists = True > options = defaults,ro supported = False formattable = False resizable = True > mountpoint = None mountopts = None > label = None size = 2000.0 targetSize = 2000.0 > >19:51:33,412 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2 /dev/disk/by-uuid/a77b731a-ed7e-4ddb-a25c-3412567cf824', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a77b731a-ed7e-4ddb-a25c-3412567cf824', > 'ID_FS_UUID_ENC': 'a77b731a-ed7e-4ddb-a25c-3412567cf824', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '4098048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0_1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '48947', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > '/dev/disk/by-uuid/a77b731a-ed7e-4ddb-a25c-3412567cf824'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >19:51:33,414 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >19:51:33,415 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >19:51:33,424 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:33,425 INFO storage: sda2 is a partition >19:51:33,426 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >19:51:33,430 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >19:51:33,434 DEBUG storage: DeviceTree.getDeviceByName returned existing 12000MB disk sda (0) with existing msdos disklabel >19:51:33,436 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >19:51:33,439 DEBUG storage: PartitionDevice._setFormat: sda2 ; >19:51:33,442 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:33,446 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >19:51:33,446 DEBUG storage: looking up parted Partition: /dev/sda2 >19:51:33,448 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >19:51:33,455 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >19:51:33,460 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >19:51:33,462 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >19:51:33,462 INFO storage: added partition sda2 (id 2) to device tree >19:51:33,464 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >19:51:33,469 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >19:51:33,470 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >19:51:33,472 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >19:51:33,515 WARN storage: disklabel detected but not usable on sda2 >19:51:33,516 INFO storage: type detected on 'sda2' is 'ext4' >19:51:33,656 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:33,658 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:51:33,664 DEBUG storage: PartitionDevice._setFormat: sda2 ; >19:51:33,685 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: ext4 ; >19:51:33,688 DEBUG storage: looking up parted Device: /dev/sda2 >19:51:33,698 INFO storage: got device: PartitionDevice instance (0x7f00f2f9b990) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 12000MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 500.0 > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f00eeccccb0> > target size = 0 path = /dev/sda2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f00eeea4650> fileSystem: <parted.filesystem.FileSystem object at 0x7f00eeea4d90> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f00eeea4d10> PedPartition: <_ped.Partition object at 0x7f00f2fa95f0> > disk = existing 12000MB disk sda (0) with existing msdos disklabel > start = 4098048 end = 5122047 length = 1024000 > flags = >19:51:33,705 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:33,705 INFO storage: got format: Ext4FS instance (0x7f00eeeb2f90) -- > type = ext4 name = ext4 status = False > device = /dev/sda2 uuid = a77b731a-ed7e-4ddb-a25c-3412567cf824 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >19:51:33,713 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part3 /dev/disk/by-uuid/efc6d70a-b271-448f-918a-702cea546522', > 'DEVNAME': 'sda3', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': 'efc6d70a-b271-448f-918a-702cea546522', > 'ID_FS_UUID_ENC': 'efc6d70a-b271-448f-918a-702cea546522', > 'ID_FS_VERSION': '2', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '5122048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '8257536', > 'ID_PART_ENTRY_TYPE': '0x82', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0_1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '48957', > 'name': 'sda3', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part3', > '/dev/disk/by-uuid/efc6d70a-b271-448f-918a-702cea546522'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3'} ; name: sda3 ; >19:51:33,714 INFO storage: scanning sda3 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3)... >19:51:33,715 DEBUG storage: DeviceTree.getDeviceByName: name: sda3 ; >19:51:33,720 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:33,721 INFO storage: sda3 is a partition >19:51:33,722 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda3 ; >19:51:33,723 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >19:51:33,724 DEBUG storage: DeviceTree.getDeviceByName returned existing 12000MB disk sda (0) with existing msdos disklabel >19:51:33,729 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sda ; >19:51:33,731 DEBUG storage: PartitionDevice._setFormat: sda3 ; >19:51:33,735 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:33,737 DEBUG storage: PartitionDevice._setFormat: sda3 ; current: None ; type: None ; >19:51:33,737 DEBUG storage: looking up parted Partition: /dev/sda3 >19:51:33,739 DEBUG storage: PartitionDevice.probe: sda3 ; exists: True ; >19:51:33,740 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 1 ; >19:51:33,745 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 10 ; >19:51:33,746 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 12 ; >19:51:33,747 INFO storage: added partition sda3 (id 3) to device tree >19:51:33,748 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda3 ; >19:51:33,749 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda3 ; label_type: dos ; >19:51:33,753 DEBUG storage: PartitionDevice.setup: sda3 ; status: True ; controllable: True ; orig: False ; >19:51:33,754 DEBUG storage: DiskLabel.__init__: device: /dev/sda3 ; labelType: dos ; exists: True ; >19:51:33,805 WARN storage: disklabel detected but not usable on sda3 >19:51:33,806 INFO storage: type detected on 'sda3' is 'swap' >19:51:33,810 DEBUG storage: SwapSpace.__init__: device: /dev/sda3 ; serial: QM00001 ; uuid: efc6d70a-b271-448f-918a-702cea546522 ; exists: True ; label: None ; >19:51:33,814 DEBUG storage: getFormat('swap') returning SwapSpace instance >19:51:33,815 DEBUG storage: PartitionDevice._setFormat: sda3 ; >19:51:33,817 DEBUG storage: PartitionDevice._setFormat: sda3 ; current: None ; type: swap ; >19:51:33,851 DEBUG storage: looking up parted Device: /dev/sda3 >19:51:33,856 INFO storage: got device: PartitionDevice instance (0x7f00eeeb2cd0) -- > name = sda3 status = True kids = 0 id = 3 > parents = ['existing 12000MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 4032.0 > format = existing swap > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 8257536 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (514, 255, 63) biosGeometry: (514, 255, 63) > PedDevice: <_ped.Device object at 0x7f00eeccce60> > target size = 0 path = /dev/sda3 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f00eeea4650> fileSystem: <parted.filesystem.FileSystem object at 0x7f00eeea4dd0> > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f00eeea4850> PedPartition: <_ped.Partition object at 0x7f00f2fa9530> > disk = existing 12000MB disk sda (0) with existing msdos disklabel > start = 5122048 end = 13379583 length = 8257536 > flags = >19:51:33,859 INFO storage: got format: SwapSpace instance (0x7f00eeeb6550) -- > type = swap name = swap status = False > device = /dev/sda3 uuid = efc6d70a-b271-448f-918a-702cea546522 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >19:51:33,874 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part4', > 'DEVNAME': 'sda4', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '4', > 'ID_PART_ENTRY_OFFSET': '13379584', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '11196416', > 'ID_PART_ENTRY_TYPE': '0x5', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0_1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '48967', > 'name': 'sda4', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part4'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4'} ; name: sda4 ; >19:51:33,884 INFO storage: scanning sda4 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4)... >19:51:33,885 DEBUG storage: DeviceTree.getDeviceByName: name: sda4 ; >19:51:33,886 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:33,887 INFO storage: sda4 is a partition >19:51:33,888 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda4 ; >19:51:33,891 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >19:51:33,892 DEBUG storage: DeviceTree.getDeviceByName returned existing 12000MB disk sda (0) with existing msdos disklabel >19:51:33,899 DEBUG storage: DiskDevice.addChild: kids: 3 ; name: sda ; >19:51:33,900 DEBUG storage: PartitionDevice._setFormat: sda4 ; >19:51:33,901 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:33,902 DEBUG storage: PartitionDevice._setFormat: sda4 ; current: None ; type: None ; >19:51:33,913 DEBUG storage: looking up parted Partition: /dev/sda4 >19:51:33,915 DEBUG storage: PartitionDevice.probe: sda4 ; exists: True ; >19:51:33,916 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 1 ; >19:51:33,924 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 10 ; >19:51:33,925 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 12 ; >19:51:33,926 INFO storage: added partition sda4 (id 4) to device tree >19:51:33,927 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda4 ; >19:51:33,930 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda4 ; label_type: dos ; >19:51:33,931 DEBUG storage: PartitionDevice.setup: sda4 ; status: True ; controllable: True ; orig: False ; >19:51:33,939 DEBUG storage: DiskLabel.__init__: device: /dev/sda4 ; labelType: dos ; exists: True ; >19:51:33,944 WARN storage: disklabel detected but not usable on sda4 >19:51:33,946 DEBUG storage: no type or existing type for sda4, bailing >19:51:33,949 DEBUG storage: looking up parted Device: /dev/sda4 >19:51:33,957 INFO storage: got device: PartitionDevice instance (0x7f00eeeb6bd0) -- > name = sda4 status = True kids = 0 id = 4 > parents = ['existing 12000MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 5467.0 > format = existing None > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 2 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x7f00eeebc170> > target size = 0 path = /dev/sda4 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 2 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f00eeea4650> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f00eeea4f10> PedPartition: <_ped.Partition object at 0x7f00f2fa9650> > disk = existing 12000MB disk sda (0) with existing msdos disklabel > start = 13379584 end = 24575999 length = 11196416 > flags = >19:51:33,969 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part5 /dev/disk/by-uuid/2bba46c2-2c89-4264-a7a6-4c471c3f1615', > 'DEVNAME': 'sda5', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2bba46c2-2c89-4264-a7a6-4c471c3f1615', > 'ID_FS_UUID_ENC': '2bba46c2-2c89-4264-a7a6-4c471c3f1615', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '5', > 'ID_PART_ENTRY_OFFSET': '13381632', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '11194368', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0_1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '48978', > 'name': 'sda5', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part5', > '/dev/disk/by-uuid/2bba46c2-2c89-4264-a7a6-4c471c3f1615'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5'} ; name: sda5 ; >19:51:33,970 INFO storage: scanning sda5 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5)... >19:51:33,971 DEBUG storage: DeviceTree.getDeviceByName: name: sda5 ; >19:51:33,979 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:33,979 INFO storage: sda5 is a partition >19:51:33,980 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda5 ; >19:51:33,984 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >19:51:33,985 DEBUG storage: DeviceTree.getDeviceByName returned existing 12000MB disk sda (0) with existing msdos disklabel >19:51:33,992 DEBUG storage: DiskDevice.addChild: kids: 4 ; name: sda ; >19:51:33,994 DEBUG storage: PartitionDevice._setFormat: sda5 ; >19:51:33,994 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:33,995 DEBUG storage: PartitionDevice._setFormat: sda5 ; current: None ; type: None ; >19:51:34,002 DEBUG storage: looking up parted Partition: /dev/sda5 >19:51:34,004 DEBUG storage: PartitionDevice.probe: sda5 ; exists: True ; >19:51:34,007 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda5 ; flag: 1 ; >19:51:34,008 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda5 ; flag: 10 ; >19:51:34,016 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda5 ; flag: 12 ; >19:51:34,016 INFO storage: added partition sda5 (id 5) to device tree >19:51:34,017 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda5 ; >19:51:34,021 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda5 ; label_type: dos ; >19:51:34,022 DEBUG storage: PartitionDevice.setup: sda5 ; status: True ; controllable: True ; orig: False ; >19:51:34,026 DEBUG storage: DiskLabel.__init__: device: /dev/sda5 ; labelType: dos ; exists: True ; >19:51:34,079 WARN storage: disklabel detected but not usable on sda5 >19:51:34,079 INFO storage: type detected on 'sda5' is 'ext4' >19:51:34,229 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:34,231 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:51:34,233 DEBUG storage: PartitionDevice._setFormat: sda5 ; >19:51:34,253 DEBUG storage: PartitionDevice._setFormat: sda5 ; current: None ; type: ext4 ; >19:51:34,257 DEBUG storage: looking up parted Device: /dev/sda5 >19:51:34,262 INFO storage: got device: PartitionDevice instance (0x7f00eeeb6c90) -- > name = sda5 status = True kids = 0 id = 5 > parents = ['existing 12000MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 5466.0 > format = existing ext4 filesystem > major = 8 minor = 5 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda5 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 11194368 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (696, 255, 63) biosGeometry: (696, 255, 63) > PedDevice: <_ped.Device object at 0x7f00eeebc8c0> > target size = 0 path = /dev/sda5 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 1 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f00eeea4650> fileSystem: <parted.filesystem.FileSystem object at 0x7f00eee872d0> > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f00eee870d0> PedPartition: <_ped.Partition object at 0x7f00f2fa96b0> > disk = existing 12000MB disk sda (0) with existing msdos disklabel > start = 13381632 end = 24575999 length = 11194368 > flags = >19:51:34,264 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:34,275 INFO storage: got format: Ext4FS instance (0x7f0106f805d0) -- > type = ext4 name = ext4 status = False > device = /dev/sda5 uuid = 2bba46c2-2c89-4264-a7a6-4c471c3f1615 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 5466.0 targetSize = 5466.0 > >19:51:34,281 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora\\x2018-Beta-TC3\\x20x86_64 /dev/disk/by-uuid/2012-10-09-19-57-41-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_FS_LABEL': 'Fedora_18-Beta-TC3_x86_64', > 'ID_FS_LABEL_ENC': 'Fedora\\x2018-Beta-TC3\\x20x86_64', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-10-09-19-57-41-00', > 'ID_FS_UUID_ENC': '2012-10-09-19-57-41-00', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0_1', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00003', > 'ID_SERIAL_SHORT': 'QM00003', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '49126', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora\\x2018-Beta-TC3\\x20x86_64', > '/dev/disk/by-uuid/2012-10-09-19-57-41-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >19:51:34,288 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >19:51:34,289 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >19:51:34,290 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:34,293 INFO storage: sr0 is a cdrom >19:51:34,294 DEBUG storage: DeviceTree.addUdevOpticalDevice: >19:51:34,295 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:34,296 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >19:51:34,307 INFO storage: added cdrom sr0 (id 6) to device tree >19:51:34,308 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:51:34,315 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >19:51:34,316 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >19:51:34,317 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >19:51:34,324 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >19:51:34,345 WARN storage: disklabel detected but not usable on sr0 >19:51:34,346 INFO storage: type detected on 'sr0' is 'iso9660' >19:51:34,347 DEBUG storage: Iso9660FS.supported: supported: True ; >19:51:34,347 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >19:51:34,352 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >19:51:34,353 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:51:34,356 DEBUG storage: looking up parted Device: /dev/sr0 >19:51:34,357 INFO storage: got device: OpticalDevice instance (0x7f00eeeb9e10) -- > name = sr0 status = True kids = 0 id = 6 > parents = [] > uuid = None size = 4264.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2183168 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (135, 255, 63) biosGeometry: (135, 255, 63) > PedDevice: <_ped.Device object at 0x7f00eeebc9e0> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >19:51:34,362 DEBUG storage: Iso9660FS.supported: supported: True ; >19:51:34,362 INFO storage: got format: Iso9660FS instance (0x7f0106f8a210) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-10-09-19-57-41-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora_18-Beta-TC3_x86_64 size = 0 targetSize = 0 > >19:51:34,364 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '61081', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >19:51:34,368 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >19:51:34,369 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >19:51:34,370 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:34,370 INFO storage: loop0 is a loop device >19:51:34,372 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >19:51:34,376 DEBUG storage: DeviceTree.getDeviceByName: name: /run/install/repo/LiveOS/squashfs.img ; >19:51:34,377 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:34,377 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:34,378 DEBUG storage: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >19:51:34,382 INFO storage: added file /run/install/repo/LiveOS/squashfs.img (id 7) to device tree >19:51:34,383 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >19:51:34,384 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:34,385 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >19:51:34,385 INFO storage: added loop loop0 (id 8) to device tree >19:51:34,386 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >19:51:34,390 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >19:51:34,391 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >19:51:34,392 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >19:51:34,397 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >19:51:34,406 WARN storage: disklabel detected but not usable on loop0 >19:51:34,406 INFO storage: type detected on 'loop0' is 'squashfs' >19:51:34,409 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >19:51:34,410 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >19:51:34,411 INFO storage: got device: LoopDevice instance (0x7f0106f8a8d0) -- > name = loop0 status = False kids = 0 id = 8 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (7)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >19:51:34,413 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/808f46f0-959c-462a-af0a-e6a598d93848', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '808f46f0-959c-462a-af0a-e6a598d93848', > 'ID_FS_UUID_ENC': '808f46f0-959c-462a-af0a-e6a598d93848', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '61100', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/808f46f0-959c-462a-af0a-e6a598d93848'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >19:51:34,418 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >19:51:34,419 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >19:51:34,420 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:34,420 INFO storage: loop1 is a loop device >19:51:34,421 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >19:51:34,426 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >19:51:34,427 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:34,427 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:34,429 DEBUG storage: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >19:51:34,432 INFO storage: added file /LiveOS/rootfs.img (id 9) to device tree >19:51:34,433 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >19:51:34,434 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:34,435 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >19:51:34,439 INFO storage: added loop loop1 (id 10) to device tree >19:51:34,440 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >19:51:34,441 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >19:51:34,443 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:34,447 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:51:34,447 DEBUG storage: device loop1 does not contain a disklabel >19:51:34,448 INFO storage: type detected on 'loop1' is 'ext4' >19:51:34,530 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:34,530 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:51:34,531 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >19:51:34,535 INFO storage: got device: LoopDevice instance (0x7f0106f90d50) -- > name = loop1 status = False kids = 0 id = 10 > parents = ['existing 0MB file /LiveOS/rootfs.img (9)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >19:51:34,537 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:34,537 INFO storage: got format: Ext4FS instance (0x7f0106f928d0) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = 808f46f0-959c-462a-af0a-e6a598d93848 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >19:51:34,539 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '68539', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >19:51:34,543 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >19:51:34,544 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >19:51:34,545 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:34,546 INFO storage: loop2 is a loop device >19:51:34,550 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >19:51:34,551 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >19:51:34,552 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:34,552 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:34,557 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >19:51:34,557 INFO storage: added file /overlay (deleted) (id 11) to device tree >19:51:34,559 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >19:51:34,559 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:34,560 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >19:51:34,564 INFO storage: added loop loop2 (id 12) to device tree >19:51:34,565 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >19:51:34,566 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >19:51:34,567 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >19:51:34,568 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >19:51:34,573 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >19:51:34,580 WARN storage: disklabel detected but not usable on loop2 >19:51:34,584 INFO storage: type detected on 'loop2' is 'DM_snapshot_cow' >19:51:34,585 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >19:51:34,586 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >19:51:34,586 INFO storage: got device: LoopDevice instance (0x7f0106f9b790) -- > name = loop2 status = False kids = 0 id = 12 > parents = ['existing 0MB file /overlay (deleted) (11)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >19:51:34,588 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '76601', > 'name': 'loop3', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >19:51:34,592 INFO storage: ignoring loop3 (/devices/virtual/block/loop3) >19:51:34,592 DEBUG storage: lvm filter: adding loop3 to the reject list >19:51:34,594 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '76626', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >19:51:34,594 INFO storage: ignoring loop4 (/devices/virtual/block/loop4) >19:51:34,595 DEBUG storage: lvm filter: adding loop4 to the reject list >19:51:34,596 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop5', > 'DEVPATH': '/devices/virtual/block/loop5', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '76646', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >19:51:34,600 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >19:51:34,600 DEBUG storage: lvm filter: adding loop5 to the reject list >19:51:34,602 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop6', > 'DEVPATH': '/devices/virtual/block/loop6', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '76663', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >19:51:34,602 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >19:51:34,603 DEBUG storage: lvm filter: adding loop6 to the reject list >19:51:34,604 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop7', > 'DEVPATH': '/devices/virtual/block/loop7', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '77151', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >19:51:34,608 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >19:51:34,608 DEBUG storage: lvm filter: adding loop7 to the reject list >19:51:34,609 DEBUG storage: Skipping a device mapper drive (dm-0) for now >19:51:34,651 INFO storage: devices to scan: ['dm-0'] >19:51:34,658 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/808f46f0-959c-462a-af0a-e6a598d93848 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '808f46f0-959c-462a-af0a-e6a598d93848', > 'ID_FS_UUID_ENC': '808f46f0-959c-462a-af0a-e6a598d93848', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '2675', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/808f46f0-959c-462a-af0a-e6a598d93848', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >19:51:34,662 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >19:51:34,663 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >19:51:34,664 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:34,665 INFO storage: live-rw is a device-mapper device >19:51:34,670 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >19:51:34,671 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >19:51:34,673 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (10) with existing ext4 filesystem >19:51:34,675 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >19:51:34,680 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (12) >19:51:34,681 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >19:51:34,682 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:34,687 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop2 ; >19:51:34,687 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:34,689 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >19:51:34,689 INFO storage: added dm live-rw (id 13) to device tree >19:51:34,694 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >19:51:34,695 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >19:51:34,696 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:34,700 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:51:34,700 DEBUG storage: device live-rw does not contain a disklabel >19:51:34,701 INFO storage: type detected on 'live-rw' is 'ext4' >19:51:34,785 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:34,785 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:51:34,786 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >19:51:34,790 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >19:51:34,818 INFO storage: got device: DMDevice instance (0x7f0106f9e910) -- > name = live-rw status = True kids = 0 id = 13 > parents = ['existing 0MB loop loop2 (12)'] > uuid = None size = 1024.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (130, 255, 63) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x7f00eed51050> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >19:51:34,823 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:34,824 INFO storage: got format: Ext4FS instance (0x7f0106f9fc50) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 808f46f0-959c-462a-af0a-e6a598d93848 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >19:51:34,868 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >19:51:34,907 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >19:51:34,908 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:51:34,910 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:51:34,944 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >19:51:34,976 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >19:51:34,977 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:51:34,979 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:51:35,016 DEBUG storage: PartitionDevice.teardown: sda3 ; status: True ; controllable: True ; >19:51:35,017 DEBUG storage: SwapSpace.teardown: device: /dev/sda3 ; status: False ; type: swap ; >19:51:35,019 DEBUG storage: SwapSpace.teardown: device: /dev/sda3 ; status: False ; type: swap ; >19:51:35,059 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >19:51:35,060 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:51:35,062 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:51:35,095 DEBUG storage: PartitionDevice.teardown: sda4 ; status: True ; controllable: True ; >19:51:35,096 DEBUG storage: DeviceFormat.teardown: device: /dev/sda4 ; status: False ; type: None ; >19:51:35,098 DEBUG storage: DeviceFormat.teardown: device: /dev/sda4 ; status: False ; type: None ; >19:51:35,147 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >19:51:35,151 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:51:35,160 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:51:35,217 DEBUG storage: PartitionDevice.teardown: sda5 ; status: True ; controllable: True ; >19:51:35,270 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >19:51:35,272 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:51:35,278 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:51:35,324 DEBUG storage: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >19:51:35,372 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >19:51:35,373 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >19:51:35,374 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >19:51:35,375 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >19:51:35,377 INFO storage: edd: collected mbr signatures: {'sda': '0xd20fd20f'} >19:51:35,378 DEBUG storage: edd: data extracted from 0x80: > type: ATA, ata_device: 0 > channel: 0, mbr_signature: 0xd20fd20f > pci_dev: 00:01.1, scsi_id: None > scsi_lun: None, sectors: 24576000 >19:51:35,379 WARN storage: edd: directory does not exist: /sys/devices/pci0000:00/0000:00:01.1/host0/target0:0:0/0:0:0:0/block >19:51:35,380 INFO storage: edd: matched 0x80 to sda using MBR sig >19:51:35,382 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >19:51:35,398 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >19:51:35,420 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >19:51:35,501 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >19:51:35,503 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:51:35,504 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:51:35,594 DEBUG storage: PartitionDevice.setup: sda5 ; status: True ; controllable: True ; orig: False ; >19:51:35,595 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >19:51:35,649 DEBUG storage: parsing /mnt/sysimage/etc/blkid/blkid.tab >19:51:35,649 INFO storage: error parsing blkid.tab: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >19:51:35,649 DEBUG storage: parsing /mnt/sysimage/etc/crypttab >19:51:35,650 DEBUG storage: parsing /mnt/sysimage/etc/blkid/blkid.tab >19:51:35,650 DEBUG storage: crypttab maps: [] >19:51:35,650 DEBUG storage: parsing /mnt/sysimage/etc/fstab >19:51:35,651 DEBUG storage: resolved 'UUID=2bba46c2-2c89-4264-a7a6-4c471c3f1615' to 'sda5' (partition) >19:51:35,652 DEBUG storage: resolved 'UUID=a77b731a-ed7e-4ddb-a25c-3412567cf824' to 'sda2' (partition) >19:51:35,652 DEBUG storage: resolved 'UUID=efc6d70a-b271-448f-918a-702cea546522' to 'sda3' (partition) >19:51:35,653 DEBUG storage: PartitionDevice.teardown: sda5 ; status: True ; controllable: True ; >19:51:35,835 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:35,847 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:35,849 DEBUG storage: NTFS.supported: supported: False ; >19:51:35,855 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:35,866 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:35,872 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:51:35,879 DEBUG storage: Iso9660FS.supported: supported: True ; >19:51:36,101 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sr0 ; >19:51:36,102 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:51:36,109 DEBUG storage: DeviceTree.getDeviceByPath returned existing 4264MB cdrom sr0 (6) with existing iso9660 filesystem >18:54:12,345 DEBUG storage: Iso9660FS.supported: supported: True ; >18:54:12,347 DEBUG storage: Iso9660FS.supported: supported: True ; >18:54:12,349 DEBUG storage: NFSv4.supported: supported: False ; >18:54:12,350 DEBUG storage: NFSv4.supported: supported: False ; >18:54:12,352 DEBUG storage: SELinuxFS.supported: supported: False ; >18:54:12,353 DEBUG storage: SELinuxFS.supported: supported: False ; >18:54:12,355 DEBUG storage: Ext4FS.supported: supported: True ; >18:54:12,356 DEBUG storage: Ext4FS.supported: supported: True ; >18:54:12,358 DEBUG storage: Ext3FS.supported: supported: True ; >18:54:12,359 DEBUG storage: Ext3FS.supported: supported: True ; >18:54:12,361 DEBUG storage: Ext2FS.supported: supported: True ; >18:54:12,362 DEBUG storage: Ext2FS.supported: supported: True ; >18:54:12,365 DEBUG storage: SysFS.supported: supported: False ; >18:54:12,366 DEBUG storage: SysFS.supported: supported: False ; >18:54:12,368 DEBUG storage: MultipathMember.__init__: >18:54:12,370 DEBUG storage: MDRaidMember.__init__: >18:54:12,371 DEBUG storage: ProcFS.supported: supported: False ; >18:54:12,372 DEBUG storage: ProcFS.supported: supported: False ; >18:54:12,374 DEBUG storage: SwapSpace.__init__: >18:54:12,375 DEBUG storage: DMRaidMember.__init__: >18:54:12,377 DEBUG storage: DevPtsFS.supported: supported: False ; >18:54:12,378 DEBUG storage: DevPtsFS.supported: supported: False ; >18:54:12,380 DEBUG storage: BTRFS.supported: supported: True ; >18:54:12,480 DEBUG storage: BTRFS.supported: supported: True ; >18:54:12,483 DEBUG storage: USBFS.supported: supported: False ; >18:54:12,484 DEBUG storage: USBFS.supported: supported: False ; >18:54:12,486 DEBUG storage: DiskLabel.__init__: >18:54:12,486 INFO storage: DiskLabel.partedDevice returning None >18:54:12,487 DEBUG storage: HFSPlus.supported: supported: False ; >18:54:12,489 DEBUG storage: HFSPlus.supported: supported: False ; >18:54:12,490 DEBUG storage: XFS.supported: supported: True ; >18:54:12,576 DEBUG storage: XFS.supported: supported: True ; >18:54:12,579 DEBUG storage: TmpFS.supported: supported: False ; >18:54:12,581 DEBUG storage: TmpFS.supported: supported: False ; >18:54:12,582 DEBUG storage: LUKS.__init__: >18:54:12,584 DEBUG storage: NTFS.supported: supported: False ; >18:54:12,585 DEBUG storage: NTFS.supported: supported: False ; >18:54:12,588 DEBUG storage: BindFS.supported: supported: False ; >18:54:12,589 DEBUG storage: BindFS.supported: supported: False ; >18:54:12,591 DEBUG storage: HFS.supported: supported: False ; >18:54:12,592 DEBUG storage: HFS.supported: supported: False ; >18:54:12,594 DEBUG storage: LVMPhysicalVolume.__init__: >18:54:12,596 DEBUG storage: NFS.supported: supported: False ; >18:54:12,597 DEBUG storage: NFS.supported: supported: False ; >18:54:12,599 DEBUG storage: FATFS.supported: supported: True ; >18:54:12,627 DEBUG storage: FATFS.supported: supported: True ; >18:54:12,629 DEBUG storage: NoDevFS.supported: supported: False ; >18:54:12,631 DEBUG storage: NoDevFS.supported: supported: False ; > > >/tmp/ifcfg.log: >19:51:31,794 DEBUG ifcfg: NetworkDevice eth0: setDefaultConfig() >19:51:31,794 DEBUG ifcfg: NetworkDevice eth0 set: DEVICE=eth0 BOOTPROTO=dhcp ONBOOT=no >19:51:31,794 DEBUG ifcfg: NetworkDevice eth0 set: HWADDR=52:54:00:F1:E0:9A >19:51:31,794 DEBUG ifcfg: NetworkDevice eth0 set: UUID=31826bc7-ae40-42b3-a657-9cb1fe8c7bb0 >19:51:31,794 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: > >19:51:31,794 DEBUG ifcfg: NetworkDevice eth0: >DEVICE="eth0" >HWADDR="52:54:00:F1:E0:9A" >BOOTPROTO="dhcp" >ONBOOT="no" >UUID="31826bc7-ae40-42b3-a657-9cb1fe8c7bb0" > >19:51:31,794 DEBUG ifcfg: writeIfcfgFile eth0 to /etc/sysconfig/network-scripts/ifcfg-eth0 > > >/proc/cmdline: >initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2018-Beta-TC3\x20x86_64 quiet BOOT_IMAGE=vmlinuz > > >/tmp/syslog: >19:51:24,069 INFO kernel:imklog 5.8.11, log source = /proc/kmsg started. >19:51:24,069 INFO rsyslogd: [origin software="rsyslogd" swVersion="5.8.11" x-pid="492" x-info="http://www.rsyslog.com"] start >19:51:24,069 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >19:51:24,069 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >19:51:24,069 NOTICE kernel:[ 0.000000] Linux version 3.6.1-1.fc18.x86_64 (mockbuild@) (gcc version 4.7.2 20120921 (Red Hat 4.7.2-2) (GCC) ) #1 SMP Mon Oct 8 17:19:09 UTC 2012 >19:51:24,069 INFO kernel:[ 0.000000] Command line: initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2018-Beta-TC3\x20x86_64 quiet BOOT_IMAGE=vmlinuz >19:51:24,069 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >19:51:24,069 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable >19:51:24,069 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved >19:51:24,069 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >19:51:24,069 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007fffdfff] usable >19:51:24,069 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000007fffe000-0x000000007fffffff] reserved >19:51:24,069 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved >19:51:24,069 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >19:51:24,069 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >19:51:24,069 INFO kernel:[ 0.000000] DMI 2.4 present. >19:51:24,069 DEBUG kernel:[ 0.000000] DMI: Bochs Bochs, BIOS Bochs 01/01/2007 >19:51:24,069 INFO kernel:[ 0.000000] Hypervisor detected: KVM >19:51:24,069 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved >19:51:24,069 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >19:51:24,069 INFO kernel:[ 0.000000] No AGP bridge found >19:51:24,069 INFO kernel:[ 0.000000] e820: last_pfn = 0x7fffe max_arch_pfn = 0x400000000 >19:51:24,069 DEBUG kernel:[ 0.000000] MTRR default type: write-back >19:51:24,069 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >19:51:24,069 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >19:51:24,069 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >19:51:24,069 DEBUG kernel:[ 0.000000] C0000-FFFFF write-protect >19:51:24,069 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >19:51:24,069 DEBUG kernel:[ 0.000000] 0 base 00E0000000 mask FFE0000000 uncachable >19:51:24,069 DEBUG kernel:[ 0.000000] 1 disabled >19:51:24,069 DEBUG kernel:[ 0.000000] 2 disabled >19:51:24,069 DEBUG kernel:[ 0.000000] 3 disabled >19:51:24,069 DEBUG kernel:[ 0.000000] 4 disabled >19:51:24,069 DEBUG kernel:[ 0.000000] 5 disabled >19:51:24,069 DEBUG kernel:[ 0.000000] 6 disabled >19:51:24,069 DEBUG kernel:[ 0.000000] 7 disabled >19:51:24,069 INFO kernel:[ 0.000000] x86 PAT enabled: cpu 0, old 0x70406, new 0x7010600070106 >19:51:24,069 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000fdae0-0x000fdaef] mapped at [ffff8800000fdae0] >19:51:24,069 DEBUG kernel:[ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff] >19:51:24,069 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576 >19:51:24,069 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x7fffdfff] >19:51:24,069 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x7fdfffff] page 2M >19:51:24,069 DEBUG kernel:[ 0.000000] [mem 0x7fe00000-0x7fffdfff] page 4k >19:51:24,069 DEBUG kernel:[ 0.000000] kernel direct mapping tables up to 0x7fffdfff @ [mem 0x1fbfd000-0x1fffffff] >19:51:24,069 INFO kernel:[ 0.000000] RAMDISK: [mem 0x7e5da000-0x7ffdcfff] >19:51:24,069 WARNING kernel:[ 0.000000] ACPI: RSDP 00000000000fd980 00014 (v00 BOCHS ) >19:51:24,069 WARNING kernel:[ 0.000000] ACPI: RSDT 000000007fffe5d0 00038 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) >19:51:24,069 WARNING kernel:[ 0.000000] ACPI: FACP 000000007fffff80 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) >19:51:24,069 WARNING kernel:[ 0.000000] ACPI: DSDT 000000007fffe610 01109 (v01 BXPC BXDSDT 00000001 INTL 20100528) >19:51:24,069 WARNING kernel:[ 0.000000] ACPI: FACS 000000007fffff40 00040 >19:51:24,069 WARNING kernel:[ 0.000000] ACPI: SSDT 000000007ffffea0 0009E (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) >19:51:24,069 WARNING kernel:[ 0.000000] ACPI: APIC 000000007ffffdb0 00078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) >19:51:24,069 WARNING kernel:[ 0.000000] ACPI: HPET 000000007ffffd70 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) >19:51:24,069 WARNING kernel:[ 0.000000] ACPI: SSDT 000000007ffff720 00644 (v01 BXPC BXSSDTPC 00000001 INTL 20100528) >19:51:24,069 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >19:51:24,069 INFO kernel:[ 0.000000] No NUMA configuration found >19:51:24,069 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007fffdfff] >19:51:24,069 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7fffdfff] >19:51:24,069 INFO kernel:[ 0.000000] NODE_DATA [mem 0x7ffea000-0x7fffdfff] >19:51:24,069 INFO kernel:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 >19:51:24,069 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:1cfac01, boot clock >19:51:24,069 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007bc00000-ffff88007dbfffff] on node 0 >19:51:24,069 WARNING kernel:[ 0.000000] Zone ranges: >19:51:24,069 WARNING kernel:[ 0.000000] DMA [mem 0x00010000-0x00ffffff] >19:51:24,069 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >19:51:24,069 WARNING kernel:[ 0.000000] Normal empty >19:51:24,069 WARNING kernel:[ 0.000000] Movable zone start for each node >19:51:24,069 WARNING kernel:[ 0.000000] Early memory node ranges >19:51:24,069 WARNING kernel:[ 0.000000] node 0: [mem 0x00010000-0x0009efff] >19:51:24,069 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0x7fffdfff] >19:51:24,069 DEBUG kernel:[ 0.000000] On node 0 totalpages: 524173 >19:51:24,069 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >19:51:24,069 DEBUG kernel:[ 0.000000] DMA zone: 6 pages reserved >19:51:24,069 DEBUG kernel:[ 0.000000] DMA zone: 3913 pages, LIFO batch:0 >19:51:24,069 DEBUG kernel:[ 0.000000] DMA32 zone: 8128 pages used for memmap >19:51:24,069 DEBUG kernel:[ 0.000000] DMA32 zone: 512062 pages, LIFO batch:31 >19:51:24,069 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0xb008 >19:51:24,069 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >19:51:24,069 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >19:51:24,069 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >19:51:24,069 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) >19:51:24,069 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23 >19:51:24,069 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >19:51:24,069 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >19:51:24,069 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >19:51:24,069 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >19:51:24,069 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >19:51:24,069 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >19:51:24,069 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >19:51:24,069 DEBUG kernel:[ 0.000000] ACPI: IRQ5 used by override. >19:51:24,069 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >19:51:24,069 DEBUG kernel:[ 0.000000] ACPI: IRQ10 used by override. >19:51:24,069 DEBUG kernel:[ 0.000000] ACPI: IRQ11 used by override. >19:51:24,069 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >19:51:24,069 INFO kernel:[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 >19:51:24,069 INFO kernel:[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs >19:51:24,069 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >19:51:24,069 INFO kernel:[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 >19:51:24,069 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 >19:51:24,069 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 >19:51:24,069 INFO kernel:[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices >19:51:24,069 INFO kernel:[ 0.000000] Booting paravirtualized kernel on KVM >19:51:24,069 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:1 nr_node_ids:1 >19:51:24,069 INFO kernel:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007e200000 s84288 r8192 d22208 u2097152 >19:51:24,069 DEBUG kernel:[ 0.000000] pcpu-alloc: s84288 r8192 d22208 u2097152 alloc=1*2097152 >19:51:24,069 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 >19:51:24,069 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:7e213c01, primary cpu clock >19:51:24,069 INFO kernel:[ 0.000000] KVM setup async PF for cpu 0 >19:51:24,069 INFO kernel:[ 0.000000] kvm-stealtime: cpu 0, msr 7e20dec0 >19:51:24,069 WARNING kernel:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515975 >19:51:24,069 WARNING kernel:[ 0.000000] Policy zone: DMA32 >19:51:24,069 NOTICE kernel:[ 0.000000] Kernel command line: initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2018-Beta-TC3\x20x86_64 quiet BOOT_IMAGE=vmlinuz >19:51:24,069 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >19:51:24,069 NOTICE kernel:[ 0.000000] __ex_table already sorted, skipping sort >19:51:24,069 INFO kernel:[ 0.000000] Checking aperture... >19:51:24,069 INFO kernel:[ 0.000000] No AGP bridge found >19:51:24,069 INFO kernel:[ 0.000000] Memory: 2020936k/2097144k available (6322k kernel code, 452k absent, 75756k reserved, 6882k data, 1036k init) >19:51:24,069 INFO kernel:[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 >19:51:24,069 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >19:51:24,069 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=1. >19:51:24,069 INFO kernel:[ 0.000000] NR_IRQS:8448 nr_irqs:256 16 >19:51:24,069 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >19:51:24,069 INFO kernel:[ 0.000000] console [tty0] enabled >19:51:24,069 INFO kernel:[ 0.000000] allocated 8388608 bytes of page_cgroup >19:51:24,069 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >19:51:24,069 DEBUG kernel:[ 0.000000] hpet clockevent registered >19:51:24,069 INFO kernel:[ 0.000000] tsc: Detected 3311.132 MHz processor >19:51:24,069 INFO kernel:[ 0.001999] Calibrating delay loop (skipped) preset value.. 6622.26 BogoMIPS (lpj=3311132) >19:51:24,069 INFO kernel:[ 0.001999] pid_max: default: 32768 minimum: 301 >19:51:24,069 INFO kernel:[ 0.001999] Security Framework initialized >19:51:24,069 INFO kernel:[ 0.001999] SELinux: Initializing. >19:51:24,069 DEBUG kernel:[ 0.001999] SELinux: Starting in permissive mode >19:51:24,069 INFO kernel:[ 0.001999] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) >19:51:24,069 INFO kernel:[ 0.001999] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) >19:51:24,069 INFO kernel:[ 0.002035] Mount-cache hash table entries: 256 >19:51:24,069 INFO kernel:[ 0.002177] Initializing cgroup subsys cpuacct >19:51:24,069 INFO kernel:[ 0.002179] Initializing cgroup subsys memory >19:51:24,069 INFO kernel:[ 0.002187] Initializing cgroup subsys devices >19:51:24,069 INFO kernel:[ 0.002189] Initializing cgroup subsys freezer >19:51:24,069 INFO kernel:[ 0.002190] Initializing cgroup subsys net_cls >19:51:24,069 INFO kernel:[ 0.002191] Initializing cgroup subsys blkio >19:51:24,069 INFO kernel:[ 0.002192] Initializing cgroup subsys perf_event >19:51:24,069 INFO kernel:[ 0.002260] mce: CPU supports 10 MCE banks >19:51:24,069 INFO kernel:[ 0.002308] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >19:51:24,069 INFO kernel:[ 0.002308] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 >19:51:24,069 INFO kernel:[ 0.002308] tlb_flushall_shift is 0xffffffff >19:51:24,069 INFO kernel:[ 0.002394] SMP alternatives: switching to UP code >19:51:24,069 INFO kernel:[ 0.014328] Freeing SMP alternatives: 24k freed >19:51:24,069 INFO kernel:[ 0.014343] ACPI: Core revision 20120711 >19:51:24,069 INFO kernel:[ 0.015003] ftrace: allocating 23458 entries in 92 pages >19:51:24,069 INFO kernel:[ 0.023588] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >19:51:24,069 INFO kernel:[ 0.023591] smpboot: CPU0: AMD QEMU Virtual CPU version 1.0,1 stepping 03 >19:51:24,069 INFO kernel:[ 0.023996] Performance Events: Broken PMU hardware detected, using software events only. >19:51:24,069 ERR kernel:[ 0.023996] Failed to access perfctr msr (MSR c0010001 is ffffffffffffffff) >19:51:24,069 WARNING kernel:[ 0.023996] NMI watchdog: disabled (cpu0): hardware events not enabled >19:51:24,069 INFO kernel:[ 0.023996] Brought up 1 CPUs >19:51:24,069 INFO kernel:[ 0.023996] smpboot: Total of 1 processors activated (6622.26 BogoMIPS) >19:51:24,069 INFO kernel:[ 0.024473] devtmpfs: initialized >19:51:24,069 INFO kernel:[ 0.025260] atomic64 test passed for x86-64 platform with CX8 and with SSE >19:51:24,069 INFO kernel:[ 0.025342] RTC time: 19:51:17, date: 10/10/12 >19:51:24,069 INFO kernel:[ 0.025376] NET: Registered protocol family 16 >19:51:24,069 INFO kernel:[ 0.025534] ACPI: bus type pci registered >19:51:24,069 INFO kernel:[ 0.025632] PCI: Using configuration type 1 for base access >19:51:24,069 INFO kernel:[ 0.026300] bio: create slab <bio-0> at 0 >19:51:24,069 INFO kernel:[ 0.026353] ACPI: Added _OSI(Module Device) >19:51:24,069 INFO kernel:[ 0.026354] ACPI: Added _OSI(Processor Device) >19:51:24,069 INFO kernel:[ 0.026355] ACPI: Added _OSI(3.0 _SCP Extensions) >19:51:24,069 INFO kernel:[ 0.026356] ACPI: Added _OSI(Processor Aggregator Device) >19:51:24,069 DEBUG kernel:[ 0.026866] ACPI: EC: Look up EC in DSDT >19:51:24,069 INFO kernel:[ 0.028358] ACPI: Interpreter enabled >19:51:24,069 INFO kernel:[ 0.028360] ACPI: (supports S0 S5) >19:51:24,069 INFO kernel:[ 0.028367] ACPI: Using IOAPIC for interrupt routing >19:51:24,069 INFO kernel:[ 0.030745] ACPI: No dock devices found. >19:51:24,069 INFO kernel:[ 0.030748] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug >19:51:24,069 INFO kernel:[ 0.030763] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >19:51:24,069 DEBUG kernel:[ 0.030776] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored) >19:51:24,069 DEBUG kernel:[ 0.030777] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored) >19:51:24,069 DEBUG kernel:[ 0.030779] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored) >19:51:24,069 DEBUG kernel:[ 0.030781] pci_root PNP0A03:00: host bridge window [mem 0xe0000000-0xfebfffff] (ignored) >19:51:24,069 DEBUG kernel:[ 0.030782] PCI: root bus 00: using default resources >19:51:24,069 WARNING kernel:[ 0.030784] pci_root PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >19:51:24,069 INFO kernel:[ 0.030803] PCI host bridge to bus 0000:00 >19:51:24,069 DEBUG kernel:[ 0.030806] pci_bus 0000:00: busn_res: [bus 00-ff] is inserted under domain [bus 00-ff] >19:51:24,069 INFO kernel:[ 0.030807] pci_bus 0000:00: root bus resource [bus 00-ff] >19:51:24,069 INFO kernel:[ 0.030809] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] >19:51:24,069 INFO kernel:[ 0.030810] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffff] >19:51:24,069 DEBUG kernel:[ 0.030850] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 >19:51:24,069 DEBUG kernel:[ 0.031186] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 >19:51:24,069 DEBUG kernel:[ 0.031683] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 >19:51:24,069 DEBUG kernel:[ 0.032133] pci 0000:00:01.1: reg 20: [io 0xc160-0xc16f] >19:51:24,069 DEBUG kernel:[ 0.032413] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300 >19:51:24,069 DEBUG kernel:[ 0.032863] pci 0000:00:01.2: reg 20: [io 0xc100-0xc11f] >19:51:24,069 DEBUG kernel:[ 0.033153] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 >19:51:24,069 INFO kernel:[ 0.033582] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI >19:51:24,069 INFO kernel:[ 0.033593] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB >19:51:24,069 DEBUG kernel:[ 0.033754] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000 >19:51:24,069 DEBUG kernel:[ 0.034184] pci 0000:00:02.0: reg 10: [mem 0xfc000000-0xfdffffff pref] >19:51:24,069 DEBUG kernel:[ 0.034538] pci 0000:00:02.0: reg 14: [mem 0xfebf4000-0xfebf4fff] >19:51:24,069 DEBUG kernel:[ 0.036171] pci 0000:00:02.0: reg 30: [mem 0xfebd0000-0xfebdffff pref] >19:51:24,069 DEBUG kernel:[ 0.036287] pci 0000:00:03.0: [10ec:8139] type 00 class 0x020000 >19:51:24,069 DEBUG kernel:[ 0.036462] pci 0000:00:03.0: reg 10: [io 0xc000-0xc0ff] >19:51:24,069 DEBUG kernel:[ 0.036609] pci 0000:00:03.0: reg 14: [mem 0xfebf5000-0xfebf50ff] >19:51:24,069 DEBUG kernel:[ 0.037433] pci 0000:00:03.0: reg 30: [mem 0xfebe0000-0xfebeffff pref] >19:51:24,069 DEBUG kernel:[ 0.037568] pci 0000:00:04.0: [8086:2668] type 00 class 0x040300 >19:51:24,069 DEBUG kernel:[ 0.037710] pci 0000:00:04.0: reg 10: [mem 0xfebf0000-0xfebf3fff] >19:51:24,069 DEBUG kernel:[ 0.038561] pci 0000:00:05.0: [1af4:1003] type 00 class 0x078000 >19:51:24,069 DEBUG kernel:[ 0.038749] pci 0000:00:05.0: reg 10: [io 0xc120-0xc13f] >19:51:24,069 DEBUG kernel:[ 0.038878] pci 0000:00:05.0: reg 14: [mem 0xfebf6000-0xfebf6fff] >19:51:24,069 DEBUG kernel:[ 0.039816] pci 0000:00:06.0: [1af4:1002] type 00 class 0x050000 >19:51:24,069 DEBUG kernel:[ 0.039942] pci 0000:00:06.0: reg 10: [io 0xc140-0xc15f] >19:51:24,069 DEBUG kernel:[ 0.040784] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] >19:51:24,069 INFO kernel:[ 0.041160] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM >19:51:24,069 INFO kernel:[ 0.041162] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08) >19:51:24,069 INFO kernel:[ 0.043683] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) >19:51:24,069 INFO kernel:[ 0.043762] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) >19:51:24,069 INFO kernel:[ 0.043835] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) >19:51:24,069 INFO kernel:[ 0.043906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) >19:51:24,069 INFO kernel:[ 0.043974] ACPI: PCI Interrupt Link [LNKS] (IRQs 9) *0 >19:51:24,069 INFO kernel:[ 0.044078] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >19:51:24,069 INFO kernel:[ 0.044080] vgaarb: loaded >19:51:24,069 INFO kernel:[ 0.044081] vgaarb: bridge control possible 0000:00:02.0 >19:51:24,069 NOTICE kernel:[ 0.044133] SCSI subsystem initialized >19:51:24,069 INFO kernel:[ 0.044134] ACPI: bus type scsi registered >19:51:24,069 DEBUG kernel:[ 0.044158] libata version 3.00 loaded. >19:51:24,069 INFO kernel:[ 0.044177] ACPI: bus type usb registered >19:51:24,069 INFO kernel:[ 0.044193] usbcore: registered new interface driver usbfs >19:51:24,069 INFO kernel:[ 0.044201] usbcore: registered new interface driver hub >19:51:24,069 INFO kernel:[ 0.044214] usbcore: registered new device driver usb >19:51:24,069 INFO kernel:[ 0.044250] PCI: Using ACPI for IRQ routing >19:51:24,069 DEBUG kernel:[ 0.044251] PCI: pci_cache_line_size set to 64 bytes >19:51:24,069 DEBUG kernel:[ 0.044442] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff] >19:51:24,069 DEBUG kernel:[ 0.044444] e820: reserve RAM buffer [mem 0x7fffe000-0x7fffffff] >19:51:24,069 INFO kernel:[ 0.044512] NetLabel: Initializing >19:51:24,069 INFO kernel:[ 0.044513] NetLabel: domain hash size = 128 >19:51:24,069 INFO kernel:[ 0.044513] NetLabel: protocols = UNLABELED CIPSOv4 >19:51:24,069 INFO kernel:[ 0.044521] NetLabel: unlabeled traffic allowed by default >19:51:24,069 INFO kernel:[ 0.044553] HPET: 3 timers in total, 0 timers will be used for per-cpu timer >19:51:24,069 INFO kernel:[ 0.044571] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 >19:51:24,069 INFO kernel:[ 0.044573] hpet0: 3 comparators, 64-bit 100.000000 MHz counter >19:51:24,069 INFO kernel:[ 0.049013] Switching to clocksource kvm-clock >19:51:24,069 INFO kernel:[ 0.055086] pnp: PnP ACPI init >19:51:24,069 INFO kernel:[ 0.055097] ACPI: bus type pnp registered >19:51:24,069 DEBUG kernel:[ 0.055116] pnp 00:00: [bus 00-ff] >19:51:24,069 DEBUG kernel:[ 0.055118] pnp 00:00: [io 0x0cf8-0x0cff] >19:51:24,069 DEBUG kernel:[ 0.055120] pnp 00:00: [io 0x0000-0x0cf7 window] >19:51:24,069 DEBUG kernel:[ 0.055121] pnp 00:00: [io 0x0d00-0xffff window] >19:51:24,069 DEBUG kernel:[ 0.055123] pnp 00:00: [mem 0x000a0000-0x000bffff window] >19:51:24,069 DEBUG kernel:[ 0.055124] pnp 00:00: [mem 0xe0000000-0xfebfffff window] >19:51:24,069 DEBUG kernel:[ 0.055146] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active) >19:51:24,069 DEBUG kernel:[ 0.055156] pnp 00:01: [io 0x0070-0x0071] >19:51:24,069 DEBUG kernel:[ 0.055177] pnp 00:01: [irq 8] >19:51:24,069 DEBUG kernel:[ 0.055178] pnp 00:01: [io 0x0072-0x0077] >19:51:24,069 DEBUG kernel:[ 0.055193] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) >19:51:24,069 DEBUG kernel:[ 0.055218] pnp 00:02: [io 0x0060] >19:51:24,069 DEBUG kernel:[ 0.055220] pnp 00:02: [io 0x0064] >19:51:24,069 DEBUG kernel:[ 0.055234] pnp 00:02: [irq 1] >19:51:24,069 DEBUG kernel:[ 0.055247] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active) >19:51:24,069 DEBUG kernel:[ 0.055283] pnp 00:03: [irq 12] >19:51:24,069 DEBUG kernel:[ 0.055298] pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active) >19:51:24,069 DEBUG kernel:[ 0.055316] pnp 00:04: [io 0x03f2-0x03f5] >19:51:24,069 DEBUG kernel:[ 0.055318] pnp 00:04: [io 0x03f7] >19:51:24,069 DEBUG kernel:[ 0.055331] pnp 00:04: [irq 6] >19:51:24,069 DEBUG kernel:[ 0.055333] pnp 00:04: [dma 2] >19:51:24,069 DEBUG kernel:[ 0.055346] pnp 00:04: Plug and Play ACPI device, IDs PNP0700 (active) >19:51:24,069 DEBUG kernel:[ 0.055422] pnp 00:05: [io 0x03f8-0x03ff] >19:51:24,069 DEBUG kernel:[ 0.055437] pnp 00:05: [irq 4] >19:51:24,069 DEBUG kernel:[ 0.055452] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active) >19:51:24,069 DEBUG kernel:[ 0.055568] pnp 00:06: [mem 0xfed00000-0xfed003ff] >19:51:24,069 DEBUG kernel:[ 0.055587] pnp 00:06: Plug and Play ACPI device, IDs PNP0103 (active) >19:51:24,069 INFO kernel:[ 0.055708] pnp: PnP ACPI: found 7 devices >19:51:24,069 INFO kernel:[ 0.055710] ACPI: ACPI bus type pnp unregistered >19:51:24,069 DEBUG kernel:[ 0.061372] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] >19:51:24,069 DEBUG kernel:[ 0.061374] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffffff] >19:51:24,069 INFO kernel:[ 0.061398] NET: Registered protocol family 2 >19:51:24,069 INFO kernel:[ 0.062070] TCP established hash table entries: 262144 (order: 10, 4194304 bytes) >19:51:24,069 INFO kernel:[ 0.063313] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) >19:51:24,069 INFO kernel:[ 0.063451] TCP: Hash tables configured (established 262144 bind 65536) >19:51:24,069 INFO kernel:[ 0.063470] TCP: reno registered >19:51:24,069 INFO kernel:[ 0.063474] UDP hash table entries: 1024 (order: 3, 32768 bytes) >19:51:24,069 INFO kernel:[ 0.063482] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) >19:51:24,069 INFO kernel:[ 0.063537] NET: Registered protocol family 1 >19:51:24,069 INFO kernel:[ 0.063545] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >19:51:24,069 INFO kernel:[ 0.063564] pci 0000:00:01.0: PIIX3: Enabling Passive Release >19:51:24,069 INFO kernel:[ 0.063585] pci 0000:00:01.0: Activating ISA DMA hang workarounds >19:51:24,069 WARNING kernel:[ 0.063724] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 >19:51:24,069 DEBUG kernel:[ 0.063844] pci 0000:00:02.0: Boot video device >19:51:24,069 DEBUG kernel:[ 0.063892] PCI: CLS 0 bytes, default 64 >19:51:24,069 INFO kernel:[ 0.063928] Unpacking initramfs... >19:51:24,069 INFO kernel:[ 2.685016] Freeing initrd memory: 26636k freed >19:51:24,069 NOTICE kernel:[ 2.690693] Initialise module verification >19:51:24,069 INFO kernel:[ 2.690722] audit: initializing netlink socket (disabled) >19:51:24,069 NOTICE kernel:[ 2.690732] type=2000 audit(1349909480.689:1): initialized >19:51:24,069 INFO kernel:[ 2.705243] HugeTLB registered 2 MB page size, pre-allocated 0 pages >19:51:24,069 NOTICE kernel:[ 2.706469] VFS: Disk quotas dquot_6.5.2 >19:51:24,069 WARNING kernel:[ 2.706502] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >19:51:24,069 INFO kernel:[ 2.706809] msgmni has been set to 3999 >19:51:24,069 DEBUG kernel:[ 2.706852] SELinux: Registering netfilter hooks >19:51:24,069 INFO kernel:[ 2.707186] alg: No test for stdrng (krng) >19:51:24,069 INFO kernel:[ 2.707190] NET: Registered protocol family 38 >19:51:24,069 NOTICE kernel:[ 2.707192] Key type asymmetric registered >19:51:24,069 NOTICE kernel:[ 2.707193] Asymmetric key parser 'x509' registered >19:51:24,069 INFO kernel:[ 2.707218] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >19:51:24,069 INFO kernel:[ 2.707233] io scheduler noop registered >19:51:24,069 INFO kernel:[ 2.707234] io scheduler deadline registered >19:51:24,069 INFO kernel:[ 2.707264] io scheduler cfq registered (default) >19:51:24,069 INFO kernel:[ 2.707331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >19:51:24,069 INFO kernel:[ 2.707345] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >19:51:24,069 INFO kernel:[ 2.707346] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >19:51:24,069 INFO kernel:[ 2.707404] acpiphp: Slot [3] registered >19:51:24,069 INFO kernel:[ 2.707416] acpiphp: Slot [4] registered >19:51:24,069 INFO kernel:[ 2.707427] acpiphp: Slot [5] registered >19:51:24,069 INFO kernel:[ 2.707439] acpiphp: Slot [6] registered >19:51:24,069 INFO kernel:[ 2.707450] acpiphp: Slot [7] registered >19:51:24,069 INFO kernel:[ 2.707462] acpiphp: Slot [8] registered >19:51:24,069 INFO kernel:[ 2.707473] acpiphp: Slot [9] registered >19:51:24,069 INFO kernel:[ 2.707486] acpiphp: Slot [10] registered >19:51:24,069 INFO kernel:[ 2.707499] acpiphp: Slot [11] registered >19:51:24,069 INFO kernel:[ 2.707510] acpiphp: Slot [12] registered >19:51:24,069 INFO kernel:[ 2.707522] acpiphp: Slot [13] registered >19:51:24,069 INFO kernel:[ 2.707535] acpiphp: Slot [14] registered >19:51:24,069 INFO kernel:[ 2.707546] acpiphp: Slot [15] registered >19:51:24,069 INFO kernel:[ 2.707559] acpiphp: Slot [16] registered >19:51:24,069 INFO kernel:[ 2.707571] acpiphp: Slot [17] registered >19:51:24,069 INFO kernel:[ 2.707583] acpiphp: Slot [18] registered >19:51:24,069 INFO kernel:[ 2.707598] acpiphp: Slot [19] registered >19:51:24,069 INFO kernel:[ 2.707609] acpiphp: Slot [20] registered >19:51:24,069 INFO kernel:[ 2.707620] acpiphp: Slot [21] registered >19:51:24,069 INFO kernel:[ 2.707633] acpiphp: Slot [22] registered >19:51:24,070 INFO kernel:[ 2.707644] acpiphp: Slot [23] registered >19:51:24,070 INFO kernel:[ 2.707655] acpiphp: Slot [24] registered >19:51:24,070 INFO kernel:[ 2.707667] acpiphp: Slot [25] registered >19:51:24,070 INFO kernel:[ 2.707679] acpiphp: Slot [26] registered >19:51:24,070 INFO kernel:[ 2.707690] acpiphp: Slot [27] registered >19:51:24,070 INFO kernel:[ 2.707701] acpiphp: Slot [28] registered >19:51:24,070 INFO kernel:[ 2.707713] acpiphp: Slot [29] registered >19:51:24,070 INFO kernel:[ 2.707725] acpiphp: Slot [30] registered >19:51:24,070 INFO kernel:[ 2.707736] acpiphp: Slot [31] registered >19:51:24,070 INFO kernel:[ 2.707886] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >19:51:24,070 INFO kernel:[ 2.707889] ACPI: Power Button [PWRF] >19:51:24,070 INFO kernel:[ 2.709520] GHES: HEST is not enabled! >19:51:24,070 WARNING kernel:[ 2.709713] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 >19:51:24,070 DEBUG kernel:[ 2.709762] virtio-pci 0000:00:05.0: setting latency timer to 64 >19:51:24,070 WARNING kernel:[ 2.709928] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 >19:51:24,070 DEBUG kernel:[ 2.709957] virtio-pci 0000:00:06.0: setting latency timer to 64 >19:51:24,070 INFO kernel:[ 2.710054] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >19:51:24,070 INFO kernel:[ 2.732581] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >19:51:24,070 INFO kernel:[ 2.756582] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >19:51:24,070 DEBUG kernel:[ 2.756982] virtio-pci 0000:00:05.0: irq 40 for MSI/MSI-X >19:51:24,070 DEBUG kernel:[ 2.757005] virtio-pci 0000:00:05.0: irq 41 for MSI/MSI-X >19:51:24,070 INFO kernel:[ 2.784751] Non-volatile memory driver v1.3 >19:51:24,070 INFO kernel:[ 2.784756] Linux agpgart interface v0.103 >19:51:24,070 INFO kernel:[ 2.786442] loop: module loaded >19:51:24,070 DEBUG kernel:[ 2.786552] ata_piix 0000:00:01.1: version 2.13 >19:51:24,070 DEBUG kernel:[ 2.786755] ata_piix 0000:00:01.1: setting latency timer to 64 >19:51:24,070 INFO kernel:[ 2.787532] scsi0 : ata_piix >19:51:24,070 INFO kernel:[ 2.787639] scsi1 : ata_piix >19:51:24,070 INFO kernel:[ 2.787701] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc160 irq 14 >19:51:24,070 INFO kernel:[ 2.787705] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc168 irq 15 >19:51:24,070 INFO kernel:[ 2.787823] libphy: Fixed MDIO Bus: probed >19:51:24,070 INFO kernel:[ 2.787894] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >19:51:24,070 INFO kernel:[ 2.787916] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >19:51:24,070 INFO kernel:[ 2.787932] uhci_hcd: USB Universal Host Controller Interface driver >19:51:24,070 DEBUG kernel:[ 2.788109] uhci_hcd 0000:00:01.2: setting latency timer to 64 >19:51:24,070 INFO kernel:[ 2.788134] uhci_hcd 0000:00:01.2: UHCI Host Controller >19:51:24,070 INFO kernel:[ 2.788198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 >19:51:24,070 INFO kernel:[ 2.788518] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c100 >19:51:24,070 INFO kernel:[ 2.788596] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 >19:51:24,070 INFO kernel:[ 2.788597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >19:51:24,070 INFO kernel:[ 2.788599] usb usb1: Product: UHCI Host Controller >19:51:24,070 INFO kernel:[ 2.788600] usb usb1: Manufacturer: Linux 3.6.1-1.fc18.x86_64 uhci_hcd >19:51:24,070 INFO kernel:[ 2.788602] usb usb1: SerialNumber: 0000:00:01.2 >19:51:24,070 INFO kernel:[ 2.788672] hub 1-0:1.0: USB hub found >19:51:24,070 INFO kernel:[ 2.788675] hub 1-0:1.0: 2 ports detected >19:51:24,070 INFO kernel:[ 2.788769] usbcore: registered new interface driver usbserial >19:51:24,070 INFO kernel:[ 2.788776] usbcore: registered new interface driver usbserial_generic >19:51:24,070 INFO kernel:[ 2.788782] USB Serial support registered for generic >19:51:24,070 INFO kernel:[ 2.788783] usbserial: USB Serial Driver core >19:51:24,070 INFO kernel:[ 2.788804] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >19:51:24,070 INFO kernel:[ 2.789825] serio: i8042 KBD port at 0x60,0x64 irq 1 >19:51:24,070 INFO kernel:[ 2.789829] serio: i8042 AUX port at 0x60,0x64 irq 12 >19:51:24,070 INFO kernel:[ 2.789888] mousedev: PS/2 mouse device common for all mice >19:51:24,070 INFO kernel:[ 2.790171] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >19:51:24,070 INFO kernel:[ 2.793503] rtc_cmos 00:01: RTC can wake from S4 >19:51:24,070 INFO kernel:[ 2.793844] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 >19:51:24,070 INFO kernel:[ 2.793969] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs >19:51:24,070 INFO kernel:[ 2.794036] device-mapper: uevent: version 1.0.3 >19:51:24,070 INFO kernel:[ 2.794079] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com >19:51:24,070 INFO kernel:[ 2.794126] cpuidle: using governor ladder >19:51:24,070 INFO kernel:[ 2.794127] cpuidle: using governor menu >19:51:24,070 INFO kernel:[ 2.794168] EFI Variables Facility v0.08 2004-May-17 >19:51:24,070 INFO kernel:[ 2.794235] usbcore: registered new interface driver usbhid >19:51:24,070 INFO kernel:[ 2.794236] usbhid: USB HID core driver >19:51:24,070 INFO kernel:[ 2.794250] drop_monitor: Initializing network drop monitor service >19:51:24,070 INFO kernel:[ 2.794309] ip_tables: (C) 2000-2006 Netfilter Core Team >19:51:24,070 INFO kernel:[ 2.794327] TCP: cubic registered >19:51:24,070 INFO kernel:[ 2.794329] Initializing XFRM netlink socket >19:51:24,070 INFO kernel:[ 2.794403] NET: Registered protocol family 10 >19:51:24,070 INFO kernel:[ 2.794520] mip6: Mobile IPv6 >19:51:24,070 INFO kernel:[ 2.794521] NET: Registered protocol family 17 >19:51:24,070 DEBUG kernel:[ 2.794639] PM: Hibernation image not present or could not be loaded. >19:51:24,070 NOTICE kernel:[ 2.794640] Loading module verification certificates >19:51:24,070 WARNING kernel:[ 2.794654] Cert Valid From: 2012-10-08 16:53:34 >19:51:24,070 WARNING kernel:[ 2.794656] Cert Valid To: 2112-09-14 16:53:34 >19:51:24,070 WARNING kernel:[ 2.794657] Now: 2012-10-10 22:51:20 >19:51:24,070 NOTICE kernel:[ 2.795457] MODSIGN: Loaded cert 'Fedora kernel signing key: c814c8ca34b3e7ee0fe44d0c19fe2dea1a58507b' >19:51:24,070 INFO kernel:[ 2.795464] registered taskstats version 1 >19:51:24,070 INFO kernel:[ 2.795854] Magic number: 0:132:900 >19:51:24,070 INFO kernel:[ 2.795870] acpi PNP0501:00: hash matches >19:51:24,070 INFO kernel:[ 2.795945] rtc_cmos 00:01: setting system clock to 2012-10-10 19:51:20 UTC (1349898680) >19:51:24,070 DEBUG kernel:[ 2.949446] ata2.01: NODEV after polling detection >19:51:24,070 DEBUG kernel:[ 2.950326] ata1.01: NODEV after polling detection >19:51:24,070 INFO kernel:[ 2.951056] ata2.00: ATAPI: QEMU DVD-ROM, 1.0,1, max UDMA/100 >19:51:24,070 INFO kernel:[ 2.951585] ata1.00: ATA-7: QEMU HARDDISK, 1.0,1, max UDMA/100 >19:51:24,070 INFO kernel:[ 2.951590] ata1.00: 24576000 sectors, multi 16: LBA48 >19:51:24,070 INFO kernel:[ 2.952752] ata2.00: configured for MWDMA2 >19:51:24,070 INFO kernel:[ 2.954135] ata1.00: configured for MWDMA2 >19:51:24,070 NOTICE kernel:[ 2.954340] scsi 0:0:0:0: Direct-Access ATA QEMU HARDDISK 1.0, PQ: 0 ANSI: 5 >19:51:24,070 NOTICE kernel:[ 2.954585] sd 0:0:0:0: Attached scsi generic sg0 type 0 >19:51:24,070 NOTICE kernel:[ 2.954707] sd 0:0:0:0: [sda] 24576000 512-byte logical blocks: (12.5 GB/11.7 GiB) >19:51:24,070 NOTICE kernel:[ 2.954792] sd 0:0:0:0: [sda] Write Protect is off >19:51:24,070 DEBUG kernel:[ 2.954797] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 >19:51:24,070 NOTICE kernel:[ 2.954833] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >19:51:24,070 NOTICE kernel:[ 2.957152] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 1.0, PQ: 0 ANSI: 5 >19:51:24,070 INFO kernel:[ 2.958560] sda: sda1 sda2 sda3 sda4 < sda5 > >19:51:24,070 NOTICE kernel:[ 2.958789] sd 0:0:0:0: [sda] Attached SCSI disk >19:51:24,070 WARNING kernel:[ 2.958902] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray >19:51:24,070 INFO kernel:[ 2.958903] cdrom: Uniform CD-ROM driver Revision: 3.20 >19:51:24,070 DEBUG kernel:[ 2.958963] sr 1:0:0:0: Attached scsi CD-ROM sr0 >19:51:24,070 NOTICE kernel:[ 2.959000] sr 1:0:0:0: Attached scsi generic sg1 type 5 >19:51:24,070 INFO kernel:[ 2.961220] Freeing unused kernel memory: 1036k freed >19:51:24,070 INFO kernel:[ 2.961420] Write protecting the kernel read-only data: 12288k >19:51:24,070 INFO kernel:[ 2.968640] Freeing unused kernel memory: 1860k freed >19:51:24,070 INFO kernel:[ 2.974330] Freeing unused kernel memory: 1416k freed >19:51:24,070 INFO systemd: systemd 194 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; fedora) >19:51:24,070 INFO systemd: Detected virtualization 'kvm'. >19:51:24,070 INFO systemd: Initializing machine ID from KVM UUID. >19:51:24,070 WARNING systemd: Cannot add dependency job for unit udev-settle.service, ignoring: Unit udev-settle.service failed to load: No such file or directory. See system logs and 'systemctl status udev-settle.service' for details. >19:51:24,070 INFO systemd: Mounted POSIX Message Queue File System. >19:51:24,070 INFO systemd: Started Remount Root and Kernel File Systems. >19:51:24,070 INFO systemd: Starting Local File Systems (Pre). >19:51:24,070 INFO systemd: Reached target Local File Systems (Pre). >19:51:24,070 INFO systemd: Mounting Temporary Directory... >19:51:24,070 INFO systemd: Starting Load Random Seed... >19:51:24,070 INFO systemd: Started Apply Kernel Variables. >19:51:24,116 INFO kernel:[ 3.049066] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found >19:51:24,116 INFO kernel:[ 3.090031] usb 1-1: new full-speed USB device number 2 using uhci_hcd >19:51:24,116 INFO kernel:[ 3.125128] squashfs: version 4.0 (2009/01/31) Phillip Lougher >19:51:24,116 INFO kernel:[ 3.128413] Loading iSCSI transport class v2.0-870. >19:51:24,116 NOTICE kernel:[ 3.132825] iscsi: registered transport (tcp) >19:51:24,116 INFO kernel:[ 3.135062] alua: device handler registered >19:51:24,139 INFO systemd: Started System Logging Service. >19:51:24,139 INFO systemd: Starting Wait for Plymouth Boot Screen to Quit... >19:51:24,218 INFO kernel:[ 3.137337] emc: device handler registered >19:51:24,218 INFO kernel:[ 3.139565] hp_sw: device handler registered >19:51:24,218 INFO kernel:[ 3.141882] rdac: device handler registered >19:51:24,218 INFO kernel:[ 3.156982] FDC 0 is a S82078B >19:51:24,218 INFO kernel:[ 3.162650] No iBFT detected. >19:51:24,218 INFO kernel:[ 3.164905] md: raid0 personality registered for level 0 >19:51:24,218 INFO kernel:[ 3.167851] md: raid1 personality registered for level 1 >19:51:24,218 INFO kernel:[ 3.170135] async_tx: api initialized (async) >19:51:24,218 INFO kernel:[ 3.171294] xor: automatically using best checksumming function: >19:51:24,218 INFO kernel:[ 3.181013] generic_sse: 9260.000 MB/sec >19:51:24,218 WARNING kernel:[ 3.200015] raid6: sse2x1 4890 MB/s >19:51:24,218 WARNING kernel:[ 3.217013] raid6: sse2x2 9253 MB/s >19:51:24,218 WARNING kernel:[ 3.234017] raid6: sse2x4 11394 MB/s >19:51:24,218 WARNING kernel:[ 3.234019] raid6: using algorithm sse2x4 (11394 MB/s) >19:51:24,218 WARNING kernel:[ 3.234020] raid6: using intx1 recovery algorithm >19:51:24,230 INFO kernel:[ 3.235362] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2 >19:51:24,230 INFO kernel:[ 3.241202] md: raid6 personality registered for level 6 >19:51:24,230 INFO kernel:[ 3.241203] md: raid5 personality registered for level 5 >19:51:24,230 INFO kernel:[ 3.241205] md: raid4 personality registered for level 4 >19:51:24,230 INFO kernel:[ 3.246477] md: raid10 personality registered for level 10 >19:51:24,230 INFO kernel:[ 3.248619] md: linear personality registered for level -1 >19:51:24,230 INFO kernel:[ 3.255475] device-mapper: multipath: version 1.5.0 loaded >19:51:24,230 INFO kernel:[ 3.257714] device-mapper: multipath round-robin: version 1.0.0 loaded >19:51:24,230 INFO kernel:[ 3.299087] RPC: Registered named UNIX socket transport module. >19:51:24,230 INFO kernel:[ 3.299089] RPC: Registered udp transport module. >19:51:24,230 INFO kernel:[ 3.299090] RPC: Registered tcp transport module. >19:51:24,230 INFO kernel:[ 3.299091] RPC: Registered tcp NFSv4.1 backchannel transport module. >19:51:24,230 INFO kernel:[ 3.509728] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 >19:51:24,230 INFO kernel:[ 3.509731] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 >19:51:24,230 INFO kernel:[ 3.509733] usb 1-1: Product: QEMU USB Tablet >19:51:24,230 INFO kernel:[ 3.509735] usb 1-1: Manufacturer: QEMU 1.0,1 >19:51:24,230 INFO kernel:[ 3.509736] usb 1-1: SerialNumber: 42 >19:51:24,230 INFO kernel:[ 3.532471] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004) >19:51:24,230 WARNING kernel:[ 3.532634] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 >19:51:24,230 INFO kernel:[ 3.542332] 8139cp 0000:00:03.0: eth0: RTL-8139C+ at 0xffffc900008c4000, 52:54:00:f1:e0:9a, IRQ 11 >19:51:24,230 DEBUG kernel:[ 3.542422] 8139cp 0000:00:03.0: setting latency timer to 64 >19:51:24,230 INFO kernel:[ 3.545927] input: QEMU 1.0,1 QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input3 >19:51:24,230 INFO kernel:[ 3.546141] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU 1.0,1 QEMU USB Tablet] on usb-0000:00:01.2-1/input0 >19:51:24,230 INFO kernel:[ 3.562327] 8139too: 8139too Fast Ethernet driver 0.9.28 >19:51:24,230 INFO kernel:[ 3.579162] [drm] Initialized drm 1.1.0 20060810 >19:51:24,230 INFO kernel:[ 3.634081] [TTM] Zone kernel: Available graphics memory: 1025954 kiB >19:51:24,230 INFO kernel:[ 3.634086] [TTM] Initializing pool allocator >19:51:24,230 INFO kernel:[ 3.634094] [TTM] Initializing DMA pool allocator >19:51:24,230 INFO kernel:[ 3.638670] [drm] fb mappable at 0x0 >19:51:24,230 INFO kernel:[ 3.638672] [drm] vram aper at 0x0 >19:51:24,230 INFO kernel:[ 3.638673] [drm] size 0 >19:51:24,230 INFO kernel:[ 3.638675] [drm] fb depth is 24 >19:51:24,230 INFO kernel:[ 3.638676] [drm] pitch is 3840 >19:51:24,230 INFO kernel:[ 3.638713] fbcon: cirrusdrmfb (fb0) is primary device >19:51:24,230 INFO kernel:[ 3.692054] tsc: Refined TSC clocksource calibration: 3311.135 MHz >19:51:24,230 INFO kernel:[ 3.774520] Console: switching to colour frame buffer device 160x64 >19:51:24,230 INFO kernel:[ 3.831929] fb0: cirrusdrmfb frame buffer device >19:51:24,230 INFO kernel:[ 3.831931] drm: registered panic notifier >19:51:24,230 INFO kernel:[ 3.836173] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 >19:51:24,230 DEBUG kernel:[ 4.100167] ISO 9660 Extensions: Microsoft Joliet Level 3 >19:51:24,230 DEBUG kernel:[ 4.103208] ISO 9660 Extensions: RRIP_1991A >19:51:24,230 INFO kernel:[ 4.225641] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >19:51:24,230 DEBUG kernel:[ 4.928651] SELinux: 2048 avtab hash slots, 92349 rules. >19:51:24,230 DEBUG kernel:[ 4.944592] SELinux: 2048 avtab hash slots, 92349 rules. >19:51:24,230 DEBUG kernel:[ 5.040691] SELinux: 9 users, 15 roles, 4264 types, 228 bools, 1 sens, 1024 cats >19:51:24,230 DEBUG kernel:[ 5.040694] SELinux: 83 classes, 92349 rules >19:51:24,230 INFO kernel:[ 5.044606] SELinux: Permission compromise_kernel in class capability2 not defined in policy. >19:51:24,230 INFO kernel:[ 5.044611] SELinux: the above unknown classes and permissions will be allowed >19:51:24,230 DEBUG kernel:[ 5.044618] SELinux: Completing initialization. >19:51:24,230 DEBUG kernel:[ 5.044619] SELinux: Setting up existing superblocks. >19:51:24,230 DEBUG kernel:[ 5.044624] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.044628] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.044636] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.044640] SELinux: initialized (dev proc, type proc), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.044646] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >19:51:24,230 DEBUG kernel:[ 5.044661] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >19:51:24,230 DEBUG kernel:[ 5.045421] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >19:51:24,230 DEBUG kernel:[ 5.045424] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.045884] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >19:51:24,230 DEBUG kernel:[ 5.045888] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.045890] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >19:51:24,230 DEBUG kernel:[ 5.045902] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >19:51:24,230 DEBUG kernel:[ 5.045906] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >19:51:24,230 DEBUG kernel:[ 5.045911] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.045919] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.046115] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.046116] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >19:51:24,230 DEBUG kernel:[ 5.046120] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >19:51:24,230 DEBUG kernel:[ 5.046239] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >19:51:24,230 DEBUG kernel:[ 5.046278] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.046281] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.046285] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.046297] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.046301] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.046304] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.046306] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.046309] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.046313] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.046316] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.046320] SELinux: initialized (dev sr0, type iso9660), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.046330] SELinux: initialized (dev loop0, type squashfs), uses xattr >19:51:24,230 DEBUG kernel:[ 5.046344] SELinux: initialized (dev dm-0, type ext4), uses xattr >19:51:24,230 NOTICE kernel:[ 5.047857] type=1403 audit(1349898682.750:2): policy loaded auid=4294967295 ses=4294967295 >19:51:24,230 DEBUG kernel:[ 5.462846] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >19:51:24,230 DEBUG kernel:[ 5.469409] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >19:51:24,230 DEBUG kernel:[ 5.707635] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >19:51:24,230 DEBUG kernel:[ 5.827122] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >19:51:24,230 NOTICE kernel:[ 6.089043] type=1400 audit(1349898683.792:3): avc: denied { create } for pid=466 comm="systemd-tmpfile" name="tmp" scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >19:51:24,230 NOTICE kernel:[ 6.089110] type=1400 audit(1349898683.792:4): avc: denied { setattr } for pid=466 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=51893 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >19:51:24,230 NOTICE kernel:[ 6.089137] type=1400 audit(1349898683.792:5): avc: denied { relabelfrom } for pid=466 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=51893 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >19:51:24,347 INFO NetworkManager: <info> NetworkManager (version 0.9.7.0-1.git20120820.fc18) is starting... >19:51:24,348 INFO NetworkManager: <info> Read config file /etc/NetworkManager/NetworkManager.conf >19:51:24,348 INFO NetworkManager: <info> WEXT support is enabled >19:51:24,349 INFO systemd: Starting D-Bus System Message Bus... >19:51:24,363 INFO systemd: Started D-Bus System Message Bus. >19:51:24,548 INFO dbus-daemon: dbus[499]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >19:51:24,549 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >19:51:24,549 INFO systemd: Starting Authorization Manager... >19:51:24,725 INFO polkitd: Started polkitd version 0.107 >19:51:24,807 ERR systemd-udevd: ctx=0x7f93be17e180 path=/lib/modules/3.6.1-1.fc18.x86_64/kernel/sound/pci/hda/snd-hda-codec.ko error=No such file or directory >19:51:24,807 ERR systemd-udevd: ctx=0x7f93be17e180 path=/lib/modules/3.6.1-1.fc18.x86_64/kernel/sound/pci/hda/snd-hda-codec.ko error=No such file or directory >19:51:24,825 INFO kernel:[ 7.023296] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 >19:51:24,831 INFO dbus-daemon: dbus[499]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >19:51:24,831 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >19:51:24,833 INFO systemd: Started Authorization Manager. >19:51:24,870 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >19:51:24,871 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >19:51:24,871 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >19:51:24,871 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >19:51:24,882 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >19:51:24,888 INFO NetworkManager: <info> trying to start the modem manager... >19:51:24,904 INFO dbus-daemon: dbus[499]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >19:51:24,904 NOTICE dbus: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >19:51:24,926 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >19:51:24,935 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >19:51:24,935 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >19:51:24,935 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >19:51:24,937 INFO NetworkManager: <info> Networking is enabled by state file >19:51:24,937 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >19:51:24,944 INFO dbus-daemon: modem-manager[513]: <info> ModemManager (version 0.6.0.0-1.fc18) starting... >19:51:24,945 INFO modem-manager: <info> ModemManager (version 0.6.0.0-1.fc18) starting... >19:51:24,946 INFO NetworkManager: <info> (eth0): carrier is OFF >19:51:24,951 INFO NetworkManager: <info> (eth0): new Ethernet device (driver: '8139cp' ifindex: 2) >19:51:24,952 INFO NetworkManager: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/0 >19:51:24,952 INFO NetworkManager: <info> (eth0): now managed >19:51:24,953 INFO NetworkManager: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >19:51:24,953 INFO NetworkManager: <info> (eth0): bringing up device. >19:51:24,954 ERR systemd-udevd: ctx=0x7f93be17e180 path=/lib/modules/3.6.1-1.fc18.x86_64/kernel/sound/core/snd-pcm.ko error=No such file or directory >19:51:24,956 INFO dbus-daemon: dbus[499]: [system] Successfully activated service 'org.freedesktop.ModemManager' >19:51:24,958 INFO NetworkManager: <info> (eth0): carrier now ON (device state 20) >19:51:24,958 INFO NetworkManager: <info> (eth0): preparing device. >19:51:24,958 INFO NetworkManager: <info> (eth0): deactivating device (reason 'managed') [2] >19:51:24,959 INFO NetworkManager: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:03.0/net/eth0 >19:51:24,960 WARNING NetworkManager: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >19:51:24,961 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.ModemManager' >19:51:24,968 WARNING NetworkManager: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >19:51:24,968 INFO NetworkManager: <info> modem-manager is now available >19:51:24,970 INFO NetworkManager: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >19:51:24,980 INFO NetworkManager: <info> Auto-activating connection 'Wired connection 1'. >19:51:25,013 INFO NetworkManager: <info> Activation (eth0) starting connection 'Wired connection 1' >19:51:25,015 INFO NetworkManager: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >19:51:25,015 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >19:51:25,015 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >19:51:25,016 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >19:51:25,016 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >19:51:25,017 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >19:51:25,018 INFO NetworkManager: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >19:51:25,028 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >19:51:25,029 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >19:51:25,029 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >19:51:25,039 INFO kernel:[ 7.249937] 8139cp 0000:00:03.0: eth0: link up, 100Mbps, full-duplex, lpa 0x05E1 >19:51:25,039 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >19:51:25,049 INFO NetworkManager: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >19:51:25,051 INFO NetworkManager: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >19:51:25,052 INFO NetworkManager: <info> dhclient started with pid 514 >19:51:25,059 INFO NetworkManager: <info> Activation (eth0) Beginning IP6 addrconf. >19:51:25,060 INFO modem-manager: <info> Loaded plugin 'AnyData' >19:51:25,067 INFO modem-manager: <info> Loaded plugin 'SimTech' >19:51:25,116 INFO modem-manager: <info> Loaded plugin 'Linktop' >19:51:25,116 INFO modem-manager: <info> Loaded plugin 'Option' >19:51:25,116 INFO modem-manager: <info> Loaded plugin 'ZTE' >19:51:25,117 INFO modem-manager: <info> Loaded plugin 'Samsung' >19:51:25,117 INFO modem-manager: <info> Loaded plugin 'Gobi' >19:51:25,117 INFO modem-manager: <info> Loaded plugin 'X22X' >19:51:25,120 INFO modem-manager: <info> Loaded plugin 'Longcheer' >19:51:25,120 INFO modem-manager: <info> Loaded plugin 'Ericsson MBM' >19:51:25,124 INFO modem-manager: <info> Loaded plugin 'Option High-Speed' >19:51:25,125 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >19:51:25,158 INFO modem-manager: <info> Loaded plugin 'Nokia' >19:51:25,222 INFO modem-manager: <info> Loaded plugin 'Wavecom' >19:51:25,222 INFO modem-manager: <info> Loaded plugin 'Novatel' >19:51:25,222 INFO modem-manager: <info> Loaded plugin 'MotoC' >19:51:25,223 INFO modem-manager: <info> Loaded plugin 'Sierra' >19:51:25,223 INFO modem-manager: <info> Loaded plugin 'Huawei' >19:51:25,223 INFO modem-manager: <info> Loaded plugin 'Cinterion' >19:51:25,224 INFO modem-manager: <info> Loaded plugin 'Iridium' >19:51:25,224 INFO modem-manager: <info> Loaded plugin 'Generic' >19:51:25,224 INFO modem-manager: <info> Successfully loaded 20 plugins >19:51:25,225 INFO dbus-daemon: modem-manager[513]: <info> Loaded plugin 'AnyData' >19:51:25,225 INFO dbus-daemon: modem-manager[513]: <info> Loaded plugin 'SimTech' >19:51:25,228 INFO dbus-daemon: modem-manager[513]: <info> Loaded plugin 'Linktop' >19:51:25,229 INFO dbus-daemon: modem-manager[513]: <info> Loaded plugin 'Option' >19:51:25,229 INFO dbus-daemon: modem-manager[513]: <info> Loaded plugin 'ZTE' >19:51:25,231 INFO dbus-daemon: modem-manager[513]: <info> Loaded plugin 'Samsung' >19:51:25,231 INFO dbus-daemon: modem-manager[513]: <info> Loaded plugin 'Gobi' >19:51:25,231 INFO dbus-daemon: modem-manager[513]: <info> Loaded plugin 'X22X' >19:51:25,233 INFO dbus-daemon: modem-manager[513]: <info> Loaded plugin 'Longcheer' >19:51:25,234 INFO dbus-daemon: modem-manager[513]: <info> Loaded plugin 'Ericsson MBM' >19:51:25,234 INFO dbus-daemon: modem-manager[513]: <info> Loaded plugin 'Option High-Speed' >19:51:25,235 INFO dbus-daemon: modem-manager[513]: <info> Loaded plugin 'Nokia' >19:51:25,236 INFO dbus-daemon: modem-manager[513]: <info> Loaded plugin 'Wavecom' >19:51:25,244 INFO dbus-daemon: modem-manager[513]: <info> Loaded plugin 'Novatel' >19:51:25,301 INFO dbus-daemon: modem-manager[513]: <info> Loaded plugin 'MotoC' >19:51:25,301 INFO dbus-daemon: modem-manager[513]: <info> Loaded plugin 'Sierra' >19:51:25,346 INFO dbus-daemon: modem-manager[513]: <info> Loaded plugin 'Huawei' >19:51:25,362 INFO dbus-daemon: modem-manager[513]: <info> Loaded plugin 'Cinterion' >19:51:25,370 INFO dbus-daemon: modem-manager[513]: <info> Loaded plugin 'Iridium' >19:51:25,378 INFO dbus-daemon: modem-manager[513]: <info> Loaded plugin 'Generic' >19:51:25,380 INFO dbus-daemon: modem-manager[513]: <info> Successfully loaded 20 plugins >19:51:25,392 INFO systemd: Started Network Manager. >19:51:25,396 INFO systemd: Starting Network. >19:51:25,397 WARNING kernel:[ 7.693053] microcode: AMD CPU family 0x6 not supported >19:51:25,413 INFO systemd: Reached target Network. >19:51:25,424 ERR systemd-udevd: ctx=0x7f93be17e180 path=/lib/modules/3.6.1-1.fc18.x86_64/kernel/arch/x86/kvm/kvm.ko error=No such file or directory >19:51:25,465 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.4-P2 >19:51:25,465 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >19:51:25,465 INFO dhclient: All rights reserved. >19:51:25,466 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >19:51:25,466 INFO dhclient: >19:51:25,509 INFO NetworkManager: <info> (eth0): DHCPv4 state changed nbi -> preinit >19:51:25,514 INFO dhclient: Listening on LPF/eth0/52:54:00:f1:e0:9a >19:51:25,515 INFO dhclient: Sending on LPF/eth0/52:54:00:f1:e0:9a >19:51:25,515 INFO dhclient: Sending on Socket/fallback >19:51:25,516 INFO dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 (xid=0x7ff8c7b7) >19:51:25,533 INFO dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x7ff8c7b7) >19:51:25,534 INFO dhclient: DHCPOFFER from 192.168.0.1 >19:51:25,543 INFO dhclient: DHCPACK from 192.168.0.1 (xid=0x7ff8c7b7) >19:51:25,569 INFO NetworkManager: <info> (eth0): DHCPv4 state changed preinit -> bound >19:51:25,570 INFO NetworkManager: <info> address 192.168.0.111 >19:51:25,570 INFO NetworkManager: <info> prefix 24 (255.255.255.0) >19:51:25,571 INFO NetworkManager: <info> gateway 192.168.0.1 >19:51:25,571 INFO NetworkManager: <info> nameserver '192.168.0.1' >19:51:25,571 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >19:51:25,572 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >19:51:25,575 INFO dhclient: bound to 192.168.0.111 -- renewal in 33524 seconds. >19:51:25,830 INFO systemd: Started Terminate Plymouth Boot Screen. >19:51:25,852 INFO systemd: Started Wait for Plymouth Boot Screen to Quit. >19:51:25,852 INFO systemd: Starting Shell on tty2... >19:51:25,852 INFO systemd: Started Shell on tty2. >19:51:25,852 INFO systemd: Starting Anaconda System Services. >19:51:25,852 INFO systemd: Reached target Anaconda System Services. >19:51:25,852 INFO systemd: Starting Anaconda... >19:51:25,937 INFO systemd: Started Anaconda. >19:51:25,937 INFO systemd: Starting Anaconda Text Console... >19:51:25,958 NOTICE kernel:[ 8.252827] type=1400 audit(1349898685.955:6): avc: denied { execute } for pid=538 comm="bash" name="hostname" dev="dm-0" ino=51408 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:hostname_exec_t:s0 tclass=file >19:51:25,958 NOTICE kernel:[ 8.252837] type=1400 audit(1349898685.955:7): avc: denied { read open } for pid=538 comm="bash" path="/usr/bin/hostname" dev="dm-0" ino=51408 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:hostname_exec_t:s0 tclass=file >19:51:25,958 NOTICE kernel:[ 8.252855] type=1400 audit(1349898685.955:8): avc: denied { execute_no_trans } for pid=538 comm="bash" path="/usr/bin/hostname" dev="dm-0" ino=51408 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:hostname_exec_t:s0 tclass=file >19:51:26,084 NOTICE kernel:[ 8.290218] type=1400 audit(1349898685.993:9): avc: denied { read } for pid=525 comm="bash" name=".profile" dev="dm-0" ino=58858 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file >19:51:26,084 NOTICE kernel:[ 8.290226] type=1400 audit(1349898685.993:10): avc: denied { open } for pid=525 comm="bash" path="/root/.profile" dev="dm-0" ino=58858 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file >19:51:26,093 INFO systemd: Started Anaconda Text Console. >19:51:26,094 INFO systemd: Startup finished in 2s 976ms 284us (kernel) + 2s 156ms 911us (initrd) + 3s 255ms 993us (userspace) = 8s 389ms 188us. >19:51:26,344 NOTICE kernel:[ 8.640506] type=1400 audit(1349898686.343:11): avc: denied { read write } for pid=545 comm="hostname" path="/dev/pts/1" dev="devpts" ino=4 scontext=system_u:system_r:hostname_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >19:51:26,574 INFO NetworkManager: <info> (eth0): device state change: ip-config -> activated (reason 'none') [70 100 0] >19:51:26,579 INFO NetworkManager: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS. >19:51:26,579 INFO NetworkManager: <info> Activation (eth0) successful, device activated. >19:51:26,583 INFO dbus-daemon: dbus[499]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >19:51:26,583 NOTICE dbus: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >19:51:26,584 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >19:51:26,585 WARNING NetworkManager: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >19:51:26,606 INFO dbus-daemon: dbus[499]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >19:51:26,607 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >19:51:26,710 INFO dbus-daemon: /etc/NetworkManager/dispatcher.d/04-iscsi: line 14: /sbin/chkconfig: No such file or directory >19:51:28,462 NOTICE kernel:[ 10.758121] type=1400 audit(1349898688.461:12): avc: denied { read write } for pid=571 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=7332 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >19:51:28,471 WARNING kernel:[ 10.767246] auditd (572): /proc/572/oom_adj is deprecated, please use /proc/572/oom_score_adj instead. >19:51:31,860 INFO systemd: Starting NTP client/server... >19:51:31,923 INFO chrony-helper: tr: write error: Broken pipe >19:51:31,924 INFO chrony-helper: tr: write error >19:51:31,949 INFO chronyd: chronyd version 1.27-git1ca844 starting >19:51:31,950 INFO chronyd: Linux kernel major=3 minor=6 patch=1 >19:51:31,951 INFO chronyd: hz=100 shift_hz=7 freq_scale=1.00000000 nominal_tick=10000 slew_delta_tick=833 max_tick_bias=1000 shift_pll=2 >19:51:31,964 INFO systemd: Started NTP client/server. >19:51:32,833 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth0 ... >19:51:32,833 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >19:51:32,833 NOTICE NetworkManager: ifcfg-rh: read connection 'System eth0' >19:51:32,835 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >19:51:35,411 INFO kernel:[ 17.707776] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) >19:51:35,414 DEBUG kernel:[ 17.708726] SELinux: initialized (dev sda2, type ext4), uses xattr >19:51:35,604 INFO kernel:[ 17.900374] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null) >19:51:35,604 DEBUG kernel:[ 17.900380] SELinux: initialized (dev sda5, type ext4), uses xattr >19:51:36,955 INFO chronyd: Selected source 200.11.116.1 >19:51:36,955 WARNING chronyd: System clock wrong by 10950.432608 seconds, adjustment started >22:54:07,387 WARNING chronyd: System clock was stepped by 10950.432 seconds >22:54:12,478 INFO kernel:[ 24.385109] Btrfs loaded >22:54:12,571 INFO kernel:[ 24.478989] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >22:54:16,095 INFO NetworkManager: <info> (eth0): IP6 addrconf timed out or failed. >22:54:16,095 INFO NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled... >22:54:16,095 INFO NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) started... >22:54:16,095 INFO NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) complete.
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 865173
: 625212 |
625213
|
625214
|
625215
|
625216
|
625217
|
625218
|
625219
|
625220
|
625221
|
625222
|
625223
|
625224
|
625225